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