2023-05-24 |
Brad Fitzpatrick | cmd/go/internal/cache: use internal/godebug for three... |
commit | commitdiff | tree |
2023-05-24 |
Derek Parker | cmd/compile: prioritize non-CALL struct member comparisons |
commit | commitdiff | tree |
2023-05-24 |
miller | cmd/go: quote entries in list-valued variables for... |
commit | commitdiff | tree |
2023-05-24 |
Michael Anthony... | doc: add release note for runtime/metrics additions |
commit | commitdiff | tree |
2023-05-24 |
Roland Shoemaker | crypto/tls: enforce 1.3 record version semantics |
commit | commitdiff | tree |
2023-05-24 |
fangguizhen | net/http: check for nil, nil return from DialContext... |
commit | commitdiff | tree |
2023-05-24 |
Sebastiaan... | crypto/tls: remove unused nonAESGCMAEADCiphers variable |
commit | commitdiff | tree |
2023-05-24 |
Tobias Klauser | maps: move test funcs to maps_test.go |
commit | commitdiff | tree |
2023-05-24 |
Jonathan Amsterdam | log/slog: add link to handler-writing guide |
commit | commitdiff | tree |
2023-05-24 |
Joe Tsai | net/http/pprof: adjust URL in package doc |
commit | commitdiff | tree |
2023-05-24 |
Simon Kotwicz | net/http: add doc details regarding Transport retries |
commit | commitdiff | tree |
2023-05-24 |
Oleksandr Redko | internal/coverage: fix comment dupword, error typo |
commit | commitdiff | tree |
2023-05-24 |
Michael Pratt | os: explicitly check for invalid FD in NewFile |
commit | commitdiff | tree |
2023-05-24 |
Russ Cox | cmd/go: implement 'toolchain local' |
commit | commitdiff | tree |
2023-05-24 |
Mark Ryan | runtime: fix alignment code in memclr_riscv64.s |
commit | commitdiff | tree |
2023-05-24 |
Paul Jolly | fmt: correct documentation for Formatter |
commit | commitdiff | tree |
2023-05-24 |
Oleksandr Redko | net/http: fix spelling issues in comments and tests |
commit | commitdiff | tree |
2023-05-24 |
Michael Anthony... | runtime: ensure consistency of /gc/scan/* |
commit | commitdiff | tree |
2023-05-24 |
Dmitri Shuralyov | cmd/dist: copy trailing text more directly in testJSONF... |
commit | commitdiff | tree |
2023-05-24 |
Dmitri Shuralyov | cmd/dist: make two related panic messages more consistent |
commit | commitdiff | tree |
2023-05-24 |
Bryan Mills | Revert "testing: only report subtest races once" |
commit | commitdiff | tree |
2023-05-24 |
Michael Pratt | cmd/go: fix PGO script flag matching |
commit | commitdiff | tree |
2023-05-24 |
Robert Griesemer | Revert "cmd/compile: enable printing of error URLs... |
commit | commitdiff | tree |
2023-05-24 |
Michael Anthony... | runtime: cache inner pinner on P |
commit | commitdiff | tree |
2023-05-24 |
Michael Anthony... | runtime: move pinned object out of inner loop for bench... |
commit | commitdiff | tree |
2023-05-24 |
Roland Shoemaker | crypto/x509: properly apply name constrains to roots... |
commit | commitdiff | tree |
2023-05-24 |
Sean Liao | os: implement fs.ReadFileFS for DirFS |
commit | commitdiff | tree |
2023-05-24 |
cui fliter | all: fix unavailable url |
commit | commitdiff | tree |
2023-05-24 |
Junxian Zhu | cmd/compile: optimize math.Float32bits and math.Float32... |
commit | commitdiff | tree |
2023-05-24 |
Bryan Mills | Revert "cmd/compile: sparse conditional constant propag... |
commit | commitdiff | tree |
2023-05-24 |
Michael Anthony... | runtime: skip TestCPUMetricsSleep as flaky |
commit | commitdiff | tree |
2023-05-24 |
Michael Pratt | cmd/go: update build info when updating PGO file |
commit | commitdiff | tree |
2023-05-24 |
Bryan C. Mills | cmd/go: accept trailing text in compiler errors in... |
commit | commitdiff | tree |
2023-05-24 |
cuiweixie | maps,runtime: improve maps.Values |
commit | commitdiff | tree |
2023-05-24 |
Ian Lance Taylor | testing: only report subtest races once |
commit | commitdiff | tree |
2023-05-24 |
Brad Fitzpatrick | database/sql: make RawBytes safely usable with contexts |
commit | commitdiff | tree |
2023-05-24 |
Junxian Zhu | cmd/compile: optimize math.Float64(32)bits and math... |
commit | commitdiff | tree |
2023-05-24 |
Carlos Amedee | internal/types/errors: generate Markdown files for... |
commit | commitdiff | tree |
2023-05-24 |
Yi Yang | cmd/compile: sparse conditional constant propagation |
commit | commitdiff | tree |
2023-05-24 |
Robert Griesemer | cmd/compile: enable printing of error URLs by default |
commit | commitdiff | tree |
2023-05-24 |
ruinan | cmd/asm: refine some APIs related to Prog.RestArgs[] |
commit | commitdiff | tree |
2023-05-24 |
Li | runtime: pad work.full and pad.empty to avoid false... |
commit | commitdiff | tree |
2023-05-24 |
Russ Cox | cmd/go: add mod edit -toolchain and work edit -toolchain |
commit | commitdiff | tree |
2023-05-24 |
Russ Cox | cmd: go get golang.org/x/mod@fc83a8f |
commit | commitdiff | tree |
2023-05-24 |
miller | os: make TestProgWideChdir detect more possible failure... |
commit | commitdiff | tree |
2023-05-24 |
Robert Griesemer | cmd/compile: report an error URL with error messages |
commit | commitdiff | tree |
2023-05-23 |
Eli Bendersky | slices: add sorting and comparison functions |
commit | commitdiff | tree |
2023-05-23 |
Robert Griesemer | go/types, types2: enable interface inference |
commit | commitdiff | tree |
2023-05-23 |
Robert Griesemer | go/types, types2: consider shared methods when unifying... |
commit | commitdiff | tree |
2023-05-23 |
Paul E. Murphy | debug/elf: define R_PPC64_REL24_P9NOTOC |
commit | commitdiff | tree |
2023-05-23 |
Michael Anthony... | runtime: move pinner variable into inner loop for bench... |
commit | commitdiff | tree |
2023-05-23 |
Robert Griesemer | Revert "go/types, types2: consider shared methods when... |
commit | commitdiff | tree |
2023-05-23 |
Robert Griesemer | go/types, types2: consider shared methods when unifying... |
commit | commitdiff | tree |
2023-05-23 |
Egon Elbre | fmt,math/big,net/url: fixes to old Benchmarks |
commit | commitdiff | tree |
2023-05-23 |
Sean Liao | log/slog: JSONHandler doesn't use special source format |
commit | commitdiff | tree |
2023-05-23 |
Guoqi Chen | cmd/internal/goobj: update builtin list |
commit | commitdiff | tree |
2023-05-23 |
Sean Liao | encoding: document when marshaling methods can be added |
commit | commitdiff | tree |
2023-05-23 |
Tobias Klauser | os: avoid second fcntl syscall in NewFile on unix |
commit | commitdiff | tree |
2023-05-23 |
Tobias Klauser | runtime: remove unused _F_{GET,SET}FL constants on... |
commit | commitdiff | tree |
2023-05-23 |
Rob Findley | go/types: update TestStdlib to type-check concurrently |
commit | commitdiff | tree |
2023-05-23 |
Ian Lance Taylor | cmd/internal/objabi: regenerate RelocType strings |
commit | commitdiff | tree |
2023-05-23 |
Cuong Manh Le | cmd/compile: avoid slicebytetostring call in len(string... |
commit | commitdiff | tree |
2023-05-23 |
Michael Anthony... | runtime/metrics: refactor CPU stats accumulation |
commit | commitdiff | tree |
2023-05-23 |
Michael Anthony... | runtime: fix usage of stale "now" value for netpolling Ms |
commit | commitdiff | tree |
2023-05-23 |
Felix Geisendörfer | runtime/metrics: add /gc/scan/total:bytes |
commit | commitdiff | tree |
2023-05-23 |
Felix Geisendörfer | runtime/metrics: add /gc/scan/heap:bytes |
commit | commitdiff | tree |
2023-05-23 |
Felix Geisendörfer | runtime/metrics: add /gc/scan/globals:bytes |
commit | commitdiff | tree |
2023-05-23 |
Felix Geisendörfer | runtime/metrics: add /gc/scan/stack:bytes |
commit | commitdiff | tree |
2023-05-23 |
Felix Geisendörfer | runtime/metrics: add /gc/gogc:percent |
commit | commitdiff | tree |
2023-05-23 |
Felix Geisendörfer | runtime/metrics: add /gc/gomemlimit:bytes |
commit | commitdiff | tree |
2023-05-23 |
Austin Clements | runtime: symbolize wrappers as a last resort in race... |
commit | commitdiff | tree |
2023-05-23 |
Felix Geisendörfer | runtime/metrics: add /gc/heap/live:bytes |
commit | commitdiff | tree |
2023-05-23 |
Russ Cox | cmd/go: convert semver.IsValid to gover.ModIsValid |
commit | commitdiff | tree |
2023-05-23 |
Russ Cox | cmd/go: convert semver.Compare to gover.ModCompare |
commit | commitdiff | tree |
2023-05-23 |
Russ Cox | cmd/go: clean up old readEnvFile code |
commit | commitdiff | tree |
2023-05-23 |
Matthew Dempsky | cmd/compile: implement min/max builtins |
commit | commitdiff | tree |
2023-05-23 |
Russ Cox | cmd/go: set default GOTOOLCHAIN in GOROOT/go.env |
commit | commitdiff | tree |
2023-05-23 |
Michael Anthony... | runtime: add partial lock order between mspanSpecial... |
commit | commitdiff | tree |
2023-05-23 |
Cherry Mui | cmd/compile: build compiler with PGO |
commit | commitdiff | tree |
2023-05-23 |
Michael Anthony... | doc: write various runtime-related release notes |
commit | commitdiff | tree |
2023-05-23 |
Roland Shoemaker | crypto/rsa: make DecryptPKCS1v15SessionKey warning... |
commit | commitdiff | tree |
2023-05-23 |
Ian Lance Taylor | syscall: avoid serializing forks on ForkLock |
commit | commitdiff | tree |
2023-05-23 |
Cuong Manh Le | test: remove *_unified.go variants |
commit | commitdiff | tree |
2023-05-23 |
Russ Cox | cmd/go: refuse to run when the main module or workspace... |
commit | commitdiff | tree |
2023-05-23 |
David Chase | cmd/compile: indicate sense of hash/bisect match in... |
commit | commitdiff | tree |
2023-05-23 |
Rob Findley | go/types, types2: require CGO for TestIssue59944 |
commit | commitdiff | tree |
2023-05-23 |
Russ Cox | cmd/go: add support for 'go' and 'toolchain' repos... |
commit | commitdiff | tree |
2023-05-23 |
Russ Cox | cmd/go: download newer toolchain if needed during go... |
commit | commitdiff | tree |
2023-05-23 |
Russ Cox | cmd/go: accept non-standard versions like go1.21-202305... |
commit | commitdiff | tree |
2023-05-23 |
Russ Cox | cmd/go/internal/gover: add new Go version package |
commit | commitdiff | tree |
2023-05-23 |
Lance Yang | runtime: fall back on mmap if madvise is unsupported |
commit | commitdiff | tree |
2023-05-23 |
Sven Anderson | runtime: let Pinner preallocate a reusable ref array |
commit | commitdiff | tree |
2023-05-23 |
Rob Findley | go/types: resolve cgo base type names |
commit | commitdiff | tree |
2023-05-23 |
Than McIntosh | cmd/go,testing: re-implement testing.Coverage |
commit | commitdiff | tree |
2023-05-23 |
Than McIntosh | runtime/coverage: add support for "auxiliary" meta... |
commit | commitdiff | tree |
2023-05-23 |
Than McIntosh | runtime/coverage: add coverage snapshot helper routine |
commit | commitdiff | tree |
2023-05-23 |
Than McIntosh | internal/coverage/cformat: add aggregation option to... |
commit | commitdiff | tree |
2023-05-23 |
Than McIntosh | cmd/covdata: tweak output format for 'go tool covdata... |
commit | commitdiff | tree |
2023-05-23 |
Than McIntosh | cmd/covdata: relax mode clash policy for selected opera... |
commit | commitdiff | tree |
2023-05-23 |
Than McIntosh | internal/coverage: implement conforming Seek method... |
commit | commitdiff | tree |
next |