]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2019-11-02 Cherry Zhang[dev.link] cmd/link: add internal packages at the end
2019-11-02 Cherry Zhang[dev.link] all: reenable cgo internal linking tests
2019-11-02 Jeremy Faller[dev.link] cmd/link: fix loadpe to work with new obj...
2019-11-02 Cherry Zhang[dev.link] cmd/link: set cgo attributes early when...
2019-11-01 Cherry Zhang[dev.link] all: clean up some TODOs
2019-11-01 Than McIntosh[dev.link] cmd/link/internal/loader: do more bulk alloc...
2019-11-01 Jeremy Faller[dev.link] cmd/link: fix xcoff loader for new obj format
2019-11-01 Than McIntosh[dev.link] all: merge branch 'master' into dev.link
2019-11-01 Tobias Klauserinternal/syscall/unix: add support for linux/riscv64
2019-11-01 Than McIntosh[dev.link] cmd/link: add support to new deadcode for...
2019-11-01 Cherry Zhang[dev.link] cmd/link: resolve ABI aliases for external...
2019-11-01 Jay Conrodcmd/go/internal/modfetch: add zip sums and hashes to...
2019-11-01 Tobias Klauseros: gofmt
2019-11-01 Ian Lance Taylorruntime: use correct state machine in addAdjustedTimers
2019-11-01 Cherry Zhang[dev.link] cmd/link: process cgo_import_static before...
2019-11-01 Cuong Manh Lecmd/compile: make duplicate index error distinguish...
2019-11-01 Audrius Butkeviciusos: allow case only renames on case-insensitive filesystems
2019-10-31 Josh Bleecher... cmd/compile: remove amd64p32 rules
2019-10-31 Andrew Bonventredoc: document Go 1.13.4
2019-10-31 Andrew Bonventredoc: document Go 1.12.13
2019-10-31 Brad Fitzpatrickstrings: remove a redundant and flaky part of a test
2019-10-31 Cuong Manh Lebufio: return the underlying error in ReadFrom if not nil
2019-10-31 Austin Clementsruntime: atomically set span state and use as publicati...
2019-10-31 Austin Clementsruntime: fully initialize span in alloc_m
2019-10-31 Cuong Manh Lebufio: save error from underlying ReadFrom
2019-10-31 Jeremy Faller[dev.link] cmd/link: fix macho host objects
2019-10-31 Olivier Poitreycrypto/tls: send ec_points_format extension in ServerHello
2019-10-31 Jeremy Faller[dev.link] cmd/link: fix merge error
2019-10-31 Jeremy Faller[dev.link] cmd/link: elf host obj support w/ new obj...
2019-10-31 Daniel Martíencoding/json: avoid work when unquoting strings, take 2
2019-10-31 Michael Mundayruntime/internal/atomic: add tests for And8 and Or8
2019-10-31 Cherry Zhang[dev.link] cmd/link: keep DWARF constant DIE symbols...
2019-10-31 Cherry Zhang[dev.link] cmd/link: ensure deterministic order in...
2019-10-31 Than McIntosh[dev.link] cmd/link: add new slice interface for queryi...
2019-10-31 Than McIntosh[dev.link] cmd/link/internal/loader: add 1-element...
2019-10-30 Ian Lance Taylorruntime: switch to using new timer code
2019-10-30 Damien Neiltesting: provide additional information when test funcs...
2019-10-30 Filippo Valsordacrypto/tls: improve error messages for invalid certific...
2019-10-30 Sam Whitedencoding/xml: fix token decoder on early EOF
2019-10-30 Ian Lance Taylorruntime: clear js idle timeout before new one and after...
2019-10-30 Clément Chigotruntime: fix nbpipe_test for AIX
2019-10-30 Clément Chigotruntime: fix netpollBreak for AIX
2019-10-30 Lorenz Bauersyscall: treat ENFILE as a temporary error
2019-10-30 Elias Naurcmd/link/internal/ld: remove flags incompatible with...
2019-10-30 Cholerae Hucmd/compile: resolve TODO of Mpflt.SetString
2019-10-30 Ian Lance Taylorruntime: record stub netpoll initialization, add lock...
2019-10-30 Ian Lance Taylorruntime: make fcntl arguments consistent across OS's
2019-10-29 Cherry Zhangruntime: clear m.gsignal when the M exits
2019-10-29 Robert Griesemergo/types: clarify documentation
2019-10-29 Keith Randallcmd/compile: fix typing of IData opcodes
2019-10-29 Jay Conrodcmd/go: delete internal packages moved to x/mod
2019-10-29 Dan Scalescmd/compile: handle some missing cases of non-SSAable...
2019-10-29 Jay Conrodcmd/go/internal/modfile: don't use cmd/internal/diff
2019-10-29 Robert Griesemergo/parser: use valid position when reporting an error...
2019-10-29 Bryan C. Millsgo/build: use the main module's root when locating...
2019-10-29 Brad Fitzpatrickcmd/dist: don't run cmd tests on js/wasm
2019-10-29 Constantin... os: return from TestRemoveAllWithMoreErrorThanReqSize...
2019-10-29 Clément Chigotruntime: initialize netpoll in TestNetpollBreak
2019-10-29 Michael Fraenkelnet/http: only decrement connection count if we removed...
2019-10-29 Than McIntoshcmd/compile: fix spurious R_TLE_LE reloc on android/386
2019-10-29 Ian Lance Taylorcontext: mark testDeadline as a testing helper method
2019-10-29 Austin Clementscmd/compile: fix missing lowering of atomic {Load,Store}8
2019-10-29 Austin Clementsruntime: rename TestPreemptM to TestSignalM
2019-10-29 Austin Clementsruntime: unblock SIGUSR1 for TestPreemptM
2019-10-29 Lynn Bogercrypto/elliptic: clean up ppc64le implementation slightly
2019-10-29 Alex Brainmaninternal/syscall/windows/registry: make '-gcflags=all...
2019-10-29 Cuong Manh Lecmd/compile: hard fail if n.Opt() is not nil in walkChe...
2019-10-29 Robert Griesemercmd/compile/internal/syntax: don't hardwire path separa...
2019-10-29 Cherry Zhangcmd/internal/obj/mips: fix encoding of FCR registers
2019-10-29 Austin Clementscmd/compile: intrinsics for runtime/internal/atomic...
2019-10-29 Austin Clementsruntime/internal/atomic: add Store8
2019-10-28 Mikhail Fesenkocmd/fix, cmd/go, cmd/gofmt: refactor common code into...
2019-10-28 Shenghou Macmd/compile/internal/gc: reword "declared and not used...
2019-10-28 Agniva De Sarkergo/ast: fix SortImports to handle block comments (take 2)
2019-10-28 John Papandriopouloscmd/link: pass-through undefined call targets in extern...
2019-10-28 Constantin... os: remove read-only directories in RemoveAll on Windows
2019-10-28 Jay Conrodcmd/dist: support GOROOT vendoring
2019-10-28 Robert Griesemergo/parser, go/ast: correctly take into account presence...
2019-10-28 Josh Bleecher... go.sum: add golang.org/x/tools sum
2019-10-28 Josh Bleecher... cmd: gofmt
2019-10-28 Josh Bleecher... cmd/compile: update comment about OpPhi argLength
2019-10-28 Koichi Shiraishicmd/link: use filepath.Clean rather than path.Clean
2019-10-28 Daniel Martícmd: remove a few unused parameters
2019-10-28 Joshua M. Clulowruntime: make NumCPU respect zone CPU cap on illumos
2019-10-28 Cherry Zhangcmd/compile: delete ZeroAuto
2019-10-28 Brad Fitzpatrickdoc/go1.14: document that Go 1.14 is likely last to...
2019-10-28 Aditya Harindardoc/articles: format error string as per go style
2019-10-28 Lynn Bogerruntime: fix textOff for multiple text sections
2019-10-28 Lynn Bogercrypto/elliptic: add asm implementation for p256 on...
2019-10-28 Phil Pearlencoding/json: remove allocation when using a Marshaler...
2019-10-28 Tobias Klausercmd/nm, runtime/cgo: add cgo support for freebsd/arm64
2019-10-28 Dmitri Goutnikcmd/link: switch to ld.bfd on freebsd/arm64
2019-10-28 Dan Scalesruntime: fix dumpgoroutine() to deal with open-coded...
2019-10-27 Phil Pearlencoding/json: improve performance of Compact
2019-10-27 Jason A. Donenfeldcmd/link: enable DEP for Windows executables
2019-10-27 Jason A. Donenfeldinternal/syscall/windows/registry: remove TestWalkFullR...
2019-10-26 Josh Bleecher... crypto/tls: move a defer out of a loop
2019-10-26 Giovanni Bajotest: add test for fixed internal compiler error
2019-10-26 Giovanni Bajocmd/compile: in poset, implement path collapsing
2019-10-26 Giovanni Bajocmd/compile: in poset, allow multiple aliases in a...
next