]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-09-16 Keith Randallcmd/compile: turn live variable test off for ppc
2016-09-16 Matthew Dempskycmd/compile: remove unused Label fields
2016-09-16 Keith Randallcmd/compile: reorganize SSA register numbering
2016-09-16 David Crawshawcmd/link: give RelocVariant a type, document Reloc
2016-09-16 David Crawshawcmd/link: attempt to rationalize linkmode init
2016-09-16 David Crawshawmisc/cgo/testplugin: add test of -buildmode=plugin
2016-09-16 David Crawshawcmd/go: support -buildmode=plugin on linux
2016-09-16 David Crawshawplugin: new package for loading plugins
2016-09-16 David Chasecmd/compile: elide unnecessary sign/zeroExt, PPC64
2016-09-16 Cherry Zhangcmd/compile: label LoadReg with line number of the use
2016-09-16 Cherry Zhangcmd/compile: enable rewritings that are blocked by...
2016-09-16 David Crawshawruntime: avoid dependence on main symbol
2016-09-16 David Crawshawcmd/link: -buildmode=plugin support for linux
2016-09-16 Suyashsort: add examples for sort.Search
2016-09-16 Matthew Dempskycmd/compile: remove unused cases in Naddr
2016-09-16 Emmanuel Odekeos/exec: add examples for CombinedOutput, StdinPipe...
2016-09-16 Matthew Dempskycmd/internal/obj: remove Addr.Etype and Addr.Width
2016-09-16 Dave Cheneycmd/compile/internal/gc: make Nod private
2016-09-16 Cherry Zhangcmd/link: fix number-of-files entry in gopclntab
2016-09-16 Matthew Dempskycmd/compile: remove Betypeinit
2016-09-16 Matthew Dempskycmd/compile: remove traces of old register allocator
2016-09-16 Matthew Dempskycmd/compile: remove more dead code
2016-09-16 Vitor De Mariodoc: change variable name in Effective Go
2016-09-15 Alberto Bertoglinet: document dummy byte in ReadMsgUnix and WriteMsgUnix
2016-09-15 David Chasecmd/compile: adapt GOSSAHASH to set a DebugTest flag...
2016-09-15 Keith Randalltest,cmd/compile: remove _ssa file suffix
2016-09-15 Keith Randalltest: make SSA tests unconditional
2016-09-15 Sam Whitedcmd/fix: add golang.org/x/net/context fix
2016-09-15 Mohit Agarwalcmd/go: add distribution-specific info for Linux to...
2016-09-15 David Chasecmd/compile: repair GOSSAFUNC functionality
2016-09-15 Josh Bleecher... cmd/compile: remove gins
2016-09-15 Josh Bleecher... cmd/compile: nodintconst is the new Nodintconst
2016-09-15 Josh Bleecher... cmd/compile: unroll comparisons to short constant strings
2016-09-15 Dave Cheneycmd/compile/internal/gc: unexport private variables
2016-09-15 Dave Cheneycmd/compile/internal/gc: fix build
2016-09-15 Josh Bleecher... cmd/compile: unwrap fewer CONVNOPs in staticassign
2016-09-15 Dave Cheneycmd/compile/internal/gc: unexport more helper functions
2016-09-15 Josh Bleecher... cmd/go: make bug subcommand open the browser
2016-09-15 Matthew Dempskycmd/compile, runtime: remove throwreturn
2016-09-15 Matthew Dempskycmd/compile: deduplicate appendpp functions
2016-09-15 Matthew Dempskycmd/compile: eliminate differences in appendpp functions
2016-09-15 Matthew Dempskycmd/compile: remove more dead code
2016-09-15 Matthew Dempskycmd/compile: remove ginscon2 functions
2016-09-15 Dave Cheneycmd/compile/internal/gc: unexport helper functions
2016-09-15 Dave Cheneycmd/compile/internal/gc: remove dead code
2016-09-15 Keith Randallcmd/compile: delete lots of the legacy backend
2016-09-15 Keith Randallcmd/compile: redo nil checks
2016-09-14 Josh Bleecher... cmd/dist: run vet/all on dedicated builders
2016-09-14 Matthew Dempskycmd/compile: fix comma-ok assignments for non-boolean ok
2016-09-14 Martin Möhrmanncmd/compile: intrinsify slicebytetostringtmp when not...
2016-09-14 Josh Bleecher... cmd/vet/all: check platforms concurrently
2016-09-14 Joe Tsaitime: document in UnixNano when the value is valid
2016-09-14 Matthew Dempskycmd/compile: add Nodes.Prepend helper method
2016-09-14 Brad Fitzpatrickmath/big: cut 2 minutes off race tests
2016-09-14 Brad Fitzpatricksort: cut 140 seconds off race build tests
2016-09-14 Josh Bleecher... cmd/compile, cmd/link: fix printf verbs
2016-09-14 Josh Bleecher... cmd/vet/all: update whitelist
2016-09-14 Josh Bleecher... cmd/compile/internal/obj/x86: eliminate some function...
2016-09-14 Josh Bleecher... cmd: add internal/browser package
2016-09-14 Brad Fitzpatrickbytes: cut 10 seconds off the race builder's benchmark...
2016-09-14 Brad Fitzpatrickregexp: don't run slow benchmarks on race builders
2016-09-14 Keith Randallcmd/compile: make ssa compilation unconditional
2016-09-14 David Chasecmd/compile: enable SSA for PowerPC 64 Big-endian
2016-09-14 Brad Fitzpatrickcmd/dist: skip compiling 100 packages without benchmark...
2016-09-14 Josh Bleecher... cmd/dist: skip broken cgo race tests on darwin
2016-09-14 Jan Mercltest/float_lit2: fix expressions in comment
2016-09-14 David Crawshawcmd/dist: re-enable internal PIE test
2016-09-14 David Crawshawcmd/link: R_ADDR dynamic relocs for internal PIE
2016-09-14 David Staintonsyscall: add bounds checking and error returns to Parse...
2016-09-14 Emmanuel Odekeos: add more examples
2016-09-14 Aaron Jacobsnet/http: clarify Request.ContentLength behavior on...
2016-09-13 David Crawshawcmd/internal/obj: regenerate stringer values
2016-09-13 David Crawshawcmd/link: address comments from CL 28540
2016-09-13 Matthew Dempskycmd/compile: remove two unnecessary Pkg fields
2016-09-13 Matthew Dempskycmd/compile/internal/gc: eliminate bstdout
2016-09-13 Hiroshi Iokaencoding/asn1: reduce allocations in Marshal
2016-09-13 Adam Langleycrypto/rsa: ensure that generating toy RSA keys doesn...
2016-09-13 Michael Mundaytest: re-enable phi optimization test
2016-09-13 Michael Mundaycmd/compile: add SSA backend for s390x and enable by...
2016-09-13 Brad Fitzpatricknet/http: make Transport support international domain...
2016-09-13 Brad Fitzpatricknet/http: update bundled x/net/http2
2016-09-13 Josh Bleecher... runtime: limit the number of map overflow buckets
2016-09-13 Robert Griesemercmd/compile: reduce allocs some more
2016-09-13 Lynn Bogercmd/asm: ppc64le support for ISEL for use by SSA
2016-09-13 Paul Bormantext/template: improve lexer performance in finding...
2016-09-13 Michael Hudson... cmd/link: fix -buildmode=pie / -linkshared combination
2016-09-13 Cherry Zhangcmd/compile, runtime/internal/atomic: intrinsify And8...
2016-09-13 Robert Griesemercmd/compile: remove another bytes.Buffer use in fmt.go
2016-09-13 Robert Griesemercmd/compile: reduce allocs to c85b77c (pre-fmt.go chang...
2016-09-12 Keith Randallcmd/compile: get rid of BlockCall
2016-09-12 Keith Randallruntime: make gdb test resilient to line numbering
2016-09-12 Keith Randallcmd/compile: fix tuple-generating flag ops as clobberin...
2016-09-12 Quentin Smithtime: improve Truncate and Round documentation
2016-09-12 Matthew Dempskycmd/compile: remove incannedimport
2016-09-12 David Crawshawcmd/dist: disable test of internal PIE linking
2016-09-12 Matthew Dempskycmd/compile: remove Pointer from builtin/unsafe.go
2016-09-12 Matthew Dempskycmd/compile: deduplicate importtype and (*importer...
2016-09-12 Robert Griesemercmd/compile: update fmt.go internal documentation
2016-09-12 Robert Griesemercmd/compile: rewrite %1v and %2v formats to %S and...
2016-09-12 Robert Griesemercmd/compile: improved format string handling, faster...
next