2021-03-19 |
Tao Qingyun | testing: update helperNames just before checking it |
commit | commitdiff | tree |
2021-03-19 |
Ian Lance Taylor | io/ioutil: use correct Go version in redirection comments |
commit | commitdiff | tree |
2021-03-18 |
Dan Scales | cmd/compile: get untyped constants working in generic... |
commit | commitdiff | tree |
2021-03-18 |
Austin Clements | cmd/internal/objabi,runtime: simplify sys.GOEXPERIMENT... |
commit | commitdiff | tree |
2021-03-18 |
Austin Clements | cmd: move experiment flags into objabi.Experiment |
commit | commitdiff | tree |
2021-03-18 |
Austin Clements | test: switch fieldtrack test to use GOEXPERIMENT |
commit | commitdiff | tree |
2021-03-18 |
Michael Anthony... | reflect: add tests for reflect.Value.Call for the new ABI |
commit | commitdiff | tree |
2021-03-18 |
Elvina Yakubova | runtime/pprof: move common code to writeProfileInternal... |
commit | commitdiff | tree |
2021-03-18 |
Paul E. Murphy | cmd/link: Add section data slice to Archrelocvariant |
commit | commitdiff | tree |
2021-03-18 |
Robert Griesemer | go/types: minor simplification in assignableTo (cleanup) |
commit | commitdiff | tree |
2021-03-18 |
Dan Scales | cmd/compile: remove unneeded calls to typecheck in... |
commit | commitdiff | tree |
2021-03-18 |
Austin Clements | all: explode GOEXPERIMENT=regabi into 5 sub-experiments |
commit | commitdiff | tree |
2021-03-18 |
Austin Clements | test: make nosplit test invariant to ABI wrappers |
commit | commitdiff | tree |
2021-03-18 |
Austin Clements | cmd/internal/objabi: support boolean GOEXPERIMENTs |
commit | commitdiff | tree |
2021-03-18 |
Austin Clements | cmd/dist: build bootstrap without GOEXPERIMENT |
commit | commitdiff | tree |
2021-03-18 |
Austin Clements | cmd/internal/objabi: centralize GOEXPERIMENT parsing |
commit | commitdiff | tree |
2021-03-18 |
Michael Matloob | cmd/go: remove renameio package and its last usage |
commit | commitdiff | tree |
2021-03-18 |
Bryan C. Mills | cmd/go: suppress errors for 'go get' of module paths... |
commit | commitdiff | tree |
2021-03-18 |
Andy Pan | cmd/go: use the global rooted path name |
commit | commitdiff | tree |
2021-03-18 |
Cherry Zhang | cmd/link: print symbol versions in stack bound check |
commit | commitdiff | tree |
2021-03-18 |
Richard Pickering | crypto/rsa: correct EncryptOAEP doc comment |
commit | commitdiff | tree |
2021-03-18 |
Rabin Gaire | sort: add example tests for SearchFloat64s and SearchInts |
commit | commitdiff | tree |
2021-03-18 |
Joel Sing | cmd/compile,cmd/internal/obj/riscv: load >32-bit consta... |
commit | commitdiff | tree |
2021-03-18 |
Joel Sing | cmd/compile: actually intrinsify runtime/internal/atomi... |
commit | commitdiff | tree |
2021-03-18 |
Joel Sing | cmd/compile: use a single const MOV operand for riscv64 |
commit | commitdiff | tree |
2021-03-18 |
fanzha02 | cmd/compile: add rewrite rules for conditional instruct... |
commit | commitdiff | tree |
2021-03-18 |
Robert Griesemer | cmd/compile/internal/types2: delay recording types... |
commit | commitdiff | tree |
2021-03-18 |
Robert Griesemer | go/types: add test case for issue #45096 |
commit | commitdiff | tree |
2021-03-17 |
Tobias Klauser | crypto/rand, internal/syscall/unix: add support for... |
commit | commitdiff | tree |
2021-03-17 |
Ian Lance Taylor | cmd/link: improve nonexistent package error message |
commit | commitdiff | tree |
2021-03-17 |
Bryan C. Mills | cmd/go: only add a 'go' directive to the main module... |
commit | commitdiff | tree |
2021-03-17 |
Andrey Bokhanko | cmd/cgo: check whether C compiler exists |
commit | commitdiff | tree |
2021-03-17 |
Andy Pan | time: check int64 overflow in Time.addSec |
commit | commitdiff | tree |
2021-03-17 |
Ian Lance Taylor | test: add bug that failed when run with gccgo |
commit | commitdiff | tree |
2021-03-17 |
Cherry Zhang | cmd/compile: resurrect clobberdead mode |
commit | commitdiff | tree |
2021-03-17 |
Rob Findley | go/parser: avoid formatting a panic message if an asser... |
commit | commitdiff | tree |
2021-03-17 |
Dan Scales | cmd/compile: getting more built-ins to work with generics |
commit | commitdiff | tree |
2021-03-17 |
Johan Brandhorst | crypto/tls: remove flaky cancellation test |
commit | commitdiff | tree |
2021-03-17 |
Agniva De Sarker | compress/lzw: add Reset method to Reader and Writer |
commit | commitdiff | tree |
2021-03-17 |
Meng Zhuo | math/bits: folded reverse tables by using const string |
commit | commitdiff | tree |
2021-03-17 |
Andrey Bokhanko | os/user: make user.LookupGroupId function work for... |
commit | commitdiff | tree |
2021-03-17 |
Ian Lance Taylor | debug/dwarf: support DW_FORM_rnglistx aka formRnglistx |
commit | commitdiff | tree |
2021-03-17 |
Robert Griesemer | spec: fix rendering of >= |
commit | commitdiff | tree |
2021-03-17 |
Robert Griesemer | cmd/compile/internal/types2: review of call.go |
commit | commitdiff | tree |
2021-03-16 |
Cherry Zhang | cmd/compile, cmd/link: dynamically export writable... |
commit | commitdiff | tree |
2021-03-16 |
Cherry Zhang | cmd/compile: update some comments |
commit | commitdiff | tree |
2021-03-16 |
Keith Randall | cmd/asm: when dynamic linking, reject code that uses... |
commit | commitdiff | tree |
2021-03-16 |
Bryan C. Mills | cmd/go: bail out from script tests earlier when a timeo... |
commit | commitdiff | tree |
2021-03-16 |
cui | cmd/compile/internal/ssa: delete unused files |
commit | commitdiff | tree |
2021-03-16 |
nobishino | spec: clarify that signed integers>=0 are permitted... |
commit | commitdiff | tree |
2021-03-16 |
David Chase | cmd/compile: fix open defer of method call |
commit | commitdiff | tree |
2021-03-16 |
David Chase | cmd/compile: (fixed) spill output parameters passed... |
commit | commitdiff | tree |
2021-03-16 |
Dan Scales | cmd/compile: deal with comparable embedded in a constraint |
commit | commitdiff | tree |
2021-03-16 |
Meng Zhuo | cmd/asm: add rotr/drotr for mips64 |
commit | commitdiff | tree |
2021-03-16 |
Paul E. Murphy | cmd/link: preserve elf phdr flags when loading external... |
commit | commitdiff | tree |
2021-03-16 |
Johan Brandhorst | crypto/tls: add HandshakeContext method to Conn |
commit | commitdiff | tree |
2021-03-16 |
Bryan C. Mills | cmd/go: test that 'go mod tidy' retains upgraded indire... |
commit | commitdiff | tree |
2021-03-16 |
Bryan C. Mills | cmd/go/internal/modload: in readonly mode, do not read... |
commit | commitdiff | tree |
2021-03-16 |
Bryan C. Mills | cmd/go/internal/modcmd: in 'go mod tidy', suspend go... |
commit | commitdiff | tree |
2021-03-16 |
Meng Zhuo | cmd/compile: loads from readonly globals into const... |
commit | commitdiff | tree |
2021-03-16 |
erifan01 | cmd/compile: use depth first topological sort algorithm... |
commit | commitdiff | tree |
2021-03-16 |
eric fang | cmd/compile/internal/ssa: handle more cases in fuse... |
commit | commitdiff | tree |
2021-03-16 |
Andy Pan | internal/poll: eliminate the redundant type conversions... |
commit | commitdiff | tree |
2021-03-16 |
Meng Zhuo | runtime: using wyhash for memhashFallback on 32bit... |
commit | commitdiff | tree |
2021-03-16 |
Emmanuel T... | time: support "," as separator for fractional seconds |
commit | commitdiff | tree |
2021-03-15 |
Joel Courtney | time: add Time.IsDST() to check if its Location is... |
commit | commitdiff | tree |
2021-03-15 |
Paschalis Tsilias | reflect: panic if ArrayOf is called with negative length |
commit | commitdiff | tree |
2021-03-15 |
Filippo Valsorda | net: fix BenchmarkWriteToReadFromUDP on Windows |
commit | commitdiff | tree |
2021-03-15 |
Prajwal Koirala | all: run gofmt |
commit | commitdiff | tree |
2021-03-15 |
David Chase | Revert "cmd/compile: spill output parameters passed... |
commit | commitdiff | tree |
2021-03-15 |
David Chase | cmd/compile: spill output parameters passed in register... |
commit | commitdiff | tree |
2021-03-15 |
Dan Scales | cmd/compile: fix case where func-valued field of a... |
commit | commitdiff | tree |
2021-03-15 |
Dan Scales | cmd/compile: add support for generic maps |
commit | commitdiff | tree |
2021-03-15 |
Dan Scales | cmd/compile: add support for generic channels and... |
commit | commitdiff | tree |
2021-03-15 |
Michael Anthony... | runtime: prepare arenas for use incrementally |
commit | commitdiff | tree |
2021-03-15 |
Filippo Valsorda | encoding/xml: replace comments inside directives with... |
commit | commitdiff | tree |
2021-03-15 |
Filippo Valsorda | encoding/xml: handle leading, trailing, or double colon... |
commit | commitdiff | tree |
2021-03-15 |
Josh Bleecher... | net: use mid-stack inlining with ReadFromUDP to avoid... |
commit | commitdiff | tree |
2021-03-15 |
Emmanuel T... | all: update golang.org/x/* dependencies |
commit | commitdiff | tree |
2021-03-15 |
Tobias Klauser | cmd/internal/moddeps: fix typo in TestAllDependencies... |
commit | commitdiff | tree |
2021-03-15 |
Cherry Zhang | cmd/compile: remove ARMv5 special case in register... |
commit | commitdiff | tree |
2021-03-15 |
Ian Lance Taylor | bytes: correct tense in comment |
commit | commitdiff | tree |
2021-03-15 |
Ethan Hur | cmd/compile: fix outdated comment |
commit | commitdiff | tree |
2021-03-15 |
Paul E. Murphy | cmd/internal/obj: reorder ppc64 MOV* optab entries |
commit | commitdiff | tree |
2021-03-15 |
Paul E. Murphy | crypto/md5: improve ppc64x performance |
commit | commitdiff | tree |
2021-03-15 |
Tao Qingyun | cmd/link/internal/ld: fix typo in a comment |
commit | commitdiff | tree |
2021-03-14 |
Josh Bleecher... | cmd/compile: fix whitespace in comment |
commit | commitdiff | tree |
2021-03-14 |
Alessandro... | cmd/link: regression test for issue #42484 |
commit | commitdiff | tree |
2021-03-14 |
Ariel Mashraki | encoding/json: fix package shadowing in MarshalIndent... |
commit | commitdiff | tree |
2021-03-14 |
Josh Bleecher... | all: add internal/itoa package |
commit | commitdiff | tree |
2021-03-14 |
Koichi Shiraishi | cmd/cover: replace code using optimized golang.org... |
commit | commitdiff | tree |
2021-03-13 |
Tobias Klauser | net/http: revert change from CL 299109 breaking TestAll... |
commit | commitdiff | tree |
2021-03-13 |
Tobias Klauser | io/fs: use testing.T.TempDir in TestWalkDir |
commit | commitdiff | tree |
2021-03-13 |
cui | cmd/compile/internal/ssa: prealloc slice |
commit | commitdiff | tree |
2021-03-13 |
JulianChu | io: add error check to WriteString Example test |
commit | commitdiff | tree |
2021-03-13 |
zfCode | fmt: use “truncateString” not “truncate” in method doc |
commit | commitdiff | tree |
2021-03-13 |
Vitaly Zdanevich | errors/wrap: do not call Elem() twice |
commit | commitdiff | tree |
2021-03-13 |
John Bampton | all: remove duplicate words |
commit | commitdiff | tree |
2021-03-13 |
Aman Karmani | encoding/gob: ensure "duplicate type received" decoder... |
commit | commitdiff | tree |
2021-03-13 |
Mostyn Bramley... | crypto/ecdsa: fix dead reference link |
commit | commitdiff | tree |
next |