| 2021-04-08 | 
Bryan C. Mills | cmd/go: assume Go 1.16 semantics uniformly for unversio...  | 
commit | commitdiff | tree | 
| 2021-04-08 | 
Michael Anthony...  | runtime: set up read-only dummy TLS space for needm...  | 
commit | commitdiff | tree | 
| 2021-04-08 | 
David Chase | cmd/compile: sanitize before/after expansion OpSelectN...  | 
commit | commitdiff | tree | 
| 2021-04-08 | 
Austin Clements | cmd/go: fix TestNewReleaseRebuildsStalePackagesInGOPATH | 
commit | commitdiff | tree | 
| 2021-04-08 | 
David Chase | reflect: fix typo in result-in-registers case | 
commit | commitdiff | tree | 
| 2021-04-08 | 
panchenglong01 | sync: update misleading comment in map.go about entry...  | 
commit | commitdiff | tree | 
| 2021-04-08 | 
ianwoolf | runtime: replace os.MkdirTemp with T.TempDir | 
commit | commitdiff | tree | 
| 2021-04-08 | 
Matthew Dempsky | Revert "cmd/compile/internal/noder: limit the number...  | 
commit | commitdiff | tree | 
| 2021-04-08 | 
Austin Clements | cmd/internal/objabi: clarify initialization of Experiments | 
commit | commitdiff | tree | 
| 2021-04-08 | 
Austin Clements | runtime,cmd/link: include GOEXPERIMENTs in runtime...  | 
commit | commitdiff | tree | 
| 2021-04-08 | 
Austin Clements | cmd/internal/objabi: make GOEXPERIMENT be a diff from...  | 
commit | commitdiff | tree | 
| 2021-04-08 | 
Austin Clements | cmd/compile,cmd/internal/objabi: abstract out object...  | 
commit | commitdiff | tree | 
| 2021-04-08 | 
Austin Clements | internal/goexperiment: consolidate experiment-enabled...  | 
commit | commitdiff | tree | 
| 2021-04-08 | 
Austin Clements | internal/goexperiment,cmd: consolidate GOEXPERIMENTs...  | 
commit | commitdiff | tree | 
| 2021-04-08 | 
Austin Clements | cmd/asm,runtime: reduce spellings of GOEXPERIMENTs | 
commit | commitdiff | tree | 
| 2021-04-08 | 
Austin Clements | runtime: drop haveexperiment, sys.GOEXPERIMENT | 
commit | commitdiff | tree | 
| 2021-04-07 | 
ianwoolf | syscall: replace os.MkdirTemp with T.TempDir | 
commit | commitdiff | tree | 
| 2021-04-07 | 
Paul E. Murphy | cmd/internal/obj: remove ppc64 msr support from MOV...  | 
commit | commitdiff | tree | 
| 2021-04-07 | 
Makdon | runtime/map: update comment for gc/reflect | 
commit | commitdiff | tree | 
| 2021-04-07 | 
Robert Griesemer | cmd/compile/internal/types2: combine two loops (cleanup...  | 
commit | commitdiff | tree | 
| 2021-04-07 | 
Tobias Klauser | cmd/pack: use testing.T.TempDir in tests | 
commit | commitdiff | tree | 
| 2021-04-07 | 
Cherry Zhang | cmd/compile: correct argument area size for typedmemmov...  | 
commit | commitdiff | tree | 
| 2021-04-07 | 
徐志伟 | embed, testing/fstest: small optimization for ReadDir | 
commit | commitdiff | tree | 
| 2021-04-07 | 
ianwoolf | net/http: replace os.MkdirTemp with T.TempDir | 
commit | commitdiff | tree | 
| 2021-04-07 | 
Robert Griesemer | cmd/compile/internal/syntax: add "~" operator | 
commit | commitdiff | tree | 
| 2021-04-07 | 
Robert Griesemer | cmd/compile/internal/types2: process errors in src...  | 
commit | commitdiff | tree | 
| 2021-04-07 | 
Robert Griesemer | cmd/compile/internal/syntax, types2: move cmpPos to...  | 
commit | commitdiff | tree | 
| 2021-04-07 | 
Robert Griesemer | cmd/compile/internal/types2: remove Config.AcceptMethod...  | 
commit | commitdiff | tree | 
| 2021-04-07 | 
Robert Griesemer | cmd/compile/internal/types2: remove Config.InferFromCon...  | 
commit | commitdiff | tree | 
| 2021-04-07 | 
Robert Griesemer | cmd/compile/internal/types2: combine all type inference...  | 
commit | commitdiff | tree | 
| 2021-04-07 | 
David Chase | cmd/compile: pre-spill pointers in aggregate-typed...  | 
commit | commitdiff | tree | 
| 2021-04-07 | 
eric fang | cmd/compile: fix bug of conditional instructions on...  | 
commit | commitdiff | tree | 
| 2021-04-06 | 
Changkun Ou | runtime/cgo: add Handle for managing (c)go pointers | 
commit | commitdiff | tree | 
| 2021-04-06 | 
Michael Anthony...  | reflect: refactor funcLayout tests | 
commit | commitdiff | tree | 
| 2021-04-06 | 
Cherry Zhang | runtime: use register ABI for race detector functions | 
commit | commitdiff | tree | 
| 2021-04-06 | 
ianwoolf | path/filepath: replace os.MkdirTemp with T.TempDir | 
commit | commitdiff | tree | 
| 2021-04-06 | 
Bryan C. Mills | cmd/go/internal/modload: track conflicts in versionLimiter | 
commit | commitdiff | tree | 
| 2021-04-06 | 
David Chase | cmd/compile: check for unused OpArg* and mark invalid...  | 
commit | commitdiff | tree | 
| 2021-04-06 | 
Cherry Zhang | cmd/compile: load results into registers on open defer...  | 
commit | commitdiff | tree | 
| 2021-04-06 | 
Austin Clements | runtime: deflake TestGCTestIsReachable | 
commit | commitdiff | tree | 
| 2021-04-06 | 
Ahmet Aktürk | time: properly quote strings containing quotes and...  | 
commit | commitdiff | tree | 
| 2021-04-06 | 
Bryan C. Mills | cmd/go/internal/modload: factor out a method to update...  | 
commit | commitdiff | tree | 
| 2021-04-06 | 
Robert Griesemer | cmd/compile/internal/types2: simplify Checker.Call | 
commit | commitdiff | tree | 
| 2021-04-06 | 
Robert Griesemer | cmd/compile/internal/types2: simplify Checker.funcInst | 
commit | commitdiff | tree | 
| 2021-04-06 | 
Robert Griesemer | cmd/compile/internal/types2: review of pos.go and move...  | 
commit | commitdiff | tree | 
| 2021-04-06 | 
Robert Griesemer | test/syntax: remove interface.go | 
commit | commitdiff | tree | 
| 2021-04-06 | 
Cherry Zhang | runtime/pprof: deflake TestMorestack | 
commit | commitdiff | tree | 
| 2021-04-06 | 
Cherry Zhang | cmd/compile: when GOSSAFUNC is set, dump the current...  | 
commit | commitdiff | tree | 
| 2021-04-06 | 
Paul E. Murphy | cmd/internal/obj: reorg ppc64 MOV* optab entries and...  | 
commit | commitdiff | tree | 
| 2021-04-06 | 
Dan Scales | cmd/compile: fix gcSizes.Sizeof for a zero-sized struct | 
commit | commitdiff | tree | 
| 2021-04-06 | 
cui | cmd/compile/internal/typecheck: call tcConv directly | 
commit | commitdiff | tree | 
| 2021-04-06 | 
Charlie Moog | os: implement fs.StatFS for os.DirFS | 
commit | commitdiff | tree | 
| 2021-04-06 | 
Michael Anthony...  | runtime: make reflectcall ABI0 on amd64 | 
commit | commitdiff | tree | 
| 2021-04-06 | 
Michael Anthony...  | runtime: use funcID to identify abort in isAbortPC | 
commit | commitdiff | tree | 
| 2021-04-05 | 
Than McIntosh | cmd/compile: fix for zerorange on plan9-amd64 | 
commit | commitdiff | tree | 
| 2021-04-05 | 
Cherry Zhang | reflect: call ABI0 callReflect/callMethod | 
commit | commitdiff | tree | 
| 2021-04-05 | 
Cherry Zhang | cmd/compile: enable panic+recover adjustment for some...  | 
commit | commitdiff | tree | 
| 2021-04-05 | 
Filippo Valsorda | crypto/ed25519: add comprehensive edge-case test vectors | 
commit | commitdiff | tree | 
| 2021-04-05 | 
James Fennell | flag: use strings.Builder instead of concatenating...  | 
commit | commitdiff | tree | 
| 2021-04-05 | 
David Chase | cmd/compile: add "surprised by IData of Arg" case for...  | 
commit | commitdiff | tree | 
| 2021-04-05 | 
Jay Conrod | cmd/go: print deprecation notice for 'go get cmd' | 
commit | commitdiff | tree | 
| 2021-04-05 | 
wolf1996 | cmd/cgo: pass end position info for C function arguments. | 
commit | commitdiff | tree | 
| 2021-04-05 | 
Ian Lance Taylor | net: make ErrClosed and ParseError implement net.Error | 
commit | commitdiff | tree | 
| 2021-04-05 | 
Paul E. Murphy | cmd/internal/obj: remove duplicate ppc64 spr MOV* optab...  | 
commit | commitdiff | tree | 
| 2021-04-05 | 
Martin Sucha | time: use offset and isDST when caching zone from exten...  | 
commit | commitdiff | tree | 
| 2021-04-05 | 
Cherry Zhang | cmd/compile, runtime: use ABI-aware function converting...  | 
commit | commitdiff | tree | 
| 2021-04-05 | 
KimMachineGun | all: update references to symbols moved from io/ioutil...  | 
commit | commitdiff | tree | 
| 2021-04-05 | 
cui | cmd/compile/internal/ssagen: conditon not need | 
commit | commitdiff | tree | 
| 2021-04-05 | 
Cherry Zhang | cmd/compile: untangle Wrapper and ABIWrapper flags | 
commit | commitdiff | tree | 
| 2021-04-05 | 
Cherry Zhang | cmd/compile: disable tail call for method wrappers...  | 
commit | commitdiff | tree | 
| 2021-04-05 | 
Cherry Zhang | cmd/compile: reference ABIInternal memequal_varlen | 
commit | commitdiff | tree | 
| 2021-04-05 | 
Cherry Zhang | cmd/compile: add a debug flag to enable/disable open...  | 
commit | commitdiff | tree | 
| 2021-04-05 | 
Cherry Zhang | cmd/link: mangle function name with ABI on Mach-O | 
commit | commitdiff | tree | 
| 2021-04-05 | 
Austin Clements | cmd/internal/objabi: remove StackPreempt | 
commit | commitdiff | tree | 
| 2021-04-05 | 
Austin Clements | cmd/internal/obj/s390x: simplify huge frame prologue | 
commit | commitdiff | tree | 
| 2021-04-05 | 
Austin Clements | cmd/internal/obj/riscv: simplify huge frame prologue | 
commit | commitdiff | tree | 
| 2021-04-05 | 
Austin Clements | cmd/internal/obj/ppc64: simplify huge frame prologue | 
commit | commitdiff | tree | 
| 2021-04-05 | 
Austin Clements | cmd/internal/obj/mips: simplify huge frame prologue | 
commit | commitdiff | tree | 
| 2021-04-05 | 
Austin Clements | cmd/internal/obj/arm64: simplify huge frame prologue | 
commit | commitdiff | tree | 
| 2021-04-05 | 
Austin Clements | cmd/internal/obj/arm: simplify huge frame prologue | 
commit | commitdiff | tree | 
| 2021-04-05 | 
Austin Clements | cmd/internal/obj/x86: simplify huge frame prologue | 
commit | commitdiff | tree | 
| 2021-04-05 | 
Ruslan Andreev | runtime: extend internal atomics to comply with sync...  | 
commit | commitdiff | tree | 
| 2021-04-05 | 
Dan Scales | cmd/compile: get rid of Fields in types.Interface,...  | 
commit | commitdiff | tree | 
| 2021-04-05 | 
Jay Conrod | cmd/go: refactor modload.CheckRetractions | 
commit | commitdiff | tree | 
| 2021-04-05 | 
Jay Conrod | cmd/go: refactor modload.ListModules to accept bit...  | 
commit | commitdiff | tree | 
| 2021-04-04 | 
Tobias Klauser | os: don't use T.Cleanup in TestRemoveAllLongPath | 
commit | commitdiff | tree | 
| 2021-04-04 | 
Clément Chigot | runtime/pprof: skip tests for AIX | 
commit | commitdiff | tree | 
| 2021-04-04 | 
ianwoolf | os, path/filepath: use T.Cleanup to restore the origina...  | 
commit | commitdiff | tree | 
| 2021-04-03 | 
Tom Thorogood | os: reuse readdir buffers on unix with a sync.Pool | 
commit | commitdiff | tree | 
| 2021-04-03 | 
Tom Thorogood | archive/zip: fix character device handling in fileModeT...  | 
commit | commitdiff | tree | 
| 2021-04-03 | 
Drew Richardson | io/fs: implement subFS.Sub | 
commit | commitdiff | tree | 
| 2021-04-03 | 
Dan Scales | cmd/compile: rename newNamedTypeWithSym, add some commemnts | 
commit | commitdiff | tree | 
| 2021-04-03 | 
Daniel Martí | cmd/dist: include "go1.x-" in devel go version strings | 
commit | commitdiff | tree | 
| 2021-04-03 | 
Robert Griesemer | cmd/compile/internal/types2: review of errors.go | 
commit | commitdiff | tree | 
| 2021-04-03 | 
Robert Griesemer | cmd/compile/internal/types2: review of stmt.go | 
commit | commitdiff | tree | 
| 2021-04-03 | 
Robert Griesemer | cmd/compile/internal/types2: review of check_test.go | 
commit | commitdiff | tree | 
| 2021-04-03 | 
Robert Griesemer | cmd/compile/internal/types2: review of resolver.go | 
commit | commitdiff | tree | 
| 2021-04-02 | 
Austin Clements | cmd/internal/obj: use REGENTRYTMP* in a few more places | 
commit | commitdiff | tree | 
| 2021-04-02 | 
Carlo Alberto...  | testing: clarify when Cleanup is called | 
commit | commitdiff | tree | 
| 2021-04-02 | 
David Chase | runtime: make concatstring{2,3,4,5} consistent w/ compi...  | 
commit | commitdiff | tree | 
| next |