2023-01-19 |
Wayne Zuo | cmd/internal/obj/riscv: add check for invalid shift... |
commit | commitdiff | tree |
2023-01-19 |
Keith Randall | cmd/compile: add memory argument to GetCallerSP |
commit | commitdiff | tree |
2023-01-19 |
Dmitri Shuralyov | cmd/internal/osinfo: report Node.js version |
commit | commitdiff | tree |
2023-01-19 |
Keith Randall | cmd/compile: add anchored version of SP |
commit | commitdiff | tree |
2023-01-19 |
Dmitri Shuralyov | cmd/compile/internal/ssa: generate code via a //go... |
commit | commitdiff | tree |
2023-01-19 |
Russ Cox | internal/godebug: export non-default-behavior counters... |
commit | commitdiff | tree |
2023-01-19 |
Russ Cox | runtime: replace panic(nil) with panic(new(runtime... |
commit | commitdiff | tree |
2023-01-19 |
Russ Cox | cmd/go/internal/modindex: remove copy of build.Package |
commit | commitdiff | tree |
2023-01-19 |
Bryan C. Mills | cmd/go: shorten TestScript/test_shuffle and skip it... |
commit | commitdiff | tree |
2023-01-19 |
Bryan C. Mills | cmd/go/internal/lockedfile: avoid failing tests due... |
commit | commitdiff | tree |
2023-01-19 |
Bryan C. Mills | cmd/go/internal/vcweb: simplify hgHandler cancellation |
commit | commitdiff | tree |
2023-01-19 |
Bryan C. Mills | net: delete TestTCPSelfConnect |
commit | commitdiff | tree |
2023-01-19 |
Bryan C. Mills | runtime: remove arbitrary GOARCH constraints in finaliz... |
commit | commitdiff | tree |
2023-01-19 |
Bryan C. Mills | cmd/go: use Cancel and WaitDelay to terminate test... |
commit | commitdiff | tree |
2023-01-19 |
Bryan C. Mills | os: clean up tests |
commit | commitdiff | tree |
2023-01-19 |
Bryan C. Mills | os: deflake TestPipeEOF and TestFifoEOF |
commit | commitdiff | tree |
2023-01-19 |
Tobias Klauser | net/netip: fix type name in TestNoAllocs sub-test names... |
commit | commitdiff | tree |
2023-01-19 |
fangguizhen | cmd/go: fix comment typo |
commit | commitdiff | tree |
2023-01-19 |
Kevin Parsons | make.bat: support existing toolchain paths with spaces |
commit | commitdiff | tree |
2023-01-18 |
Joe Tsai | time: revert strict parsing of RFC 3339 |
commit | commitdiff | tree |
2023-01-18 |
Russ Cox | cmd: update x/tools to latest internal Go 1.20 branch |
commit | commitdiff | tree |
2023-01-18 |
Bryan C. Mills | cmd/go: do not attempt to install cmd/addr2line in... |
commit | commitdiff | tree |
2023-01-18 |
Robert Griesemer | go/types: factor out type parameter renaming (cleanup) |
commit | commitdiff | tree |
2023-01-18 |
Ian Lance Taylor | misc/reboot: overlay $GOROOT/lib in temporary goroot |
commit | commitdiff | tree |
2023-01-18 |
Cuong Manh Le | cmd/compile: fix unsafe.{SliceData,StringData} escape... |
commit | commitdiff | tree |
2023-01-18 |
Robert Griesemer | go/types, types2: factor out type parameter renaming... |
commit | commitdiff | tree |
2023-01-17 |
Russ Cox | src: update go.mod files to go 1.21 |
commit | commitdiff | tree |
2023-01-17 |
Russ Cox | cmd/go: introduce GOROOT/go.env and move proxy/sumdb... |
commit | commitdiff | tree |
2023-01-17 |
Russ Cox | cmd/dist: make toolchain build reproducible |
commit | commitdiff | tree |
2023-01-17 |
Russ Cox | make.bash, make.rc: fix GOROOT detection when GOEXPERIM... |
commit | commitdiff | tree |
2023-01-17 |
Russ Cox | time/tzdata: generate zip constant during cmd/dist |
commit | commitdiff | tree |
2023-01-17 |
Russ Cox | cmd/go: do not confuse files for standard library packages |
commit | commitdiff | tree |
2023-01-17 |
Matthew Dempsky | cmd/compile: fix static init inlining for hidden node... |
commit | commitdiff | tree |
2023-01-17 |
Robert Griesemer | go/types, types2: more uses of factored functions;... |
commit | commitdiff | tree |
2023-01-17 |
Robert Griesemer | go/types, types2: use factored parse/typecheck function... |
commit | commitdiff | tree |
2023-01-17 |
Robert Griesemer | cmd/compile: remove support for old comparable semantics |
commit | commitdiff | tree |
2023-01-17 |
Robert Griesemer | go/types: consistently use _ prefix for unexported... |
commit | commitdiff | tree |
2023-01-17 |
Robert Griesemer | go/types: generate util_test.go, cosmetic changes to... |
commit | commitdiff | tree |
2023-01-17 |
Robert Griesemer | go/types: generate unify.go |
commit | commitdiff | tree |
2023-01-17 |
Robert Griesemer | go/types: allow filename arguments to generator for... |
commit | commitdiff | tree |
2023-01-17 |
Robert Griesemer | go/types: use the same interface method sorting as... |
commit | commitdiff | tree |
2023-01-17 |
Robert Griesemer | go/types, types2: factor out position comparison, share... |
commit | commitdiff | tree |
2023-01-17 |
Robert Griesemer | go/types, types2: factor out under.go, generate it... |
commit | commitdiff | tree |
2023-01-17 |
Robert Griesemer | go/types: generate more files from types2 sources |
commit | commitdiff | tree |
2023-01-17 |
Robert Griesemer | go/types: use nopos instead of token.NoPos to match... |
commit | commitdiff | tree |
2023-01-17 |
Robert Griesemer | go/types: generate various source files from types2... |
commit | commitdiff | tree |
2023-01-17 |
Robert Griesemer | go/types: make tracing configurable (matching types2) |
commit | commitdiff | tree |
2023-01-17 |
Robert Griesemer | go/types, cmd/compile/internal/types2: minor adjustment... |
commit | commitdiff | tree |
2023-01-17 |
Robert Griesemer | cmd/compile/internal/syntax: remove Crawl, not needed... |
commit | commitdiff | tree |
2023-01-17 |
Robert Griesemer | go/types, types2: test that error format strings have... |
commit | commitdiff | tree |
2023-01-17 |
Robert Griesemer | go/types, types2: do not abort constraint type inferenc... |
commit | commitdiff | tree |
2023-01-17 |
Robert Griesemer | go/types, types2: distinguish between substring and... |
commit | commitdiff | tree |
2023-01-17 |
Robert Griesemer | internal/types: consistently use double quotes around... |
commit | commitdiff | tree |
2023-01-17 |
Robert Griesemer | go/types, types2: avoid sorting all errors when matchin... |
commit | commitdiff | tree |
2023-01-17 |
Robert Griesemer | go/types: use commentMap to collect error comments |
commit | commitdiff | tree |
2023-01-17 |
Robert Griesemer | go/types: add commentMap and test |
commit | commitdiff | tree |
2023-01-17 |
Robert Griesemer | cmd/compile/internal/syntax: rename ErrorMap to Comment... |
commit | commitdiff | tree |
2023-01-17 |
Cherry Mui | internal/goversion: update Version to 1.21 |
commit | commitdiff | tree |
2023-01-17 |
Keith Randall | cmd/compile: ensure temp register mask isn't empty |
commit | commitdiff | tree |
2023-01-17 |
Alan Donovan | os: document that Rename is not atomic on non-Unix... |
commit | commitdiff | tree |
2023-01-17 |
Filippo Valsorda | doc/go1.20: update cryptography release notes |
commit | commitdiff | tree |
2023-01-17 |
fangguizhen | strings: remove redundant symbols |
commit | commitdiff | tree |
2023-01-17 |
Than McIntosh | cmd/go: include coverage build flags for "go list" |
commit | commitdiff | tree |
2023-01-17 |
Filippo Valsorda | crypto/ed25519: improve Ed25519ctx docs and add example |
commit | commitdiff | tree |
2023-01-17 |
Filippo Valsorda | crypto/x509: clarify that CheckSignatureFrom and CheckS... |
commit | commitdiff | tree |
2023-01-17 |
Russ Cox | cmd/go: document GODEBUG=installgoroot=all |
commit | commitdiff | tree |
2023-01-17 |
Russ Cox | doc/go1.20: remove mention of arena goexperiment |
commit | commitdiff | tree |
2023-01-17 |
Russ Cox | archive/tar, archive/zip: document ErrInsecurePath... |
commit | commitdiff | tree |
2023-01-16 |
Archana R | runtime: fix performance regression in morestack_noctxt... |
commit | commitdiff | tree |
2023-01-13 |
Bryan Mills | Revert "internal/fsys: follow root symlink in fsys... |
commit | commitdiff | tree |
2023-01-13 |
Austin Clements | doc/go1.20: mention build speed improvements |
commit | commitdiff | tree |
2023-01-13 |
Than McIntosh | cmd/cover: remove go.mod from testdata subdir |
commit | commitdiff | tree |
2023-01-11 |
Robert Findley | go/types, types2: don't look up fields or methods when... |
commit | commitdiff | tree |
2023-01-11 |
zhengchaopu | runtime: fix incorrect comment |
commit | commitdiff | tree |
2023-01-11 |
Robert Griesemer | cmd/compile: better error message for when a type is... |
commit | commitdiff | tree |
2023-01-10 |
Russ Cox | cmd/link, runtime: Apple libc atfork workaround take 3 |
commit | commitdiff | tree |
2023-01-10 |
Russ Cox | runtime: revert use of __fork to work around Apple... |
commit | commitdiff | tree |
2023-01-10 |
Bryan C. Mills | os/exec: avoid leaking an exec.Cmd in TestWaitInterrupt |
commit | commitdiff | tree |
2023-01-09 |
Keith Randall | cmd/compile: prevent IsNewObject from taking quadratic... |
commit | commitdiff | tree |
2023-01-09 |
Michael Pratt | cmd/compile/internal/pgo: add hint to missing start_lin... |
commit | commitdiff | tree |
2023-01-09 |
Ian Lance Taylor | runtime: skip TestCgoPprofCallback in short mode, don... |
commit | commitdiff | tree |
2023-01-09 |
Austin Clements | runtime/pprof: document possibility of empty stacks |
commit | commitdiff | tree |
2023-01-09 |
Austin Clements | runtime/pprof: improve output of TestLabelSystemstack |
commit | commitdiff | tree |
2023-01-09 |
csuzhang | sync/atomic: fix the note of atomic.Store |
commit | commitdiff | tree |
2023-01-09 |
Marcel Meyer | all: fix typos in go file comments |
commit | commitdiff | tree |
2023-01-06 |
Shengjing Zhu | syscall: skip TestUseCgroupFD if cgroupfs not mounted |
commit | commitdiff | tree |
2023-01-06 |
Ikko Eltociear... | net: fix typo in hosts.go |
commit | commitdiff | tree |
2023-01-06 |
Keith Randall | cmd/compile: describe how Go maps to wasm implementation |
commit | commitdiff | tree |
2023-01-05 |
Tobias Klauser | crypto/tls: fix typo in cacheEntry godoc |
commit | commitdiff | tree |
2023-01-05 |
Than McIntosh | cmd/cover: fix problems with "go test -covermode=atomic... |
commit | commitdiff | tree |
2023-01-04 |
Piers | doc/go1.20: fix links to new strings functions |
commit | commitdiff | tree |
2023-01-04 |
Russ Cox | crypto/internal/boring: add dev.boringcrypto README... |
commit | commitdiff | tree |
2023-01-04 |
Robert Griesemer | cmd/compile: use "satisfies" (not "implements") for... |
commit | commitdiff | tree |
2023-01-04 |
Roland Illig | cmd/gofmt: fix a typo in a comment |
commit | commitdiff | tree |
2023-01-03 |
Ian Lance Taylor | README.vendor: minor updates |
commit | commitdiff | tree |
2023-01-03 |
Alexander Yastrebov | doc/go1.20: fix http.ResponseController example |
commit | commitdiff | tree |
2023-01-03 |
Dan Peterson | .github: suggest using private browsing in pkgsite... |
commit | commitdiff | tree |
2022-12-29 |
Xiao Cui | doc/go1.20: fix typos |
commit | commitdiff | tree |
2022-12-29 |
Robert Griesemer | go/types, types2: use strict comparability for type... |
commit | commitdiff | tree |
2022-12-28 |
Cherry Mui | misc/cgo/testsanitizers: run libfuzzer tests in temp... |
commit | commitdiff | tree |
next |