2021-05-14 |
Robert Griesemer | [dev.typeparams] cmd/compile/internal/types2: print... |
commit | commitdiff | tree |
2021-05-14 |
Robert Griesemer | [dev.typeparams] cmd/compile/internal/types2: use Check... |
commit | commitdiff | tree |
2021-05-13 |
Dan Scales | cmd/compile: changed representation of typeparam bound... |
commit | commitdiff | tree |
2021-05-13 |
Dan Scales | [dev.typeparams] cmd/compile: keep instantiated method... |
commit | commitdiff | tree |
2021-05-12 |
Dan Scales | [dev.typeparams] cmd/compile: fix use of method values... |
commit | commitdiff | tree |
2021-05-11 |
Cherry Mui | [dev.typeparams] all: merge master (9b84814) into dev... |
commit | commitdiff | tree |
2021-05-11 |
Filippo Valsorda | net/http: check that Unicode-aware functions are not... |
commit | commitdiff | tree |
2021-05-11 |
Michael Pratt | runtime: hold sched.lock across atomic pidleget/pidleput |
commit | commitdiff | tree |
2021-05-11 |
Joel Sing | runtime,syscall: simplify openbsd related build tags |
commit | commitdiff | tree |
2021-05-10 |
Roberto Clapis | net/http: switch HTTP1 to ASCII equivalents of string... |
commit | commitdiff | tree |
2021-05-10 |
Roland Shoemaker | crypto/elliptic: upgrade from generic curve impl to... |
commit | commitdiff | tree |
2021-05-10 |
Tao Qingyun | cmd/internal/objfile: add objabi.SNOPTRDATA to "D" |
commit | commitdiff | tree |
2021-05-10 |
Lynn Boger | runtime/cgo,cmd/internal/obj/ppc64: fix signals with cgo |
commit | commitdiff | tree |
2021-05-10 |
Jay Conrod | go/build: include files with parse errors in GoFiles... |
commit | commitdiff | tree |
2021-05-10 |
Tobias Klauser | net, runtime: drop macOS 10.12 skip conditions in tests |
commit | commitdiff | tree |
2021-05-10 |
Bryan C. Mills | cmd/go: include packages with InvalidGoFiles when filte... |
commit | commitdiff | tree |
2021-05-10 |
Bryan C. Mills | cmd/go: add a test that reproduces #45827 |
commit | commitdiff | tree |
2021-05-10 |
Bryan C. Mills | go/build: avoid duplicates in InvalidGoFiles |
commit | commitdiff | tree |
2021-05-10 |
Keith Randall | cmd/compile,reflect: allow longer type names |
commit | commitdiff | tree |
2021-05-09 |
Joel Sing | runtime: skip TestCrashDumpsAllThreads on openbsd/arm |
commit | commitdiff | tree |
2021-05-09 |
Joel Sing | runtime,syscall: convert syscall on openbsd/arm to... |
commit | commitdiff | tree |
2021-05-09 |
Joel Sing | runtime: switch runtime to libc for openbsd/arm |
commit | commitdiff | tree |
2021-05-09 |
Joel Sing | runtime: switch openbsd/arm locking to libc |
commit | commitdiff | tree |
2021-05-09 |
Joel Sing | runtime: switch openbsd/arm to pthreads |
commit | commitdiff | tree |
2021-05-09 |
Matthew Dempsky | cmd/compile: make non-concurrent compiles deterministic... |
commit | commitdiff | tree |
2021-05-09 |
Filippo Valsorda | crypto/elliptic: make P-521 scalar multiplication const... |
commit | commitdiff | tree |
2021-05-09 |
Filippo Valsorda | crypto/elliptic: import fiat-crypto P-521 field impleme... |
commit | commitdiff | tree |
2021-05-09 |
Filippo Valsorda | crypto/x509: check the private key passed to CreateCert... |
commit | commitdiff | tree |
2021-05-08 |
David Chase | cmd/compile: manage Slot array better |
commit | commitdiff | tree |
2021-05-08 |
Alberto Donizetti | cmd/vendor: upgrade pprof to latest |
commit | commitdiff | tree |
2021-05-08 |
Alex Brainman | syscall: do not change stdio handle inheritance |
commit | commitdiff | tree |
2021-05-08 |
Filippo Valsorda | crypto/tls: make cipher suite preference ordering automatic |
commit | commitdiff | tree |
2021-05-08 |
Filippo Valsorda | crypto/x509: remove GODEBUG=x509ignoreCN=0 flag |
commit | commitdiff | tree |
2021-05-08 |
Keith Randall | cmd/compile: remove bit operations that modify memory... |
commit | commitdiff | tree |
2021-05-07 |
Dan Scales | cmd/compile: improving the documentation of various... |
commit | commitdiff | tree |
2021-05-07 |
Joe Tsai | doc/go1.17: fill in TODO for compress/lzw package |
commit | commitdiff | tree |
2021-05-07 |
Joe Tsai | doc/go1.17: fill in TODO for reflect package |
commit | commitdiff | tree |
2021-05-07 |
Emmanuel T... | doc/go1.17: document encoding/binary.Uvarint max read... |
commit | commitdiff | tree |
2021-05-07 |
Joe Tsai | doc/go1.17: fill in TODO for strconv package |
commit | commitdiff | tree |
2021-05-07 |
Paul E. Murphy | cmd/internal/obj: consolidate MOVB cases with other... |
commit | commitdiff | tree |
2021-05-07 |
Dmitri Shuralyov | doc/go1.17: move language specification TODO to the... |
commit | commitdiff | tree |
2021-05-07 |
Cherry Mui | cmd/link: don't include arginfo symbols in symbol table |
commit | commitdiff | tree |
2021-05-07 |
Robert Griesemer | cmd/compile/internal/types2: add test case for issue... |
commit | commitdiff | tree |
2021-05-07 |
Andy Pan | internal/poll: cast off the last reference of SplicePip... |
commit | commitdiff | tree |
2021-05-07 |
Rob Findley | go/types,cmd/compile/internal/types2: unskip std and... |
commit | commitdiff | tree |
2021-05-07 |
Rob Findley | go/types: add a test case for issue 45985 |
commit | commitdiff | tree |
2021-05-07 |
Rob Findley | go/types: expose types.Info.Inferred with -tags=typeparams |
commit | commitdiff | tree |
2021-05-06 |
Cherry Mui | runtime: call unlockOSThread directly in Windows syscal... |
commit | commitdiff | tree |
2021-05-06 |
Cherry Mui | cmd/link: split large text sections on Darwin/ARM64... |
commit | commitdiff | tree |
2021-05-06 |
Roland Shoemaker | crypto/tls: enforce ALPN overlap when negotiated on... |
commit | commitdiff | tree |
2021-05-06 |
Lynn Boger | cmd/compile: fix intrinsic setting for mul64, add64... |
commit | commitdiff | tree |
2021-05-06 |
Roland Shoemaker | crypto/x509: rewrite certificate parser |
commit | commitdiff | tree |
2021-05-06 |
Cherry Mui | CONTRIBUTORS: change my name |
commit | commitdiff | tree |
2021-05-06 |
Robert Griesemer | math/big: check for excessive exponents in Rat.SetString |
commit | commitdiff | tree |
2021-05-06 |
Dmitri Shuralyov | doc/go1.17: document fixes for negative rune handling |
commit | commitdiff | tree |
2021-05-06 |
Russ Cox | text/template: fix type bug in eq |
commit | commitdiff | tree |
2021-05-06 |
Russ Cox | text/template/parse: rename DeferFuncCheck to SkipFuncCheck |
commit | commitdiff | tree |
2021-05-06 |
sivchari | runtime: gofmt proc_test.go |
commit | commitdiff | tree |
2021-05-06 |
David Chase | cmd/compile: set unsayable "names" for regabi testing... |
commit | commitdiff | tree |
2021-05-06 |
Filippo Valsorda | crypto/ecdsa,crypto/elliptic: improve tests and benchmarks |
commit | commitdiff | tree |
2021-05-06 |
Filippo Valsorda | crypto/ed25519: skip allocations test on -noopt builder |
commit | commitdiff | tree |
2021-05-05 |
Rob Findley | go/parser: don't parse a nil IndexExpr.Index |
commit | commitdiff | tree |
2021-05-05 |
Dmitri Shuralyov | doc/go1.17: fill in Go 1.17 release note TODOs using... |
commit | commitdiff | tree |
2021-05-05 |
Filippo Valsorda | crypto/ed25519: replace internal/edwards25519 with... |
commit | commitdiff | tree |
2021-05-05 |
Rob Findley | go/types: fix potential bugs in santitizer pass |
commit | commitdiff | tree |
2021-05-05 |
Robert Griesemer | cmd/compile/internal/types2: fix potential bugs in... |
commit | commitdiff | tree |
2021-05-05 |
Katie Hockman | net/http: ignore directory path when parsing multipart... |
commit | commitdiff | tree |
2021-05-05 |
Cuong Manh Le | cmd/compile: do not substitute OGOTO inside a closure... |
commit | commitdiff | tree |
2021-05-05 |
Bryan C. Mills | cmd/go: spot-check the explicit requirements of root... |
commit | commitdiff | tree |
2021-05-05 |
Bryan C. Mills | cmd/go: skip TestExecInDeletedDir on aix and solaris... |
commit | commitdiff | tree |
2021-05-05 |
Robert Griesemer | cmd/compile/internal/types2: make TestManual work for... |
commit | commitdiff | tree |
2021-05-05 |
Andy Pan | runtime: implement runqdrain() for GC mark worker gorou... |
commit | commitdiff | tree |
2021-05-05 |
Alexander Rakoczy | all: update vendored dependencies for Go 1.17 |
commit | commitdiff | tree |
2021-05-05 |
Joel Sing | runtime: remove redundant save_g call in mcall for arm |
commit | commitdiff | tree |
2021-05-05 |
Robert Griesemer | cmd/compile/internal/types2: implement types2.Instantiate |
commit | commitdiff | tree |
2021-05-05 |
Than McIntosh | cmd/compile: debug trace output for -N variable locatio... |
commit | commitdiff | tree |
2021-05-05 |
Than McIntosh | cmd/compile: handle degenerate entry blocks in -N debug gen |
commit | commitdiff | tree |
2021-05-05 |
Philipp Sauter | cmd/go: don't crash when running "go version" in delete... |
commit | commitdiff | tree |
2021-05-05 |
Bryan C. Mills | cmd/go.sum: remove untidy checksums |
commit | commitdiff | tree |
2021-05-04 |
Ian Lance Taylor | embed/internal/embedtest: add test for embedded path... |
commit | commitdiff | tree |
2021-05-04 |
Matthew Dempsky | go/types: expose more API under -tags=typeparams |
commit | commitdiff | tree |
2021-05-04 |
Bryan C. Mills | cmd/go/internal/modload: only check root-promotion... |
commit | commitdiff | tree |
2021-05-04 |
Bryan C. Mills | cmd/go: add a test that reproduces the internal error... |
commit | commitdiff | tree |
2021-05-04 |
Michael Anthony... | runtime: abort when receiving a signal on a non-Go... |
commit | commitdiff | tree |
2021-05-04 |
Dmitri Shuralyov | doc/go1.17: require macOS 10.13 or later |
commit | commitdiff | tree |
2021-05-04 |
Bryan C. Mills | cmd/go: update x/mod to fix "//indirect" comment editing |
commit | commitdiff | tree |
2021-05-04 |
Than McIntosh | cmd/compile: establish regabi name/value mapping for... |
commit | commitdiff | tree |
2021-05-04 |
Richard Miller | os: skip TestExecutableDeleted on plan9 |
commit | commitdiff | tree |
2021-05-04 |
Austin Clements | internal/buildcfg: set Error instead of panicking |
commit | commitdiff | tree |
2021-05-04 |
Paul E. Murphy | os/signal: increase test timeouts on ppc64*/linux |
commit | commitdiff | tree |
2021-05-04 |
Michael Anthony... | cmd/dist,cmd/go: set GOTRACEBACK to "system" for testing |
commit | commitdiff | tree |
2021-05-04 |
Ariel Mashraki | database/sql: add NullInt16 and NullByte |
commit | commitdiff | tree |
2021-05-04 |
Ian Lance Taylor | net/url: avoid string concatenation in resolvePath |
commit | commitdiff | tree |
2021-05-04 |
Bryan C. Mills | cmd: update x/tools to pull in CL 315570 |
commit | commitdiff | tree |
2021-05-04 |
Bryan C. Mills | cmd/go/internal/modload: remove outdated comments and... |
commit | commitdiff | tree |
2021-05-04 |
Bryan C. Mills | all: update x/crypto to pull in CL 316109 |
commit | commitdiff | tree |
2021-05-04 |
Bryan C. Mills | cmd: update x/text to pull in CL 315571 |
commit | commitdiff | tree |
2021-05-04 |
Bryan C. Mills | cmd: update x/mod to pull in CL 316113 |
commit | commitdiff | tree |
2021-05-04 |
Bryan C. Mills | cmd/go: suppress SSH password prompts when fetching... |
commit | commitdiff | tree |
2021-05-04 |
Keith Randall | cmd/compile: when compiling with -N, avoid entry block |
commit | commitdiff | tree |
next |