]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2024-03-07 cui fliterall: remove redundant string conversions when formattin...
2024-03-07 Alex Driuksort: fix typo in sort_test.go
2024-03-07 Mauri de Souza... internal/poll: change Fsync to fallback to syscall...
2024-03-07 Jes Cokunicode/utf16: add func RuneLen
2024-03-07 guoguangwucmd/link: replace bytes.Compare call with bytes.Equal
2024-03-07 guoguangwucmd/trace: fix typo in comment
2024-03-07 guoguangwucmd/go: fix typo in comment
2024-03-07 Michael Matloobcmd/go: test that each script test increments at least...
2024-03-07 Andy Pannet: consolidate the existing Windows version checks
2024-03-07 Andy Pannet: support TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCN...
2024-03-07 Joel Singcmd/compile,cmd/internal/obj: provide rotation pseudo...
2024-03-07 Michael Matloobcmd: update telemetry to d5a85b2
2024-03-07 Michael Matloobcmd: update to golang.org/x/sys@v0.18.0
2024-03-07 Marin Petrunicnet/ip: proper ipv6 address parsing
2024-03-07 guoguangwuinternal/fuzz: remove useless code
2024-03-06 Alexander Yastrebovnet/http: add ResponseController http2 request without...
2024-03-06 qmuntalinternal/syscall/windows/registry: append .dll when...
2024-03-06 Jes Cokencoding/binary: use built-in clear to simplify code
2024-03-06 Mitarnet/http: remove misleading response headers on error
2024-03-06 guoguangwucmd/dist: fix typo in comment
2024-03-06 guoguangwudatabase/sql: remove useless error check
2024-03-06 guoguangwuinternal/trace: remove unreachable code
2024-03-06 Alessandro... cmd/compile: mark DIEs of captured variables
2024-03-06 Andrey Bokhankocmd/dist,internal: add GOARM64 environment variable
2024-03-05 Ian Lance Taylorslices: document that Clone can return extra capacity
2024-03-05 Damien Neilnet/textproto, mime/multipart: avoid unbounded read...
2024-03-05 Damien Neilnet/http, net/http/cookiejar: avoid subdomain matches...
2024-03-05 Roland Shoemakercrypto/x509: make sure pub key is non-nil before interf...
2024-03-05 qmuntalos: fix 63703.md release notes
2024-03-04 Michael Matloobcmd/go/internal/modload: make it clear -mod can't be...
2024-03-04 qmuntalos: don't normalize volumes to drive letters in os...
2024-03-04 Than McIntoshcmd/go: respect -coverpkg for unselected no-test packages
2024-03-04 Keith Randallslices: simplify rotate code
2024-03-04 Dave Russellnet/http: adjust wording on ServeMux godoc
2024-03-04 qmuntalos: don't treat mount points as symbolic links
2024-03-04 guoguangwunet/http/cgi: close res.Body
2024-03-04 Michael Matloobcmd/go: add file with list of all counters we collect
2024-03-04 apocelipescmd/compile/internal: replace direct calls to Sym.Links...
2024-03-04 Pouriyaruntime: use .Pointers() instead of manual checking
2024-03-04 apocelipescmd/compile/internal: use reflectdata.TypeLinksym
2024-03-04 aimuzdoc/go1.23: document database/sql wrap errors
2024-03-04 guoguangwuinternal/xcoff: fix typo in comment
2024-03-04 Oleksandr Redkomath/rand, math/rand/v2: rename receiver variables
2024-03-04 guoguangwulib/time: use consistent directory in mkzip usage message
2024-03-04 Mitarfmt: allow padding and minus flags at the same time
2024-03-04 Benjamin Petersondoc: fix typo of gotypesalias
2024-03-04 guoguangwucmd/internal/buildid: fix typo in comment
2024-03-04 Jes Cokreflect: clean up unnecessary comments for rtype
2024-03-04 Jorropocmd/compile: remove bug workarounds in prove's loop...
2024-03-04 huweiwencmd/go/internal/vcs: use git log to avoid unnecessary...
2024-03-04 Filippo Valsordacrypto: use and test purego tag consistently
2024-03-04 Andy Pansyscall: call internal/runtime/syscall.Syscall6 in...
2024-03-04 Michael Matloobsrc/cmd: update golang.org/x/telemetry to 3d5706d and...
2024-03-04 cui fliterdoc: close HTML tags
2024-03-04 cui fliterbytes: add a colon after Output to make the Example...
2024-03-04 guoguangwuos/exec: remove unnecessary fmt.Sprintf call
2024-03-04 qiulaidongfengos: remove if nil!=nil in openFileNolog
2024-03-02 David Chasecmd/compile: add 0-sized-value simplification to copyelim
2024-03-01 Joel Singcmd/link/internal/riscv64: generate local text symbols...
2024-03-01 Cuong Manh Lecmd/compile: add missing Unalias call when writing...
2024-03-01 guoguangwucmd/compile: remove unnecessary fmt.Sprintf call
2024-02-29 Cuong Manh Lecmd/internal/testdir: support -godebug
2024-02-29 Robert Griesemergo/types, types2: consistently use error_ type for...
2024-02-29 Robert Griesemergo/types: generate typeset.go from types2 source
2024-02-29 Robert Griesemergo/types, types2: better error position for invalid...
2024-02-29 Robert Griesemergo/types, types2: disable incorrect optimization in...
2024-02-29 khr@golang.orgcmd/compile: soften type matching when allocating stack...
2024-02-29 Damien Neilnet/http: remove Content-Length header in http.Error
2024-02-29 Russ Coxruntime: move per-P timers state into its own struct
2024-02-29 guoguangwuinternal/trace: fix typo in comment
2024-02-29 Jes Cokencoding/json: make use of reflect.Type.{OverflowInt...
2024-02-29 suntalacmd/go/internal/envcmd: show GODEBUG in 'go env' output
2024-02-29 khr@golang.orgruntime: don't re-initialize itab while looking for...
2024-02-29 Robert Griesemergo/types, types2: add tracing to Checker.validType
2024-02-29 apocelipesinternal/coverage/encodemeta: simplify appending zero...
2024-02-29 Nicolas Hillegeertext/tabwriter: add recovered panic message to rethrow
2024-02-29 Nick Revincmd/link: add option to enable full RELRO for ELF
2024-02-29 Ian Lance Taylorruntime/cgo: ignore unknown warning options
next