2024-03-04 |
Jorropo | cmd/compile: remove bug workarounds in prove's loop... |
commit | commitdiff | tree |
2024-03-04 |
huweiwen | cmd/go/internal/vcs: use git log to avoid unnecessary... |
commit | commitdiff | tree |
2024-03-04 |
Filippo Valsorda | crypto: use and test purego tag consistently |
commit | commitdiff | tree |
2024-03-04 |
Andy Pan | syscall: call internal/runtime/syscall.Syscall6 in... |
commit | commitdiff | tree |
2024-03-04 |
Michael Matloob | src/cmd: update golang.org/x/telemetry to 3d5706d and... |
commit | commitdiff | tree |
2024-03-04 |
cui fliter | doc: close HTML tags |
commit | commitdiff | tree |
2024-03-04 |
cui fliter | bytes: add a colon after Output to make the Example... |
commit | commitdiff | tree |
2024-03-04 |
guoguangwu | os/exec: remove unnecessary fmt.Sprintf call |
commit | commitdiff | tree |
2024-03-04 |
qiulaidongfeng | os: remove if nil!=nil in openFileNolog |
commit | commitdiff | tree |
2024-03-02 |
David Chase | cmd/compile: add 0-sized-value simplification to copyelim |
commit | commitdiff | tree |
2024-03-01 |
Joel Sing | cmd/link/internal/riscv64: generate local text symbols... |
commit | commitdiff | tree |
2024-03-01 |
Cuong Manh Le | cmd/compile: add missing Unalias call when writing... |
commit | commitdiff | tree |
2024-03-01 |
guoguangwu | cmd/compile: remove unnecessary fmt.Sprintf call |
commit | commitdiff | tree |
2024-02-29 |
Cuong Manh Le | cmd/internal/testdir: support -godebug |
commit | commitdiff | tree |
2024-02-29 |
Robert Griesemer | go/types, types2: consistently use error_ type for... |
commit | commitdiff | tree |
2024-02-29 |
Robert Griesemer | go/types: generate typeset.go from types2 source |
commit | commitdiff | tree |
2024-02-29 |
Robert Griesemer | go/types, types2: better error position for invalid... |
commit | commitdiff | tree |
2024-02-29 |
Robert Griesemer | go/types, types2: disable incorrect optimization in... |
commit | commitdiff | tree |
2024-02-29 |
khr@golang.org | cmd/compile: soften type matching when allocating stack... |
commit | commitdiff | tree |
2024-02-29 |
Damien Neil | net/http: remove Content-Length header in http.Error |
commit | commitdiff | tree |
2024-02-29 |
Russ Cox | runtime: move per-P timers state into its own struct |
commit | commitdiff | tree |
2024-02-29 |
guoguangwu | internal/trace: fix typo in comment |
commit | commitdiff | tree |
2024-02-29 |
Jes Cok | encoding/json: make use of reflect.Type.{OverflowInt... |
commit | commitdiff | tree |
2024-02-29 |
suntala | cmd/go/internal/envcmd: show GODEBUG in 'go env' output |
commit | commitdiff | tree |
2024-02-29 |
khr@golang.org | runtime: don't re-initialize itab while looking for... |
commit | commitdiff | tree |
2024-02-29 |
Robert Griesemer | go/types, types2: add tracing to Checker.validType |
commit | commitdiff | tree |
2024-02-29 |
apocelipes | internal/coverage/encodemeta: simplify appending zero... |
commit | commitdiff | tree |
2024-02-29 |
Nicolas Hillegeer | text/tabwriter: add recovered panic message to rethrow |
commit | commitdiff | tree |
2024-02-29 |
Nick Revin | cmd/link: add option to enable full RELRO for ELF |
commit | commitdiff | tree |
2024-02-29 |
Ian Lance Taylor | runtime/cgo: ignore unknown warning options |
commit | commitdiff | tree |
2024-02-28 |
Paul E. Murphy | cmd/internal/obj/ppc64: generate smaller machine code... |
commit | commitdiff | tree |
2024-02-28 |
sivchari | all: run go fmt |
commit | commitdiff | tree |
2024-02-28 |
guoguangwu | testing: fix typo in comment |
commit | commitdiff | tree |
2024-02-28 |
qiulaidongfeng | crypto/internal/bigmod: remove unused ctGeq |
commit | commitdiff | tree |
2024-02-28 |
qmuntal | os: factor out newFileStatFromWin32FileAttributeData |
commit | commitdiff | tree |
2024-02-28 |
guoguangwu | database/sql: add error check |
commit | commitdiff | tree |
2024-02-28 |
Constantin... | encoding/xml: display closing space in error message |
commit | commitdiff | tree |
2024-02-28 |
Nick Ripley | runtime,runtime/pprof: avoid tiny allocations in finali... |
commit | commitdiff | tree |
2024-02-28 |
Robert Griesemer | cmd/compile/internal/syntax: rename test file to match... |
commit | commitdiff | tree |
2024-02-28 |
Matthew Dempsky | cmd/compile/internal/inline: refactor fixpoint algorithm |
commit | commitdiff | tree |
2024-02-28 |
guoguangwu | internal/abi: fix typo in comment |
commit | commitdiff | tree |
2024-02-28 |
Damien Neil | net/http: make timeout errors match context.DeadlineExc... |
commit | commitdiff | tree |
2024-02-28 |
Russ Cox | cmd/compile: compile len(ch) as call to runtime.chanlen |
commit | commitdiff | tree |
2024-02-28 |
Russ Cox | runtime: use methods for timer |
commit | commitdiff | tree |
2024-02-28 |
Russ Cox | runtime: change timer.status to timer.state |
commit | commitdiff | tree |
2024-02-28 |
Russ Cox | runtime: use timer.lock in moveTimers |
commit | commitdiff | tree |
2024-02-28 |
Russ Cox | runtime: use timer.lock in adjusttimers |
commit | commitdiff | tree |
2024-02-28 |
Russ Cox | runtime: use timer.lock in runtimer |
commit | commitdiff | tree |
2024-02-28 |
Russ Cox | runtime: use timer.lock in cleantimers |
commit | commitdiff | tree |
2024-02-28 |
Russ Cox | runtime: use timer.lock in modtimer |
commit | commitdiff | tree |
2024-02-28 |
Russ Cox | runtime: add timer lock to lock ranking |
commit | commitdiff | tree |
2024-02-28 |
Russ Cox | runtime: use timer.lock in deltimer |
commit | commitdiff | tree |
2024-02-28 |
Russ Cox | runtime: merge timerDeleted into timerModified |
commit | commitdiff | tree |
2024-02-28 |
Russ Cox | runtime: merge timerNoStatus into timerRemoved |
commit | commitdiff | tree |
2024-02-28 |
Russ Cox | runtime: merge timerMoving into timerModifying |
commit | commitdiff | tree |
2024-02-28 |
Russ Cox | runtime: merge timerRemoving into timerModifying |
commit | commitdiff | tree |
2024-02-28 |
Russ Cox | runtime: merge timerModifiedEarlier and timerModifierLater |
commit | commitdiff | tree |
2024-02-28 |
Russ Cox | runtime: delete addtimer |
commit | commitdiff | tree |
2024-02-28 |
Russ Cox | runtime: move all timer-locking code into time.go |
commit | commitdiff | tree |
2024-02-28 |
Russ Cox | runtime: delete clearDeletedTimers |
commit | commitdiff | tree |
2024-02-28 |
Russ Cox | runtime: simplify, speed up adjusttimers |
commit | commitdiff | tree |
2024-02-28 |
Jonathan Amsterdam | go/build: add check for allowed vendor packages |
commit | commitdiff | tree |
2024-02-28 |
Russ Cox | cmd/go: fix TestScript/mod_vendor_goversion for CL... |
commit | commitdiff | tree |
2024-02-28 |
Jes Cok | reflect: add Overflow methods to Type |
commit | commitdiff | tree |
2024-02-28 |
qiulaidongfeng | cmd/dist: let the three runtime -quick tests run simult... |
commit | commitdiff | tree |
2024-02-28 |
zuojunwei.1024 | cmd/compile: mark pointer to noalg type as noalg |
commit | commitdiff | tree |
2024-02-28 |
Robert Griesemer | go/types, types2: move Checker.langCompat from version... |
commit | commitdiff | tree |
2024-02-28 |
Robert Griesemer | go/types, types2: consistently use singular when report... |
commit | commitdiff | tree |
2024-02-28 |
Robert Griesemer | go/types, types2: initial support for parameterized... |
commit | commitdiff | tree |
2024-02-28 |
Robert Griesemer | go/types, types2: separate formatting from error handli... |
commit | commitdiff | tree |
2024-02-28 |
Robert Griesemer | go/types: generate initorder.go from types2 source |
commit | commitdiff | tree |
2024-02-28 |
Robert Griesemer | go/types: generate mono.go from types2 source |
commit | commitdiff | tree |
2024-02-27 |
Robert Griesemer | go/types, types2: call error handler for each sub-error... |
commit | commitdiff | tree |
2024-02-27 |
Damien Neil | net/http/httputil: avoid ReverseProxy data race on... |
commit | commitdiff | tree |
2024-02-27 |
Deleplace | slices: Delete clears the tail when j == len(s) |
commit | commitdiff | tree |
2024-02-27 |
Cuong Manh Le | cmd/compile: fix early deadcode with label statement |
commit | commitdiff | tree |
2024-02-27 |
qiulaidongfeng | runtime: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCo... |
commit | commitdiff | tree |
2024-02-27 |
Andy Pan | runtime: fix the potential race of idle P's during... |
commit | commitdiff | tree |
2024-02-27 |
Nick Ripley | runtime: don't clobber saved frame pointer during arm64... |
commit | commitdiff | tree |
2024-02-27 |
Michael Pratt | runtime: disable use of runnext on wasm |
commit | commitdiff | tree |
2024-02-27 |
Matthew Dempsky | cmd/compile/internal/noder: add method wrapper comments |
commit | commitdiff | tree |
2024-02-27 |
kkhaike | net: Correct the code snippet erroneously rolled back... |
commit | commitdiff | tree |
2024-02-27 |
Mauri de Souza... | net/http: prevent redirect loop in serveFile if "/... |
commit | commitdiff | tree |
2024-02-27 |
Matteo Vaccari | net/http/pprof: avoid panic with user-defined "GET... |
commit | commitdiff | tree |
2024-02-27 |
limeidan | cmd/internal, cmd/link: unify the relocation naming... |
commit | commitdiff | tree |
2024-02-27 |
Robert Griesemer | go/types: added test case for Checker.CheckExpr |
commit | commitdiff | tree |
2024-02-27 |
qmuntal | os: avoid GetFileInformationByHandleEx call when stat... |
commit | commitdiff | tree |
2024-02-27 |
qmuntal | doc: document os.ModeSocket support on Windows |
commit | commitdiff | tree |
2024-02-27 |
guoguangwu | reflect: fix typo in comment |
commit | commitdiff | tree |
2024-02-27 |
guoguangwu | syscall: fix typo in comment |
commit | commitdiff | tree |
2024-02-27 |
guoguangwu | archive/tar: check returned error before use hdr |
commit | commitdiff | tree |
2024-02-27 |
guoguangwu | html/template: replace bytes.Compare call with bytes... |
commit | commitdiff | tree |
2024-02-27 |
guoguangwu | encoding/xml: remove unnecessary fmt.Sprintf call |
commit | commitdiff | tree |
2024-02-27 |
aimuz | database/sql: wrap errors with %w in driverArgsConnLocked |
commit | commitdiff | tree |
2024-02-27 |
Zxilly | cmd/compile: use quotes to wrap user-supplied token |
commit | commitdiff | tree |
2024-02-27 |
guoguangwu | go/types, types2: fix typo in comment |
commit | commitdiff | tree |
2024-02-27 |
Roland Shoemaker | html/template: escape additional tokens in MarshalJSON... |
commit | commitdiff | tree |
2024-02-26 |
Bryan C. Mills | net/http: reject client-side retries in server timeout... |
commit | commitdiff | tree |
2024-02-26 |
Alan Donovan | std: fix more nilness findings |
commit | commitdiff | tree |
2024-02-26 |
guoguangwu | cmd/gofmt: remove impossible err!=nil conditional |
commit | commitdiff | tree |
next |