2022-11-17 |
Damien Neil | path/filepath: remove IsLocal tests dependent on Window... |
commit | commitdiff | tree |
2022-11-17 |
Bryan C. Mills | cmd/go: disable cgo by default if DefaultCC is absolute... |
commit | commitdiff | tree |
2022-11-17 |
Ian Lance Taylor | net: change resolverConfig.dnsConfig to an atomic.Pointer |
commit | commitdiff | tree |
2022-11-16 |
Damien Neil | archive/tar, archive/zip: return ErrInsecurePath for... |
commit | commitdiff | tree |
2022-11-16 |
Damien Neil | path/filepath: add IsLocal |
commit | commitdiff | tree |
2022-11-16 |
Jakub Ciolek | cmd/compile: elide unnecessary Not in Phi block controls |
commit | commitdiff | tree |
2022-11-16 |
Cherry Mui | cmd/go: add PGO auto mode |
commit | commitdiff | tree |
2022-11-16 |
Bryan C. Mills | cmd/fix: disallow cgo errors in tests |
commit | commitdiff | tree |
2022-11-16 |
Russ Cox | cmd/go: automatically disable cgo on systems with no... |
commit | commitdiff | tree |
2022-11-16 |
Russ Cox | runtime/race: do not use cgo on macOS |
commit | commitdiff | tree |
2022-11-16 |
Austin Clements | cmd/dist: simplify old code |
commit | commitdiff | tree |
2022-11-16 |
Austin Clements | cmd/dist: convert host tests to use goTest |
commit | commitdiff | tree |
2022-11-16 |
Austin Clements | cmd/dist: convert most remaining tests to use goTest |
commit | commitdiff | tree |
2022-11-16 |
Austin Clements | cmd/dist: restructure cgo_test |
commit | commitdiff | tree |
2022-11-16 |
Austin Clements | cmd/dist: make registerTest take a goTest |
commit | commitdiff | tree |
2022-11-16 |
Austin Clements | cmd/dist: use goTest for manual go test invocations |
commit | commitdiff | tree |
2022-11-16 |
Austin Clements | cmd/dist: introduce "go test" abstraction |
commit | commitdiff | tree |
2022-11-16 |
Russ Cox | math/rand: deprecate Seed |
commit | commitdiff | tree |
2022-11-16 |
Paul E. Murphy | cmd/internal/obj/ppc64: add ISA 3.1B opcodes |
commit | commitdiff | tree |
2022-11-16 |
Austin Clements | cmd/go: make testterminal18153 a normal test |
commit | commitdiff | tree |
2022-11-16 |
Austin Clements | internal/testpty: move from os/signal/internal/pty |
commit | commitdiff | tree |
2022-11-16 |
Austin Clements | cmd/dist: eliminate "time" special case |
commit | commitdiff | tree |
2022-11-16 |
Austin Clements | cmd/dist: eliminate registerSeqTest |
commit | commitdiff | tree |
2022-11-16 |
Austin Clements | cmd/dist: add doc comments to some functions |
commit | commitdiff | tree |
2022-11-16 |
Bryan C. Mills | testing: in TestRacyOutput, ensure that the Run calls... |
commit | commitdiff | tree |
2022-11-16 |
Austin Clements | cmd/dist: add curiously missing GOOS/GOARCH combinations |
commit | commitdiff | tree |
2022-11-16 |
Mateusz Poliwczak | net: remove unused goLookupHost method |
commit | commitdiff | tree |
2022-11-16 |
Robert Findley | go/types, types2: ensure invalid generic types are... |
commit | commitdiff | tree |
2022-11-16 |
Changkun Ou | testing: reject calls to Run within Cleanup callbacks |
commit | commitdiff | tree |
2022-11-16 |
Tobias Klauser | internal/goroot: report PkgfileMap error on invalid... |
commit | commitdiff | tree |
2022-11-16 |
Filippo Valsorda | crypto/x509: add support for PKCS8/PKIX X25519 key... |
commit | commitdiff | tree |
2022-11-16 |
Filippo Valsorda | crypto/ecdh: move ECDH method to PrivateKey |
commit | commitdiff | tree |
2022-11-16 |
Russ Cox | test: fix noinit on noopt builder |
commit | commitdiff | tree |
2022-11-16 |
Russ Cox | cmd/compile: handle simple inlined calls in staticinit |
commit | commitdiff | tree |
2022-11-16 |
Russ Cox | cmd/compile: do not emit a few more basic types from... |
commit | commitdiff | tree |
2022-11-15 |
Bryan C. Mills | doc/go1.20: document new sync.Map methods |
commit | commitdiff | tree |
2022-11-15 |
Keith Randall | cmd/compile: be more careful about pointer incrementing... |
commit | commitdiff | tree |
2022-11-15 |
Roland Shoemaker | crypto/rsa: return err when key too small to compute... |
commit | commitdiff | tree |
2022-11-15 |
Bryan C. Mills | cmd/addr2line: use the test binary as 'addr2line' inste... |
commit | commitdiff | tree |
2022-11-15 |
Bryan C. Mills | cmd/addr2line: use testenv.Command instead of exec... |
commit | commitdiff | tree |
2022-11-15 |
Bryan C. Mills | cmd/vet: use testenv.Command instead of exec.Command... |
commit | commitdiff | tree |
2022-11-15 |
Bryan C. Mills | cmd/vet: use the test binary as 'vet' instead of rebuil... |
commit | commitdiff | tree |
2022-11-15 |
Bryan C. Mills | cmd/pprof: use testenv.Command instead of exec.Command... |
commit | commitdiff | tree |
2022-11-15 |
Bryan C. Mills | cmd/pprof: use the test binary as 'pprof' instead of... |
commit | commitdiff | tree |
2022-11-15 |
Bryan C. Mills | cmd/pack: use testenv.Command instead of exec.Command... |
commit | commitdiff | tree |
2022-11-15 |
Bryan C. Mills | cmd/pack: use the test binary as 'pack' instead of... |
commit | commitdiff | tree |
2022-11-15 |
Matthew Dempsky | go/internal/gcimporter: backport flattenImports optimiz... |
commit | commitdiff | tree |
2022-11-15 |
Bryan C. Mills | cmd/objdump: use testenv.Command instead of exec.Comman... |
commit | commitdiff | tree |
2022-11-15 |
Bryan C. Mills | cmd/objdump: use the test binary as 'objdump' instead... |
commit | commitdiff | tree |
2022-11-15 |
Bryan C. Mills | cmd/nm: use the test binary as 'nm' instead of rebuildi... |
commit | commitdiff | tree |
2022-11-15 |
Bryan C. Mills | cmd/link: use testenv.Command instead of exec.Command... |
commit | commitdiff | tree |
2022-11-15 |
Bryan C. Mills | cmd/internal/goobj: use testenv.Command instead of... |
commit | commitdiff | tree |
2022-11-15 |
Bryan C. Mills | cmd/internal/archive: use testenv.Command instead of... |
commit | commitdiff | tree |
2022-11-15 |
Bryan C. Mills | cmd/internal/obj: use testenv.Command instead of exec... |
commit | commitdiff | tree |
2022-11-15 |
Bryan C. Mills | cmd/internal/moddeps: use testenv.Command instead of... |
commit | commitdiff | tree |
2022-11-15 |
Bryan C. Mills | cmd/go: use testenv.Command instead of exec.Command... |
commit | commitdiff | tree |
2022-11-15 |
Bryan C. Mills | cmd/compile: use testenv.Command instead of exec.Comman... |
commit | commitdiff | tree |
2022-11-15 |
Bryan C. Mills | cmd/cover: use testenv.Command instead of exec.Command |
commit | commitdiff | tree |
2022-11-15 |
Bryan C. Mills | go: use testenv.Command instead of exec.Command in... |
commit | commitdiff | tree |
2022-11-15 |
Ian Lance Taylor | net: rewrite nsswitch.conf parsing to work like other... |
commit | commitdiff | tree |
2022-11-15 |
Cherry Mui | crypto/rsa: fix loop variable capture in test |
commit | commitdiff | tree |
2022-11-15 |
David Chase | cmd/compile: add testing-flag guard to package-is-colle... |
commit | commitdiff | tree |
2022-11-15 |
Russ Cox | sync/atomic: allow linked list of atomic pointers again |
commit | commitdiff | tree |
2022-11-15 |
Rob Stradling | crypto/x509: Reallow duplicate attributes in CSRs. |
commit | commitdiff | tree |
2022-11-15 |
Changkun Ou | sync: add new Map method Swap, CompareAndSwap, CompareA... |
commit | commitdiff | tree |
2022-11-15 |
Cuong Manh Le | cmd/compile: fix missing typecheck for static initializ... |
commit | commitdiff | tree |
2022-11-15 |
Changkun Ou | runtime: clarify finalizer semantics for tiny objects |
commit | commitdiff | tree |
2022-11-15 |
Filippo Valsorda | crypto/rsa: add a test walking through every key size |
commit | commitdiff | tree |
2022-11-15 |
Nick Ripley | runtime/pprof: scale mutex profile samples when they... |
commit | commitdiff | tree |
2022-11-15 |
Damien Neil | doc/go1.20: add release notes for net/http and net... |
commit | commitdiff | tree |
2022-11-15 |
Damien Neil | doc/go1.20: add release notes for archive/zip, encoding... |
commit | commitdiff | tree |
2022-11-15 |
Damien Neil | doc/go1.20: add a release note for multiple error wrapping |
commit | commitdiff | tree |
2022-11-15 |
Jorropo | cmd/compile: remove manually implemented popcount in... |
commit | commitdiff | tree |
2022-11-15 |
Cherry Mui | cmd/pprof: debug TestDisasm |
commit | commitdiff | tree |
2022-11-15 |
Cherry Mui | runtime: make GC see object as allocated after it is... |
commit | commitdiff | tree |
2022-11-15 |
Mateusz Poliwczak | net: use a consistent dnsConfig in hostLookupOrder |
commit | commitdiff | tree |
2022-11-15 |
Tim King | cmd/vet: enable timeformat analyzer |
commit | commitdiff | tree |
2022-11-15 |
Tim King | cmd: update vendored golang.org/x/tools for loopclosure... |
commit | commitdiff | tree |
2022-11-15 |
Filippo Valsorda | crypto/rsa: improve benchmarks |
commit | commitdiff | tree |
2022-11-15 |
Ian Lance Taylor | net/url, net/http/httputil: accept invalid percent... |
commit | commitdiff | tree |
2022-11-14 |
Michael Knyszek | Revert "runtime: delay incrementing freeindex in malloc" |
commit | commitdiff | tree |
2022-11-14 |
Alexander Scheel | crypto/x509: remove unused member Raw from certificate |
commit | commitdiff | tree |
2022-11-14 |
qmuntal | runtime,cmd/internal/obj/x86: use TEB TLS slots on... |
commit | commitdiff | tree |
2022-11-14 |
qmuntal | os,syscall: File.Stat to use file handle for directorie... |
commit | commitdiff | tree |
2022-11-14 |
Paul E. Murphy | cmd/compile: merge zero constant ISEL in PPC64 lateLowe... |
commit | commitdiff | tree |
2022-11-14 |
Damien Neil | os: don't request read access from CreateFile in Stat |
commit | commitdiff | tree |
2022-11-14 |
Bryan C. Mills | doc/go1.20: add a release note for (*testing.B).Elapsed |
commit | commitdiff | tree |
2022-11-14 |
Bryan C. Mills | doc/go1.20: add release notes for cmd/go changes |
commit | commitdiff | tree |
2022-11-14 |
Filippo Valsorda | crypto/x509: expand package docs and clarify package... |
commit | commitdiff | tree |
2022-11-14 |
Russ Cox | doc/go1.20: add TODOs found by x/build/cmd/relnote |
commit | commitdiff | tree |
2022-11-14 |
Paul E. Murphy | crypto/aes: rewrite ppc64le asm-cbc routine |
commit | commitdiff | tree |
2022-11-14 |
Brad Fitzpatrick | database/sql: add a missing period to end of sentence... |
commit | commitdiff | tree |
2022-11-14 |
Changkun Ou | testing: fix error message when a parallel Cleanup... |
commit | commitdiff | tree |
2022-11-14 |
Russ Cox | internal/godebug: define more efficient API |
commit | commitdiff | tree |
2022-11-14 |
Alexander Yastrebov | archive/zip: don't read directories containing file... |
commit | commitdiff | tree |
2022-11-14 |
Robert Griesemer | spec: document the new unsafe functions SliceData,... |
commit | commitdiff | tree |
2022-11-14 |
ruinan | math/bits: directly calculate quo/rem when hi is zero... |
commit | commitdiff | tree |
2022-11-14 |
Robert Griesemer | spec: clarify struct field and array element comparison... |
commit | commitdiff | tree |
2022-11-11 |
Ian Lance Taylor | internal/syscall/unix: use runtime.gostring for Gostring |
commit | commitdiff | tree |
2022-11-11 |
scott | os/exec: fix TestWaitInterrupt/WaitDelay error message |
commit | commitdiff | tree |
next |