2023-06-07 |
Robert Griesemer | go/types, types2: don't crash when using trace with... |
commit | commitdiff | tree |
2023-06-06 |
Damien Neil | go1.21: document net/http.ResponseController.EnableFull... |
commit | commitdiff | tree |
2023-06-06 |
Olivier Mengué | context: add godoc links |
commit | commitdiff | tree |
2023-06-06 |
Michael Pratt | runtime: make GODEBUG=dontfreezetheworld=1 safer |
commit | commitdiff | tree |
2023-06-06 |
Robert Griesemer | spec: clarify min/max rules for numeric arguments ... |
commit | commitdiff | tree |
2023-06-06 |
Bryan C. Mills | cmd/go: disallow package directories containing newlines |
commit | commitdiff | tree |
2023-06-06 |
Roland Shoemaker | cmd/go: enforce flags with non-optional arguments |
commit | commitdiff | tree |
2023-06-06 |
Ian Lance Taylor | cmd/go,cmd/cgo: in _cgo_flags use one line per flag |
commit | commitdiff | tree |
2023-06-06 |
Russ Cox | cmd/go: document changes to go test -c and -o |
commit | commitdiff | tree |
2023-06-06 |
Russ Cox | cmd/go: handle -C properly during toolchain switches |
commit | commitdiff | tree |
2023-06-06 |
Russ Cox | cmd/go: move switch-only code from select.go to switch.go |
commit | commitdiff | tree |
2023-06-06 |
Russ Cox | cmd/go: additional doc-inspired tests and bug fixes |
commit | commitdiff | tree |
2023-06-06 |
Russ Cox | cmd/vendor: vendor latest golang.org/x/mod |
commit | commitdiff | tree |
2023-06-06 |
Roland Shoemaker | runtime: implement SUID/SGID protections |
commit | commitdiff | tree |
2023-06-06 |
Austin Clements | runtime: skip TestCrashDumpsAllThreads with mayMoreStac... |
commit | commitdiff | tree |
2023-06-06 |
Austin Clements | cmd/dist: share one copy of the "generated by" header... |
commit | commitdiff | tree |
2023-06-06 |
Austin Clements | cmd/dist: remove deptab and cleanlist in favor of gentab |
commit | commitdiff | tree |
2023-06-06 |
Austin Clements | cmd/dist: remove stale cleanup code |
commit | commitdiff | tree |
2023-06-06 |
Austin Clements | cmd/dist: remove stale files from gentab |
commit | commitdiff | tree |
2023-06-06 |
Robert Griesemer | go/types, types2: handle named and literal interfaces... |
commit | commitdiff | tree |
2023-06-06 |
Cherry Mui | cmd/compile: check method name in PGO devirtualization |
commit | commitdiff | tree |
2023-06-06 |
Robert Griesemer | cmd/compile/internal/syntax: better error message when... |
commit | commitdiff | tree |
2023-06-06 |
Russ Cox | cmd/go: document GOTOOLCHAIN |
commit | commitdiff | tree |
2023-06-06 |
Cherry Mui | cmd/compile: adjust PGO devirtualization diagnostic... |
commit | commitdiff | tree |
2023-06-05 |
Russ Cox | doc/go1.21: document GOEXPERIMENT=loopvar and invite... |
commit | commitdiff | tree |
2023-06-05 |
Russ Cox | doc/go1.21: document forward and backward compatibility |
commit | commitdiff | tree |
2023-06-05 |
Michael Pratt | runtime: skip another GDB "no such process" case |
commit | commitdiff | tree |
2023-06-05 |
Russ Cox | doc/go1.21: move Ports to end |
commit | commitdiff | tree |
2023-06-05 |
Alessandro... | runtime: add debugger hook for fatal signals |
commit | commitdiff | tree |
2023-06-05 |
Tobias Klauser | doc/go1.21: fix link in debug/elf section |
commit | commitdiff | tree |
2023-06-05 |
Cherry Mui | runtime: move Segv and TgkillSegv to testprog |
commit | commitdiff | tree |
2023-06-05 |
Roland Shoemaker | syscall: don't panic when argv is nil on freebsd |
commit | commitdiff | tree |
2023-06-05 |
Robert Griesemer | go/types, types2: fix incorrect logic in assignability... |
commit | commitdiff | tree |
2023-06-05 |
Cuong Manh Le | cmd/compile: allow ir.OMIN/ir.OMAX in mayCall |
commit | commitdiff | tree |
2023-06-04 |
Cuong Manh Le | builtin: add documentation for min/max |
commit | commitdiff | tree |
2023-06-03 |
Russ Cox | cmd/go: maintain go and toolchain lines in go.work |
commit | commitdiff | tree |
2023-06-03 |
thepudds | cmd/compile/internal/devirtualize: devirtualize method... |
commit | commitdiff | tree |
2023-06-03 |
Bryan C. Mills | cmd/go: adjust pruning and switch toolchain when needed... |
commit | commitdiff | tree |
2023-06-02 |
Bryan C. Mills | cmd/go: adjust pruning and switch toolchains if needed... |
commit | commitdiff | tree |
2023-06-02 |
Bryan C. Mills | cmd/go: adjust conditions in which toolchain lines... |
commit | commitdiff | tree |
2023-06-02 |
Dmitri Shuralyov | doc/go1.21: document macOS and Windows requirements |
commit | commitdiff | tree |
2023-06-02 |
qmuntal | doc/go1.21: document that os.TempDir now uses GetTempPath2W |
commit | commitdiff | tree |
2023-06-02 |
Zhiyuan Zheng | net: filter disabled interfaces in Windows DNS client |
commit | commitdiff | tree |
2023-06-02 |
Robert Griesemer | go/types, types2: remove version check for more lenient... |
commit | commitdiff | tree |
2023-06-02 |
Robert Griesemer | go/types, types2: report inference instead of assignmen... |
commit | commitdiff | tree |
2023-06-02 |
Dmitri Shuralyov | cmd/api: make check even pickier about api/next/*.txt |
commit | commitdiff | tree |
2023-06-02 |
Alan Donovan | math/big: rename Int.ToFloat64 to Float64 |
commit | commitdiff | tree |
2023-06-02 |
Russ Cox | cmd/go: return more errors from ReadModFile, loadModFile |
commit | commitdiff | tree |
2023-06-01 |
Roland Shoemaker | doc/go1.21: crypto release notes |
commit | commitdiff | tree |
2023-06-01 |
Robert Griesemer | go/types, types2: use exact matching when unifying... |
commit | commitdiff | tree |
2023-06-01 |
Russ Cox | cmd/go: add gover.Max and gover.MaxToolchain |
commit | commitdiff | tree |
2023-06-01 |
Russ Cox | cmd/go: add base.Error and base.Fatal |
commit | commitdiff | tree |
2023-06-01 |
Russ Cox | cmd/go: move CreateWorkFile from modload to workcmd |
commit | commitdiff | tree |
2023-06-01 |
Russ Cox | cmd/go: move version constants from modload to gover |
commit | commitdiff | tree |
2023-06-01 |
Michael Anthony... | api: promote next to go1.21 |
commit | commitdiff | tree |
2023-06-01 |
Michael Pratt | runtime: update skips for TestGdbBacktrace |
commit | commitdiff | tree |
2023-06-01 |
Cherry Mui | cmd/internal/obj/arm: handle HAUTO etc. in addpool |
commit | commitdiff | tree |
2023-06-01 |
Austin Clements | cmd/internal/testdir: pass if GOEXPERIMENT=cgocheck2... |
commit | commitdiff | tree |
2023-06-01 |
Austin Clements | cmd/cgo/internal/testerrors: pass if GOEXPERIMENT=cgoch... |
commit | commitdiff | tree |
2023-06-01 |
Christian Banse | cmd/link/internal/ld: pass correct offset to codesign... |
commit | commitdiff | tree |
2023-06-01 |
Ian Lance Taylor | doc/go1.21: correct links in go/build note |
commit | commitdiff | tree |
2023-06-01 |
Tobias Klauser | doc/go1.21: fix io/fs.ReadDirFS link formatting |
commit | commitdiff | tree |
2023-06-01 |
Bryan C. Mills | cmd/go: propagate gover.TooNewError from modload.LoadMo... |
commit | commitdiff | tree |
2023-06-01 |
Eli Bendersky | doc: remove relnote TODO by merging with another section |
commit | commitdiff | tree |
2023-06-01 |
Ian Lance Taylor | doc/go1.21: reformat flag init change note |
commit | commitdiff | tree |
2023-06-01 |
Ian Lance Taylor | doc/go1.21: remove some references to reverted CLs |
commit | commitdiff | tree |
2023-06-01 |
Ian Lance Taylor | doc/go1.21: fix type in closing tag |
commit | commitdiff | tree |
2023-06-01 |
Eli Bendersky | doc: add release note for go:wasmimport |
commit | commitdiff | tree |
2023-06-01 |
Bryan C. Mills | cmd/go/internal/toolchain: avoid importing modcmd |
commit | commitdiff | tree |
2023-06-01 |
Bryan C. Mills | cmd/go: fix TestScript/gotoolchain_net when $PATH conta... |
commit | commitdiff | tree |
2023-06-01 |
Eli Bendersky | doc: add release note for cgo error on methods on C... |
commit | commitdiff | tree |
2023-06-01 |
Michael Pratt | runtime: only increment extraMInUse when actually in use |
commit | commitdiff | tree |
2023-06-01 |
Michael Pratt | doc/go1.21: document PGO GA and devirtualization |
commit | commitdiff | tree |
2023-06-01 |
Tobias Klauser | doc/go1.21: document that os.DirFS implements fs.Read... |
commit | commitdiff | tree |
2023-06-01 |
Russ Cox | cmd/go: delete cmd/go/internal/slices in favor of slices |
commit | commitdiff | tree |
2023-06-01 |
Russ Cox | cmd/go: make toolchain less special in MVS |
commit | commitdiff | tree |
2023-05-31 |
Robert Griesemer | go/types, types2: better error message for some inferen... |
commit | commitdiff | tree |
2023-05-31 |
Ian Lance Taylor | doc/go1.21: remove math.Compare TODOs |
commit | commitdiff | tree |
2023-05-31 |
Jonathan Amsterdam | go1.21.html: describe testing/slogtest package |
commit | commitdiff | tree |
2023-05-31 |
Robert Griesemer | doc/go1.21: document type inference changes |
commit | commitdiff | tree |
2023-05-31 |
Michael Pratt | doc/go1.21: mention improvement to C-to-Go calls |
commit | commitdiff | tree |
2023-05-31 |
Jonathan Amsterdam | go1.21.html: remove log/slog package "changes" |
commit | commitdiff | tree |
2023-05-31 |
Ian Lance Taylor | Revert "math: add Compare and Compare32" |
commit | commitdiff | tree |
2023-05-31 |
Paul E. Murphy | cmd/link: support R_PPC64_REL24_P9NOTOC |
commit | commitdiff | tree |
2023-05-31 |
Tobias Klauser | doc/go1.21: fix link in WTF-8 section |
commit | commitdiff | tree |
2023-05-31 |
David Chase | runtime: preserve R29 in the write barrier flush path... |
commit | commitdiff | tree |
2023-05-31 |
Mark Ryan | runtime: fix alignment code in memmove_riscv64.s |
commit | commitdiff | tree |
2023-05-31 |
Ian Lance Taylor | doc/go1.21: mention upgrade to Unicode 15.0.0 |
commit | commitdiff | tree |
2023-05-31 |
Ian Lance Taylor | doc/go1.21: document new bytes.Buffer methods |
commit | commitdiff | tree |
2023-05-31 |
Ian Lance Taylor | doc/go1.21: mention debug/elf changes |
commit | commitdiff | tree |
2023-05-31 |
Ian Lance Taylor | doc/go1.21: reading from debug/pe uninitialized section... |
commit | commitdiff | tree |
2023-05-31 |
Ian Lance Taylor | doc/go1.21: mention that embedded files implement ReadAt |
commit | commitdiff | tree |
2023-05-31 |
Ian Lance Taylor | doc/go1.21: mention flag.BoolFunc |
commit | commitdiff | tree |
2023-05-31 |
Ian Lance Taylor | doc/go1.21: document io/fs formatting functions |
commit | commitdiff | tree |
2023-05-31 |
Ian Lance Taylor | doc/go1.21: mention directive handling in go/{ast,build} |
commit | commitdiff | tree |
2023-05-31 |
Michael Anthony... | runtime: fix race in BenchmarkSetType* benchmarks |
commit | commitdiff | tree |
2023-05-31 |
Russ Cox | cmd/go: introduce WriteOpts argument for WriteGoMod |
commit | commitdiff | tree |
2023-05-31 |
Russ Cox | cmd/go: clean up handling of go mod tidy -go=v during... |
commit | commitdiff | tree |
2023-05-31 |
Russ Cox | cmd/go: add detection of toolchain switch loops |
commit | commitdiff | tree |
2023-05-31 |
Michael Anthony... | runtime: make TestCPUMetricsSleep even more lenient |
commit | commitdiff | tree |
next |