]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-02-24 Lorenzo Masinicmd/compile: speed up TestAssembly
2017-02-24 Russ Coxtest: deflake locklinear a little
2017-02-24 Kevin Burkecmd/internal/browser: fix typo
2017-02-24 Russ Coxruntime: check that pprof accepts but doesn't need...
2017-02-24 Russ Coxruntime/pprof/internal/profile: move internal/pprof...
2017-02-24 Russ Coxruntime/pprof: add streaming protobuf encoder
2017-02-24 Robert Griesemermath/big: use math/bits where appropriate
2017-02-24 Raul Silveracmd/pprof: vendor pprof from github.com/google/pprof
2017-02-24 Chris Broadfootcmd/internal/browser: wait 3 seconds for non-zero exit...
2017-02-24 Josh Bleecher... cmd/compile: evaluate zero-sized values converted to...
2017-02-24 Robert Griesemercmd/compile/internal/parser: improved a couple of error...
2017-02-24 Ian Lance Taylorvendor/golang_org/x/crypto/chacha20poly1305: revendor
2017-02-24 Sean Christophersonrun.bash: set GOPATH to $GOROOT/nil before running...
2017-02-24 Russ Coxruntime/pprof: use more efficient hash table for stagin...
2017-02-24 Russ Coxruntime/pprof: use new profile buffers for CPU profiling
2017-02-24 Russ Coxruntime: do not allocate on every time.Sleep
2017-02-24 Joe Tsaicmd/doc: truncate long lists of arguments
2017-02-24 Joe Tsaicrypto/tls: use io.ReadFull in conn_test.go
2017-02-23 David Chasecmd/compile: repaired loop-finder to handle trickier...
2017-02-23 Robert Griesemergo/types: fix doc string for Named.Obj
2017-02-23 David R. Jennicmd/compile: silence superfluous assignment error message
2017-02-23 Russ Coxruntime: new profile buffer implementation supporting...
2017-02-23 Alberto Donizettiwebsite: mention go1.8 in project page
2017-02-23 Chris Broadfootcmd/internal/browser: use xdg-open only from a desktop...
2017-02-23 Josh Bleecher... cmd/vet/all: use -dolinkobj=false to speed up runs
2017-02-23 Josh Bleecher... cmd/compile: add -dolinkobj flag
2017-02-22 Brad Fitzpatrickdoc: fix broken link in go1.8.html
2017-02-22 Michael Mundaycmd/compile: rewrite pairs of shifts to extensions
2017-02-22 Kenny Grantsort: new example: Sorting slices with sort.SliceStable
2017-02-22 Carlos Eduardo Seocmd/internal/obj/ppc64: Fix RLDIMI
2017-02-22 Yuval Pavel... net: update IP.MarshalText documentation regarding...
2017-02-22 Martin Möhrmannmath: speed up and improve accuracy of Pow10
2017-02-22 Michael Prattcmd/dist: fix negative test filtering
2017-02-22 Emmanuel Odekecmd/compile: suppress callsite signatures if any type...
2017-02-22 Alexander Döringmath: add more tests for special cases of Bessel functi...
2017-02-22 Ian Lance Taylorcontext: document that Err is unspecified before Done
2017-02-22 Lynn Bogerruntime: more detail for crash_test.go
2017-02-22 Michael Mundaycmd/compile: zero extend when replacing load-hit-store...
2017-02-22 David Chasecmd/compile: add opcode flag hasSideEffects for do...
2017-02-22 Ian Lance Taylorreflect: fix bucketOf to only look at ptrdata entries...
2017-02-22 Ian Lance Taylorcmd/compile: update builtin writeBarrier to match runtime
2017-02-21 Kevin Burkedoc: use appropriate type to describe return value
2017-02-21 Cherry Zhangcmd/compile: do not fold offset into load/store for...
2017-02-21 Robert Griesemermath/big: define Word as uint instead of uintptr
2017-02-21 Michael Mundaycmd/compile: fix type of OffPtr generated by ODOTPTR
2017-02-21 Alberto Donizettifmt: add short note about %g precision
2017-02-21 Josh Bleecher... syscall: fix linux/mipsx ret value FP offsets for Syscall9
2017-02-21 Josh Bleecher... sync/atomic: fix mipsx frame sizes
2017-02-21 Josh Bleecher... runtime: use standard linux/mipsx clone variable names
2017-02-21 Josh Bleecher... crypto/aes: minor ppc64 assembly naming improvements
2017-02-21 Josh Bleecher... cmd/vet/all: update windows whitelist
2017-02-21 Josh Bleecher... runtime: update assembly var names after monotonic...
2017-02-21 Josh Bleecher... cmd/vet/all: update whitelists for monotonic time changes
2017-02-21 Josh Bleecher... cmd/vet/all: add mips and mipsle
2017-02-21 Josh Bleecher... cmd/vet/all: work around vet printf checker deficiencies
2017-02-21 Ian Lance Tayloros/exec: deflake TestStdinCloseRace
2017-02-21 Cherry Zhangcmd/compile: fix storeOrder
2017-02-21 Alex Brainmancmd/link: simplify peemitreloc
2017-02-21 Alex Brainmancmd/link: reorder pe sections
2017-02-21 Alex Brainmancmd/link: do not add __image_base__ and _image_base__...
2017-02-21 Alex Brainmancmd/link: add all pe section names to pe symbol table
2017-02-21 Alex Brainmancmd/link: introduce shNames
2017-02-21 Alex Brainmancmd/link: set VirtualAddress to 0 for external linker
2017-02-20 Brad Fitzpatrickruntime/pprof: mark TestMutexProfile as flaky for now
2017-02-19 David Lazarcmd/objdump: make test independent of inlining
2017-02-19 Martin Möhrmanncmd/compile: remove unused constant divide strength...
2017-02-19 Robert Griesemermath/bits: faster OnesCount
2017-02-19 Martin Möhrmannfmt: remove unused global variable byteType
2017-02-19 Keith Randallcmd/compile: amd64, allow XCHG on stack pointers
2017-02-19 Jaana Burcu... cmd/go/internal/envcmd: report PKG_CONFIG after the...
2017-02-19 Martin Möhrmannfmt: support sharp flag for float and complex value...
2017-02-18 Kenny Grantnet/url: document that Query returns only valid values
2017-02-18 Martin Möhrmannmath: protect benchmarked functions from being optimize...
2017-02-18 Martin Möhrmannos: remove incorrect detection of O_CLOEXEC flag on...
2017-02-18 Kenny Grantgo/doc: allow : in godoc links
2017-02-17 Robert Griesemermath/bits: added benchmarks for Leading/TrailingZeros
2017-02-17 Robert Griesemermath/bits: faster Rotate functions, added respective...
2017-02-17 Robert Griesemermath/bits: faster OnesCount, added respective benchmarks
2017-02-17 Ilya Tocarcmd/compile/internal/ssa: combine load + op on AMD64
2017-02-17 Keith Randallcmd/compile: fix 32-bit unsigned division on 64-bit...
2017-02-17 Robert Griesemermath/bits: faster Reverse, ReverseBytes
2017-02-17 Matthew Dempskycmd/compile/internal/gc: remove Node.IsStatic field
2017-02-17 Cherry Zhangcmd/compile: check both syms when folding address into...
2017-02-17 Robert Griesemermath/bits: fix benchmarks (make sure calls don't get...
2017-02-17 Robert Griesemermath/bits: much faster ReverseBytes, added respective...
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...
next