| 2021-10-29 | 
Robert Findley | go/types: comp literals to accept type sets with single...  | 
commit | commitdiff | tree | 
| 2021-10-29 | 
Robert Findley | go/types: slice exprs to accept type sets with single...  | 
commit | commitdiff | tree | 
| 2021-10-29 | 
Robert Findley | go/types: range clause to accept type sets with single...  | 
commit | commitdiff | tree | 
| 2021-10-29 | 
Robert Findley | go/types: make built-in to accept type sets with single...  | 
commit | commitdiff | tree | 
| 2021-10-29 | 
Filippo Valsorda | crypto/elliptic: refactor P-224 field implementation | 
commit | commitdiff | tree | 
| 2021-10-29 | 
Michael Knyszek | runtime: add testing framework and basic tests for...  | 
commit | commitdiff | tree | 
| 2021-10-29 | 
Cherry Mui | runtime: remove unnecessary argument stores for panicIn...  | 
commit | commitdiff | tree | 
| 2021-10-29 | 
Bryan C. Mills | cmd/go: document that tests must not write to their...  | 
commit | commitdiff | tree | 
| 2021-10-29 | 
Bryan C. Mills | cmd/go: make assertions more precise in TestScript...  | 
commit | commitdiff | tree | 
| 2021-10-29 | 
Michael Knyszek | runtime: pass nanotime and gomaxprocs into startCycle...  | 
commit | commitdiff | tree | 
| 2021-10-29 | 
Michael Anthony...  | runtime: track scannable globals space | 
commit | commitdiff | tree | 
| 2021-10-29 | 
Michael Anthony...  | runtime: track the amount of scannable allocated stack...  | 
commit | commitdiff | tree | 
| 2021-10-29 | 
Michael Anthony...  | runtime: move heapLive and heapScan updates into a...  | 
commit | commitdiff | tree | 
| 2021-10-29 | 
Michael Anthony...  | runtime: move pacer time updates and state resets into...  | 
commit | commitdiff | tree | 
| 2021-10-29 | 
Michael Anthony...  | runtime: fix unclosed GCSweepStart trace event | 
commit | commitdiff | tree | 
| 2021-10-29 | 
Michael Anthony...  | runtime: detangle sweeper pacing from GC pacing | 
commit | commitdiff | tree | 
| 2021-10-29 | 
Zhi Zheng | runtime: enable crash dump creation on Windows | 
commit | commitdiff | tree | 
| 2021-10-29 | 
Michael Anthony...  | runtime: clean up allocation zeroing | 
commit | commitdiff | tree | 
| 2021-10-29 | 
Bryan C. Mills | Revert "cmd/go: remove support for -buildmode=shared" | 
commit | commitdiff | tree | 
| 2021-10-29 | 
Russ Cox | sync: add Mutex.TryLock, RWMutex.TryLock, RWMutex.TryRLock | 
commit | commitdiff | tree | 
| 2021-10-29 | 
Michael Anthony...  | runtime: fix sweep termination condition | 
commit | commitdiff | tree | 
| 2021-10-29 | 
Bryan C. Mills | cmd/go: test that the reserved paths "example" and...  | 
commit | commitdiff | tree | 
| 2021-10-29 | 
Meng Zhuo | io: remove UTF8 specified document for RuneReader | 
commit | commitdiff | tree | 
| 2021-10-29 | 
Rob Pike | text/template: use reflect.Value.FieldByIndexErr | 
commit | commitdiff | tree | 
| 2021-10-29 | 
Rob Pike | reflect: add FieldByIndexErr | 
commit | commitdiff | tree | 
| 2021-10-28 | 
Russ Cox | all: manual fixups for //go:build vs // +build | 
commit | commitdiff | tree | 
| 2021-10-28 | 
Bryan C. Mills | cmd/go: test with SIGTERM in test_fuzz_non_crash_signal | 
commit | commitdiff | tree | 
| 2021-10-28 | 
Bryan C. Mills | cmd/go: disallow the -fuzz flag for tests outside the...  | 
commit | commitdiff | tree | 
| 2021-10-28 | 
Bryan C. Mills | cmd/go: consolidate fuzz-support checks | 
commit | commitdiff | tree | 
| 2021-10-28 | 
Bryan C. Mills | net/http: restore generated // +build comment | 
commit | commitdiff | tree | 
| 2021-10-28 | 
Cherry Mui | cmd/internal/goobj: bump version number | 
commit | commitdiff | tree | 
| 2021-10-28 | 
Russ Cox | all: go fix -fix=buildtag std cmd (except for bootstrap...  | 
commit | commitdiff | tree | 
| 2021-10-28 | 
Russ Cox | cmd/go: update for //go:build lines | 
commit | commitdiff | tree | 
| 2021-10-28 | 
Michael Pratt | runtime: normalize sigprof traceback flags | 
commit | commitdiff | tree | 
| 2021-10-28 | 
Neil Alexander | net/http: guarantee that the Transport dial functions...  | 
commit | commitdiff | tree | 
| 2021-10-28 | 
Russ Cox | cmd/fix: add buildtag fix | 
commit | commitdiff | tree | 
| 2021-10-28 | 
Michael Pratt | runtime: fix backward error message | 
commit | commitdiff | tree | 
| 2021-10-28 | 
Michael Pratt | runtime: disable TestSegv panic check on darwin, illumo...  | 
commit | commitdiff | tree | 
| 2021-10-28 | 
Robert Findley | go/types: factor out slice elem computation for copy...  | 
commit | commitdiff | tree | 
| 2021-10-28 | 
Roland Shoemaker | debug/macho: fail on invalid dynamic symbol table command | 
commit | commitdiff | tree | 
| 2021-10-28 | 
Robert Findley | go/types: implement generic conversions | 
commit | commitdiff | tree | 
| 2021-10-28 | 
Robert Findley | go/types: add debugging support for delayed actions | 
commit | commitdiff | tree | 
| 2021-10-28 | 
Robert Findley | go/types, types2, go/ast, go/parser: remove support...  | 
commit | commitdiff | tree | 
| 2021-10-28 | 
Robert Findley | go/parser: fix parsing of array or slice constraint...  | 
commit | commitdiff | tree | 
| 2021-10-28 | 
Cuong Manh Le | runtime: fix noopt builder | 
commit | commitdiff | tree | 
| 2021-10-28 | 
nimelehin | cmd/compile: allow inlining of ORANGE | 
commit | commitdiff | tree | 
| 2021-10-28 | 
Brad Fitzpatrick | reflect: undeprecate Ptr, PtrTo | 
commit | commitdiff | tree | 
| 2021-10-28 | 
Russ Cox | go/build: update for //go:build lines | 
commit | commitdiff | tree | 
| 2021-10-28 | 
Russ Cox | cmd/dist: implement //go:build parsing | 
commit | commitdiff | tree | 
| 2021-10-28 | 
Cuong Manh Le | reflect: undeprecate Value.{Pointer,UnsafeAddr} | 
commit | commitdiff | tree | 
| 2021-10-28 | 
Leonard Wang | cmd/compile: resolve the TODO of processPragmas | 
commit | commitdiff | tree | 
| 2021-10-28 | 
Robert Griesemer | cmd/compile/internal/types2: export Structure function | 
commit | commitdiff | tree | 
| 2021-10-28 | 
Robert Griesemer | cmd/compile/internal/types2: disallow lone type paramet...  | 
commit | commitdiff | tree | 
| 2021-10-27 | 
Ian Lance Taylor | constraints: remove Slice/Map/Chan | 
commit | commitdiff | tree | 
| 2021-10-27 | 
Mark Pulford | doc/go1.18: document Fossil/Bazaar and commit time...  | 
commit | commitdiff | tree | 
| 2021-10-27 | 
Mark Pulford | cmd/go: stamp Bazaar VCS status into binaries | 
commit | commitdiff | tree | 
| 2021-10-27 | 
zhouguangyuan | reflect: skip duplicate check in StructOf when the...  | 
commit | commitdiff | tree | 
| 2021-10-27 | 
Mark Pulford | cmd/go: stamp Fossil VCS status into binaries | 
commit | commitdiff | tree | 
| 2021-10-27 | 
Mark Pulford | cmd/go: fix recognition of Fossil checkout directories | 
commit | commitdiff | tree | 
| 2021-10-27 | 
Cuong Manh Le | runtime/testdata/testprogcgo: fix TestCgoPanicCallback | 
commit | commitdiff | tree | 
| 2021-10-27 | 
Cherry Mui | cmd/compile, runtime: track argument stack slot liveness | 
commit | commitdiff | tree | 
| 2021-10-27 | 
Robert Griesemer | cmd/compile/internal/types2: implement singleType and...  | 
commit | commitdiff | tree | 
| 2021-10-27 | 
Robert Griesemer | cmd/compile/internal/types2: remove unused position...  | 
commit | commitdiff | tree | 
| 2021-10-27 | 
Robert Griesemer | cmd/compile/internal/types2: rename isNamed predicate...  | 
commit | commitdiff | tree | 
| 2021-10-27 | 
Robert Griesemer | cmd/compile/internal/types2: clean up asT converters...  | 
commit | commitdiff | tree | 
| 2021-10-27 | 
Robert Griesemer | cmd/compile/internal/types2: clean up asT converters...  | 
commit | commitdiff | tree | 
| 2021-10-27 | 
Robert Griesemer | cmd/compile/internal/types2: generalize assignability...  | 
commit | commitdiff | tree | 
| 2021-10-27 | 
Robert Griesemer | cmd/compile/internal/types2: clarify is/underIs semanti...  | 
commit | commitdiff | tree | 
| 2021-10-27 | 
Bryan C. Mills | cmd/go: remove support for -buildmode=shared | 
commit | commitdiff | tree | 
| 2021-10-27 | 
Russ Cox | cmd/go: fix testdata/script/mod_vendor_goversion for...  | 
commit | commitdiff | tree | 
| 2021-10-27 | 
Katie Hockman | internal/fuzz: don't deflake coverage found while fuzzing | 
commit | commitdiff | tree | 
| 2021-10-27 | 
Paul E. Murphy | cmd/compile: enable branchelim pass on ppc64 | 
commit | commitdiff | tree | 
| 2021-10-27 | 
Robert Griesemer | cmd/compile/internal/syntax: fix constraint literal...  | 
commit | commitdiff | tree | 
| 2021-10-27 | 
Robert Findley | go/types: remove a stale comment | 
commit | commitdiff | tree | 
| 2021-10-27 | 
Russ Cox | cmd: move internal/str back to cmd/go | 
commit | commitdiff | tree | 
| 2021-10-27 | 
Cholerae Hu | cmd/go: add darwin/arm64 in the list of supported syste...  | 
commit | commitdiff | tree | 
| 2021-10-27 | 
Andy Pan | internal/poll: improve the padding calculation inside...  | 
commit | commitdiff | tree | 
| 2021-10-27 | 
Tobias Klauser | syscall: use dup3 in forkAndExecInChild on NetBSD | 
commit | commitdiff | tree | 
| 2021-10-27 | 
Cuong Manh Le | cmd/compile: fix generic type handling when crawling...  | 
commit | commitdiff | tree | 
| 2021-10-26 | 
Ian Lance Taylor | embed/internal/embedtest: use parenthesized vars for...  | 
commit | commitdiff | tree | 
| 2021-10-26 | 
Josh Bleecher...  | crypto/elliptic: use a const string for precomputed...  | 
commit | commitdiff | tree | 
| 2021-10-26 | 
Josh Bleecher...  | crypto/x509: generate new-style build tags for iOS | 
commit | commitdiff | tree | 
| 2021-10-26 | 
Michael Pratt | runtime: handle async fatal signals in VDSO | 
commit | commitdiff | tree | 
| 2021-10-26 | 
Michael Pratt | runtime: fix cgo signals detection | 
commit | commitdiff | tree | 
| 2021-10-26 | 
Keith Randall | sync/atomic: use a better first-store-in-progress marker | 
commit | commitdiff | tree | 
| 2021-10-26 | 
Michael Pratt | runtime: rename _m_ to mp [generated] | 
commit | commitdiff | tree | 
| 2021-10-26 | 
Dan Scales | cmd/compile: clean up the switch statements in (*genIns...  | 
commit | commitdiff | tree | 
| 2021-10-26 | 
Katie Hockman | internal/fuzz: tiny refactor+fix | 
commit | commitdiff | tree | 
| 2021-10-26 | 
Mark Pulford | cmd/go: stamp VCS commit time into binaries | 
commit | commitdiff | tree | 
| 2021-10-26 | 
Robert Findley | cmd/compile/internal/typecheck: update doc for the...  | 
commit | commitdiff | tree | 
| 2021-10-26 | 
Cuong Manh Le | all: use reflect.{Pointer,PointerTo} | 
commit | commitdiff | tree | 
| 2021-10-26 | 
Dmitri Shuralyov | all: update vendored golang.org/x/tools | 
commit | commitdiff | tree | 
| 2021-10-26 | 
Paul E. Murphy | cmd/internal/obj/ppc64: fix usage of CR bit arguments | 
commit | commitdiff | tree | 
| 2021-10-26 | 
Tobias Klauser | syscall: add utimensat libc wrapper on darwin | 
commit | commitdiff | tree | 
| 2021-10-26 | 
Tobias Klauser | syscall: use fcntl F_DUP2FD_CLOEXEC in forkAndExecInChi...  | 
commit | commitdiff | tree | 
| 2021-10-26 | 
fanzha02 | runtime, runtime/asan: add asan runtime support | 
commit | commitdiff | tree | 
| 2021-10-26 | 
Fannie Zhang | cmd/go: add -asan option | 
commit | commitdiff | tree | 
| 2021-10-26 | 
fanzha02 | cmd/internal/obj/arm64: add a restriction on move const...  | 
commit | commitdiff | tree | 
| 2021-10-26 | 
gosoon | doc/go1.18.html: fix a typo | 
commit | commitdiff | tree | 
| 2021-10-26 | 
Gusted | container/list: remove unnecessary code | 
commit | commitdiff | tree | 
| next |