]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2024-02-28 Paul E. Murphycmd/internal/obj/ppc64: generate smaller machine code...
2024-02-28 sivchariall: run go fmt
2024-02-28 guoguangwutesting: fix typo in comment
2024-02-28 qiulaidongfengcrypto/internal/bigmod: remove unused ctGeq
2024-02-28 qmuntalos: factor out newFileStatFromWin32FileAttributeData
2024-02-28 guoguangwudatabase/sql: add error check
2024-02-28 Constantin... encoding/xml: display closing space in error message
2024-02-28 Nick Ripleyruntime,runtime/pprof: avoid tiny allocations in finali...
2024-02-28 Robert Griesemercmd/compile/internal/syntax: rename test file to match...
2024-02-28 Matthew Dempskycmd/compile/internal/inline: refactor fixpoint algorithm
2024-02-28 guoguangwuinternal/abi: fix typo in comment
2024-02-28 Damien Neilnet/http: make timeout errors match context.DeadlineExc...
2024-02-28 Russ Coxcmd/compile: compile len(ch) as call to runtime.chanlen
2024-02-28 Russ Coxruntime: use methods for timer
2024-02-28 Russ Coxruntime: change timer.status to timer.state
2024-02-28 Russ Coxruntime: use timer.lock in moveTimers
2024-02-28 Russ Coxruntime: use timer.lock in adjusttimers
2024-02-28 Russ Coxruntime: use timer.lock in runtimer
2024-02-28 Russ Coxruntime: use timer.lock in cleantimers
2024-02-28 Russ Coxruntime: use timer.lock in modtimer
2024-02-28 Russ Coxruntime: add timer lock to lock ranking
2024-02-28 Russ Coxruntime: use timer.lock in deltimer
2024-02-28 Russ Coxruntime: merge timerDeleted into timerModified
2024-02-28 Russ Coxruntime: merge timerNoStatus into timerRemoved
2024-02-28 Russ Coxruntime: merge timerMoving into timerModifying
2024-02-28 Russ Coxruntime: merge timerRemoving into timerModifying
2024-02-28 Russ Coxruntime: merge timerModifiedEarlier and timerModifierLater
2024-02-28 Russ Coxruntime: delete addtimer
2024-02-28 Russ Coxruntime: move all timer-locking code into time.go
2024-02-28 Russ Coxruntime: delete clearDeletedTimers
2024-02-28 Russ Coxruntime: simplify, speed up adjusttimers
2024-02-28 Jonathan Amsterdamgo/build: add check for allowed vendor packages
2024-02-28 Russ Coxcmd/go: fix TestScript/mod_vendor_goversion for CL...
2024-02-28 Jes Cokreflect: add Overflow methods to Type
2024-02-28 qiulaidongfengcmd/dist: let the three runtime -quick tests run simult...
2024-02-28 zuojunwei.1024cmd/compile: mark pointer to noalg type as noalg
2024-02-28 Robert Griesemergo/types, types2: move Checker.langCompat from version...
2024-02-28 Robert Griesemergo/types, types2: consistently use singular when report...
2024-02-28 Robert Griesemergo/types, types2: initial support for parameterized...
2024-02-28 Robert Griesemergo/types, types2: separate formatting from error handli...
2024-02-28 Robert Griesemergo/types: generate initorder.go from types2 source
2024-02-28 Robert Griesemergo/types: generate mono.go from types2 source
2024-02-27 Robert Griesemergo/types, types2: call error handler for each sub-error...
2024-02-27 Damien Neilnet/http/httputil: avoid ReverseProxy data race on...
2024-02-27 Deleplaceslices: Delete clears the tail when j == len(s)
2024-02-27 Cuong Manh Lecmd/compile: fix early deadcode with label statement
2024-02-27 qiulaidongfengruntime: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCo...
2024-02-27 Andy Panruntime: fix the potential race of idle P's during...
2024-02-27 Nick Ripleyruntime: don't clobber saved frame pointer during arm64...
2024-02-27 Michael Prattruntime: disable use of runnext on wasm
2024-02-27 Matthew Dempskycmd/compile/internal/noder: add method wrapper comments
2024-02-27 kkhaikenet: Correct the code snippet erroneously rolled back...
2024-02-27 Mauri de Souza... net/http: prevent redirect loop in serveFile if "/...
2024-02-27 Matteo Vaccarinet/http/pprof: avoid panic with user-defined "GET...
2024-02-27 limeidancmd/internal, cmd/link: unify the relocation naming...
2024-02-27 Robert Griesemergo/types: added test case for Checker.CheckExpr
2024-02-27 qmuntalos: avoid GetFileInformationByHandleEx call when stat...
2024-02-27 qmuntaldoc: document os.ModeSocket support on Windows
next