]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-04-27 Roland Shoemaker[dev.fuzz] internal/fuzz: add extra []byte mutators
2021-04-27 Roland Shoemaker[dev.fuzz] internal/fuzz: allow setting pcg seed via...
2021-04-16 Katie Hockman[dev.fuzz] internal/fuzz: minimize non-recoverable...
2021-04-12 Katie Hockman[dev.fuzz] internal/fuzz: mutate other types
2021-04-12 Katie Hockman[dev.fuzz] internal/fuzz: allow float types to be integ...
2021-04-09 Jay Conrod[dev.fuzz] internal/fuzz: move CoordinateFuzzing args...
2021-04-09 Jay Conrod[dev.fuzz] testing: support T.Parallel in fuzz functions
2021-04-09 Jay Conrod[dev.fuzz] testing: let -fuzztime specify a number...
2021-04-09 Jay Conrod[dev.fuzz] internal/fuzz: improve cancellation in worke...
2021-04-09 Jay Conrod[dev.fuzz] internal/fuzz: don't count time spent loadin...
2021-04-09 Matthew Dempsky[dev.fuzz] internal/fuzz: implement coverage and trace...
2021-04-09 Katie Hockman[dev.fuzz] internal/fuzz: add mutator for int types
2021-04-09 Katie Hockman[dev.fuzz] internal/fuzz: add stub for coverage
2021-04-07 Katie Hockman[dev.fuzz] internal/fuzz: small bug fixes and refactors...
2021-04-05 Jay Conrod[dev.fuzz] internal/fuzz: reduce allocation in the...
2021-03-19 Katie Hockman[dev.fuzz] testing: print logs and error messages when...
2021-03-18 Katie Hockman[dev.fuzz] internal/fuzz: add minimization of []byte
2021-03-09 Jay Conrod[dev.fuzz] internal/fuzz: fix deadlock with multiple...
2021-03-09 Jay Conrod[dev.fuzz] internal/fuzz: fix two bugs affecting windows
2021-03-09 Jay Conrod[dev.fuzz] testing: use exit status 70 for worker error...
2021-03-09 Jay Conrod[dev.fuzz] testing, internal/fuzz: multiple small fixes
2021-03-04 Katie Hockman[dev.fuzz] testing: only let workers run fuzz targets
2021-03-04 Katie Hockman[dev.fuzz] internal/fuzz: crash if there is no error...
2021-02-23 Katie Hockman[dev.fuzz] testing,internal/fuzz: support structured...
2021-02-22 Katie Hockman[dev.fuzz] internal/fuzz: updating version incoding
2021-02-19 Katie Hockman[dev.fuzz] all: merge master (7764ee5) into dev.fuzz
2021-02-19 Katie Hockman[dev.fuzz] go/build: add missing dependencies
2021-02-19 Meng Zhuoruntime: fix invalid nil g check for for mips64x
2021-02-19 Bryan C. Millscmd/go/internal/mvs: split Reqs into narrower per-funct...
2021-02-19 Bryan C. Millscmd/go/internal/modget: split resolveCandidates into...
2021-02-19 Russ Coxcmd/internal/diff: skip over Cygwin warning in diff...
2021-02-19 Russ Coxnet: disable Windows netsh tests when netsh won't run
2021-02-19 Russ Coxos/exec: disable failing LookPathTest on windows/arm64
2021-02-19 Russ Coxruntime/pprof: expect tests to pass on macOS
2021-02-19 Russ Coxruntime: delete gosave (dead code)
2021-02-19 Russ Coxmath: remove most 387 implementations
2021-02-19 Russ Coxruntime: convert windows/arm64 assembly
2021-02-19 Russ Coxruntime: initial windows/arm64 implementation files
2021-02-19 Russ Coxruntime: generate windows/arm64 callback asm
2021-02-19 Russ Coxsyscall: add windows/arm64 support
2021-02-19 Russ Coxcmd/vendor: get golang.org/x/sys@beda7e5e158
2021-02-19 Russ Coxtest: disable nilptr on windows/arm64
2021-02-19 Russ Coxcmd/link: add windows/arm64 support
2021-02-19 Russ Coxcmd/internal/objfile: recognize Windows ARM64 executables
2021-02-19 Russ Coxdebug/pe: recognize arm64 executables
2021-02-19 Russ Coxcmd/dist: add windows/arm64 support
2021-02-19 Russ Coxbuild: set GOPATH consistently in run.bash, run.bat...
2021-02-19 Russ Coxcmd/link: add debug print in deadcode
2021-02-19 Russ Coxcmd/link: clean up windows PE generation
2021-02-19 Russ Coxsyscall: clean up windows a bit
2021-02-19 Russ Coxruntime: enable framepointer on all arm64
2021-02-19 Russ Coxruntime: clean up windows a bit
2021-02-19 Russ Coxruntime: fix windows/arm externalthreadhandler
2021-02-19 Russ Coxruntime: fix time on windows/arm under WINE
2021-02-19 Russ Coxruntime: crash earlier on windows for runtime.abort
2021-02-19 Russ Coxruntime: print hex numbers with hex prefixes in traceba...
2021-02-19 Russ Coxruntime: fix windows/arm CONTEXT_CONTROL
2021-02-19 Russ Coxruntime: factor common code out of defs_windows_*.go
2021-02-19 Russ Coxruntime: find g in Windows profiler using SP
2021-02-19 Russ Coxruntime: do not treat asmcgocall as a topofstack on g0
2021-02-19 Russ Coxruntime: do not treat morestack as a topofstack
2021-02-19 Russ Coxruntime: do not treat mcall as a topofstack
2021-02-19 Russ Coxruntime: use TOPFRAME to identify top-of-frame functions
2021-02-19 Russ Coxruntime: use FuncInfo SPWRITE flag to identify untracea...
2021-02-19 Russ Coxcmd/asm, cmd/link, runtime: introduce FuncInfo flag...
2021-02-19 Russ Coxruntime: remove unnecessary writes to gp.sched.g
2021-02-19 Russ Coxcmd/internal/obj/riscv: fix JMP name<>(SB)
2021-02-19 Russ Coxruntime: unify asmcgocall and systemstack traceback...
2021-02-19 Russ Coxruntime: clean up funcID assignment
2021-02-19 Russ Coxruntime: handle nil gp in cpuprof
2021-02-19 Russ Coxruntime: move sys.DefaultGoroot to runtime.defaultGOROOT
2021-02-19 Russ Coxruntime: document, clean up internal/sys
2021-02-19 Russ Coxruntime: delete windows setlasterror (unused)
2021-02-19 Russ Coxruntime: clean up system calls during cgo callback...
2021-02-19 Russ Coxos: report Windows exit status in hex
2021-02-18 Katie Hockman[dev.fuzz] all: add codereview.cfg
2021-02-18 Bryan C. Millscmd/go/internal/mvs: fix Downgrade to match Algorithm 4
2021-02-18 Bryan C. Millscmd/go: add a script test for artifacts resulting from...
2021-02-18 Katie Hockman[dev.fuzz] internal/fuzz: remove duplicate read from...
2021-02-18 Bryan C. Millscmd/go: add script tests for potential upgrades due...
2021-02-18 Bryan C. Millscmd/go/internal/mvs: clarify and annotate test cases
2021-02-18 Bryan C. Millscmd/go/internal/mvs: don't emit duplicates from Req
2021-02-18 Jason A. Donenfeldcmd/dist: set GOARM=7 for windows/arm
2021-02-18 Joel Singruntime: unbreak linux/riscv64 following regabi merge
2021-02-18 Ian Lance Taylorruntime/cgo: add cast in C code to avoid C compiler...
2021-02-17 Katie Hockman[dev.fuzz] internal/fuzz: support corpus file encoding...
2021-02-17 Rob Findleygo/types: revert "no 'declared but not used' errors...
2021-02-17 Cherry Zhangcmd/compile/internal/test: gofmt abiutils_test.go
2021-02-16 Cherry Zhangall: merge branch dev.regabi (d3cd4830ad) into master
2021-02-16 Cherry Zhang[dev.regabi] test: run abi/regabipragma test with -c=1
2021-02-16 Cherry Zhang[dev.regabi] all: merge master (5faf941) into dev.regabi
2021-02-16 Cherry Zhang[dev.regabi] cmd/go: copy internal/abi in TestNewReleas...
2021-02-16 Bryan C. Millsinternal/goversion: update Version to 1.17
2021-02-16 Rob Findley[dev.regabi] go/types: overlapping embedded interfaces...
2021-02-16 Rob Findley[dev.regabi] go/types: type alias decl requires go1.9
2021-02-16 Michael Anthony... [dev.regabi] runtime: stub out spillArgs and unspillArgs
2021-02-16 Michael Anthony... internal/abi: set register count constants to zero...
2021-02-16 Ian Lance TaylorREADME: pull gopher image from website
2021-02-16 Cherry Zhang[dev.regabi] cmd/link: recognize internal/abi as runtim...
2021-02-16 Cherry Zhangcmd/link: generate trampoline for inter-dependent packages
next