]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2020-03-30 Bryan C. Millsos/signal: in TestStop, skip the final "unexpected...
2020-03-30 Cherry Zhangcmd/objdump: test disassembly on ARM and ARM64
2020-03-30 Jeremy Faller[dev.link] cmd/link: make asmb parallel across all...
2020-03-30 Jeremy Faller[dev.link] cmd/link: parallelize asmb on amd64
2020-03-30 Giovanni Bajocmd/compile: avoid zero extensions after 32-bit shifts
2020-03-30 Than McIntosh[dev.link] cmd/link: move the wavefront past addexport()
2020-03-30 Tobias Klausercmd/cgo, misc/cgo: only cache anonymous struct typedefs...
2020-03-30 Than McIntosh[dev.link] cmd/link: run setArchSyms earlier
2020-03-30 Than McIntosh[dev.link] cmd/link/internal/loader: copy Dynid when...
2020-03-30 Bryan C. Millsos/signal: rework test timeouts and concurrency
2020-03-30 Keith Randallcmd/compile: fix ephemeral pointer problem on amd64
2020-03-30 Cherry Zhang[dev.link] cmd/link: use new-style Aux accessors in...
2020-03-30 Cherry Zhang[dev.link] cmd/link: use new-style relocation accessors...
2020-03-30 Lynn Bogercmd/objdump: add support for -gnu option on Go objdump
2020-03-30 Michael Anthony... runtime: check the correct sanity condition in the...
2020-03-30 Cherry Zhang[dev.link] cmd/link, cmd/oldlink: detect object file...
2020-03-30 Alexander Greimstrings: make variable/type association consistent...
2020-03-29 Dmitri Shuralyovnet/http: use DOMException.message property in error...
2020-03-29 Michał Łowickidoc: fix path to make.bash
2020-03-29 alex-semenyuktest, test/fixedbugs, crypto/x509, go/internal/gccgoimp...
2020-03-29 Daniel Theophanesdatabase/sql: add test for Conn.Validator interface
2020-03-28 Than McIntosh[dev.link] cmd/link: convert windynrelocsyms to loader...
2020-03-28 Than McIntosh[dev.link] cmd/link/internal/loader: add Loader plt...
2020-03-28 Giovanni Bajodoc: decrease prominence of GOROOT_BOOTSTRAP
2020-03-28 Ian Lance Taylorruntime: avoid racing on pendingUpdates in AIX netpollBreak
2020-03-28 PetarDambovalievtime: remove some unnecessary/duplicated global slices
2020-03-28 Ian Lance TaylorRevert "runtime: lock mtxpoll in AIX netpollBreak"
2020-03-27 Cherry Zhang[dev.link] cmd/link: convert callgraph to new style
2020-03-27 Bradford Lamson... cmd/compile: add dark mode functionality to CFGs in...
2020-03-27 Michael Matloobcmd/go: avoid needing to manipulate ImportStack when...
next