aboutsummaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)Author
2022-01-12cmd/go: enable fuzz testing for FreeBSDAyan George
2021-12-20all: fix spelling errors found by misspellDan Kortschak
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-12testenv: kill subprocess if SIGQUIT doesn't do itAustin Clements
2021-12-12testenv: abstract run-with-timeout into testenvAustin Clements
2021-12-07internal/fuzz: handle unrecoverable errors during minimizationKatie Hockman
2021-12-02runtime: break out new minimum heap size into a goexperimentMichael Anthony Knyszek
2021-11-19internal/fuzz: fix chunk swap mutatorRoland Shoemaker
2021-11-19internal/fuzz: compute correct number of mutationsRoland Shoemaker
2021-11-17internal/fuzz: limit number of consecutive mutationsRoland Shoemaker
2021-11-12internal/fuzz: set timeout for each exec of fuzz targetKatie Hockman
2021-11-12reflect: keep pointer in aggregate-typed args live in CallCherry Mui
2021-11-11all: update terminology for fuzzingKatie Hockman
2021-11-08internal/fmtsort: order channels in test in memory address orderKeith Randall
2021-11-06all: remove more leftover // +build linesTobias Klauser
2021-11-05internal/poll: fix the wrong function names in commentsAndy Pan
2021-11-04internal/poll: re-use RawSockaddrAny buffers across requests on windowsJosh Bleecher Snyder
2021-11-04net: pass around pointers to SockaddrInetNJosh Bleecher Snyder
2021-11-04net: remove the alloc from ReadMsgUDPAddrPortJosh Bleecher Snyder
2021-11-04net: remove the alloc from WriteMsgUDPAddrPortJosh Bleecher Snyder
2021-11-04internal/fuzz: fix internal error handlingKatie Hockman
2021-11-04internal/buildcfg: enable the pacer redesign by defaultMichael Anthony Knyszek
2021-11-04runtime: implement GC pacer redesignMichael Anthony Knyszek
2021-11-04internal/fuzz: improve minimizing messageKatie Hockman
2021-11-04syscall: fix and document uses of RegEnumKeyExMichael Anthony Knyszek
2021-11-04internal/poll: remove alloc sending IPv6 UDP on WindowsJosh Bleecher Snyder
2021-11-03syscall: migrate new UDP send/recv API to internal/syscall/unixJosh Bleecher Snyder
2021-11-03internal/fuzz: improve error for mismatched typesKatie Hockman
2021-11-02internal/fuzz: minimize bytes to be human readableAmelia Downs
2021-11-02cmd/go, internal/cpu: use internal/godebug in testsBrad Fitzpatrick
2021-11-02syscall,internal/poll: copy arrays by assignment instead of loopingJosh Bleecher Snyder
2021-11-02net/netip: add new IP address packageBrad Fitzpatrick
2021-11-01internal/fuzz: don't add duplicate corpus entriesRoland Shoemaker
2021-10-28all: manual fixups for //go:build vs // +buildRuss Cox
2021-10-28cmd/go: consolidate fuzz-support checksBryan C. Mills
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-27internal/fuzz: don't deflake coverage found while fuzzingKatie Hockman
2021-10-27internal/poll: improve the padding calculation inside struct splicePipeAndy Pan
2021-10-26internal/fuzz: tiny refactor+fixKatie Hockman
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le
2021-10-25internal/poll: avoid tiny allocator for splicePipeIan Lance Taylor
2021-10-22internal/poll: fix a few function names on commentsAndy Pan
2021-10-21internal/bytealg: fix Separator length check for Index/ppc64leArchana R
2021-10-19internal/bytealg: port bytes.Index and bytes.Count to reg ABI on ppc64xArchana R
2021-10-15internal/fuzz: fix bugs with minimizationKatie Hockman
2021-10-13internal/poll,net: support poll.Sendfile for darwinKoichi Shiraishi
2021-10-13all: fix spelling mistakesnicksherron
2021-10-12internal/fuzz: fix -fuzzminimizetime with 'x' bugKatie Hockman
2021-10-12testing: fix -run behavior with fuzz testsKatie Hockman
2021-10-08go/build, internal/goarch: sort goarchList alphabeticallyTobias Klauser