]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-05-31 Andrew Gerrandsync: document that RWMutex read locks may not be held...
2016-05-31 Josh Bleecher... path/filepath: prevent infinite recursion on Windows...
2016-05-30 Andrew Gerranddoc: remove remnant mention of io.SizedReaderAt from...
2016-05-30 Mikio Haranet: don't call forceCloseSockets in non-TestMain functions
2016-05-30 Augusto Romandoc: correct release notes for non-string map keys...
2016-05-29 Keith Randallcmd/compile: shift tests, fix triple-shift rules
2016-05-29 Keith Randallcmd/compile: add constant fold comparison tests
2016-05-29 Joe Tsaiio: use SeekStart, SeekCurrent, and SeekEnd in io.Seeke...
2016-05-29 Joe Tsaidoc/go1.7.html: update documentation regarding compress...
2016-05-28 Emmanuel Odekenet/http/httputil: fix typos in deprecation comments
2016-05-27 Robert Griesemergo/types: better debugging output for init order comput...
2016-05-27 Ilya Tocarstrings: fix and reenable amd64 Index for 17-31 byte...
2016-05-27 Keith Randallcmd/compile: SSA, don't let write barrier clobber retur...
2016-05-27 Russ Coxdoc: mention frame pointers in Go 1.7 release notes
2016-05-27 Austin Clementscrypto/tls: gofmt
2016-05-27 Austin Clementscmd/compile/internal/gc: gofmt
2016-05-27 Mikio Haracrypto/tls: fix race in Benchmark{Throughput,Latency}
2016-05-27 Mikio Haranet/http/httptrace: fix nit in test
2016-05-27 Mikio Hararuntime: skip TestGdbBacktrace on netbsd
2016-05-27 Austin Clementsruntime: always call stackfree on the system stack
2016-05-27 Austin Clementsruntime: record Python stack on TestGdbPython failure
2016-05-27 Russ Coxcrypto/tls: adjust dynamic record sizes to grow arithme...
2016-05-27 Russ Coxdoc/go1.7.html: fix broken sentence
2016-05-27 Russ Coxnet/http: change Transport.Dialer to Transport.DialContext
2016-05-27 Russ Coxcmd/compile: clean up, document Node closure fields
2016-05-27 Russ Coxcmd/compile: delete Func.Outer
2016-05-27 Russ Coxdoc/go1.7.html: incorporate Rob's comments from CL...
2016-05-27 Emmanuel Odekedoc/go1.7: document signal name printing during panics
2016-05-27 Russ Coxcmd/compile: additional paranoia and checking in plive.go
2016-05-27 Dmitri Shuralyovcmd/go: fixup for parsing SCP-like addresses
2016-05-27 Russ Coxcmd/compile: eliminate PPARAMREF
2016-05-27 Russ Coxcmd/compile: fix liveness computation for heap-escaped...
2016-05-27 Alex Brainmanpath/filepath: fix globbing of c:\*dir\... pattern
2016-05-27 Ian Lance Taylorcmd/cgo: remove -O options when generating compiler...
2016-05-26 Keith Randallcmd/compile: testing harness for checking generated...
2016-05-26 Quentin Smithencoding/json: improve Decode example
2016-05-26 Keith Randallcmd/compile: add tests for logical simplification rewri...
2016-05-26 Keith Randallcmd/compile: log rules to a file for rule coverage...
2016-05-26 Josh Bleecher... cmd/compile: improve domorder documentation
2016-05-26 Marcel van... math/big: using Run for some more benchmarks
2016-05-26 Russ Coxcmd/dist: drop ppc64le from testcshared
2016-05-26 Russ Coxbuild: enable framepointer mode by default
2016-05-26 Robert Griesemermath/big: simplify benchmarking code some more
2016-05-26 David Crawshawruntime: tell race detector about reflectOffs.lock
2016-05-26 Russ Coxcmd/dist: drop testcarchive on ppc64le
2016-05-26 Austin Clementsruntime: unwind BP in jmpdefer to match SP unwind
2016-05-26 Austin Clementscmd/link/internal/ld: fix DWARF offsets with GOEXPERIME...
2016-05-26 Russ Coxruntime: make framepointer mode safe for Windows
2016-05-26 Ilya Tocarcrypto/sha1: fix AVX2 variant on AMD64
2016-05-26 Russ Coxruntime: add library startup support for ppc64le
2016-05-26 Robert Griesemercmd/compile: correctly import labels, gotos, and fallth...
2016-05-25 Seth Vargonet/http: add missing HTTP status codes
2016-05-25 Ian Lance Taylorcmd/cgo, runtime, runtime/cgo: TSAN support for malloc
2016-05-25 Russ Coxruntime: align C library startup calls on amd64
2016-05-25 Austin Clementsruntime: pass gcWork to scanstack
2016-05-25 Austin Clementsruntime: document scanstack
2016-05-25 Robert Griesemercmd/compile: document how to update builtin.go
2016-05-25 David Crawshawdoc: reflect {Num,}Method skips unexported methods
2016-05-25 Marcel van... math/big: use run for benchmarks
2016-05-25 Marcel van... runtime: use Run for more benchmarks
2016-05-25 Marcel van... compress/flate: simplify using subtests and sub-benchmarks
2016-05-25 Marcel van... testing: added package doc for sub(tests/benchmarks)
2016-05-25 Marcel van... compress/lzw: use Run for benchmarks
2016-05-25 Marcel van... runtime: use of Run for some benchmarks
2016-05-25 Robert Griesemertext/scanner: better error message if no error handler...
2016-05-25 Keith Randallcmd/compile: add generated tests for constant folding
2016-05-25 David Crawshawreflect: remove type info for unexported methods
2016-05-25 Elias Naurcmd/link: fix ARM gold linker check
2016-05-25 Elias Naurruntime,runtime/cgo: save callee-saved FP register...
2016-05-25 Ian Lance Taylorencoding/csv: clarify that this package supports RFC...
2016-05-24 Robert Griesemerall: fixed a handful of typos
2016-05-24 Austin Clementsruntime: update SP when jumping stacks in traceback
2016-05-24 Jeff R. Allendoc: add notes on good commit messages
2016-05-24 Jeff R. Allenmath/rand: Doc fix for how many bits Seed uses
2016-05-24 Jeff R. Allencmd/go: document testdata directory in "go help test"
2016-05-24 David Crawshawcmd/link: ensure -fuse-ld=gold uses gold
2016-05-24 Marcel van... testing: don't be silent if a test's goroutine fails...
2016-05-24 Aliaksandr... cmd/vet: do not check print-like functions with unknown...
2016-05-24 Russ Coxio: remove SizedReaderAt
2016-05-24 Russ Coxapi: update next.txt
2016-05-24 Russ Coxdoc: first draft of Go 1.7 release notes
2016-05-24 Russ Coxcmd/compile, go/types: omit needless word in error...
2016-05-24 Russ Coxencoding/json: rename Indent method to SetIndent
2016-05-24 Russ Coxencoding/json: change DisableHTMLEscaping to SetEscapeHTML
2016-05-24 Russ CoxA+C: add Andre Nathan (individual CLA)
2016-05-24 Russ Coxnet: revise IP.String result for malformed IP address...
2016-05-24 Russ Coxcmd/go: fix //go:binary-only-package check
2016-05-24 Russ Coxencoding/json: additional tests and fixes for []typedBy...
2016-05-24 Russ Coxmath/big: write t*10 to multiply t by 10
2016-05-23 Keith Randallcmd/compile: benchmark needs dominator tree
2016-05-23 Robert Griesemergo/types: don't drop type in n:1 var decl if one is...
2016-05-23 Kenny Granttime: run genzabbrs.go with new source data
2016-05-22 djherbisAUTHORS: correcting my last name Herbis -> Herbison
2016-05-21 Brad FitzpatrickA+C: automated update (subrepos)
2016-05-21 Brad Fitzpatricknet/http: update bundled http2
2016-05-21 Mikio Haranet: don't crash DNS flood test on darwin
2016-05-20 Brad FitzpatrickA+C: automated updates
2016-05-20 Brad Fitzpatricktime: document that After uses memory until duration...
2016-05-20 Robert Griesemercmd/compile: read safemode bit from package header
2016-05-20 Brad Fitzpatricknet/http: deflake TestTransportEventTrace_h2
next