]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2024-03-15 Russ Coxruntime: allow omitting virtual PCs from runtime.Caller...
2024-03-15 Than McIntoshcmd/link: support -bindnow option and permit use of...
2024-03-15 qiulaidongfengarchive/tar: add FileInfoNames interface
2024-03-15 apocelipesinternal/bisect: replace atomicPointerDedup to simplify...
2024-03-15 Mauri de Souza... runtime: add crash stack support for 386
2024-03-15 Robert Griesemergo/types, types2: do not overwrite nest entries in...
2024-03-15 Quentin McGawnet: fixes to dnsReadConfig in dnsconfig_windows.go
2024-03-15 Peter Collingbournedebug/elf: avoid using binary.Read() in NewFile()
2024-03-15 Russ Coxtime: fix longtest flake
2024-03-15 Russ Coxdoc: document new timer behavior
2024-03-15 Russ Coxdoc: fix various release notes mistakes
2024-03-14 Robert Griesemergo/types, types2: consistently report "duplicate method...
2024-03-14 Robert Griesemergo/types, types2: don't do version checks for embedded...
2024-03-14 Matthew Dempskytest/fixedbugs: add regress test for inlining failure
2024-03-14 Michael Matloobcmd/internal/telemetry: add a shim package around telemetry
2024-03-14 apocelipesnet/netip: use built-in clear to simplify code
2024-03-14 Russ Coxruntime: revert "traceback: include pc=0x%x for inline...
2024-03-14 Russ Coxtime: avoid stale receives after Timer/Ticker Stop...
2024-03-14 Kévin Dunglascmd/go: update docs for go test -benchmem
2024-03-14 apocelipesmath/big: use built-in clear to simplify code
2024-03-14 Michael KnyszekRevert "cmd/go/internal/test: add 'tests' vet check...
2024-03-14 guoguangwutime: replace time.Now().Sub call with time.Since in...
2024-03-14 guoguangwucmd/compile/internal/syntax: replace bytes.Compare...
2024-03-14 Russ Coxencoding/gob: make x509.Certificate marshalable again
2024-03-14 Russ CoxRevert "net/url: consider an empty base Path as equival...
2024-03-14 Than McIntoshRevert: "cmd/link: add option to enable full RELRO...
2024-03-14 guoguangwucmd/go/internal/modcmd: fix typo in comment
2024-03-14 Russ CoxRevert "net/http: remove superfluous newline on redirects"
2024-03-14 Russ Coxruntime: fix lost sleep causing TestZeroTimer flakes
2024-03-14 Matthew DempskyRevert "cmd/compile/internal/inline: refactor fixpoint...
2024-03-14 Alan Donovancmd/go/internal/test: add 'tests' vet check to 'go...
2024-03-14 Dominik Honnefinternal/trace/v2: support old trace format
2024-03-13 Russ Coxtime: garbage collect unstopped Tickers and Timers
2024-03-13 Russ Coxtime: clean up benchmarks
2024-03-13 qmuntalos,internal/godebugs: add missing IncNonDefault calls
2024-03-13 kwakubineyencoding/binary: cache struct sizes to speed up Read...
2024-03-13 Michael Matloobcmd/go: change some counter names
2024-03-13 Russ Coxruntime: add minimal debug tracing of runtime timers
2024-03-13 Russ Coxruntime: clean up timer state
2024-03-13 Russ Coxruntime: fix another lock ordering problem
2024-03-13 Paul E. Murphycmd/asm,cmd/compile: generate less instructions for...
2024-03-12 Keith Randallcmd/compile: fix sign/zero-extension removal
2024-03-12 qmuntalinternal/syscall/windows: implement SupportUnixSocket...
2024-03-12 guoguangwucmd/covdata: fix typo in comment
2024-03-12 Sam Thanawallacmd/go: check case-insensitive path collisions for...
2024-03-12 apocelipesstrconv: use generics to reduce redundant helper functions
2024-03-11 Bryan C. Millscmd/go/internal/modfetch: pass "-c" arguments to git...
2024-03-11 sivchariall: gofmt
2024-03-11 Jes Cokall.bash: allow spaces in $GOTOOLDIR to print build...
2024-03-11 guoguangwuio: close PipeReader in test
2024-03-11 apocelipesstrconv: use slices.BinarySearch to simplify makeisprint.go
2024-03-11 Michael Matloobcmd/go: provide a better error message when there's...
2024-03-11 Kevin Burkenet/http/httptest: add NewRequestWithContext
2024-03-11 胡玮文net/http: support socks5h proxy schema
2024-03-11 qiulaidongfengtime: fix typo in BenchmarkReset
2024-03-11 guoguangwucompress/gzip: close writer in test
2024-03-11 guoguangwuos: close pipe in test
2024-03-11 apocelipesimage: use built-in clear to simplify code
2024-03-11 guoguangwucmd/preprofile: fix typo in comment
2024-03-11 guoguangwucmd/trace/v2: fix typo in comment
2024-03-11 guoguangwucmd/compile: use raw strings to avoid double escapes
2024-03-10 Russ Coxnet/http: update bundle
2024-03-10 Joel Singcmd/link,debug/elf: mark Go binaries with no branch...
2024-03-09 Russ Coxcmd/go: respect GODEBUG in test cache
2024-03-09 Russ Coxtime: disable TestLongAdjustTimers on android/ios
2024-03-09 Russ Coxinternal/godebugs: test for use of IncNonDefault
2024-03-09 Hana (Hyang... cmd/go: check checkCounters counter read only on suppor...
2024-03-09 Russ Coxtime: move runtimeTimer out of Timer struct
2024-03-09 guoguangwucmd/link: fix typo in comment
2024-03-09 Damien Neilall: update golang.org/x/net
2024-03-08 Russ Coxcmd/compile: compile cap(ch) as call to runtime.chancap
2024-03-08 Russ Coxruntime: fix spurious race using Ticker.Reset
2024-03-08 Russ Coxruntime: gofmt
2024-03-08 Russ Coxruntime: remove sched, allp < timers lockrank rule
2024-03-08 Russ Coxruntime: re-add call to ts.cleanHead (née cleantimers...
2024-03-08 Russ Coxruntime: avoid pp.timers.lock in updateTimerPMask
2024-03-08 Russ Coxruntime: introduce timers.lock, timers.unlock methods
2024-03-08 qmuntalinternal/syscall/windows: unexport Version
2024-03-08 Russ Coxtime: make sure tests avoid the special-case channel...
2024-03-08 Russ Coxruntime: fix mishandling of timer zombie count
2024-03-08 Russ Coxruntime: fix timers.wakeTime inaccuracy race
2024-03-08 Russ Coxruntime: update timers.len with Store instead of Add
2024-03-08 Russ Coxruntime: rename timers fields for clarity
2024-03-08 Michael Anthony... runtime: fix EvFrequency event value on Windows in...
2024-03-08 Michael Anthony... runtime: clean up dead P trace state when disabling...
2024-03-08 Michael Anthony... internal/trace/v2: clean up the ordering interface
2024-03-08 Michael Anthony... runtime: make checking if tracing is enabled non-atomic
2024-03-08 Russ Coxtime: gracefully handle ts.zombies underflow
2024-03-08 guoguangwunet/http: close res.Body
2024-03-08 Russ CoxRevert "encoding/xml: reject XML declaration after...
2024-03-08 Damien Neilnet/url: consider an empty base Path as equivalent...
2024-03-08 apocelipesruntime: use built-in clear to simplify code
2024-03-08 Jes Cokunicode/utf8: update doc for RuneLen
2024-03-08 Cuong Manh Lecmd/compile: fix copying SSA-able variables optimization
2024-03-08 Alexander Yastrebovnet/http: remove persistConn reference from wantConn
2024-03-08 apocelipesarchive/tar: use built-in clear to simplify code
2024-03-08 Tobias Klauseros: use goarch.BigEndian
2024-03-08 Tobias Klausersyscall: use goarch.BigEndian
2024-03-07 Michael Prattcmd/go: always include action mode in trace name
2024-03-07 Cuong Manh Lenet/http: set Cache-Control header only if presents...
next