]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-09-21 Brad Fitzpatrickimage/draw: add FloydSteinberg Drawer example
2016-09-20 Brad Fitzpatrickdoc: add some missing HTML tags in the FAQ
2016-09-20 Keith Randallcmd/compile: improve tighten pass
2016-09-20 Keith Randallcmd/compile: simple cleanups
2016-09-20 Damien Neilsyscall: validate ParseDirent inputs
2016-09-20 Austin Clementsruntime: consistency check for G rescan position
2016-09-20 Austin Clementsruntime: report GCSys and OtherSys in heap profile
2016-09-20 Cherry Zhangcmd/compile: simplify div/mod on ARM
2016-09-20 Jaana Burcu... net/http/httptrace: fix bad tracing example
2016-09-20 Michael Hudson... cmd/link: remove more unused ctxt parameters
2016-09-20 Michael Hudson... cmd/link: kill off Symbols.Version
2016-09-20 Michael Hudson... cmd/link: remove now-unused ctxt arguments from a few...
2016-09-20 Michael Hudson... cmd/link: remove Linklookup & Linkrlookup
2016-09-20 Michael Hudson... cmd/link: use ctxt.{Lookup,ROLookup} in favour of funct...
2016-09-20 Michael Hudson... cmd/link: do not directly embed Symbols in Link
2016-09-20 Michael Hudson... cmd/link: split "bag of Symbols" functionality out...
2016-09-20 David Crawshawcmd/internal/obj, cmd/link: darwin dynlink support
2016-09-20 David Crawshawcmd/link: remove Cursym
2016-09-20 David Crawshawcmd/link: replace ld.Link.Diag with ld.Errorf
2016-09-19 Keith Randalldoc: mention KeepAlive & input args change
2016-09-19 Michael Hudson... cmd/link: move comment somewhere more appropriate
2016-09-19 Tormod Erevik Leacmd/vet: hard-code program name in usage message
2016-09-19 Rob Piketime: allow long fractions in ParseDuration
2016-09-19 Michael Mundaycmd/compile: intrinsify Ctz{32,64} and Bswap{32,64...
2016-09-19 Carlos Eduardo Seocmd/asm, cmd/internal/obj/ppc64: add ppc64 vector regis...
2016-09-19 Emmanuel Odekecrypto/md5, crypto/sha1, crypto/sha256: add examples...
2016-09-19 Keith Randallcmd/compile: args no longer live until end-of-function
2016-09-19 Brady Sullivannet/http: rename Post's parameter from bodyType to...
2016-09-19 Keith Randallcmd/compile: cache CFG-dependent computations
2016-09-19 Keith Randallcmd/compile: fold ADDconsts together for PPC
2016-09-19 Keith Randallcmd/compile: inline convT2{I,E} when result doesn't...
2016-09-19 Rob Pikecmd/vet: fix documentation for -structtags
2016-09-18 Michael Hudson... cmd/link: remove size and version from genasmsym's...
2016-09-18 Michael Hudson... cmd/link: give names and a type to the symbol types...
2016-09-18 Cherry Zhangcmd/dist: fix internal linking check for mips64le
2016-09-17 Cherry Zhangcmd/compile: intrinsify runtime/internal/atomic.Xaddint64
2016-09-17 David Crawshawplugin: cast dlerror return value for android
2016-09-17 Keith Randallcmd/compile: fix format verbs in ssa package
2016-09-17 Matthew Dempskycmd/internal/obj: remove ACHECKNIL
2016-09-17 Matthew Dempskycmd/internal/obj: simplify Plists
2016-09-17 Trey Lawrencecmd/compile: fix compiler bug for constant equality...
2016-09-17 Matthew Dempskycmd/internal/obj: replace AGLOBL with (*Link).Globl
2016-09-17 Dan Petersonnet: respect resolv.conf rotate option
2016-09-17 Suyashsort: fix search descending order example
2016-09-16 David Crawshawcmd/dist: disable plugin test on arm64
2016-09-16 David Crawshawcmd/dist: unify internal linking checks
2016-09-16 David Crawshawcmd/dist: skip libgcc test on arm64 and mips64
2016-09-16 David Crawshawcmd/dist: disable plugin test on ppc64le and s390x
2016-09-16 Matthew Dempskycmd/compile: remove Arch.REGCTXT
2016-09-16 David Crawshawcmd/link: remove never-set Windows variable
2016-09-16 Matthew Dempskycmd/compile: change goarch.Main into goarch.Init
2016-09-16 Robert Griesemercmd/compile/internal/syntax: support for alias declarations
2016-09-16 David Crawshawcmd/link: skip arch-specific main function
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
next