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 |
2022-03-03 |
Bryan C. Mills | cmd/go: make paths consistent between 'go work init... |
commit | commitdiff | tree |
2022-03-03 |
Tobias Klauser | runtime: remove fallback to pipe on platforms with... |
commit | commitdiff | tree |
2022-03-03 |
Cherry Mui | runtime: count spill slot for frame size at finalizer... |
commit | commitdiff | tree |
2022-03-03 |
Paul E. Murphy | syscall, runtime/internal/syscall: always return 0... |
commit | commitdiff | tree |
2022-03-03 |
Joe Tsai | api: update next.txt for binary.AppendByteOrder interface |
commit | commitdiff | tree |
2022-03-03 |
Robert Griesemer | go/types, types2: fix scoping for iteration variables... |
commit | commitdiff | tree |
2022-03-03 |
Paul E. Murphy | cmd/asm,cmd/compile: generate preferred nop on PPC64 |
commit | commitdiff | tree |
2022-03-03 |
Paul E. Murphy | crypto/sha256: adapt ppc64le asm to work on ppc64 |
commit | commitdiff | tree |
2022-03-03 |
Paul E. Murphy | runtime: fix 32B backward copy on ppc64x |
commit | commitdiff | tree |
2022-03-03 |
Eli Bendersky | sort: use a different codegen strategy |
commit | commitdiff | tree |
2022-03-03 |
Lynn Boger | crypto/aes: improve performance for aes-cbc on ppc64le |
commit | commitdiff | tree |
2022-03-03 |
Bryan C. Mills | cmd/go: ignore the workspace when running a package... |
commit | commitdiff | tree |
2022-03-03 |
Bryan C. Mills | testing: include ERROR_SHARING_VIOLATION in Windows... |
commit | commitdiff | tree |
2022-03-03 |
eric fang | runtime: use stp/ldp to save and restore all registers... |
commit | commitdiff | tree |
2022-03-03 |
Ian Lance Taylor | net: send EDNS(0) packet length in DNS query |
commit | commitdiff | tree |
2022-03-03 |
Keith Randall | cmd/compile: don't include instantiating types in type... |
commit | commitdiff | tree |
2022-03-02 |
Carlos Amedee | doc: start draft of go1.19 release notes, move go1... |
commit | commitdiff | tree |
2022-03-02 |
Ian Lance Taylor | doc/go1.18: warn about possible breakage of 1.18 generi... |
commit | commitdiff | tree |
2022-03-02 |
Keith Randall | doc: mention change in append behavior |
commit | commitdiff | tree |
2022-03-02 |
Lynn Boger | crypto/sha512: add BE support to PPC64 asm implementation |
commit | commitdiff | tree |
2022-03-02 |
Joe Tsai | encoding/binary: add AppendByteOrder |
commit | commitdiff | tree |
2022-03-02 |
Joe Tsai | reflect: allow Value.Bytes on addressable byte arrays |
commit | commitdiff | tree |
2022-03-02 |
Michael Matloob | cmd/go: allow users to specify required fields in JSON... |
commit | commitdiff | tree |
2022-03-02 |
Tobias Klauser | syscall: remove accept on Linux |
commit | commitdiff | tree |
2022-03-02 |
Joe Tsai | encoding/json: use reflect.Value.UnsafePointer over... |
commit | commitdiff | tree |
next |