]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-04-21 Josh Bleecher... cmd/compile: remove most uses of duintxx
2017-04-21 Josh Bleecher... cmd/compile: rename dxxx -> dxxxLSym
2017-04-21 Josh Bleecher... cmd/compile: convert dxxx to dxxxLSym
2017-04-21 Robert Griesemercmd/compile/internal/syntax: compute BranchStmt.Target...
2017-04-21 Cherry Zhangcmd/compile: mark ARM's CALLudiv not safepoint
2017-04-21 Brad Fitzpatricknet: skip Windows test using getmac if getmac cmdlet...
2017-04-21 Damien Lespiaucmd/compile: provide a way to auto-discover -d debug...
2017-04-21 Keith Randallcmd/compile: experiment which clobbers all dead pointer...
2017-04-21 Austin Clementsruntime/debug: increase threshold on TestSetGCPercent
2017-04-21 Robert Griesemercmd/compile/internal/types: remove unused lineno argume...
2017-04-21 Austin Clementsruntime/debug: don't trigger a GC on SetGCPercent
2017-04-21 Austin Clementsruntime/debug: expand SetGCPercent test
2017-04-21 Austin Clementsruntime: make gcSetTriggerRatio work at any time
2017-04-21 Austin Clementsruntime: drive proportional sweep directly off heap_live
2017-04-21 Austin Clementsruntime: consolidate all trigger-derived computations
2017-04-21 Austin Clementsruntime: rationalize triggerRatio
2017-04-21 Austin Clementsruntime: consistently use atomic loads for heap_live
2017-04-21 Hiroshi Iokacmd/cgo: remove duplicate mangle definition
2017-04-21 Austin Clementscmd/compile: convert ishairy into a visitor
2017-04-21 Josh Bleecher... cmd/compile: move typepkg to package types
2017-04-21 Josh Bleecher... cmd/compile: unexport types.Sym.LSym
2017-04-21 Josh Bleecher... cmd/compile: move Linksym, linksymname, and isblanksym...
2017-04-21 Josh Bleecher... cmd/compile: simplify sharedProgArray init
2017-04-21 David Lazartesting: use function names to identify helpers
2017-04-21 David Lazarcmd/compile: don't inline functions that call runtime...
2017-04-21 Austin Clementsruntime: inform arena placement using sbrk(0)
2017-04-21 Josh Bleecher... cmd/compile: break up large value rewrite functions
2017-04-21 Josh Bleecher... cmd/compile: stop generating block successor vars in...
2017-04-21 xufei_Alexcrypto/x509: use native compare in test instead of...
2017-04-21 Mostyn Bramley... cmd/go/internal/work: fix TestRespectGroupSticky on...
2017-04-21 Damien Lespiaunet/http: use bullet characters for godoc lists
2017-04-21 Ian Lance Taylorbufio: clarify that Flush returns a cached write error
2017-04-21 Carlisia Camposdoc: add Go Time podcast to the help page
2017-04-20 Keith Randallcmd/compile: zero ambiguously live variables at VARKILLs
2017-04-20 Keith Randallcmd/vendor/arch/x86: pull new version from x repo
2017-04-20 Aliaksandr... sync: align poolLocal to CPU cache line size
2017-04-20 Alberto Donizetticmd/compile: only print one error for bad-type literal...
2017-04-20 Josh Bleecher... cmd/internal/obj: eliminate LSym.Version
2017-04-20 Robert Griesemergo/gcimporter: fix importing of anonymous interfaces
2017-04-20 David Lazarruntime: make test independent of inlining
2017-04-20 Austin Clementsruntime/pprof: don't accept "," in profile PCs
2017-04-20 Austin Clementsruntime/pprof: accept fewer PCs
2017-04-20 Josh Bleecher... runtime: improve ExampleFrames
2017-04-20 Austin Clementsruntime/pprof: fix period information
2017-04-20 Samuel Tanhtml/template: ignore case when handling type attribute...
2017-04-20 Matthew Dempskycmd/compile/internal/gc: make defframe arch-independent
2017-04-20 Ilya Tocarcmd/internal/obj/x86: fix relocation offset for VEX...
2017-04-20 Samuel Tanhtml/template: ensure that MIME type handling is case...
2017-04-20 Lynn Bogercmd/compile: add rotates to PPC64.rules
2017-04-20 Alberto Donizetticmd/trace: document that trace viewer is only tested...
2017-04-20 James Nevedoc: escape some HTML in Effective Go code examples
2017-04-20 Josh Bleecher... cmd/compile: rework handling of udiv on ARM
2017-04-20 Josh Bleecher... cmd/internal/obj: split Link.hash into version 0 and 1
2017-04-20 Josh Bleecher... cmd/compile: remove haslabelgoto
2017-04-20 Dave Cheneycmd/link/internal/ld: remove C style gotos from ldelf
2017-04-19 Dave Cheneycmd/internal/obj: remove unused obj.Linksymfmt
2017-04-19 Robert Griesemercmd/compile/internal/types: remove Sym.Link field
2017-04-19 Josh Bleecher... cmd/compile: call fieldtrack after flushing Progs
2017-04-19 Austin Clementscmd/compile: expand comment on cgo_unsafe_args in inlinine
2017-04-19 Robert Griesemercmd/compile/internal/types: unexport PkgMap, remove...
2017-04-19 Robert Griesemercmd/compile/internal/types: don't export Nopkg anymore
2017-04-19 Robert Griesemercmd/compile: pass package name to types.NewPkg
2017-04-19 Robert Griesemercmd/compile: move and rename mkpkg to types.NewPkg
2017-04-19 Daniel Martíall: remove redundant returns
2017-04-19 Aliaksandr... cmd/vet: skip unreachable "if" and "case" code in shift...
2017-04-19 Michael Mundaycmd/internal/obj/s390x: delete unused REGZERO constant
2017-04-19 Austin Clementscmd/trace: show swept and reclaimed bytes
2017-04-19 Austin Clementsruntime: record swept and reclaimed bytes in sweep...
2017-04-19 Austin Clementsruntime: make sweep trace events encompass entire sweep...
2017-04-19 Michael Mundayruntime: avoid restricting GOARCH values in documentation
2017-04-19 Adam Langleycrypto/elliptic: fix carry bug in x86-64 P-256 implemen...
2017-04-19 Josh Bleecher... runtime: preallocate some overflow buckets
2017-04-19 Josh Bleecher... runtime: add a map growth benchmark
2017-04-19 Josh Bleecher... runtime: add bmap.setoverflow
2017-04-19 Josh Bleecher... runtime: convert hmap.overflow into hmap.extra
2017-04-19 Josh Bleecher... runtime: refactor hmap setoverflow into newoverflow
2017-04-19 Todd Nealcmd/internal: remove duplicate pathToPrefix function
2017-04-19 xufei_Alexgo/format: quote bytes in comments for readability
2017-04-19 Dave Cheneycmd/compile/internal/ppc64: remove unused condOps map
2017-04-19 David Chasecmd/compile: enhance postorder computation and repair...
2017-04-19 Robert Griesemercmd/compile: better variable names in internal/syntax...
2017-04-19 Robert Griesemercmd/compile: report block start for gotos jumping into...
2017-04-19 Todd Neal.gitignore: change path to zbootstrap.go
2017-04-19 Robert Griesemercmd/compile: remove uses of types.Dclstack - not needed...
2017-04-19 Robert Griesemercmd/compile: check labels and branches during parse...
2017-04-19 Matthew Dempskycmd/internal/objabi: extract shared functionality from obj
2017-04-18 Alexander Menzhinskycmd/cgo: read source files once
2017-04-18 Josh Bleecher... cmd/vet: make tests safe for perl 5.26
2017-04-18 Alexander Menzhinskycmd/cgo: reject references to builtin functions other...
2017-04-18 Michael Hudson... cmd/link: replace Segment's linked list of Sections...
2017-04-18 David Lazario: correctly compute call depth in test
2017-04-18 David Lazarruntime: fix TestCaller with -l=4
2017-04-18 David Lazarruntime: make example independent of inlining
2017-04-18 David Lazarruntime: skip logical frames in runtime.Caller
2017-04-18 Josh Bleecher... encoding/hex: change lookup table back to string
2017-04-18 Matthew Dempskycmd/internal/obj: un-embed FuncInfo field in LSym
2017-04-18 Josh Bleecher... cmd/compile: eliminate dead code in if statements after...
2017-04-18 Sebastien Binetreflect: document ptrdata field of rtype
2017-04-18 Daniel Martíall: remove unnecessary ", _" from map reads
2017-04-18 Aliaksandr... sync: improve Pool performance
next