2022-03-15 |
Rob Pike | text/template/parse: allow space after continue or... |
commit | commitdiff | tree |
2022-03-15 |
Keith Randall | cmd/compile: disable rewrite loop detector for deadcode... |
commit | commitdiff | tree |
2022-03-14 |
Russ Cox | cmd/api: require proposal # for new API features |
commit | commitdiff | tree |
2022-03-14 |
Keith Randall | internal/cpu: disallow disabling options that are requi... |
commit | commitdiff | tree |
2022-03-14 |
Robert Griesemer | go/types, types2: use correct underlying type in union... |
commit | commitdiff | tree |
2022-03-14 |
Cuong Manh Le | cmd/compile: fix wrong dict param when getting dict... |
commit | commitdiff | tree |
2022-03-14 |
Bryan C. Mills | cmd/go: use testGOROOT in TestListTemplateContextFunction |
commit | commitdiff | tree |
2022-03-14 |
Bryan C. Mills | go/build: set PWD for go subcommands |
commit | commitdiff | tree |
2022-03-14 |
Bryan C. Mills | debug/buildinfo: use testenv.GoToolPath in tests instea... |
commit | commitdiff | tree |
2022-03-14 |
Cuong Manh Le | cmd/compile: remove unified IR stmtTypeDeclHack |
commit | commitdiff | tree |
2022-03-14 |
Uzondu Enudeme | net/url: add OmitHost bool to url.URL |
commit | commitdiff | tree |
2022-03-13 |
Tobias Klauser | runtime/pprof: use syscall.RUSAGE_SELF |
commit | commitdiff | tree |
2022-03-12 |
Ian Lance Taylor | syscall: add race annotations to Pread and Pwrite |
commit | commitdiff | tree |
2022-03-11 |
eh-steve | encoding/hex: implement Decode with a lookup table |
commit | commitdiff | tree |
2022-03-11 |
Paul E. Murphy | cmd/asm: add support for bdnz/bdz extended mnemonics... |
commit | commitdiff | tree |
2022-03-11 |
Tobias Klauser | runtime/pprof, syscall: report MaxRSS on all unix platforms |
commit | commitdiff | tree |
2022-03-11 |
Robert Griesemer | spec: various minor clarifications |
commit | commitdiff | tree |
2022-03-11 |
Robert Griesemer | spec: clean up intro and replace bolded text with prose |
commit | commitdiff | tree |
2022-03-11 |
Bryan C. Mills | cmd/compile/internal/amd64: fix "missing objdump" skip... |
commit | commitdiff | tree |
2022-03-11 |
Bryan C. Mills | cmd/go: use the correct gofmt binary in TestScript... |
commit | commitdiff | tree |
2022-03-11 |
Cuong Manh Le | cmd/compile: fix re-export closure |
commit | commitdiff | tree |
2022-03-10 |
Steven Johnstone | internal/fuzz: minimization should not reduce coverage |
commit | commitdiff | tree |
2022-03-10 |
Roland Shoemaker | internal/fuzz: don't use dirty coverage maps during... |
commit | commitdiff | tree |
2022-03-10 |
Robert Griesemer | go/types, types2: remove incorrect assertion (don't... |
commit | commitdiff | tree |
2022-03-10 |
Keith Randall | cmd/compile: fix expression switches using type parameters |
commit | commitdiff | tree |
2022-03-10 |
Keith Randall | cmd/compile: fix transform of OEQ/ONE when one arg... |
commit | commitdiff | tree |
2022-03-10 |
Joe Tsai | flag: add TextVar function |
commit | commitdiff | tree |
2022-03-10 |
Joe Tsai | bytes: rely on runtime.growslice for growing |
commit | commitdiff | tree |
2022-03-10 |
Michael Pratt | runtime: fix SegvInCgo skip check |
commit | commitdiff | tree |
2022-03-10 |
Daniel Martí | go/token: allocate fewer times at init time |
commit | commitdiff | tree |
2022-03-10 |
Meng Zhuo | runtime,cmd/compile: change reg duff{zero,copy} for... |
commit | commitdiff | tree |
2022-03-10 |
Robert Griesemer | spec: remove note re: field accesses on type literals |
commit | commitdiff | tree |
2022-03-10 |
Robert Griesemer | spec: more adjustments/corrections |
commit | commitdiff | tree |
2022-03-10 |
Robert Griesemer | spec: remove notion of specific types |
commit | commitdiff | tree |
2022-03-10 |
Carl Johnson | net/url: add JoinPath, URL.JoinPath |
commit | commitdiff | tree |
2022-03-10 |
Meng Zhuo | cmd/compile,bytealg: change context register on riscv64 |
commit | commitdiff | tree |
2022-03-09 |
Robert Griesemer | go/types, types2: pointer base types cannot be type... |
commit | commitdiff | tree |
2022-03-09 |
Robert Findley | go/types, types2: clarify documentation with respect... |
commit | commitdiff | tree |
2022-03-09 |
Russ Cox | cmd/compile: require -p flag |
commit | commitdiff | tree |
2022-03-09 |
Robert Griesemer | go/types, types2: disable field accesses through type... |
commit | commitdiff | tree |
2022-03-09 |
Mark Pulford | cmd/go: fix buildvcs when using older git versions |
commit | commitdiff | tree |
2022-03-09 |
Rhys Hiltner | runtime/pprof: fix pcDeck's frame indexing |
commit | commitdiff | tree |
2022-03-09 |
Matthew Dempsky | cmd/compile: mark instantiated generic functions as... |
commit | commitdiff | tree |
2022-03-09 |
eric fang | cmd/internal/obj/arm64: optimize function prologue... |
commit | commitdiff | tree |
2022-03-09 |
Meng Zhuo | cmd/compile/internal: add ABI register information... |
commit | commitdiff | tree |
2022-03-08 |
Ian Lance Taylor | cmd/go: for gccgo expect one fewer file in TestScript... |
commit | commitdiff | tree |
2022-03-08 |
Robert Findley | go/printer: don't print unnecesary commas for func... |
commit | commitdiff | tree |
2022-03-08 |
Bryan C. Mills | net/http/pprof: skip TestDeltaProfile on all arm and... |
commit | commitdiff | tree |
2022-03-08 |
Michael Pratt | cmd/dist: log OS version when testing |
commit | commitdiff | tree |
2022-03-08 |
Michael Pratt | cmd/dist: log CPU model when testing |
commit | commitdiff | tree |
2022-03-08 |
Rhys Hiltner | runtime/pprof: check if PC is reused for inlining |
commit | commitdiff | tree |
2022-03-08 |
Tobias Klauser | runtime, syscall: implement syscall.Pipe using syscall... |
commit | commitdiff | tree |
2022-03-08 |
Tobias Klauser | os, internal/syscall/unix: consolidate Pipe implementations |
commit | commitdiff | tree |
2022-03-08 |
Tobias Klauser | syscall: add Pipe2 on solaris and use it for forkExecPipe |
commit | commitdiff | tree |
2022-03-08 |
Bryan C. Mills | cmd/compile/internal/syntax: don't try to parse files... |
commit | commitdiff | tree |
2022-03-08 |
Bryan C. Mills | internal/fuzz: fix encoding for out-of-range ints and... |
commit | commitdiff | tree |
2022-03-08 |
thepudds | cmd/compile/internal/types2: more consistently print... |
commit | commitdiff | tree |
2022-03-08 |
Joel Sing | internal/bytealg: optimise compare on riscv64 |
commit | commitdiff | tree |
2022-03-08 |
Joel Sing | internal/bytealg: optimise memequal on riscv64 |
commit | commitdiff | tree |
2022-03-08 |
Russ Cox | cmd/compile: allow fieldtrack of unexported fields |
commit | commitdiff | tree |
2022-03-08 |
Russ Cox | crypto/rand: simplify Prime to use only rejection sampling |
commit | commitdiff | tree |
2022-03-08 |
Robert Griesemer | spec: document that type inference doesn't apply to... |
commit | commitdiff | tree |
2022-03-08 |
eric fang | cmd/internal/obj/arm64: optimize stacksplit prologue... |
commit | commitdiff | tree |
2022-03-08 |
Dmitri Shuralyov | fmt: use tabs for indentation |
commit | commitdiff | tree |
2022-03-07 |
Paul E. Murphy | internal/cpu: set PPC64.IsPOWER8 |
commit | commitdiff | tree |
2022-03-07 |
Jorropo | io: add WriterTo to MultiReader |
commit | commitdiff | tree |
2022-03-07 |
Robert Griesemer | spec: clarifications based on feedback |
commit | commitdiff | tree |
2022-03-07 |
Daniel Martí | go/build: use static maps rather than an init func |
commit | commitdiff | tree |
2022-03-07 |
Robert Findley | go/types, types2: disable inference for type instances |
commit | commitdiff | tree |
2022-03-07 |
Robert Findley | go/types: document that predicates are undefined on... |
commit | commitdiff | tree |
2022-03-07 |
Robert Findley | go/types, types2: record all type instances, even dupli... |
commit | commitdiff | tree |
2022-03-07 |
Robert Griesemer | go/types, types2: don't crash in selectors referring... |
commit | commitdiff | tree |
2022-03-07 |
Robert Griesemer | go/types, types2: correctly include comparable in type... |
commit | commitdiff | tree |
2022-03-07 |
Matthew Dempsky | cmd/compile: remove duplicate const logic from typecheck |
commit | commitdiff | tree |
2022-03-07 |
Michael Pratt | runtime: print goid when throwing in gentraceback |
commit | commitdiff | tree |
2022-03-07 |
Roland Shoemaker | internal/fuzz: fix TestUnmarshalMarshal on MIPS |
commit | commitdiff | tree |
2022-03-07 |
Matthew Dempsky | test: add test case for #51521 |
commit | commitdiff | tree |
2022-03-07 |
Matthew Dempsky | cmd/compile: add itabs to unified IR dictionaries |
commit | commitdiff | tree |
2022-03-07 |
Matthew Dempsky | test: additional generic type switch test coverage |
commit | commitdiff | tree |
2022-03-07 |
Matthew Dempsky | cmd/compile: represent derived types with ir.DynamicTyp... |
commit | commitdiff | tree |
2022-03-07 |
Daniel Martí | flag: make tests silent |
commit | commitdiff | tree |
2022-03-07 |
Matthew Dempsky | cmd/compile: remove unneeded type alias code in unified IR |
commit | commitdiff | tree |
2022-03-07 |
Matthew Dempsky | cmd/compile: fix reentrancy issue in unified IR functio... |
commit | commitdiff | tree |
2022-03-06 |
Dan Kortschak | all: fix some typos |
commit | commitdiff | tree |
2022-03-05 |
Adam Shannon | fmt: clarify right-padded strings use spaces |
commit | commitdiff | tree |
2022-03-05 |
Dan Kortschak | math: don't use integer division that truncates to... |
commit | commitdiff | tree |
2022-03-05 |
Tobias Klauser | syscall: use dup3 in forkAndExecInChild on OpenBSD |
commit | commitdiff | tree |
2022-03-04 |
uji | cmd/go: clarify error from 'go install' when arguments... |
commit | commitdiff | tree |
2022-03-04 |
Iskander Sharipov | encoding/xml: improve the test coverage, fix minor... |
commit | commitdiff | tree |
2022-03-04 |
Roland Shoemaker | internal/fuzz: handle Inf/NaN float values |
commit | commitdiff | tree |
2022-03-04 |
Lynn Boger | crypto/sha512: fix stack size for previous change |
commit | commitdiff | tree |
2022-03-04 |
Ian Lance Taylor | doc/go1.19: mention use of EDNS(0) |
commit | commitdiff | tree |
2022-03-04 |
Ian Lance Taylor | syscall: remove TestRlimit |
commit | commitdiff | tree |
2022-03-04 |
Daniel Martí | cmd/go: avoid rebuilding itself in TestMain |
commit | commitdiff | tree |
2022-03-04 |
Jason A. Donenfeld | crypto/rand: use fast key erasure RNG on plan9 instead... |
commit | commitdiff | tree |
2022-03-04 |
Jason A. Donenfeld | crypto/rand: separate out plan9 X9.31 /dev/random expander |
commit | commitdiff | tree |
2022-03-04 |
Filippo Valsorda | crypto/ed25519/internal/edwards25519: sync with filippo... |
commit | commitdiff | tree |
2022-03-04 |
eric fang | runtime: support cgo traceback on linux arm64 |
commit | commitdiff | tree |
2022-03-03 |
Michael Matloob | cmd/go: add links to workspaces reference and tutorial... |
commit | commitdiff | tree |
2022-03-03 |
Bryan C. Mills | cmd/go: error out of 'go work use' if no directories... |
commit | commitdiff | tree |
next |