]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2020-04-08 Ian Lance Taylorruntime: add a couple of writeBarrier.needed checks
2020-04-08 Austin Clementscrypto/x509: tidy darwin/arm64 build tags
2020-04-08 Bryan C. Millscmd/compile/internal/ssa: skip TestNexting
2020-04-08 Austin Clementsall: remove scattered remnants of darwin/386
2020-04-08 Austin Clementsall: remove darwin/386 build-tags and files
2020-04-08 Austin Clementsall: remove scattered remnants of darwin/arm
2020-04-08 Austin Clementsall: remove darwin/arm build-tags and files
2020-04-08 Austin Clementsdoc: remove darwin/386, darwin/arm from ports list
2020-04-08 Bryan C. MillsRevert "runtime/pprof: try to use real stack in TestTryAdd"
2020-04-08 Michael Matloobcmd/go: allow configuring module cache directory with...
2020-04-08 Josh Bleecher... runtime: skip TestPingPongHog in race mode
2020-04-08 BurtonQinnet/textproto, sync: unlock mutexes appropriately befor...
2020-04-08 Keith Randallruntime/race: update ppc64 .syso file
2020-04-08 Michael Prattruntime/pprof: try to use real stack in TestTryAdd
2020-04-08 Ian Lance Taylorruntime: only check for pointers up to ptrdata, not...
2020-04-08 Xiangdong Jiruntime: fix infinite callstack of cgo on arm64
2020-04-07 Dan Scalesruntime: static lock ranking for the runtime (enabled...
2020-04-07 Michael Mundaycmd/compile: delete the floating point Greater and...
2020-04-07 Josh Bleecher... cmd/compile: use MOVBQZX for OpAMD64LoweredHasCPUFeature
2020-04-07 Egon Elbrecmd/compile/internal/logopt: preserve env while running...
2020-04-07 Ruixin(Peter... cmd/internal: add MVCIN instruction to s390x assembler
2020-04-06 Jay Conrodcmd/go: report scan error position in 'go list -e'
2020-04-06 Cherry Zhangcmd/link: remove darwin/arm test
2020-04-06 Josh Bleecher... cmd/compile: lay out exit post-dominated blocks at...
2020-04-06 Cherry Zhangcmd/link: fix data race in testDWARF
2020-04-06 Jay Conrodcmd/go: report 'go get' errors for absolute paths outsi...
2020-04-06 David Chasecmd/compile: make logopt test skip if cannot create...
2020-04-06 Michael Mundaycmd/compile: print block auxint value in HTML output
2020-04-06 Lynn Bogercmd/compile: improve lowered moves and zeros for ppc64le
2020-04-06 Ian Lance Taylortime, runtime: only call resetTimer from (*Timer).Reset
2020-04-05 Bradford Lamson... cmd/compile: restore missing columns in ssa.html
2020-04-05 Andy PanA+C: add Andy Pan (individual CLA)
2020-04-05 Bradford Lamson... cmd/compile: refactor around HTMLWriter removing logger...
2020-04-05 Alex Brainmancmd/compile: enable -d=checkptr even on windows
2020-04-04 Brad Fitzpatrickcmd/dist: remove darwin/386, darwin/arm as valid ports
2020-04-04 Josh Bleecher... cmd/compile: add intrinsic HasCPUFeature for checking...
2020-04-03 Dan Scalescmd/compile: allow mid-stack inlining when there is...
2020-04-03 Xiangdong Jicrypto/sha512: optimize sha512 by removing function...
2020-04-03 David du Colombierflag: fix TestExitCode on Plan 9
2020-04-03 Jay Conrodcmd/go: report original module path in error parsing...
2020-04-03 Egon Elbrerun.bat: check go.exe instead of go
2020-04-03 David Chasecmd/compile: add logging for large (>= 128 byte) copies
2020-04-03 Xiangdong Jiruntime: eliminate redundant load in Xchg and Xadd...
2020-04-03 Cherry Zhangcmd/link: in stack bound check, don't check a call...
2020-04-03 Cherry Zhangcmd/internal/obj/mips: don't emit spurious CALLIND...
2020-04-03 Cherry Zhangcmd/link: write to temp directory in test
2020-04-03 Brad Fitzpatrickdoc: document testing.TB.TempDir in release notes
2020-04-03 Shang Jian... flag: exit 0 when -h or -help invoked but undefined
2020-04-03 Keith Randallruntime/race: update some .syso files
2020-04-02 Dmitri Shuralyovnet/http: release callbacks after fetch promise completes
2020-04-02 Brad Fitzpatricktesting: add TB.TempDir
2020-04-02 Brad Fitzpatricknet: update ParseIP doc to say IPv4-mapped-IPv6 is...
2020-04-02 Cherry Zhangcmd: merge branch 'dev.link' into master
2020-04-02 Cherry Zhang[dev.link] cmd/oldlink: update with recent changes
2020-04-02 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-02 Filippo Valsordacrypto/rsa: refactor RSA-PSS signing and verification
2020-04-02 Cherry Zhang[dev.link] cmd: support large function alignment
2020-04-02 Joel Singcmd/link: skip symbol references when looking for missi...
2020-04-02 fanzha02cmd/asm: align an instruction or a function's address
2020-04-02 Michael Mundaycmd/compile: mark 'store multiple' as clobbering flags...
2020-04-02 Alex Brainmaninternal/syscall/windows: change WSAMsg.Name type
2020-04-02 Alex Brainmansyscall: fix windows WSASendto -d=checkptr violation
2020-04-02 Keith Randallsync/atomic: fix TestSwapPointer test
2020-04-01 Ian Lance Tayloros/signal, runtime: remove runtime sigqueue initialization
2020-04-01 Katie Hockmancrypto/tls: add missing alert values
2020-04-01 Cherry Zhang[dev.link] cmd/link: stop marking DWARF constant symbols
2020-04-01 Cherry Zhang[dev.link] cmd/internal/goobj2: remove old-style accessors
2020-04-01 Cherry Zhang[dev.link] cmd/oldlink: remove tests
2020-04-01 Cherry Zhang[dev.link] cmd/oldlink: decouple from goobj2 package
2020-04-01 Cherry Zhang[dev.link] cmd/internal/goobj: use new style accessors
2020-04-01 Cherry Zhang[dev.link] cmd/internal/goobj2, cmd/link: add and use...
2020-04-01 Cherry Zhang[dev.link] cmd/internal/goobj2: change StringRef encodi...
2020-04-01 Carlos Amedeedoc: update the minimum supported macOS version to...
2020-04-01 Keith Randallcmd/compile: add indexed-load CMP instructions
2020-04-01 Keith Randallreflect: when Converting between float32s, don't lose...
2020-04-01 Jeremy Faller[dev.link] cmd/link: fix mmapping OutBuf on windows
2020-04-01 Cherry Zhang[dev.link] cmd/link: fix end-of-block padding (again)
2020-04-01 marongheruntime: fix typo in loadFactor comment
2020-04-01 Cuong Manh Lecmd/compile: don't inline reflect.Value.UnsafeAddr...
2020-04-01 Bradford Lamson... cmd/compile: combine ssa.html columns with identical...
2020-03-31 Cherry Zhangruntime: generate dummy duffcopy
2020-03-31 Cuong Manh Lecmd/compile: optimize len check when make slice
2020-03-31 Cherry Zhang[dev.link] cmd/link: unify Relocs.Count and len(rs)
2020-03-31 Cherry Zhang[dev.link] cmd/link: store external relocations in...
2020-03-31 Josh Bleecher... cmd/compile: constant fold CtzNN
2020-03-31 Cuong Manh Lecmd/compile: make isSmallMakeSlice checks slice cap...
2020-03-31 Josh Bleecher... cmd/compile, runtime: use more registers for amd64...
2020-03-31 Matthew Dempskycmd/compile: fix constant conversion involving complex...
2020-03-31 Cherry Zhang[dev.link] cmd/link: fix end-of-block padding
2020-03-31 Jay Conrodcmd/go: add support for GOPROXY fallback on unexpected...
2020-03-31 Bryan C. Millsos/signal: make TestStop resilient to initially-blocked...
2020-03-31 Richard Millerruntime: skip gdb tests on Plan 9
2020-03-31 Bryan C. Millsnet/http: treat a nil Body from a custom RoundTripper...
2020-03-31 Bryan C. Millscontext: fix a flaky timeout in TestLayersTimeout
2020-03-31 Roland Shoemakercrypto/rsa: reject invalid length PKCS#1v1.5 signatures
2020-03-31 Bryan C. MillsRevert "cmd/asm: align an instruction or a function...
2020-03-31 Cherry Zhang[dev.link] cmd/link: set attributes atomically
2020-03-31 Joel Singcmd/asm,cmd/internal/obj/riscv: provide branch pseudo...
2020-03-31 Ian Lance Taylorruntime, internal/poll: name error codes
2020-03-31 fanzha02cmd/asm: align an instruction or a function's address
next