]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-05-01 Josh Bleecher... runtime: allow inlining of stackmapdata
2018-05-01 Eric Pauleybytes, strings: improve EqualFold fast version for...
2018-05-01 Matthew Dempskycmd/compile: update liveness comments
2018-05-01 Josh Bleecher... runtime: use staticbytes in intstring for small v
2018-05-01 Brad Fitzpatrickos: fix missing break bug in earlier CL 110295's use...
2018-05-01 Martin Möhrmanninternal/cpu: remove platform specific prefix from...
2018-05-01 Michael Mundaycmd/compile: allow R11 to be allocated on s390x
2018-05-01 Martin Möhrmannstrconv: use bounded bits.TrailingZeros instead of...
2018-05-01 erifan01internal/bytealg: optimize Index (substring lengths...
2018-05-01 Martin Möhrmannmath/bits: move tests into their own package
2018-05-01 Ian Lance Taylornet, syscall: make ECONNRESET/ECONNABORTED only tempora...
2018-05-01 Alexey Palazhchenkodatabase/sql: trivial documentation fixes
2018-05-01 Josh Bleecher... cmd/compile: optimize bvec routines
2018-05-01 Josh Bleecher... runtime: avoid unnecessary scanblock calls
2018-05-01 Josh Bleecher... runtime: add BenchmarkScanStack
2018-05-01 Daniel Martícmd: remove some unnecessary gotos
2018-05-01 Daniel Martícmd/doc: skip directories like other go tools
2018-05-01 Daniel Martícmd/compile: apply TODO now that gcCompat is gone
2018-05-01 Keith Randallruntime: move open/close/read/write from syscall to...
2018-05-01 Keith Randallruntime: move more syscalls to libc on Darwin
2018-05-01 Matthew Dempskyruntime: eliminate scase.receivedp
2018-05-01 Matthew Dempskycmd/compile: open code select{send,recv,default}
2018-05-01 Matthew Dempskyruntime: eliminate runtime.hselect
2018-05-01 Hiroshi Iokacmd/cgo: visit cgo type inside ellipsis node
2018-05-01 Elias Naurruntime: implement darwin raise with pthread_self and...
2018-05-01 Keith Randallruntime: convert exit to use pthread library on Darwin
2018-05-01 Brian Kesslermath/big: handle negative moduli in ModInverse
2018-04-30 Brian Kesslermath/big: return nil for nonexistent ModInverse
2018-04-30 Elias Naurruntime: perform crashes outside systemstack
2018-04-30 Balaram Makamcmd/asm: add vector instructions for ChaCha20Poly1305...
2018-04-30 Richard Musiolall: skip unsupported tests for js/wasm
2018-04-30 Austin Clementscmd/internal/obj/arm: fix/rationalize checkpool distanc...
2018-04-30 Richard Musiolsyscall: enable some nacl code to be shared with js...
2018-04-30 Brad Fitzpatrickos: find Hostname using Uname to fix Android
2018-04-30 Andrew Bonventredoc: document Go 1.10.2
2018-04-30 Andrew Bonventredoc: document Go 1.9.6
2018-04-30 Kevin Burkecrypto/tls: add examples for [Load]X509KeyPair
2018-04-30 Tobias Klausercmd/cgo: add support for GOARCH=riscv64
2018-04-30 Elias Naurmisc/ios: script lldb directly with Python
2018-04-30 Keith Randallruntime: fix newosproc darwin+arm/arm64
2018-04-30 Alberto Donizettidoc: update FAQ on binary sizes
2018-04-30 Martin Möhrmannruntime,cmd/compile: adjust and correct path names...
2018-04-30 Wei Xiaocmd/compile: intrinsify runtime.getcallerpc on arm64
2018-04-30 Keith Randallruntime,cmd/ld: on darwin, create theads using libc
2018-04-30 Josh Bleecher... cmd/compile: use AuxInt to store shift boundedness
2018-04-29 Hana Kimcmd/trace: use different colors for tasks
2018-04-29 Alberto Donizetticmd/compile: better formatting for ssa phases options doc
2018-04-29 Josh Bleecher... cmd/compile: simplify shifts using bounds from prove...
2018-04-29 ChrisALilescmd/compile: pass arguments to convt2E/I integer functi...
2018-04-29 Giovanni Bajocmd/compile: teach prove to handle expressions like...
2018-04-29 Giovanni Bajocmd/compile: in prove, detect loops with negative incre...
2018-04-29 Giovanni Bajocmd/compile: improve testing of induction variables
2018-04-29 Giovanni Bajocmd/compile: remove loopbce pass
2018-04-29 Giovanni Bajocmd/compile: implement loop BCE in prove
2018-04-29 Giovanni Bajocmd/compile: in prove, infer unsigned relations while...
2018-04-29 Giovanni Bajocmd/compile: in prove, add transitive closure of relations
2018-04-29 Josh Bleecher... runtime: iterate over set bits in adjustpointers
2018-04-29 Josh Bleecher... runtime: add fast version of getArgInfo
2018-04-29 Austin Clementsruntime: use entry stack map at function entry
2018-04-28 bill_ofarrellcmd/asm: add s390x VMSLG instruction
2018-04-28 fanzha02cmd/internal/obj/arm64: reorder the assembler's optab...
2018-04-27 Richard Musiolmisc/wasm: wasm_exec: non-zero exit code on compile...
2018-04-27 Ben Shicmd/compile: optimize ARM64 with shifted register index...
2018-04-27 Cherry Zhangcmd/link: fix plugin on linux/arm64
2018-04-27 Milan Knezeviccmd/compile: add softfloat support to mips64{,le}
2018-04-27 Josh Bleecher... cmd/internal/obj: convert unicode C to ASCII C
2018-04-27 Zhou Pengtesting: fix typo mistake
2018-04-27 Yasuhiro Matsumotoos: os: make Stat("*.txt") fail on windows
2018-04-27 Daniel Martícmd/compile: add initial README
2018-04-27 Josh Bleecher... cmd/compile: increase initial allocation of LSym.R
2018-04-27 Josh Bleecher... cmd/compile: log Ctz non-zero proofs
2018-04-27 Kevin Burkecmd/vet: remove "only" from error message
2018-04-27 Daniel Martícmd/link/internal/ld: simple cleanups
2018-04-26 Matthew Dempskycmd/compile: cleaner solution for importing init functions
2018-04-26 Cherry Zhangruntime: remove stale comment about getcallerpc/sp
2018-04-26 Hana Kimcmd/trace: have tasks in a separate section (process...
2018-04-26 Hana Kimmisc/trace: update trace_viewer_full.html
2018-04-26 Josh Bleecher... cmd/compile: convert amd64 BSFL and BSRL from tuple...
2018-04-26 Cherry Zhangcmd/link, cmd/go: enable DWARF on darwin/arm and darwin...
2018-04-26 Cherry Zhangruntime: remove the dummy arg of getcallersp
2018-04-26 Alberto Donizettidoc: make chart.apis.google.com link not clickable
2018-04-26 Lubomir I.... os/exec: fix Win32 tests missing 'chcp'
2018-04-26 Lubomir I.... path/filepath: fix Win32 tests missing 'chcp'
2018-04-26 Josh Bleecher... cmd/compile: use prove pass to detect Ctz of non-zero...
2018-04-26 Michael Mundaycmd/compile/internal/ssa: regenerate rewrite rules
2018-04-26 Ian Lance Taylorsyscall: 32-bit MIPS splice system call returns int...
2018-04-26 Diogo Pinelaarchive/zip: prevent writing data for a directory
2018-04-26 Alberto Donizettistrings: clarify Replacer's replacement order
2018-04-26 Balaram Makamcmd/asm: add VSRI instruction on ARM64
2018-04-26 Keith Randallcmd/link: fix test flag
2018-04-26 Balaram Makamcmd/compile: optimize ARM64 code with CMN/TST
2018-04-26 Carlos Eduardo Seocmd/compile, cmd/internal/obj/ppc64: make math.Round...
2018-04-26 Matthew Dempskycmd/compile: allow SSA of multi-field structs while...
2018-04-26 Yuval Pavel... runtime: FreeBSD fast clock_gettime HPET timecounter...
2018-04-26 Russ Coxcmd/go: respect vet typecheck failures again
2018-04-26 Russ Coxcmd/go: disambiguate for-test packages in failure output
2018-04-26 Russ Coxcmd/go: add go list -test to describe test binaries
2018-04-25 Josh Bleecher... cmd/compile: use intrinsic for LeadingZeros8 on amd64
2018-04-25 Josh Bleecher... cmd/compile: optimize LeadingZeros(16|32) on amd64
2018-04-25 Josh Bleecher... cmd/compile: optimize TrailingZeros(8|16) on amd64
next