2021-02-12 |
Michael Anthony... | [dev.regabi] internal/abi: add new internal/abi package... |
commit | commitdiff | tree |
2021-02-12 |
Cherry Zhang | [dev.regabi] all: merge master (ff0e93e) into dev.regabi |
commit | commitdiff | tree |
2021-02-12 |
Bryan C. Mills | doc/go1.16: note that package path elements beginning... |
commit | commitdiff | tree |
2021-02-11 |
Carlos Amedee | CONTRIBUTORS: update for the Go 1.16 release |
commit | commitdiff | tree |
2021-02-11 |
Jay Conrod | cmd/go: multiple small 'go help' fixes |
commit | commitdiff | tree |
2021-02-11 |
DQNEO | spec: More precise wording in section on function calls. |
commit | commitdiff | tree |
2021-02-11 |
Russ Cox | cmd/go: reject embedded files that can't be packed... |
commit | commitdiff | tree |
2021-02-11 |
Russ Cox | io/fs: allow backslash in ValidPath, reject in os.DirFS... |
commit | commitdiff | tree |
2021-02-10 |
Cherry Zhang | cmd/compile: mark concrete call of reflect.(*rtype... |
commit | commitdiff | tree |
2021-02-10 |
Cherry Zhang | [dev.regabi] cmd/link: stop using ABI aliases if wrappe... |
commit | commitdiff | tree |
2021-02-09 |
Bryan C. Mills | cmd/go: suppress errors from 'go get -d' for packages... |
commit | commitdiff | tree |
2021-02-09 |
Rob Findley | [dev.regabi] go/types: use 512 bits as max. integer... |
commit | commitdiff | tree |
2021-02-09 |
Rob Findley | [dev.regabi] go/types: adjust importer to match compile... |
commit | commitdiff | tree |
2021-02-09 |
Rob Findley | [dev.regabi] go/types: handle untyped constant arithmet... |
commit | commitdiff | tree |
2021-02-09 |
Rob Findley | [dev.regabi] go/types: must not import a package called... |
commit | commitdiff | tree |
2021-02-09 |
Emmanuel T... | archive/tar: detect out of bounds accesses in PAX recor... |
commit | commitdiff | tree |
2021-02-09 |
Rob Findley | [dev.regabi] go/types: report unused packages in source... |
commit | commitdiff | tree |
2021-02-09 |
Rob Findley | [dev.regabi] go/types: factor out sorting of methods |
commit | commitdiff | tree |
2021-02-09 |
Rob Findley | [dev.regabi] go/types: convert untyped arguments to... |
commit | commitdiff | tree |
2021-02-09 |
Ian Lance Taylor | runtime/metrics: fix a couple of documentation typpos |
commit | commitdiff | tree |
2021-02-09 |
Ian Lance Taylor | io/fs: backslash is always a glob meta character |
commit | commitdiff | tree |
2021-02-08 |
KimMachineGun | doc/go1.16: mention new vet check for asn1.Unmarshal |
commit | commitdiff | tree |
2021-02-08 |
Rob Findley | [dev.regabi] go/types: consistently report nil type... |
commit | commitdiff | tree |
2021-02-08 |
Cherry Zhang | [dev.regabi] all: merge master (1901853) into dev.regabi |
commit | commitdiff | tree |
2021-02-08 |
Cherry Zhang | [dev.regabi] runtime: use g register in some assembly... |
commit | commitdiff | tree |
2021-02-08 |
Cherry Zhang | [dev.regabi] cmd/internal/obj/x86: use g register in... |
commit | commitdiff | tree |
2021-02-08 |
Cherry Zhang | [dev.regabi] runtime: initialize special registers... |
commit | commitdiff | tree |
2021-02-08 |
Cherry Zhang | [dev.regabi] cmd/compile, runtime: reserve R14 as g... |
commit | commitdiff | tree |
2021-02-08 |
Changkun Ou | runtime/metrics: fix panic in readingAllMetric example |
commit | commitdiff | tree |
2021-02-08 |
Ori Bernstein | syscall/plan9: remove spooky fd action at a distance |
commit | commitdiff | tree |
2021-02-08 |
Cherry Zhang | [dev.regabi] cmd/link: resolve symbol ABI in shared... |
commit | commitdiff | tree |
2021-02-05 |
KimMachineGun | doc/go1.16: add missed heading tag in vet section |
commit | commitdiff | tree |
2021-02-05 |
Jay Conrod | embed, io/fs: clarify that leading and trailing slashes... |
commit | commitdiff | tree |
2021-02-05 |
Russ Cox | testing/fstest: avoid symlink-induced failures in tester |
commit | commitdiff | tree |
2021-02-05 |
Cherry Zhang | [dev.regabi] runtime: delete gosave function |
commit | commitdiff | tree |
2021-02-05 |
Cherry Zhang | [dev.regabi] runtime: zero X15 in racecall |
commit | commitdiff | tree |
2021-02-05 |
Cherry Zhang | [dev.regabi] cmd/asm: define g register on AMD64 |
commit | commitdiff | tree |
2021-02-05 |
Cherry Zhang | [dev.regabi] runtime: mark racecallbackthunk as ABIInternal |
commit | commitdiff | tree |
2021-02-05 |
Cherry Zhang | [dev.regabi] runtime: don't mark rt0_go ABIInternal |
commit | commitdiff | tree |
2021-02-05 |
Cherry Zhang | [dev.regabi] runtime/cgo: call setg_gcc in crosscall_amd64 |
commit | commitdiff | tree |
2021-02-04 |
Rob Findley | [dev.regabi] go/types: report error for invalid main... |
commit | commitdiff | tree |
2021-02-04 |
Cherry Zhang | [dev.regabi] cmd/internal/obj: access Attribute atomically |
commit | commitdiff | tree |
2021-02-04 |
Rob Findley | [dev.regabi] go/types: port check_test.go ergonomics... |
commit | commitdiff | tree |
2021-02-04 |
Rob Findley | [dev.regabi] go/types: no "declared but not used" error... |
commit | commitdiff | tree |
2021-02-04 |
Ikko Ashimine | runtime: fix typo in histogram.go |
commit | commitdiff | tree |
2021-02-03 |
Cherry Zhang | [dev.regabi] cmd/compile: reserve X15 as zero register... |
commit | commitdiff | tree |
2021-02-03 |
Cherry Zhang | [dev.regabi] runtime, syscall, etc.: mark Darwin syscal... |
commit | commitdiff | tree |
2021-02-03 |
Katie Hockman | math/big: fix comment in divRecursiveStep |
commit | commitdiff | tree |
2021-02-02 |
Robert Griesemer | [dev.regabi] all: merge master (fca94ab) into dev.regabi |
commit | commitdiff | tree |
2021-02-02 |
task4233 | spec: improve the example in Type assertions section |
commit | commitdiff | tree |
2021-02-02 |
Cherry Zhang | cmd/link: don't decode type symbol in shared library... |
commit | commitdiff | tree |
2021-02-02 |
Cherry Zhang | cmd/link: fix off-by-1 error in findShlibSection |
commit | commitdiff | tree |
2021-02-01 |
Tom Thorogood | test: fix incorrectly laid out instructions in issue116... |
commit | commitdiff | tree |
2021-02-01 |
Dan Scales | [dev.regabi] test: add a test for inlining closures |
commit | commitdiff | tree |
2021-02-01 |
Cherry Zhang | doc/go1.16: document that on OpenBSD syscalls are now... |
commit | commitdiff | tree |
2021-02-01 |
Nehal J Wani | cmd/link: disable TestPIESize if CGO isn't enabled |
commit | commitdiff | tree |
2021-02-01 |
Toshihiro Shiino | doc/go1.16: minor markup fixes |
commit | commitdiff | tree |
2021-01-29 |
Ian Lance Taylor | embed: update docs for proposal tweaks |
commit | commitdiff | tree |
2021-01-29 |
Cherry Zhang | runtime: document pointer write atomicity for memclrNoH... |
commit | commitdiff | tree |
2021-01-28 |
Joel Sing | syscall: generate readlen/writelen for openbsd libc |
commit | commitdiff | tree |
2021-01-28 |
Bryan C. Mills | cmd/go: revert TestScript/build_trimpath to use ioutil... |
commit | commitdiff | tree |
2021-01-28 |
Joel Sing | runtime: correct syscall10/syscall10X on openbsd/amd64 |
commit | commitdiff | tree |
2021-01-28 |
Ian Lance Taylor | doc/go1.16: document go/build/constraint package |
commit | commitdiff | tree |
2021-01-28 |
Joel Sing | runtime,syscall: convert syscall on openbsd/arm64 to... |
commit | commitdiff | tree |
2021-01-27 |
David Chase | [dev.regabi] cmd/compile: remove nested functions from... |
commit | commitdiff | tree |
2021-01-27 |
David Chase | [dev.regabi] cmd/go: Use GOMAXPROCS to limit default... |
commit | commitdiff | tree |
2021-01-27 |
Alexander Rakoczy | api/go1.16: add go/build/constraint APIs |
commit | commitdiff | tree |
2021-01-27 |
Roland Shoemaker | crypto/x509: remove leftover CertificateRequest field |
commit | commitdiff | tree |
2021-01-27 |
Dan Scales | runtime: make sure to remove open-coded defer entries... |
commit | commitdiff | tree |
2021-01-27 |
Nuno Cruces | runtime: block console ctrlhandler when the signal... |
commit | commitdiff | tree |
2021-01-27 |
Nehal J Wani | cmd/go: skip issue33139 when the 'cc' script command... |
commit | commitdiff | tree |
2021-01-27 |
Joel Sing | runtime: switch runtime to libc for openbsd/arm64 |
commit | commitdiff | tree |
2021-01-27 |
Joel Sing | runtime: convert openbsd/arm64 locking to libc |
commit | commitdiff | tree |
2021-01-27 |
Joel Sing | syscall: clean up mkasm related changes |
commit | commitdiff | tree |
2021-01-27 |
Ryuji Iwata | doc/go1.16: fix closing brace in .Export format |
commit | commitdiff | tree |
2021-01-27 |
Paul Davis | math: fix typo in sqrt.go code comment |
commit | commitdiff | tree |
2021-01-26 |
David Chase | [dev.regabi] cmd/compile: missing last patch set for... |
commit | commitdiff | tree |
2021-01-26 |
David Chase | [dev.regabi] cmd/compile: remove leftover code form... |
commit | commitdiff | tree |
2021-01-26 |
Joel Sing | runtime,syscall: convert syscall on openbsd/amd64 to... |
commit | commitdiff | tree |
2021-01-26 |
Victor Michel | os: further document limitations around naked file... |
commit | commitdiff | tree |
2021-01-26 |
Matthew Dempsky | [dev.regabi] all: merge master (bf0f7c9) into dev.regabi |
commit | commitdiff | tree |
2021-01-26 |
Ian Lance Taylor | os: correct names in CreateTemp and MkdirTemp doc comments |
commit | commitdiff | tree |
2021-01-26 |
Hilko Bengen | net/http/fcgi: remove locking added to prevent a test... |
commit | commitdiff | tree |
2021-01-25 |
Ian Lance Taylor | doc/go1.16: mention os.DirFS in os section |
commit | commitdiff | tree |
2021-01-25 |
Matthew Dempsky | cmd/compile: fix order-of-assignment issue w/ defers |
commit | commitdiff | tree |
2021-01-25 |
Ian Lance Taylor | doc/go1.16: mention os.DirEntry and types moved from... |
commit | commitdiff | tree |
2021-01-25 |
Ian Lance Taylor | doc/go1.16: mention new testing/iotest functions |
commit | commitdiff | tree |
2021-01-25 |
Ian Lance Taylor | doc/go1.16: mention deprecation of io/ioutil |
commit | commitdiff | tree |
2021-01-25 |
Matthew Dempsky | [dev.regabi] cmd/compile: disallow taking address of... |
commit | commitdiff | tree |
2021-01-25 |
Ian Lance Taylor | doc/go1.16: mention go/build changes |
commit | commitdiff | tree |
2021-01-25 |
Ian Lance Taylor | html/template: revert "avoid race when escaping updates... |
commit | commitdiff | tree |
2021-01-25 |
Jay Conrod | cmd/go: fix TestScript/cgo_path, cgo_path_space when... |
commit | commitdiff | tree |
2021-01-25 |
Austin Clements | [dev.regabi] cmd/compile/internal: specify memory layout |
commit | commitdiff | tree |
2021-01-25 |
Austin Clements | [dev.regabi] cmd/compile/internal: add internal ABI... |
commit | commitdiff | tree |
2021-01-25 |
Austin Clements | doc/asm: add a section on go_asm.h, clean up go_tls... |
commit | commitdiff | tree |
2021-01-25 |
Matthew Dempsky | [dev.regabi] cmd/compile: enable rational constant... |
commit | commitdiff | tree |
2021-01-25 |
Matthew Dempsky | [dev.regabi] os: disable TestDirFS until #42637 is... |
commit | commitdiff | tree |
2021-01-25 |
Matthew Dempsky | [dev.regabi] cmd/go: workaround -race issue on ppc64le |
commit | commitdiff | tree |
2021-01-25 |
Tobias Klauser | lib/time, time/tzdata: update tzdata to 2021a |
commit | commitdiff | tree |
2021-01-25 |
David Chase | [dev.regabi] cmd/compile: modify abiutils for recently... |
commit | commitdiff | tree |
next |