]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2024-02-27 guoguangwureflect: fix typo in comment
2024-02-27 guoguangwusyscall: fix typo in comment
2024-02-27 guoguangwuarchive/tar: check returned error before use hdr
2024-02-27 guoguangwuhtml/template: replace bytes.Compare call with bytes...
2024-02-27 guoguangwuencoding/xml: remove unnecessary fmt.Sprintf call
2024-02-27 aimuzdatabase/sql: wrap errors with %w in driverArgsConnLocked
2024-02-27 Zxillycmd/compile: use quotes to wrap user-supplied token
2024-02-27 guoguangwugo/types, types2: fix typo in comment
2024-02-27 Roland Shoemakerhtml/template: escape additional tokens in MarshalJSON...
2024-02-26 Bryan C. Millsnet/http: reject client-side retries in server timeout...
2024-02-26 Alan Donovanstd: fix more nilness findings
2024-02-26 guoguangwucmd/gofmt: remove impossible err!=nil conditional
2024-02-26 Tobias Klausernet: use bytealg.IndexByte in cgoLookupAddrPTR
2024-02-26 guoguangwucrypto/tls: fix typo in comment
2024-02-26 guoguangwucrypto/ecdsa: fix typo
2024-02-26 cui fliteros: add available godoc link
2024-02-26 Quan Tongcmd/go: print the package containing the unmatched...
2024-02-26 cui flitersyscall: add available godoc link
2024-02-26 cui flitertext: add available godoc link
2024-02-26 cui fliterregexp: add available godoc link
2024-02-26 cui flitersync: add available godoc link
next