]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
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
2021-02-16 Branden J Brownruntime/metrics: update documentation to current interface
2021-02-16 Dmitri Shuralyovdoc/go1.16: remove draft notice
2021-02-16 KimMachineGundoc/go1.16: fix mismatched id attribute
2021-02-16 Michael Anthony... [dev.regabi] reflect: support for register ABI on amd64...
2021-02-16 Wei Fuinternal/poll: netpollcheckerr before sendfile
2021-02-16 Russ Coxdoc: remove all docs not tied to distribution
2021-02-16 Russ Coxdoc: remove install.html and install-source.html
2021-02-16 Ian Lance Taylorinternal/poll: if copy_file_range returns 0, assume...
2021-02-15 Ian Lance Taylordoc/faq: update generics entry to reflect accepted...
2021-02-15 Rob Pikecmd/go: provide a more helpful suggestion for "go vet -?"
2021-02-13 Ikko Ashiminecmd/link: fix typo in link_test.go
2021-02-13 Rob Findley[dev.regabi] go/types: add support for language version...
2021-02-13 Rob Findley[dev.regabi] go/types: untyped shift counts must fit...
2021-02-13 Rob Findley[dev.regabi] go/types: refuse excessively long constants
2021-02-12 Michael Anthony... [dev.regabi] internal/abi: add new internal/abi package...
2021-02-12 Cherry Zhang[dev.regabi] all: merge master (ff0e93e) into dev.regabi
2021-02-12 Bryan C. Millsdoc/go1.16: note that package path elements beginning...
2021-02-11 Carlos AmedeeCONTRIBUTORS: update for the Go 1.16 release
2021-02-11 Jay Conrodcmd/go: multiple small 'go help' fixes
2021-02-11 DQNEOspec: More precise wording in section on function calls.
2021-02-11 Russ Coxcmd/go: reject embedded files that can't be packed...
2021-02-11 Russ Coxio/fs: allow backslash in ValidPath, reject in os.DirFS...
2021-02-10 Cherry Zhangcmd/compile: mark concrete call of reflect.(*rtype...
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...
next