2021-02-17 |
Katie Hockman | [dev.fuzz] internal/fuzz: support corpus file encoding... |
commit | commitdiff | tree |
2021-02-10 |
Jay Conrod | [dev.fuzz] testing: make F.Fuzz more similar to T.Run |
commit | commitdiff | tree |
2021-02-10 |
Jay Conrod | [dev.fuzz] testing: move inFuzzFn checks from common... |
commit | commitdiff | tree |
2021-02-10 |
Jay Conrod | [dev.fuzz] internal/fuzz: make RunFuzzWorker accept... |
commit | commitdiff | tree |
2021-02-10 |
Jay Conrod | [dev.fuzz] testing/internal/testdeps: use signal.Notify... |
commit | commitdiff | tree |
2021-02-10 |
Jay Conrod | [dev.fuzz] internal/fuzz: worker exiting 0 should not... |
commit | commitdiff | tree |
2021-02-10 |
Jay Conrod | [dev.fuzz] cmd/go: call F.Fuzz from all fuzz script... |
commit | commitdiff | tree |
2021-02-10 |
Jay Conrod | [dev.fuzz] cmd/go: skip fuzz tests on unsupported platforms |
commit | commitdiff | tree |
2021-02-03 |
Jay Conrod | [dev.fuzz] internal/fuzz: refactor CorpusEntry type |
commit | commitdiff | tree |
2021-01-21 |
Jay Conrod | [dev.fuzz] internal/fuzz: guard concurrent access to... |
commit | commitdiff | tree |
2021-01-15 |
Jay Conrod | [dev.fuzz] internal/fuzz: handle SIGINT races gracefully |
commit | commitdiff | tree |
2021-01-15 |
Katie Hockman | [dev.fuzz] cmd/go/testdata: fix flaky test |
commit | commitdiff | tree |
2021-01-15 |
Jay Conrod | [dev.fuzz] internal/fuzz: add sharedMem.setValueLen |
commit | commitdiff | tree |
2021-01-14 |
Katie Hockman | [dev.fuzz] internal/fuzz: fix context cancellation... |
commit | commitdiff | tree |
2021-01-12 |
Katie Hockman | [dev.fuzz] internal/fuzz: implement a more robust mutator |
commit | commitdiff | tree |
2020-12-23 |
Jay Conrod | [dev.fuzz] cmd/go: implement -fuzztime flag and support... |
commit | commitdiff | tree |
2020-12-23 |
Jay Conrod | [dev.fuzz] cmd/go: fix test_fuzz_mutate_crash test... |
commit | commitdiff | tree |
2020-12-21 |
Jay Conrod | [dev.fuzz] internal/fuzz: read and write interesting... |
commit | commitdiff | tree |
2020-12-15 |
Jay Conrod | [dev.fuzz] internal/fuzz: refactor in preparation for... |
commit | commitdiff | tree |
2020-12-15 |
Jay Conrod | [dev.fuzz] cmd/go: fix test_fuzz_mutate_crash |
commit | commitdiff | tree |
2020-12-14 |
Katie Hockman | [dev.fuzz] all: merge master into dev.fuzz |
commit | commitdiff | tree |
2020-12-14 |
Cuong Manh Le | cmd/compile: set correct type for OpIData |
commit | commitdiff | tree |
2020-12-11 |
Russ Cox | doc: make clear that Go 1.4 is not required for bootstrap |
commit | commitdiff | tree |
2020-12-11 |
Matthew Dempsky | cmd/compile: fix select statement evaluation order... |
commit | commitdiff | tree |
2020-12-11 |
Michael Matloob | cmd/go: add documentation for the -overlay flag |
commit | commitdiff | tree |
2020-12-11 |
Joel Sing | cmd/link/internal/loadelf: support additional ELF reloc... |
commit | commitdiff | tree |
2020-12-11 |
Ian Lance Taylor | cmd/vet: vendor in x/tools, update structtag vet check |
commit | commitdiff | tree |
2020-12-10 |
Ian Lance Taylor | syscall: drop references to Unix epoch in Timeval/Times... |
commit | commitdiff | tree |
2020-12-10 |
Tim King | doc/go1.16: add vet release note for CL 235677 |
commit | commitdiff | tree |
2020-12-10 |
Dmitri Shuralyov | doc/go1.16: address some remaining high-level TODOs |
commit | commitdiff | tree |
2020-12-10 |
Jeremy Faller | cmd/go: encode backslash and newline in response files |
commit | commitdiff | tree |
2020-12-10 |
Michael Anthony... | runtime/metrics: add a note about floating-point values... |
commit | commitdiff | tree |
2020-12-10 |
Michael Anthony... | runtime/metrics: expand Read documention with caveats |
commit | commitdiff | tree |
2020-12-10 |
Michael Anthony... | runtime/metrics: add ordering line to supported metrics... |
commit | commitdiff | tree |
2020-12-10 |
Ian Lance Taylor | test: match gofrontend error messages |
commit | commitdiff | tree |
2020-12-10 |
Dmitri Shuralyov | std: update golang.org/x/net to 20201209123823-ac852fbbde11 |
commit | commitdiff | tree |
2020-12-10 |
Hein Khant Zaw | database/sql: fix typo in comment |
commit | commitdiff | tree |
2020-12-10 |
Than McIntosh | cmd/go, cmd/asm: pass -linkshared to assembler for... |
commit | commitdiff | tree |
2020-12-10 |
Cherry Zhang | cmd/link: reject too-large relocation addend on darwin... |
commit | commitdiff | tree |
2020-12-10 |
Cherry Zhang | cmd/link: truncate file after code signature |
commit | commitdiff | tree |
2020-12-10 |
Keith Randall | cmd/compile: don't constant fold divide by zero |
commit | commitdiff | tree |
2020-12-09 |
Rob Findley | go/types: avoid endless recursion in the Comparable... |
commit | commitdiff | tree |
2020-12-09 |
Russ Cox | all: update to use os.ReadDir where appropriate |
commit | commitdiff | tree |
2020-12-09 |
Russ Cox | all: update to use os.ReadFile, os.WriteFile, os.Create... |
commit | commitdiff | tree |
2020-12-09 |
Dmitri Shuralyov | runtime/metrics: simplify test to support more environments |
commit | commitdiff | tree |
2020-12-09 |
Ikko Ashimine | cmd/compile: fix message typo |
commit | commitdiff | tree |
2020-12-09 |
Michael Fraenkel | net/http: add connections back that haven't been canceled |
commit | commitdiff | tree |
2020-12-09 |
Haoran Luo | runtime: prevent stack growth after fork in runtime... |
commit | commitdiff | tree |
2020-12-09 |
Keith Randall | doc: add description of new framepointer vet check |
commit | commitdiff | tree |
2020-12-08 |
Keith Randall | cmd/vet: vendor in x/tools, enable framepointer vet... |
commit | commitdiff | tree |
2020-12-08 |
Rob Findley | go/types: correct error position for inherited const... |
commit | commitdiff | tree |
2020-12-08 |
Austin Clements | doc/go1.16: improve channel race detector changes descr... |
commit | commitdiff | tree |
2020-12-08 |
Joel Sing | runtime: correct sigfwd on openbsd/mips64 |
commit | commitdiff | tree |
2020-12-07 |
Austin Clements | doc/go1.16: update linker stats |
commit | commitdiff | tree |
2020-12-07 |
Ian Lance Taylor | reflect: document multiple keys in struct tags |
commit | commitdiff | tree |
2020-12-07 |
Russ Cox | io/fs: fix Sub method error text |
commit | commitdiff | tree |
2020-12-07 |
Tonis Tiigi | runtime/cgo: fix building on musl |
commit | commitdiff | tree |
2020-12-07 |
Austin Clements | doc/go1.16: announce openbsd/mips64 port |
commit | commitdiff | tree |
2020-12-07 |
Ian Lance Taylor | test: add new test that gofrontend failed to handle |
commit | commitdiff | tree |
2020-12-07 |
Alberto Donizetti | doc/go1.16: fix typo |
commit | commitdiff | tree |
2020-12-07 |
Tobias Klauser | doc/go1.16: add missing </a> tag |
commit | commitdiff | tree |
2020-12-07 |
Martin Möhrmann | internal/cpu: add darwin/arm64 CPU feature detection... |
commit | commitdiff | tree |
2020-12-07 |
Tobias Klauser | doc/go1.16: document riscv64 port changes |
commit | commitdiff | tree |
2020-12-05 |
Ikko Ashimine | internal/cpu: fix typo in cpu_arm64.go |
commit | commitdiff | tree |
2020-12-05 |
Jason A. Donenfeld | syscall: correct CertOpenStore to expect a 0 return... |
commit | commitdiff | tree |
2020-12-04 |
Filippo Valsorda | doc/go1.16: cleanup crypto release notes |
commit | commitdiff | tree |
2020-12-04 |
zikaeroh | cmd/vendor: sync pprof@v0.0.0-20201203190320-1bf35d6f28c2 |
commit | commitdiff | tree |
2020-12-04 |
Katie Hockman | [dev.fuzz] internal/fuzzing: handle and report crashers |
commit | commitdiff | tree |
2020-12-04 |
Jay Conrod | [dev.fuzz] internal/fuzz: add mutex to workerClient |
commit | commitdiff | tree |
2020-12-04 |
Katie Hockman | [dev.fuzz] testing: fix duplicate logging when fuzzing |
commit | commitdiff | tree |
2020-12-04 |
Jay Conrod | [dev.fuzz] internal/fuzz: send inputs to workers with... |
commit | commitdiff | tree |
2020-12-04 |
Katie Hockman | [dev.fuzz] internal/fuzz: implement basic mutator and... |
commit | commitdiff | tree |
2020-12-04 |
Katie Hockman | [dev.fuzz] testing: cleanup a few small things |
commit | commitdiff | tree |
2020-12-04 |
Katie Hockman | [dev.fuzz] testing: read corpus from testdata/corpus... |
commit | commitdiff | tree |
2020-12-04 |
Katie Hockman | [dev.fuzz] testing: remove testing.RunFuzzTargets |
commit | commitdiff | tree |
2020-12-04 |
Jay Conrod | [dev.fuzz] internal/fuzz: coordinate fuzzing across... |
commit | commitdiff | tree |
2020-12-04 |
Katie Hockman | [dev.fuzz] testing: exit after f.Fuzz function |
commit | commitdiff | tree |
2020-12-04 |
Katie Hockman | [dev.fuzz] testing: fix error message checked in tests |
commit | commitdiff | tree |
2020-12-04 |
Katie Hockman | [dev.fuzz] testing: panic if certain testing.F function... |
commit | commitdiff | tree |
2020-12-04 |
Katie Hockman | [dev.fuzz] testing: implement F.Fuzz to run seed corpus |
commit | commitdiff | tree |
2020-12-04 |
Katie Hockman | [dev.fuzz] testing: add support for testing.F.Add of... |
commit | commitdiff | tree |
2020-12-04 |
Katie Hockman | [dev.fuzz] testing: small cleanup to running targets |
commit | commitdiff | tree |
2020-12-04 |
Katie Hockman | [dev.fuzz] testing: add script tests for fuzz targets |
commit | commitdiff | tree |
2020-12-04 |
Katie Hockman | [dev.fuzz] testing: add basic go command support for... |
commit | commitdiff | tree |
2020-12-04 |
Dmitri Shuralyov | doc/go1.16: document no language changes |
commit | commitdiff | tree |
2020-12-04 |
Russ Cox | io/fs: add Sub |
commit | commitdiff | tree |
2020-12-04 |
Bryan C. Mills | cmd/go/internal/modload: fix minor errors in comments |
commit | commitdiff | tree |
2020-12-04 |
Cherry Zhang | runtime: avoid receiving preemotion signal while exec'ing |
commit | commitdiff | tree |
2020-12-04 |
Dmitri Shuralyov | doc/go1.16: preannounce dropping macOS 10.12 support |
commit | commitdiff | tree |
2020-12-04 |
Russ Cox | cmd/go, embed: exclude .* and _* from embedded director... |
commit | commitdiff | tree |
2020-12-04 |
Alberto Donizetti | doc/go1.16: add reflect changes to release notes |
commit | commitdiff | tree |
2020-12-04 |
Filippo Valsorda | doc/go1.16: fix broken <code> tag |
commit | commitdiff | tree |
2020-12-04 |
Filippo Valsorda | doc/go1.16: pre-announce GODEBUG=x509ignoreCN=0 removal... |
commit | commitdiff | tree |
2020-12-03 |
Cherry Zhang | cmd/compile: make sure address of offset(SP) is remater... |
commit | commitdiff | tree |
2020-12-03 |
Michael Pratt | runtime, time: strictly enforce when, period constraints |
commit | commitdiff | tree |
2020-12-03 |
Michael Pratt | time, runtime: don't set timer when = 0 |
commit | commitdiff | tree |
2020-12-03 |
Austin Clements | doc/go1.16: update runtime and compiler sections |
commit | commitdiff | tree |
2020-12-03 |
Ian Lance Taylor | test: match gofrontend error messages |
commit | commitdiff | tree |
2020-12-03 |
Bryan C. Mills | cmd/go/internal/modload: rename constants to reflect... |
commit | commitdiff | tree |
2020-12-03 |
Alberto Donizetti | doc/go1.16: add path, path/filepath changes to release... |
commit | commitdiff | tree |
next |