]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-02-17 Robert Griesemermath/bits: much faster Reverse, added respective benchmarks
2017-02-17 Cherry Zhangcmd/compile: fix some types in SSA
2017-02-17 Cherry Zhangcmd/compile: redo writebarrier pass
2017-02-17 Cherry Zhangcmd/compile: re-enable nilcheck removal in same block
2017-02-17 Robert Griesemermath/bits: expand doc strings for all functions
2017-02-17 Koki Ideall: fix a few typos in comments
2017-02-17 Dmitry Vyukovsync: make Mutex more fair
2017-02-17 Wander Lairson... syscall: only call setgroups if we need to
2017-02-17 Keith Randallcmd/compile: move constant divide strength reduction...
2017-02-16 Matthew Dempskycmd/compile: simplify needwritebarrier
2017-02-16 Shenghou Mamath: fix typos in Bessel function docs
2017-02-16 Robert Griesemermath/bits: added package for bit-level counting and...
2017-02-16 Robert Griesemercmd/compile/internal/syntax: better errors and recovery...
2017-02-16 Russ Coxruntime: use balanced tree for addr lookup in semaphore...
2017-02-16 Matthew Dempskycmd/compile/internal/gc: drop unused src.XPos params...
2017-02-16 Russ Coxruntime: run mutexevent profiling without holding semaR...
2017-02-16 Russ Coxsync: deflake TestWaitGroupMisuse2
2017-02-16 Chris Broadfootdoc: document go1.8
2017-02-16 Alex Brainmancmd/link: delay calculating pe file parameters after...
2017-02-16 Alex Brainmancmd/link: set pe section and file alignment to 0 during...
2017-02-16 Alex Brainmandebug/pe: add test to check dwarf info
2017-02-15 Matthew Dempskycmd/compile/internal/gc: skip useless loads for non...
2017-02-15 Matthew Dempskycmd/compile/internal/gc: document (*state).checkgoto
2017-02-15 Ian Lance Taylorinternal/poll: define PollDescriptor on plan9
2017-02-15 Sarah Adamsdoc: update Code of Conduct wording and scope
2017-02-15 Ian Lance Tayloros: skip TestPipeThreads on Solaris
2017-02-15 Ian Lance Tayloros: skip TestPipeThreads on Plan 9
2017-02-15 Russ Coxruntime: do not call wakep from enlistWorker, to avoid...
2017-02-15 Hana Kimruntime/pprof: print newly added fields of runtime...
2017-02-15 Heschi Kreinickcmd/compile/internal/ssa: display NamedValues in SSA...
2017-02-15 Lynn Bogercmd/go: improve stale reason for packages
2017-02-15 Ian Lance Tayloros: use poller for file I/O
2017-02-15 Dave Cheneyinternal/poll: remove unused poll.pollDesc methods
2017-02-15 Marcel van... testing: fix stats bug for sub benchmarks
2017-02-15 Robert Griesemercmd/compile/internal/syntax: compiler directives must...
2017-02-15 Alex Brainmaninternal/testenv: do not delete target file
2017-02-15 Robert Griesemercmd/compile: fix position for "missing type in composit...
2017-02-15 Robert Griesemercmd/compile/internal/syntax: establish principled posit...
2017-02-14 Daniel Martímath/big: simplify bool expression
2017-02-14 Russ Coxencoding/xml: fix incorrect indirect code in chardata...
2017-02-14 Bryan C. Millsmime: add benchmarks for TypeByExtension and Extensions...
2017-02-14 Kirill Smelkovcmd/compile/internal/ssa: combine 2 byte loads + shifts...
2017-02-14 Bryan C. Millsexpvar: add benchmarks for steady-state Map Add calls
2017-02-14 Michael Mundaymath/big: fix s390x test build tags
2017-02-14 Cherry Zhangcmd/compile: undo special handling of zero-valued STRUCTLIT
2017-02-14 Kirill Smelkovcmd/compile/internal/ssa: generate bswap/store for...
2017-02-14 Kale Blankenshipnet/http: document ErrServerClosed
2017-02-14 Austin Clementsruntime: remove g.stackAlloc
2017-02-14 Austin Clementsruntime: remove stack barriers
2017-02-14 Austin Clementsruntime: remove rescan list
2017-02-14 Austin Clementsruntime: remove unused debug.wbshadow
2017-02-14 Nathan Cazanet/http: handle absolute paths in mapDirOpenError
2017-02-14 Josh Bleecher... runtime: fix some assembly offset names
2017-02-14 Josh Bleecher... all: fix some printf format strings
2017-02-14 Josh Bleecher... all: use keyed composite literals
2017-02-14 Dave Cheneyinternal/poll: only build str.go on plan9
2017-02-14 Dave Cheneyinternal/poll: remove named return values and naked...
2017-02-14 Caleb Sparetime: add Duration.Truncate and Duration.Round
2017-02-14 Josh Bleecher... runtime: speed up fastrand() % n
2017-02-13 Ian Lance Taylorinternal/poll: return error if WriteConsole fails
2017-02-13 Ian Lance Taylorruntime: if runtime is stale while testing, show StaleR...
2017-02-13 Robert Griesemercmd/compile/internal/syntax: generalize error about...
2017-02-13 Robert Griesemercmd/compile/internal/syntax: better error for malformed...
2017-02-13 Matthew Dempskycmd/internal/obj: add AddrName type and cleanup AddrTyp...
2017-02-13 Kirill Smelkovcmd/compile: Show arch/os when something in TestAssembl...
2017-02-13 Sameer Ajmanicmd/go: add "syscall" to the set of packages that run...
2017-02-13 Sokolov Yuraruntime: make fastrand to generate 32bit values
2017-02-13 Sameer Ajmaninet/http: document Response.Header values that are...
2017-02-13 Michael Mundaycmd/compile: fix s390x load-combining rules
2017-02-13 Ian Lance Taylorruntime: if runtime is stale while testing, show cmd...
2017-02-13 Sameer Ajmanisyscall: delete the "use" function and calls in non...
2017-02-13 Chris Manghanecmd/go: respect group sticky bit on install.
2017-02-13 Ian Lance Taylornet: use internal/poll for DragonFly setKeepAlivePeriod
2017-02-13 Ian Lance Taylorinternal/poll: only export FD.eofError for testing...
2017-02-13 Daniel Theophanesdatabase/sql: convert test timeouts to explicit waits...
2017-02-13 Ian Lance Taylornet: refactor poller into new internal/poll package
2017-02-13 Keith Randallcmd/compile: fix load-combining rules
2017-02-13 Jaana Burcu... cmd/trace: document the final step to use pprof-like...
2017-02-13 Josh Bleecher... cmd/compile: cull some dead arch-specific Ops
2017-02-13 Keith Randallcmd/compile: optimize non-empty-interface type conversions
2017-02-13 Robert Griesemercmd/compile/internal/parser: don't crash after unexpect...
2017-02-13 Josh Bleecher... runtime: add Frames example
2017-02-13 Erik Dubbelboernet: use bytes.Equal instead of bytesEqual
2017-02-12 Alex Brainmanpath/filepath: add test for directory junction walk
2017-02-12 Russ Coxruntime: use two-level list for semaphore address searc...
2017-02-12 Cezar Sa Espinolaimage/png: reduce memory allocs encoding images by...
2017-02-11 Josh Bleecher... cmd/internal/obj/x86: add comments to wrapper prologue...
2017-02-11 Josh Bleecher... cmd/compile: make panicwrap argument-free
2017-02-11 Josh Bleecher... testing: fix copy/paste in docs
2017-02-11 Dhananjay Nakranicmd/compile: Ensure left-to-right assignment
2017-02-11 Paul Jollydoc: improve issue template and contribution guidelines
2017-02-11 Alberto Donizettistrings: make parameters names less confusing
2017-02-11 Remi Gilligpath/filepath: fix TestWinSplitListTestsAreValid on...
2017-02-11 Jaana Burcu... cmd/nm: extend help text to document the flags
2017-02-11 Josh Bleecher... testing: only call ReadMemStats if necessary when bench...
2017-02-10 Nigel Taoimage/color: tweak the YCbCr to RGBA conversion formula...
2017-02-10 Matthew Dempskycmd/compile: eliminate OASWB
2017-02-10 Ian Lance Taylorcmd/go: copy FFLAGS from build.Package
2017-02-10 Bryan C. Millsexpvar: make BenchmarkAdd{Same,Different} comparable...
2017-02-10 Mark Adamscmd/go: use Bitbucket v2 REST API when determining VCS
next