2021-10-15 |
Michael Pratt | runtime: consistently access pollDesc r/w Gs with atomics |
commit | commitdiff | tree |
2021-10-15 |
Jay Conrod | doc/go1.18: add release notes for build and VCS info |
commit | commitdiff | tree |
2021-10-15 |
Jay Conrod | cmd/go: allow nested VCS repositories when preparing... |
commit | commitdiff | tree |
2021-10-15 |
Keith Randall | cmd/compile: make for loops with range statements not... |
commit | commitdiff | tree |
2021-10-15 |
Katie Hockman | internal/fuzz: fix bugs with minimization |
commit | commitdiff | tree |
2021-10-15 |
Keith Randall | reflect: make Elem panic on bad notinheap pointers |
commit | commitdiff | tree |
2021-10-15 |
Robert Griesemer | cmd/compile/internal/types2: add debugging support... |
commit | commitdiff | tree |
2021-10-15 |
Dan Scales | cmd/compile: support new fully-inst types referenced... |
commit | commitdiff | tree |
2021-10-15 |
Bryan C. Mills | cmd/go: use portable flags in TestScript/version_build_... |
commit | commitdiff | tree |
2021-10-15 |
Keith Randall | reflect: fix SetIter test |
commit | commitdiff | tree |
2021-10-15 |
Keith Randall | doc: document new reflect.SetIter{Key,Value} functions |
commit | commitdiff | tree |
2021-10-15 |
Keith Randall | reflect: rename Mapiter.SetKey to Value.SetIterKey |
commit | commitdiff | tree |
2021-10-15 |
Jay Conrod | cmd/go: don't stamp build or vcs info for GOROOT binaries |
commit | commitdiff | tree |
2021-10-15 |
Cuong Manh Le | cmd/compile: fix irgen reports wrong error message... |
commit | commitdiff | tree |
2021-10-14 |
Jay Conrod | debug/buildinfo: fix test for build settings |
commit | commitdiff | tree |
2021-10-14 |
Brad Fitzpatrick | net/http: also use Server.ReadHeaderTimeout for TLS... |
commit | commitdiff | tree |
2021-10-14 |
Robert Griesemer | go/types, types2: add a test case to ConvertibleTo |
commit | commitdiff | tree |
2021-10-14 |
Robert Griesemer | cmd/compile/internal/types2: remove Config.AllowTypeLis... |
commit | commitdiff | tree |
2021-10-14 |
Robert Findley | cmd/go: produce a better error for generic test functions |
commit | commitdiff | tree |
2021-10-14 |
Jay Conrod | cmd/go: stamp tags and flags in build info |
commit | commitdiff | tree |
2021-10-14 |
Jay Conrod | cmd/go: stamp VCS revision and uncommitted status into... |
commit | commitdiff | tree |
2021-10-14 |
Jay Conrod | cmd/go: migrate 'go version' to use buildinfo.ReadFile |
commit | commitdiff | tree |
2021-10-14 |
Jay Conrod | runtime/debug: add GoVersion to BuildInfo |
commit | commitdiff | tree |
2021-10-14 |
Jay Conrod | debug/buildinfo: new package with Read and ReadFile |
commit | commitdiff | tree |
2021-10-14 |
Jay Conrod | cmd/go: move module build info formatting into runtime... |
commit | commitdiff | tree |
2021-10-14 |
Damien Neil | sync: remove TestWaitGroupMisuse2 and TestWaitGroupMisuse3 |
commit | commitdiff | tree |
2021-10-14 |
Robert Griesemer | go/types: avoid infinite expansion for invalid recursiv... |
commit | commitdiff | tree |
2021-10-14 |
Robert Griesemer | cmd/compile/internal/types2: avoid infinite expansion... |
commit | commitdiff | tree |
2021-10-14 |
Tobias Klauser | syscall: use fcntl with F_DUP2FD_CLOEXEC in forkAndExec... |
commit | commitdiff | tree |
2021-10-14 |
Tobias Klauser | syscall: add support for SysProcAttr.Pdeathsig on FreeBSD |
commit | commitdiff | tree |
2021-10-14 |
Tobias Klauser | syscall: separate ProcSysAttr and forkAndExecInChild... |
commit | commitdiff | tree |
2021-10-14 |
Ian Lance Taylor | cmd/link/internal/ld: don't use linkname before 1.12 |
commit | commitdiff | tree |
2021-10-14 |
Robert Griesemer | cmd/compile/internal/syntax: remove AllowTypeSets mode |
commit | commitdiff | tree |
2021-10-13 |
Dan Scales | cmd/compile: fix inst_test.go for riscv5 |
commit | commitdiff | tree |
2021-10-13 |
Matthew Dempsky | unsafe: optimize Slice bounds checking |
commit | commitdiff | tree |
2021-10-13 |
Matthew Dempsky | unsafe: allow unsafe.Slice up to end of address space |
commit | commitdiff | tree |
2021-10-13 |
James Harris | net/http/httputil: allow MIME parameters when detecting... |
commit | commitdiff | tree |
2021-10-13 |
Tamir Duberstein | net: remove timeout in TestDialTimeoutMaxDuration |
commit | commitdiff | tree |
2021-10-13 |
Koichi Shiraishi | internal/poll,net: support poll.Sendfile for darwin |
commit | commitdiff | tree |
2021-10-13 |
kjgorman | bytes: fix Cut godoc typo |
commit | commitdiff | tree |
2021-10-13 |
Amelia Downs | net: add examples for remaining IP functions |
commit | commitdiff | tree |
2021-10-13 |
Forest Johnson | os: explain ProccessState.Exited() SIGKILL interaction |
commit | commitdiff | tree |
2021-10-13 |
Mark Hansen | cmd/pprof: update vendored github.com/google/pprof |
commit | commitdiff | tree |
2021-10-13 |
zhouguangyuan | cmd/link: disable weak reference in itab if build with... |
commit | commitdiff | tree |
2021-10-13 |
helbing | embed: add example |
commit | commitdiff | tree |
2021-10-13 |
nicksherron | all: fix spelling mistakes |
commit | commitdiff | tree |
2021-10-13 |
Dan Scales | cmd/compile: allow spaces in types.(*Type).LinkString() |
commit | commitdiff | tree |
2021-10-12 |
Robert Findley | cmd/api: use placeholder names for type parameters |
commit | commitdiff | tree |
2021-10-12 |
Jake Ciolek | cmd/compile: use ANDL for small immediates |
commit | commitdiff | tree |
2021-10-12 |
Tamir Duberstein | os: Simplify size using io.Discard. |
commit | commitdiff | tree |
2021-10-12 |
Katie Hockman | internal/fuzz: fix -fuzzminimizetime with 'x' bug |
commit | commitdiff | tree |
2021-10-12 |
Bryan C. Mills | cmd/dist: run a checkNotStale on the builders before... |
commit | commitdiff | tree |
2021-10-12 |
Dan Scales | [dev.typeparams] cmd/compile: add test for number of... |
commit | commitdiff | tree |
2021-10-12 |
Jay Conrod | testing: don't create unique subtest names while fuzzing |
commit | commitdiff | tree |
2021-10-12 |
Dan Scales | cmd/compile: some fixes in type substituter for Instantiate |
commit | commitdiff | tree |
2021-10-12 |
Robert Findley | go/types: export TypeParam.Index and remove TypeParam... |
commit | commitdiff | tree |
2021-10-12 |
Jay Conrod | cmd/go: adjust documentation mentioning 'go get' |
commit | commitdiff | tree |
2021-10-12 |
Cherry Mui | cmd/compile: do not reuse dead value in expand_calls... |
commit | commitdiff | tree |
2021-10-12 |
Katie Hockman | testing: fix -run behavior with fuzz tests |
commit | commitdiff | tree |
2021-10-12 |
Paul E. Murphy | cmd/internal/obj/ppc64: support alignment of prefixed... |
commit | commitdiff | tree |
2021-10-12 |
Nigel Tao | compress/lzw: output a Clear code first, per GIF spec |
commit | commitdiff | tree |
2021-10-12 |
Tobias Klauser | cmd/link/internal/ld: use libc based fcntl for (*OutBuf... |
commit | commitdiff | tree |
2021-10-12 |
Ian Lance Taylor | cmd/api: support type parameters |
commit | commitdiff | tree |
2021-10-11 |
Robert Findley | cmd/compile/internal/types2: avoid duplicate errors... |
commit | commitdiff | tree |
2021-10-11 |
Robert Findley | go/types: mark implicit interfaces as such |
commit | commitdiff | tree |
2021-10-11 |
Robert Findley | go/internal/gcimporter: enable importing typeparam... |
commit | commitdiff | tree |
2021-10-11 |
Robert Findley | go/types: accept constraint literals with elided interfaces |
commit | commitdiff | tree |
2021-10-11 |
Robert Findley | go/parser: allow eliding interface in constraint literals |
commit | commitdiff | tree |
2021-10-11 |
Daniel Martí | encoding/gob: follow documented io.EOF semantics |
commit | commitdiff | tree |
2021-10-11 |
Dan Scales | cmd/compile: adjust debug/gosym to deal with instantiat... |
commit | commitdiff | tree |
2021-10-11 |
Bryan C. Mills | cmd/go: insert goroot to the hash of build cache when... |
commit | commitdiff | tree |
2021-10-11 |
Dan Scales | cmd/compile: deal with TODO related to generic wrappers... |
commit | commitdiff | tree |
2021-10-11 |
Robert Findley | all: update vendored golang.org/x/tools |
commit | commitdiff | tree |
2021-10-11 |
Paul E. Murphy | cmd/internal/obj/ppc64: fix mtocrf, cleanup other CR ops |
commit | commitdiff | tree |
2021-10-11 |
Cherry Mui | cmd/link: do not mark holes in functab |
commit | commitdiff | tree |
2021-10-11 |
Cherry Mui | runtime: simplify multiple text section handling in... |
commit | commitdiff | tree |
2021-10-11 |
Yuval Pavel... | doc/go1.18: document FreeBSD 11.x will no longer be... |
commit | commitdiff | tree |
2021-10-11 |
Russ Cox | regexp: document and implement that invalid UTF-8 bytes... |
commit | commitdiff | tree |
2021-10-11 |
Robert Findley | go/parser: clean up unnecessary arguments and replace... |
commit | commitdiff | tree |
2021-10-11 |
Paul E. Murphy | cmd/internal/obj/ppc64: remove unused REG_DCR types |
commit | commitdiff | tree |
2021-10-10 |
Keith Randall | cmd/compile: used TESTL instead of TESTQ for cpu featur... |
commit | commitdiff | tree |
2021-10-09 |
Jake Ciolek | cmd/compile: use the shorter version of XOR for breakin... |
commit | commitdiff | tree |
2021-10-09 |
Jake Ciolek | cmd/compile: mark NOT as an op that doesn't clobber... |
commit | commitdiff | tree |
2021-10-09 |
Sean Liao | sync: use example.com for url in ExampleWaitGroup |
commit | commitdiff | tree |
2021-10-09 |
Alejandro García... | cmd/compile: eliminate successive swaps |
commit | commitdiff | tree |
2021-10-08 |
Matthew Dempsky | cmd/internal/obj: rename MOVBE{LL,QQ,WW} to just MOVBE... |
commit | commitdiff | tree |
2021-10-08 |
Bryan C. Mills | cmd/go: do not expect a specific timing in test_fuzz_mi... |
commit | commitdiff | tree |
2021-10-08 |
Tobias Klauser | go/build, internal/goarch: sort goarchList alphabetically |
commit | commitdiff | tree |
2021-10-08 |
Matthew Dempsky | cmd/cgo: use "!compiler_bootstrap" tag instead of ... |
commit | commitdiff | tree |
2021-10-08 |
Cherry Mui | cmd/link: put gcprog symbols along with gcbits |
commit | commitdiff | tree |
2021-10-08 |
Keith Randall | runtime: fix uint64->float32 conversion for softfloat |
commit | commitdiff | tree |
2021-10-08 |
Robert Griesemer | go/types: rename rparamMap to recvTParamMap to match... |
commit | commitdiff | tree |
2021-10-08 |
Robert Griesemer | cmd/compile/internal/types2: use an identifier map... |
commit | commitdiff | tree |
2021-10-08 |
Dan Scales | cmd/compile: allow delaying of transformCompLit, new... |
commit | commitdiff | tree |
2021-10-08 |
Robert Findley | go/ast, go/types: remove some stale TODOs |
commit | commitdiff | tree |
2021-10-08 |
Bryan C. Mills | misc/cgo/testshared: pass the testing.T to goCmd when... |
commit | commitdiff | tree |
2021-10-08 |
Meng Zhuo | time: allow minimum int64 in ParseDuration |
commit | commitdiff | tree |
2021-10-08 |
Robert Findley | go/types: use an identifier map rather than isubst... |
commit | commitdiff | tree |
2021-10-08 |
Nigel Tao | image/png: fix interlaced palette out-of-bounds |
commit | commitdiff | tree |
2021-10-08 |
Robert Griesemer | go/types: partial revert of incorrect unification ... |
commit | commitdiff | tree |
next |