aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-26crypto/rand, internal/syscall/unix: add support for getrandom on NetBSD ≥ 10.0json-isValidNumber-beforeTobias Klauser
2023-01-26runtime: use explicit NOFRAME on darwin/amd64qmuntal
2023-01-26cmd/go/internal/vcs: fix outdated commentCameron Bedard
2023-01-26net/http: keep sensitive headers on redirects to the same hostGustavo Falco
2023-01-26cmd/compile: change some unreachable code paths into FatalfMatthew Dempsky
2023-01-26cmd/compile: remove -d=typecheckinl flagMatthew Dempsky
2023-01-26cmd/compile/internal/pkginit: remove dependency on typecheck.ResolveMatthew Dempsky
2023-01-26cmd/compile: improve register overwrite decision for resultInArg0 opsKeith Randall
2023-01-25runtime: delete unused cbctxts variable on windows assemblyqmuntal
2023-01-25cmd: remove GOEXPERIMENT=nounified knobMatthew Dempsky
2023-01-25context: eliminate arbitrary timeouts in examplesBryan C. Mills
2023-01-25os: eliminate arbitrary timeout in testClosewithBlockingReadBryan C. Mills
2023-01-25cmd/link: don't export all symbols for ELF external linkingIan Lance Taylor
2023-01-25Revert "cmd/compile: improve register overwrite decision for resultInArg0 ops"Keith Randall
2023-01-25cmd/compile: improve register overwrite decision for resultInArg0 opsKeith Randall
2023-01-25internal/testpty: fix error handlingHeschi Kreinick
2023-01-25cmd/compile: revert package typecheck part of CL 422914Matthew Dempsky
2023-01-25cmd/go/internal/str: fix PathPrefix functions for root directoriesBryan C. Mills
2023-01-25os: make Lstat for symlinks on Windows consistent with POSIXBryan C. Mills
2023-01-25runtime: mark amd64 runtime·rt0_go as NOFRAMEqmuntal
2023-01-25runtime/race: update race_windows_amd64.sysoThan McIntosh
2023-01-25os: have RemoveAll loop on EINTRNigel Tao
2023-01-25syscall: clean up variable declarations in forkAndExecInChildBryan C. Mills
2023-01-25syscall: export X__ifi_pad and X_f on s390x and riscv64Bryan C. Mills
2023-01-24test/codegen: accept ppc64x as alias for ppc64le and ppc64 archesPaul E. Murphy
2023-01-24runtime/cgo: use //go:build lines in C and assembly filesTobias Klauser
2023-01-24bytes, strings: add ContainsFunchopehook
2023-01-24encoding/gob: slightly simplify init codeDaniel Martí
2023-01-24test: remove TODO in issue20250.goMatthew Dempsky
2023-01-24runtime: use explicit NOFRAME on windows/amd64qmuntal
2023-01-24cmd/link: support R_ADDRPOWER_GOT_PCREL34 on ppc64lePaul E. Murphy
2023-01-24runtime: switch AMD64's publicationBarrier to ABIInternalJakub Ciolek
2023-01-24math: handle int64 overflows for odd integer exponents in Pow(-0, y)Dmitry Panov
2023-01-24all: fix some commentscui fliter
2023-01-24Revert "cmd/compile: teach prove about bitwise OR operation"Keith Randall
2023-01-24go/types, types2: refuse pointer to array as argument to "clear" builtinCuong Manh Le
2023-01-24cmd/link: remove importcycles functionJeremy Quirke
2023-01-24cmd/compile: flag 'large' functions when -m=2+ in effectThan McIntosh
2023-01-24os: use handle based APIs to read directories on windowsqmuntal
2023-01-24runtime: remove unused badsignal2 on windowsqmuntal
2023-01-24runtime: factor out windows sigtrampqmuntal
2023-01-24runtime: run TestVectoredHandlerDontCrashOnLibrary on 386 and arm64qmuntal
2023-01-24path/filepath: remove extra Clean call in EvalSymlinks on Windowsqmuntal
2023-01-24archive: error check when parse archiveJames Yang
2023-01-23cmd/compile/internal/pgo: gofmt and simplifyKoichi Shiraishi
2023-01-23os: treat non-symlink reparse points as irregular filesBryan C. Mills
2023-01-23utf16: reduce utf16.Decode allocationsqmuntal
2023-01-23internal/abi: repair broken self-bootstrapDavid Chase
2023-01-23runtime: enable sha512 optimizations on arm64 via hwcaps.Matt Horsnell
2023-01-23cmd/compile: teach prove about unsigned division, modulus and rshJorropo