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