]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-08-25 Heschi Kreinickcmd/compile: bug fixes for DWARF location lists
2017-08-25 jaredculpmath: add examples for trig functions
2017-08-25 Wei Xiaocmd/compile: memory clearing optimization for arm64
2017-08-25 Ilya Tocarcmd/compile/internal/ssa: combine consecutive loads...
2017-08-25 griesemerspec: explicitly define notion of "representability...
2017-08-25 Josh Bleecher... runtime: optimize storing new keys in mapassign_fastNN
2017-08-25 Josh Bleecher... cmd/compile: enforce that MOVXconvert is a no-op on...
2017-08-25 Keith Randallcmd/compile,math: improve code generation for math.Abs
2017-08-25 Kevin Burkepath/filepath: add example for Ext
2017-08-25 Austin Clementsruntime: capture runtimeInitTime after nanotime is...
2017-08-25 Hana Kimmisc/trace: update trace-viewer
2017-08-25 Wei Xiaocmd/vendor/golang.org/x/arch: pull latest updates from...
2017-08-25 Danny Rosseauencoding/gob: fix Debug to properly print uint
2017-08-25 Aliaksandr... strconv: optimize Atoi for common case
2017-08-25 Matthew Dempskycmd/compile: simplify noding for struct embedding
2017-08-25 griesemerspec: clarify zero value for complex types
2017-08-25 Matthew Dempskycmd/compile: fix node position for imported constants
2017-08-25 griesemerspec: clarify nil case in type switches
2017-08-25 Keith Randallcmd/compile: free value earlier in nilcheck
2017-08-25 Tom Levysort: fix TestAdversary
2017-08-25 Tom Levysync/atomic: remove references to old atomic pointer...
2017-08-25 David du Colombiercmd/compile: don't use MOVOstore instruction on plan9...
2017-08-25 Wei Congruibuild: add `go env GOROOT` as default GOROOT_BOOTSTRAP...
2017-08-25 Joe Tsaiarchive/tar: return better WriteHeader errors
2017-08-25 Keith Randallcmd/compile: remove more nil ptr checks after newobject
2017-08-24 Francesc Campoy... cmd/vet: check only for ASCII spaces (0x20) in struct...
2017-08-24 Heschi Kreinickcmd/link: don't create go.info symbols for non-Go functions
2017-08-24 Chris Broadfootdoc: add go1.9 to golang.org/project
2017-08-24 Chris Broadfootdoc: document go1.9
2017-08-24 Josh Bleecher... runtime: refactor walking of bucket overflows
2017-08-24 Ian Lance Taylorcmd/link: set correct alignment of ELF note section
2017-08-24 Michael Mundaycmd/compile: eliminate stores to unread auto variables
2017-08-24 Josh Bleecher... cmd/compile: mark MOVQconvert as resultInArg0 on x86...
2017-08-24 Josh Bleecher... runtime: convert more unsafe.Pointer arithmetic to add
2017-08-24 Martin Möhrmannruntime: avoid infinite loop in growslice
2017-08-24 Dmitry Vyukovtesting: parallelize tests over count
2017-08-24 Josh Bleecher... runtime: mask shifts in map implementation on x86
2017-08-24 Josh Bleecher... runtime: always rebuild in TestIntendedInlining
2017-08-24 Joe Tsaiarchive/tar: support reporting and selecting the format
2017-08-24 Francesc Campoycmd/vet: diagnose xml/json tag with space after comma
2017-08-24 Karel Pazderaencoding/xml: improve package based on the suggestions...
2017-08-23 André Carvalhoreflect: handle types with unexported methods before...
2017-08-23 Joe Tsaiarchive/tar: implement Writer support for sparse files
2017-08-23 Ian Lance Taylorcmd/dist: rearrange a couple of tests
2017-08-23 Alexander Morozovsyscall: skip some exec tests in container
2017-08-23 fanzha02cmd/internal/obj/arm64: fix assemble fcmp/fcmpe bug
2017-08-23 Jess Frazellesyscall: move ptrace setup to right before exec
2017-08-23 Josh Bleecher... runtime: only clear pointer-containing memory during...
2017-08-23 Josh Bleecher... runtime: strength reduce key pointer calculation in...
2017-08-23 Josh Bleecher... runtime: use add in mapdelete*
2017-08-23 Josh Bleecher... runtime: strength reduce key pointer calculations in...
2017-08-23 Martin Möhrmannruntime: fix makemap64 function signature
2017-08-23 Agniva De Sarkerall: fix easy-to-miss typos
2017-08-22 Josh Bleecher... runtime: add TestIntendedInlining
2017-08-22 Michael Brandenburgbytes: add examples for TrimLeft and TrimRight
2017-08-22 Martin Möhrmanncmd/compile: extend documentation and sync hiter and...
2017-08-22 Martin Möhrmanncmd/compile: make argument length mismatch in mkcall...
2017-08-22 Martin Möhrmanncmd/compile: generate makemap calls with int arguments
2017-08-22 Martin Möhrmanncrypto/x509: skip TestSystemRoots
2017-08-22 Alberto Donizetticmd/compile: support placeholder name '$' in code gener...
2017-08-22 Guilherme Rezendeio: add example for Pipe
2017-08-22 Heschi Kreinickcmd/compile: emit DW_AT_decl_line
2017-08-22 Martin Möhrmanncmd/compile: replace eqstring with memequal
2017-08-22 Kashav Madancmd/compile: avoid duplicate cast error
2017-08-22 Martin Möhrmannstrconv: check bitsize range in ParseInt and ParseUint
2017-08-22 Lakshay Gargmath: implement the erfcinv function
2017-08-22 fanzha02cmd/internal/obj/arm64: fix assemble movk bug
2017-08-22 Thomas Wanielistago/doc: classify function returning slice of T as const...
2017-08-22 Brian Kesslermath/big: use internal sqr on nats
2017-08-22 Martin Möhrmanncmd/compile: pass stack allocated bucket to makemap...
2017-08-21 Elias Naurmisc/ios: add support for device ids to the exec wrapper
2017-08-21 Kevin Burketime: fix grammar/spelling errors in test comment
2017-08-21 Ben Shicmd/internal/obj/arm: support BFX/BFXU instructions
2017-08-21 philhofercmd/compile: omit unnecessary boolean zero extension...
2017-08-21 Ian Lance Taylorcmd/go: -buildmode=pie forces external linking mode...
2017-08-21 Ryuji IWATAdoc/go1.9: fix typo in Moved GOROOT
2017-08-21 Ryuji IWATAdoc/go1.9: fix typo in crypto/x509 of "Minor changes...
2017-08-21 Alex Brainmancmd/link: introduce and use peFile.addInitArray
2017-08-21 Alex Brainmancmd/link: introduce and use peFile.nextSectOffset and...
2017-08-21 Alex Brainmancmd/link: remove pensect
2017-08-21 Alex Brainmancmd/link: introduce and use peFile.textSect, dataSect...
2017-08-21 Alex Brainmancmd/link: introduce and use peSection.pad
2017-08-21 Alex Brainmancmd/link: introduce and use peSection.checkSegment
2017-08-21 Alex Brainmancmd/link: introduce and use peSection.checkOffset
2017-08-21 Alex Brainmancmd/link: introduce and use peFile.addDWARFSection
2017-08-20 Josh Bleecher... runtime: don't clear pointer-free memory when growing...
2017-08-19 Elias NaurRevert "misc/cgo/testcshared: temporarily skip testing...
2017-08-19 Elias Naurmisc/cgo/testcshared: fix tests on android
2017-08-19 Alex Brainmanmisc/cgo/testcshared: temporarily skip testing on android
2017-08-19 Josh Bleecher... .github: update ISSUE_TEMPLATE to be closer to 'go...
2017-08-19 Russ Coxcmd/go: test and fix missing deep dependencies in list...
2017-08-19 Alex Brainmanmisc/cgo/testcshared: cd into work directory before...
2017-08-19 Joe Tsaiarchive/tar: refactor Reader support for sparse files
2017-08-18 Vlad Krasnovcrypto/aes: make the GHASH part of AES-GCM faster
2017-08-18 Austin Clementsruntime: fix false positive race in profile label reading
2017-08-18 Ilya Tocarcmd/compile/internal/amd64: add ADD[Q|L]constmem
2017-08-18 Daniel Martícmd/*: remove negative uint checks
2017-08-18 Josh Bleecher... runtime: make evacDst a top level type
2017-08-18 Josh Bleecher... runtime: split advanceEvacuationMark from evacuate
2017-08-18 Josh Bleecher... runtime: tiny refactor in evacuate
next