aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
8 daysdoc/README.md: discourage RELNOTE in CLsJonathan Amsterdam
9 daysnet, os, internal/poll: test for use of sendfileDamien Neil
9 daysnet: fix sendfile regression with io.Copy on macOSPhilipp Wollermann
9 dayscmd/link/internal/ld: more fixes to TestElfBindNow readonly .got checkThan McIntosh
9 dayscompress: reordering fields to reduce struct sizesapocelipes
9 daysslices: optimize Compact and CompactFuncgo101
9 daysbytes: skip TestNewBufferShallow if optimization is disabledqmuntal
9 daysspec: clarify prose for range over numeric range expressionsRobert Griesemer
9 dayscmd/link/internal/ld: revised bindnow/relro test for ELFThan McIntosh
9 dayscmd/compile: teach dse about equivalent LocalAddrsDerek Parker
9 daysruntime: fix mcall unwinding on Windowsqmuntal
10 daysgo/types, types2: refactor Checker.rangeStmt for clarityRobert Griesemer
10 daysall: fix typos in commentsguoguangwu
10 daysgo/types, types2: simplify Default functionRobert Griesemer
10 dayscmd/go: go env GOMOD should not download newer toolchainSam Thanawalla
10 daystime: deflake TestChan/asynctimerchan=1 testsRuss Cox
10 daysspec: clarify when a range expression is evaluatedRobert Griesemer
10 daysnet/http: improve continue statements for testsJes Cok
10 daysimage/jpeg: ignore garbage bytes before a RST markerNigel Tao
10 daysgo.types, types2: factor out isUntypedNumeric predicateRobert Griesemer
10 daysgo/types: add Alias.RhsAlan Donovan
11 dayscrypto/tls: skip bogo suite on windows buildersRoland Shoemaker
11 dayscmd/compile: add debug log prior to export data lookupMichael Pratt
11 dayscmd/compile: bail PGO method lookup on interface typesMichael Pratt
11 dayscmd/internal/obj/ppc64: fix incorrect int to int64 conversion when checking M...Paul E. Murphy
11 daysdoc: fix typos in docsguoguangwu
11 daysbytes: add test to ensure shallow copy of NewBuffer does not allocateJoe Tsai
11 daysruntime: test mutex contention stacks and countsRhys Hiltner
12 dayssync: add examples for OnceValue and OnceValuesAustin Clements
12 dayssrc/buildall.bash: use grep -E instead of egrepgucio321
12 daysdebug/elf: remove incorrect doc linkIan Lance Taylor
12 dayscmd/cgo/internal/test: don't skip some tests on muslIan Lance Taylor
12 daysall: fix some typos in commentsracequite
12 daysruntime: switch to systemstack before throw in casgstatusMichael Anthony Knyszek
12 dayscmd/compile: mark closure DUPOK if the outer function isCherry Mui
12 daysruntime: reduce stack usage for asmcgocall on PPC64Cherry Mui
12 daysruntime: reduced struct sizes found via paholeSabyrzhan Tasbolatov
12 daysnet/http: correct error messages for TestParseSetCookieJes Cok
12 daysRefactor output messageLev Ustimenko
12 daysinternal/intern: delete unused packageMichael Anthony Knyszek
12 daysruntime: set gp.syscallbp from entersyscallblock_handoffMichael Anthony Knyszek
12 daysruntime: move zeroVal out of map.goMichael Pratt
13 dayscmd/compile: fix cmpstring rewrite ruleKeith Randall
13 daysnet/netip: use the unique package instead of internal/internMichael Anthony Knyszek
13 daysunique: add unique package and implement Make/HandleMichael Anthony Knyszek
13 dayscmd/go: update comment to not say GO386 does not existIan Lance Taylor
13 dayscmd/link/internal/ld: temporarily add skip for new portion of TestElfBindNowThan McIntosh
13 dayscmd/compile/internal/ssa: fix the description of auxCCop as auxIntzhangjian
13 dayscmd/compile: combine phielim and copyelim into a single passjeffery
13 daysruntime: always acquire M when acquiring locks by rankRhys Hiltner