aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-08[dev.regabi] cmd/internal/obj/x86: use g register in stack bounds checkCherry Zhang
2021-02-08[dev.regabi] runtime: initialize special registers before sigpanicCherry Zhang
2021-02-08[dev.regabi] cmd/compile, runtime: reserve R14 as g registers on AMD64Cherry Zhang
2021-02-08runtime/metrics: fix panic in readingAllMetric exampleChangkun Ou
2021-02-08syscall/plan9: remove spooky fd action at a distanceOri Bernstein
2021-02-08[dev.regabi] cmd/link: resolve symbol ABI in shared linkageCherry Zhang
2021-02-05doc/go1.16: add missed heading tag in vet sectionKimMachineGun
2021-02-05embed, io/fs: clarify that leading and trailing slashes are disallowedJay Conrod
2021-02-05testing/fstest: avoid symlink-induced failures in testerRuss Cox
2021-02-05[dev.regabi] runtime: delete gosave functionCherry Zhang
2021-02-05[dev.regabi] runtime: zero X15 in racecallCherry Zhang
2021-02-05[dev.regabi] cmd/asm: define g register on AMD64Cherry Zhang
2021-02-05[dev.regabi] runtime: mark racecallbackthunk as ABIInternalCherry Zhang
2021-02-05[dev.regabi] runtime: don't mark rt0_go ABIInternalCherry Zhang
2021-02-05[dev.regabi] runtime/cgo: call setg_gcc in crosscall_amd64Cherry Zhang
2021-02-04[dev.regabi] go/types: report error for invalid main function signatureRob Findley
2021-02-04[dev.regabi] cmd/internal/obj: access Attribute atomicallyCherry Zhang
2021-02-04[dev.regabi] go/types: port check_test.go ergonomics from dev.typeparamsRob Findley
2021-02-04[dev.regabi] go/types: no "declared but not used" errors for invalid var declsRob Findley
2021-02-04runtime: fix typo in histogram.goIkko Ashimine
2021-02-03[dev.regabi] cmd/compile: reserve X15 as zero register on AMD64Cherry Zhang
2021-02-03[dev.regabi] runtime, syscall, etc.: mark Darwin syscall wrappers as ABIInternalCherry Zhang
2021-02-03math/big: fix comment in divRecursiveStepKatie Hockman
2021-02-02[dev.regabi] all: merge master (fca94ab) into dev.regabiRobert Griesemer
2021-02-02spec: improve the example in Type assertions sectiontask4233
2021-02-02cmd/link: don't decode type symbol in shared library in deadcodeCherry Zhang
2021-02-02cmd/link: fix off-by-1 error in findShlibSectionCherry Zhang
2021-02-01test: fix incorrectly laid out instructions in issue11656.goTom Thorogood
2021-02-01[dev.regabi] test: add a test for inlining closuresDan Scales
2021-02-01doc/go1.16: document that on OpenBSD syscalls are now made through libcCherry Zhang
2021-02-01cmd/link: disable TestPIESize if CGO isn't enabledNehal J Wani
2021-02-01doc/go1.16: minor markup fixesToshihiro Shiino
2021-01-29embed: update docs for proposal tweaksIan Lance Taylor
2021-01-29runtime: document pointer write atomicity for memclrNoHeapPointersCherry Zhang
2021-01-28syscall: generate readlen/writelen for openbsd libcJoel Sing
2021-01-28cmd/go: revert TestScript/build_trimpath to use ioutil.ReadFileBryan C. Mills
2021-01-28runtime: correct syscall10/syscall10X on openbsd/amd64Joel Sing
2021-01-28doc/go1.16: document go/build/constraint packageIan Lance Taylor
2021-01-28runtime,syscall: convert syscall on openbsd/arm64 to libcJoel Sing
2021-01-27[dev.regabi] cmd/compile: remove nested functions from expands_calls.goDavid Chase
2021-01-27[dev.regabi] cmd/go: Use GOMAXPROCS to limit default build, compile parallelismDavid Chase
2021-01-27api/go1.16: add go/build/constraint APIsAlexander Rakoczy
2021-01-27crypto/x509: remove leftover CertificateRequest fieldRoland Shoemaker
2021-01-27runtime: make sure to remove open-coded defer entries in all cases after a re...Dan Scales
2021-01-27runtime: block console ctrlhandler when the signal is handledNuno Cruces
2021-01-27cmd/go: skip issue33139 when the 'cc' script command is unavailableNehal J Wani
2021-01-27runtime: switch runtime to libc for openbsd/arm64Joel Sing
2021-01-27runtime: convert openbsd/arm64 locking to libcJoel Sing
2021-01-27syscall: clean up mkasm related changesJoel Sing
2021-01-27doc/go1.16: fix closing brace in .Export formatRyuji Iwata