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 |
2021-03-13 |
Josh Deprez | net/http: note that "HTTP/2" is invalid for ParseHTTPVe... |
commit | commitdiff | tree |
2021-03-13 |
Matthew Dempsky | runtime: fix documented alignment of 32KiB and 64KiB... |
commit | commitdiff | tree |
2021-03-13 |
John Bampton | all: use HTML5 br tags |
commit | commitdiff | tree |
2021-03-13 |
Ian Lance Taylor | misc/cgo/testcarchive: don't use == for string equality... |
commit | commitdiff | tree |
2021-03-13 |
Robert Griesemer | cmd/compile/internal/types2: use self_test.go from... |
commit | commitdiff | tree |
2021-03-13 |
Robert Griesemer | cmd/compile/internal/types2: simplify error reporting... |
commit | commitdiff | tree |
2021-03-13 |
Michael Schaller | cmd/compile: mention that -m can be increased or given... |
commit | commitdiff | tree |
2021-03-12 |
Dmitri Shuralyov | delete favicon.ico and robots.txt |
commit | commitdiff | tree |
2021-03-12 |
Jay Conrod | cmd/go: fix godoc formatting for text from 'go help... |
commit | commitdiff | tree |
2021-03-12 |
David Chase | cmd/compile: minor cleanup -- remove dead code conditio... |
commit | commitdiff | tree |
2021-03-12 |
David Chase | cmd/compile: test register ABI for method, interface... |
commit | commitdiff | tree |
2021-03-12 |
Roland Shoemaker | cmd/go/internal/load: always set IsImportCycle when... |
commit | commitdiff | tree |
2021-03-12 |
Matthew Dempsky | runtime: simplify divmagic for span calculations |
commit | commitdiff | tree |
2021-03-12 |
Matthew Dempsky | runtime: add alignment info to sizeclasses.go comments |
commit | commitdiff | tree |
2021-03-12 |
Cherry Zhang | cmd/go: include default GOEXPERIMENT in build config |
commit | commitdiff | tree |
2021-03-12 |
Josh Bleecher... | Revert "testing/fstest: test that ReadDirFile on a... |
commit | commitdiff | tree |
2021-03-12 |
Andy Pan | A+C: add new e-mail addresses for Andy Pan |
commit | commitdiff | tree |
2021-03-12 |
Dan Scales | cmd/compile: fix noder.Addr() to not call typechecker |
commit | commitdiff | tree |
2021-03-12 |
Andy Pan | internal/poll: fix some grammar errors |
commit | commitdiff | tree |
2021-03-12 |
fanzha02 | cmd/internal/obj/arm64: add support for op(extended... |
commit | commitdiff | tree |
2021-03-12 |
Dan Scales | cmd/compile: call types.CheckSize() in g.typ() |
commit | commitdiff | tree |
2021-03-11 |
Matthew Dempsky | cmd: move GOEXPERIMENT knob from make.bash to cmd/go |
commit | commitdiff | tree |
2021-03-11 |
Bryan C. Mills | net/http: revert change to generated file from CL 296152 |
commit | commitdiff | tree |
2021-03-11 |
Michael Matloob | cmd/go: remove some fsyncs when writing files |
commit | commitdiff | tree |
2021-03-11 |
Josh Bleecher... | cmd/compile: optimize multi-register shifts on amd64 |
commit | commitdiff | tree |
2021-03-11 |
Josh Bleecher... | hash/maphash: increase the buffer size |
commit | commitdiff | tree |
2021-03-11 |
Josh Bleecher... | hash/maphash: optimize Write and WriteString |
commit | commitdiff | tree |
2021-03-11 |
Josh Bleecher... | hash/maphash: manually inline setSeed |
commit | commitdiff | tree |
2021-03-11 |
Josh Bleecher... | testing/fstest: clarify TestFS docs |
commit | commitdiff | tree |
2021-03-11 |
Josh Bleecher... | testing/fstest: test that ReadDirFile on a non-dir... |
commit | commitdiff | tree |
2021-03-11 |
Josh Bleecher... | io/fs: clarify additional File interface docs |
commit | commitdiff | tree |
2021-03-11 |
Paul E. Murphy | cmd/link: fix glink resolver generation on ppc64le |
commit | commitdiff | tree |
2021-03-11 |
Michael Anthony... | runtime: support register ABI for finalizers |
commit | commitdiff | tree |
2021-03-11 |
Ian Lance Taylor | test: add test that caused a gofrontend internal error |
commit | commitdiff | tree |
2021-03-11 |
Matt T. Proud | docs: clarify when APIs use context.Background. |
commit | commitdiff | tree |
2021-03-11 |
Jason A. Donenfeld | syscall: use runtime.KeepAlive for ProcThreadAttributeL... |
commit | commitdiff | tree |
2021-03-11 |
Tobias Klauser | crypto/rand, internal/syscall/unix: add support for... |
commit | commitdiff | tree |
2021-03-11 |
Tobias Klauser | internal/syscall/unix: unify GetRandom implementation |
commit | commitdiff | tree |
2021-03-11 |
fanzha02 | cmd/dist: refactor test constraints for misc/cgo/testsa... |
commit | commitdiff | tree |
2021-03-11 |
eric fang | cmd/compile: remove 8-byte alignment requirement of... |
commit | commitdiff | tree |
2021-03-11 |
Dan Scales | cmd/compile: fix handling of partially inferred type... |
commit | commitdiff | tree |
2021-03-10 |
Paul E. Murphy | cmd/internal/obj: remove param element from ppc64 optab |
commit | commitdiff | tree |
2021-03-10 |
Michael Pratt | runtime, time: disable preemption in addtimer |
commit | commitdiff | tree |
next |