]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2022-11-11 Mateusz Poliwczaknet: handle correctly the _gateway and _outbound hostna...
2022-11-11 cui fliterall: fix problematic comments
2022-11-11 Bryan C. Millsruntime/race: add missing copyright headers to syso...
2022-11-11 Michael Anthony... net: disable TestLookupDotsWithRemoteSource and TestLoo...
2022-11-11 Cherry Muiruntime: delay incrementing freeindex in malloc
2022-11-11 Bryan C. Millscmd/go/internal/vcweb: fix a data race in the overview...
2022-11-11 Cherry Muicmd/link: exit if runtime.a is missing
2022-11-11 Cuong Manh Letest: add regression test for issue 53439
2022-11-11 Russ Coxos/user: use libc (not cgo) on macOS
2022-11-11 Russ Coxcrypto/ecdh: add boringcrypto support
2022-11-11 Wayne Zuocmd/compile: remove output registers limit for MUL...
2022-11-11 Russ Coxnet/http: fix triv.go
2022-11-10 Cherry Muicmd/compile: adjust PGO inlining default parameters
2022-11-10 Cherry Muicmd/internal/obj: reduce allocations in object file...
2022-11-10 Mateusz Poliwczaknet: auto-reload the /etc/nsswitch.conf on unix systems
2022-11-10 ianwoolfcmd/go: enable -x in go mod graph
2022-11-10 ianwoolfcmd/go: enable -x in go mod tidy
2022-11-10 Ian Lance Taylorruntime: retry thread creation on EAGAIN
2022-11-10 Jakub Ciolekcmd/compile: teach prove about signed domain relations...
2022-11-10 Michael Matloobcmd/go: allow -mod=vendor to be set outside of a module
2022-11-10 Paul E. Murphycmd/dist: define GOPPC64_{cpu} for PPC64 targets
2022-11-10 Russ Coxos/signal/internal/pty: use libc (not cgo) on macOS
2022-11-10 Bryan C. Millscmd/go/internal/load: remove a special case for "unsafe"
2022-11-10 Ian Lance Taylorruntime: consolidate some low-level error reporting
2022-11-10 database64128net: unify TCP keepalive behavior
2022-11-10 Marcus Weinernet/http: build error chains in transport that can...
2022-11-10 Filippo Valsordacrypto/internal/edwards25519: replace scalar field...
2022-11-10 Tobias Klauserinternal/reflectlite: use unsafe.String in name.name...
2022-11-10 Richard Tweedos: document that WriteFile is not atomic
2022-11-10 Mateusz Poliwczaknet: add support for /etc/hosts aliases using go resolver
2022-11-10 Damien Neilnet/http: add ResponseController and per-handler timeouts
2022-11-10 Damien Neilnet/http: add tests for Server.ReadTimeout and server...
2022-11-10 David Chasecmd/internal/obj: adjust (*Link).AllPos comment in...
2022-11-10 Cherry Muiruntime: make Malloc benchmarks actually benchmark...
next