2023-02-10 |
zlasd | cmd/go: handle escapes in pkg-config ldflags output |
commit | commitdiff | tree |
2023-02-10 |
Nick Ripley | cmd/trace: fix error message for bad goroutine state... |
commit | commitdiff | tree |
2023-02-10 |
David Chase | vendor: add new vendored files from update |
commit | commitdiff | tree |
2023-02-10 |
Mateusz Poliwczak | net: move context cancellation logic of blocking calls... |
commit | commitdiff | tree |
2023-02-10 |
Frederic Branczyk | cmd/compile/internal/pgo: fix hard-coded PGO sample... |
commit | commitdiff | tree |
2023-02-10 |
David Chase | vendor, cmd/vendor: update standard library dependencies |
commit | commitdiff | tree |
2023-02-10 |
Ian Lance Taylor | bufio: permit r.Reset(r) without infinite recursion |
commit | commitdiff | tree |
2023-02-10 |
Than McIntosh | cmd/internal/cov: fix misuse of bufio.Reader.Read in... |
commit | commitdiff | tree |
2023-02-10 |
Than McIntosh | Revert "math: add Compare and Compare32" |
commit | commitdiff | tree |
2023-02-10 |
Bryan C. Mills | cmd/go: remove tests that assume lack of new versions... |
commit | commitdiff | tree |
2023-02-10 |
Valentin Deleplace | math/rand: fix typo in Seed deprecation comment |
commit | commitdiff | tree |
2023-02-10 |
Damien Neil | Revert "io: allocate copy buffers from a pool" |
commit | commitdiff | tree |
2023-02-10 |
Carlo Alberto... | context: reduce init-time allocations |
commit | commitdiff | tree |
2023-02-10 |
Russ Cox | runtime: skip darwin osinit_hack on ios |
commit | commitdiff | tree |
2023-02-10 |
qmuntal | cmd/dist: remove windows-amd64-2008 code path |
commit | commitdiff | tree |
2023-02-10 |
Than McIntosh | cmd/link: try libssp_nonshared.a when looking for ... |
commit | commitdiff | tree |
2023-02-10 |
Than McIntosh | cmd/cgo: add -fno-stack-protector to CFLAGS (again) |
commit | commitdiff | tree |
2023-02-10 |
Than McIntosh | cmd/link: improve error for missing SDYNIMPORT support... |
commit | commitdiff | tree |
2023-02-09 |
Rob Pike | math/rand: rewrite the math/rand package comment to... |
commit | commitdiff | tree |
2023-02-09 |
Robert Griesemer | go/types, types2: remove need to store type parameter... |
commit | commitdiff | tree |
2023-02-09 |
Robert Griesemer | go/types, types2: simplify unify.inferred signature |
commit | commitdiff | tree |
2023-02-09 |
Mateusz Poliwczak | net: remove unused cname return from cgoLookupIPCNAME |
commit | commitdiff | tree |
2023-02-09 |
Akhil Indurti | math: add Compare and Compare32 |
commit | commitdiff | tree |
2023-02-09 |
Johan Brandhorst... | net/http: improve js fetch errors |
commit | commitdiff | tree |
2023-02-09 |
Tolyan Korniltsev | runtime: skip trailing wrappers in runtime_expandFinalI... |
commit | commitdiff | tree |
2023-02-09 |
Cuong Manh Le | cmd/compile: disable inline static init optimization |
commit | commitdiff | tree |
2023-02-09 |
Cuong Manh Le | cmd/compile: remove reflectdata.AfterGlobalEscapeAnalysis |
commit | commitdiff | tree |
2023-02-09 |
Sung Yoon Whang | cmd/compile/internal/staticinit: fix panic in interface... |
commit | commitdiff | tree |
2023-02-09 |
Bryan C. Mills | cmd/go/internal/test: rewrite generate tests using... |
commit | commitdiff | tree |
2023-02-09 |
Cuong Manh Le | cmd/compile: remove constant arithmetic overflows durin... |
commit | commitdiff | tree |
2023-02-09 |
Adin Scannell | runtime: fix signature for linked functions |
commit | commitdiff | tree |
2023-02-08 |
Bryan C. Mills | cmd/go/internal/test: refresh flagdefs.go and fix test |
commit | commitdiff | tree |
2023-02-08 |
Jorropo | cmd/compile: use MakeResult in empty MakeSlice elimination |
commit | commitdiff | tree |
2023-02-08 |
Alexander Yastrebov | internal/xcoff: use unsigned integers in file structs... |
commit | commitdiff | tree |
2023-02-08 |
Michael Pratt | Revert "cmd/compile/internal/pgo: fix hard-coded PGO... |
commit | commitdiff | tree |
2023-02-08 |
Than McIntosh | cmd/cover: add newline to fix -covermode=atomic build... |
commit | commitdiff | tree |
2023-02-08 |
Frederic Branczyk | cmd/compile/internal/pgo: fix hard-coded PGO sample... |
commit | commitdiff | tree |
2023-02-08 |
Oleksandr Redko | runtime: correct typos |
commit | commitdiff | tree |
2023-02-08 |
Wayne Zuo | runtime/internal/sys: remove Bswap{32|64} assembly... |
commit | commitdiff | tree |
2023-02-08 |
Wayne Zuo | cmd/compile: intrinsify math/bits/ReverseBytes{32|64... |
commit | commitdiff | tree |
2023-02-08 |
Cuong Manh Le | cmd/compile: fix inline static init arguments substitue... |
commit | commitdiff | tree |
2023-02-07 |
Ian Lance Taylor | math/rand: use fastrand64 if possible |
commit | commitdiff | tree |
2023-02-07 |
Oleksandr Redko | doc: fix spec typo |
commit | commitdiff | tree |
2023-02-07 |
Xiangdong Ji | cmd/go: honor user-specified -c=N |
commit | commitdiff | tree |
2023-02-07 |
Cuong Manh Le | test: add test for issue 58345 |
commit | commitdiff | tree |
2023-02-07 |
qmuntal | runtime: use explicit NOFRAME on darwin/amd64 |
commit | commitdiff | tree |
2023-02-07 |
Paul E. Murphy | cmd/compile: remove unused ISELB PPC64 ssa opcode |
commit | commitdiff | tree |
2023-02-07 |
sslime336 | go/token: delete a blank line |
commit | commitdiff | tree |
2023-02-07 |
Joe Tsai | encoding/hex: fix Decode output check regression |
commit | commitdiff | tree |
2023-02-06 |
Maksim Meshkov | runtime: fix cpu sample comment |
commit | commitdiff | tree |
2023-02-06 |
Roland Shoemaker | crypto/ecdh: explicitly reject mismatched curves in... |
commit | commitdiff | tree |
2023-02-06 |
Than McIntosh | cmd/link: linker portion of dead map removal |
commit | commitdiff | tree |
2023-02-06 |
Than McIntosh | cmd/compile: enable deadcode of unreferenced large... |
commit | commitdiff | tree |
2023-02-06 |
Keith Randall | cmd/compile: ensure first instruction in a function... |
commit | commitdiff | tree |
2023-02-06 |
Than McIntosh | cmd/internal/obj: flag init functions in object file |
commit | commitdiff | tree |
2023-02-06 |
Robert Griesemer | go/types, types2: eliminate need to sort arguments... |
commit | commitdiff | tree |
2023-02-06 |
Joe Tsai | log: fix and cleanup trailing newline logic |
commit | commitdiff | tree |
2023-02-06 |
Alexander Yastrebov | crypto/sha1: use math/bits.RotateLeft32 |
commit | commitdiff | tree |
2023-02-06 |
Oleksandr Redko | cmd/compile: replace os.MkdirTemp with T.TempDir |
commit | commitdiff | tree |
2023-02-06 |
Filippo Valsorda | math/big: add warning about using Int for cryptography |
commit | commitdiff | tree |
2023-02-06 |
Johan Brandhorst... | crypto/rand: replace shift with constant |
commit | commitdiff | tree |
2023-02-06 |
Guoqi Chen | cmd/asm: add RDTIME{L,H}.W, RDTIME.D support for loong64 |
commit | commitdiff | tree |
2023-02-06 |
Archana R | cmd/compile: add rules to emit SETBC/R instructions... |
commit | commitdiff | tree |
2023-02-06 |
weebney | all: upgrade Unicode from 13.0.0 to 15.0.0 |
commit | commitdiff | tree |
2023-02-04 |
Joe Tsai | log: make use of fmt.Append functionality |
commit | commitdiff | tree |
2023-02-04 |
Cuong Manh Le | cmd/compile: use ONAME node directly from generated... |
commit | commitdiff | tree |
2023-02-04 |
Cuong Manh Le | cmd/compile: factor out code to generate hash func |
commit | commitdiff | tree |
2023-02-04 |
Cuong Manh Le | cmd/compile: use runtime hash func for known types |
commit | commitdiff | tree |
2023-02-04 |
Cuong Manh Le | cmd/compile: use memhash from package runtime |
commit | commitdiff | tree |
2023-02-04 |
Cuong Manh Le | cmd/compile: generate type equal func during walk |
commit | commitdiff | tree |
2023-02-04 |
Cuong Manh Le | cmd/compile: factor out code to generate equal func |
commit | commitdiff | tree |
2023-02-04 |
Ethan Lowman | net/http/httputil: fix syntax in ReverseProxy example... |
commit | commitdiff | tree |
2023-02-04 |
David Anderson | time: add /etc/zoneinfo as valid path for tzdata for... |
commit | commitdiff | tree |
2023-02-03 |
Carlo Alberto... | context: remove one allocation in timerCtx |
commit | commitdiff | tree |
2023-02-03 |
Joe Tsai | log: reduce lock contention |
commit | commitdiff | tree |
2023-02-03 |
Archana R | cmd/compile: intrinsify math/bits/ReverseBytes{16|32... |
commit | commitdiff | tree |
2023-02-03 |
Ian Lance Taylor | maps: new package |
commit | commitdiff | tree |
2023-02-03 |
Bryan C. Mills | cmd/dist: do not include runtime/internal/sys in cmd... |
commit | commitdiff | tree |
2023-02-03 |
Roger Peppe | cmd/go/internal/par: use generic Cache |
commit | commitdiff | tree |
2023-02-03 |
Florin Papa | debug/elf: add DT_FLAGS_1 constants |
commit | commitdiff | tree |
2023-02-02 |
Robert Griesemer | go/types, types2: enable new type inference |
commit | commitdiff | tree |
2023-02-02 |
Robert Griesemer | go/types, types2: implement simpler type inference... |
commit | commitdiff | tree |
2023-02-02 |
Robert Griesemer | go/types, types2: simplify symmetric code |
commit | commitdiff | tree |
2023-02-02 |
Robert Griesemer | go/types, types2: use a comparer struct to control... |
commit | commitdiff | tree |
2023-02-02 |
Bryan C. Mills | cmd/go/internal/test: scale the WaitDelay for test... |
commit | commitdiff | tree |
2023-02-02 |
Bryan C. Mills | runtime: eliminate arbitrary timeout in TestCgoLockOSTh... |
commit | commitdiff | tree |
2023-02-02 |
Alan Donovan | math/big: add Int.Float64 conversion |
commit | commitdiff | tree |
2023-02-02 |
Bryan C. Mills | internal/testenv: avoid rebuilding all of std in WriteI... |
commit | commitdiff | tree |
2023-02-02 |
Alan Donovan | go/token: add (*File).Lines method |
commit | commitdiff | tree |
2023-02-02 |
Alan Donovan | src/cmd/compile: clarify //go:linkname documentation |
commit | commitdiff | tree |
2023-02-02 |
Joe Tsai | net/netip: fix invalid representation of Prefix |
commit | commitdiff | tree |
2023-02-02 |
Johan Brandhorst... | misc: increase node stack size |
commit | commitdiff | tree |
2023-02-02 |
Tobias Klauser | internal/poll: use atomic.Bool in DupCloseOnExec |
commit | commitdiff | tree |
2023-02-02 |
Russ Cox | cmd/link: remove special cases for relocations in ... |
commit | commitdiff | tree |
2023-02-02 |
Russ Cox | cmd/link: keep go.buildinfo even with --gc-sections |
commit | commitdiff | tree |
2023-02-02 |
Robert Griesemer | go/types, types2: avoid recursive invocation when unify... |
commit | commitdiff | tree |
2023-02-02 |
Robert Griesemer | go/types, types2: remove (internal) exactUnification... |
commit | commitdiff | tree |
2023-02-01 |
Matthew Dempsky | cmd/compile/internal/types: remove misleading comment |
commit | commitdiff | tree |
2023-02-01 |
Robert Griesemer | go/types, types2: use go.dev/issue/nnnnn when referring... |
commit | commitdiff | tree |
2023-02-01 |
Robert Griesemer | go/types, types2: better error when trying to use ... |
commit | commitdiff | tree |
next |