]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-08-29 Alex Brainmancmd/link: introduce and use peFile.writeSymbol
2017-08-29 Alex Brainmancmd/link: move perelocsect into peFile.emitRelocations...
2017-08-29 Alex Brainmancmd/link: introduce peFile.ctorsSect and use it in...
2017-08-29 Alex Brainmancmd/link: introduce and use peFile.emitRelocations
2017-08-29 Alex Brainmancmd/link: introduce and use peSection.emitRelocations
2017-08-29 Hiroshi Iokacmd/link: fix warning for buildmode=plugin on darwin...
2017-08-29 Kunpei Sakaidebug/macho: add missing file flags
2017-08-29 Hiroshi Iokacmd/cgo: avoid using common names for sniffing
2017-08-28 Matthew Dempskycmd/compile: merge tempnamel into tempAt
2017-08-28 Josh Bleecher... cmd/compile: add Type.NumResults and friends
2017-08-28 Rob Pikecmd/doc: search for packages in the two-arg case
2017-08-28 Keith Randallcmd/compile: avoid generating large offsets
2017-08-28 Hana Kimcmd/trace: add -d that prints parsed traces
2017-08-28 Martin Möhrmannruntime: specialize memhash32 and memhash64
2017-08-28 Tom Bergandoc/1.9: add mention of net/http.LocalAddrContextKey
2017-08-28 Josh Bleecher... runtime: only clear key string's pointer in mapdelete_f...
2017-08-28 Josh Bleecher... runtime: remove t.indirectvalue handling in fast evacua...
2017-08-28 Josh Bleecher... runtime: speed up key copying in specialized evacuate...
2017-08-28 Josh Bleecher... runtime: remove handling of indirect key types in evacu...
2017-08-28 Josh Bleecher... runtime: remove handling of non-reflexive key types...
2017-08-28 Josh Bleecher... runtime: replace t.keysize with fixed key size in evacu...
2017-08-28 Josh Bleecher... runtime: add specialized copies of growWork and evacuate
2017-08-28 Michael Fraenkelnet/http: Set a timeout on Request.Context when using...
2017-08-28 Keith Randallcmd/compile: use keyed struct for asm tests
2017-08-28 Ilya Tocarcmd/compile/internal/ssa: Mark ADD[Q|L]const as remater...
2017-08-28 Karsten Köhlersort: add examples for IntsAreSorted, Float64s and...
2017-08-28 Elias Naurmisc/ios,src/iostest.bash: support GOIOS_DEVICE_ID
2017-08-28 David du Colombiercmd/compile: don't use MOVOstore for move on plan9...
2017-08-28 Artyom Pervukhinnet/http: mention RegisterOnShutdown in Server.Shutdown...
2017-08-28 Ben Shicmd/compile: optimize ARM with more efficient MOVB...
2017-08-28 Matej Baćoregexp: examples for Regexp.Expand and Regexp.ExpandStr...
2017-08-28 Wei Xiaocmd/internal/objfile: add arm64 disassembler support
2017-08-28 Daniel Martíall: remove some unused result params
2017-08-28 Hiroshi Iokacmd/link: refactor *reloc
2017-08-28 Josh Bleecher... cmd/compile: use raceX instead of raceXrange for types...
2017-08-28 Ulrich Kunitzcrypto/rsa: fix URL for the PKCS #1 v2.2 document in...
2017-08-28 Rob Pikefmt: document verbs %b %d %o %x %X for printing pointers
2017-08-28 Dmitri Shuralyovcmd/go/internal/load: fix IsMetaPackage function name...
2017-08-27 Hiroshi Iokacmd/link: avoid leaking file in ldshlibsyms
2017-08-26 Josh Bleecher... cmd/compile: don't generate race calls for zero-sized...
2017-08-26 Daniel Martíall: remove some double spaces from comments
2017-08-25 Joe Tsaiarchive/tar: improve package documentation
2017-08-25 Joe Tsaiarchive/tar: add raw support for global PAX records
2017-08-25 Hiroshi Iokacmd/link: fix debug message
2017-08-25 Daniel Martítesting: error if -parallel is given N<1
2017-08-25 Meir Fischertesting: ensure profiles are written upon -timeout...
2017-08-25 Artyom Pervukhincrypto/tls: fix docstring of Config.ClientSessionCache
2017-08-25 Joe Tsaiarchive/tar: support arbitrary PAX records
2017-08-25 Joe Tsaigo/build: add go1.10 build tag
2017-08-25 Ian Lance Taylorruntime: unify sigTabT type across Unix systems
2017-08-25 Borja Clementebytes: Add missing examples to functions
2017-08-25 Tom Levysort: fix mix-up between "!less" and "greater" in examples
2017-08-25 fanzha02cmd/internal/obj/arm64: fix assemble fcsels/fcseld bug
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
next