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 |
2022-03-02 |
Phil Bracikowski | compress/gzip: return unexpected EOF for certain trunca... |
commit | commitdiff | tree |
2022-03-02 |
MoZhonghua | cmd/link: don't generate typedef DWARF entry for noalg... |
commit | commitdiff | tree |
2022-03-02 |
Jinwook Jeong | regexp: fix typo in the overview |
commit | commitdiff | tree |
2022-03-02 |
Alan Donovan | unicode/utf8: optimize Valid to parity with ValidString |
commit | commitdiff | tree |
2022-03-02 |
chanxuehong | go/token: slight performance improvement for IsIdentifier |
commit | commitdiff | tree |
2022-03-02 |
cuiweixie | math/big: produce valid JSON in Int.MarshalJSON when nil |
commit | commitdiff | tree |
2022-03-01 |
Robert Griesemer | go/types, types2: clarify a comment and add an extra... |
commit | commitdiff | tree |
2022-03-01 |
Robert Griesemer | go/types, types2: correctly consider ~ (tilde) in const... |
commit | commitdiff | tree |
2022-03-01 |
Keith Randall | cmd/compile: include all entries in map literal hint... |
commit | commitdiff | tree |
2022-03-01 |
Matthew Dempsky | internal/pkgbits: add version number |
commit | commitdiff | tree |
2022-03-01 |
Cherry Mui | cmd/compile: use AutogeneratedPos for method value... |
commit | commitdiff | tree |
2022-03-01 |
Matthew Dempsky | test: workaround codegen bug in typeparam/mdempsky... |
commit | commitdiff | tree |
2022-03-01 |
Matthew Dempsky | cmd/compile/internal/ir: remove unused -G=0 node types |
commit | commitdiff | tree |
2022-03-01 |
Matthew Dempsky | cmd/compile/internal/typecheck: remove unused -G=0... |
commit | commitdiff | tree |
2022-03-01 |
Matthew Dempsky | cmd/compile: remove a bunch of dead noder code |
commit | commitdiff | tree |
2022-03-01 |
Matthew Dempsky | cmd/compile: remove -G flag |
commit | commitdiff | tree |
2022-03-01 |
Matthew Dempsky | all: avoid use of cmd/compile -G flag in tests |
commit | commitdiff | tree |
2022-03-01 |
Matthew Dempsky | cmd/compile/internal/importer: lazier unified IR importing |
commit | commitdiff | tree |
2022-03-01 |
Matthew Dempsky | cmd/compile: move unified IR's reader2 into importer... |
commit | commitdiff | tree |
2022-03-01 |
Keith Randall | cmd/compile: use bool->uint8 op instead of copy |
commit | commitdiff | tree |
2022-03-01 |
Keith Randall | runtime: improve work stealing randomness |
commit | commitdiff | tree |
2022-03-01 |
zhouguangyuan | cmd/compile: avoid generating unreachable branch for... |
commit | commitdiff | tree |
2022-03-01 |
Keith Randall | cmd/compile: don't panic when printing package-less... |
commit | commitdiff | tree |
2022-03-01 |
Matthew Dempsky | cmd/compile: unified IR support for implicit interfaces |
commit | commitdiff | tree |
2022-03-01 |
Matthew Dempsky | internal/pkgbits: extract unified IR coding-level logic |
commit | commitdiff | tree |
2022-03-01 |
Matthew Dempsky | cmd/compile: shuffle and simplify sync markers |
commit | commitdiff | tree |
2022-03-01 |
Matthew Dempsky | cmd/compile: remove unified IR quirks mode |
commit | commitdiff | tree |
2022-02-28 |
Carlos Amedee | internal/goversion: update Version to 1.19 |
commit | commitdiff | tree |
2022-02-28 |
Michael Matloob | cmd/go: make work and work_edit script tests version... |
commit | commitdiff | tree |
2022-02-28 |
Tobias Klauser | cmd/internal/obj/riscv/testdata/testbranch: add //go... |
commit | commitdiff | tree |
2022-02-28 |
cuishuang | all: fix typos |
commit | commitdiff | tree |
2022-02-28 |
Robert Griesemer | go/types, types2: fix string to type parameter conversions |
commit | commitdiff | tree |
2022-02-28 |
Dan Scales | cmd/compile: deal with constructed types that have... |
commit | commitdiff | tree |
2022-02-28 |
Matthew Dempsky | spec: the -'s possessive suffix is English, not code |
commit | commitdiff | tree |
2022-02-28 |
Cherry Mui | runtime: avoid cgo_unsafe_args for syscall.syscall... |
commit | commitdiff | tree |
2022-02-28 |
Dan Scales | cmd/compile: fix case for structural types where we... |
commit | commitdiff | tree |
2022-02-28 |
Keith Randall | cmd/compile: emit types of constants which are instanti... |
commit | commitdiff | tree |
2022-02-28 |
Dmitri Shuralyov | CONTRIBUTORS: update for the Go 1.18 release |
commit | commitdiff | tree |
2022-02-28 |
Dan Scales | test: add new test case for 51219 that triggers the... |
commit | commitdiff | tree |
2022-02-26 |
Keith Randall | cmd/compile: ensure dictionary assignment statements... |
commit | commitdiff | tree |
2022-02-26 |
Robert Griesemer | go/types, types2: report an error for x.sel where x... |
commit | commitdiff | tree |
2022-02-25 |
Robert Findley | go/types,types2: revert documentation for Type.Underlying |
commit | commitdiff | tree |
2022-02-25 |
Cherry Mui | runtime/internal/atomic: set SP delta correctly for... |
commit | commitdiff | tree |
2022-02-25 |
Robert Griesemer | go/types, types2: delay receiver type validation |
commit | commitdiff | tree |
2022-02-25 |
Bryan C. Mills | doc/go1.18: note changes to automatic go.mod and go... |
commit | commitdiff | tree |
2022-02-25 |
Tobias Klauser | doc/go1.18: document minimum Linux kernel version |
commit | commitdiff | tree |
2022-02-25 |
Robert Griesemer | doc/go1.18: document method set limitation for method... |
commit | commitdiff | tree |
2022-02-24 |
Robert Griesemer | go/types, types2: method recv type parameter count... |
commit | commitdiff | tree |
2022-02-24 |
Robert Griesemer | go/types, types2: implement adjCoreType using TypeParam.is |
commit | commitdiff | tree |
2022-02-24 |
Bryan C. Mills | cmd/go: avoid +incompatible major versions if a go... |
commit | commitdiff | tree |
2022-02-24 |
Dan Scales | cmd/compile: delay all call transforms if in a generic... |
commit | commitdiff | tree |
2022-02-24 |
Felix Geisendörfer | doc/go1.18: mention runtime/pprof improvements |
commit | commitdiff | tree |
2022-02-24 |
Tobias Klauser | doc/go1.18: fix typo in AMD64 port section |
commit | commitdiff | tree |
2022-02-24 |
Robert Griesemer | go/types, types2: don't crash if comp. literal element... |
commit | commitdiff | tree |
2022-02-23 |
Robert Griesemer | go/types, types2: generalize cleanup phase after type... |
commit | commitdiff | tree |
2022-02-23 |
Robert Griesemer | go/types, types2: add "dynamic" flag to comparable... |
commit | commitdiff | tree |
2022-02-23 |
Robert Findley | go/types: delete unnecessary slice construction |
commit | commitdiff | tree |
2022-02-23 |
Michael Pratt | doc/go1.18: drop misplaced period |
commit | commitdiff | tree |
2022-02-22 |
Martin Sucha | net: document methods of Buffers |
commit | commitdiff | tree |
2022-02-22 |
Cherry Mui | doc/go1.18: correct "go build -asan" HTML tag |
commit | commitdiff | tree |
2022-02-22 |
Russ Cox | crypto/x509, runtime: fix occasional spurious “certific... |
commit | commitdiff | tree |
2022-02-21 |
Alberto Donizetti | doc/go1.18: fix a few small typos, add a few commas |
commit | commitdiff | tree |
next |