aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-27crypto/tls: gofmtAustin Clements
2016-05-27cmd/compile/internal/gc: gofmtAustin Clements
2016-05-27crypto/tls: fix race in Benchmark{Throughput,Latency}Mikio Hara
2016-05-27net/http/httptrace: fix nit in testMikio Hara
2016-05-27runtime: skip TestGdbBacktrace on netbsdMikio Hara
2016-05-27runtime: always call stackfree on the system stackAustin Clements
2016-05-27runtime: record Python stack on TestGdbPython failureAustin Clements
2016-05-27crypto/tls: adjust dynamic record sizes to grow arithmeticallyRuss Cox
2016-05-27doc/go1.7.html: fix broken sentenceRuss Cox
2016-05-27net/http: change Transport.Dialer to Transport.DialContextRuss Cox
2016-05-27cmd/compile: clean up, document Node closure fieldsRuss Cox
2016-05-27cmd/compile: delete Func.OuterRuss Cox
2016-05-27doc/go1.7.html: incorporate Rob's comments from CL 23379Russ Cox
2016-05-27doc/go1.7: document signal name printing during panicsEmmanuel Odeke
2016-05-27cmd/compile: additional paranoia and checking in plive.goRuss Cox
2016-05-27cmd/go: fixup for parsing SCP-like addressesDmitri Shuralyov
2016-05-27cmd/compile: eliminate PPARAMREFRuss Cox
2016-05-27cmd/compile: fix liveness computation for heap-escaped parametersRuss Cox
2016-05-27path/filepath: fix globbing of c:\*dir\... patternAlex Brainman
2016-05-27cmd/cgo: remove -O options when generating compiler errorsIan Lance Taylor
2016-05-26cmd/compile: testing harness for checking generated assemblyKeith Randall
2016-05-26encoding/json: improve Decode exampleQuentin Smith
2016-05-26cmd/compile: add tests for logical simplification rewrite rulesKeith Randall
2016-05-26cmd/compile: log rules to a file for rule coverage toolKeith Randall
2016-05-26cmd/compile: improve domorder documentationJosh Bleecher Snyder
2016-05-26math/big: using Run for some more benchmarksMarcel van Lohuizen
2016-05-26cmd/dist: drop ppc64le from testcsharedRuss Cox
2016-05-26build: enable framepointer mode by defaultRuss Cox
2016-05-26math/big: simplify benchmarking code some moreRobert Griesemer
2016-05-26runtime: tell race detector about reflectOffs.lockDavid Crawshaw
2016-05-26cmd/dist: drop testcarchive on ppc64leRuss Cox
2016-05-26runtime: unwind BP in jmpdefer to match SP unwindAustin Clements
2016-05-26cmd/link/internal/ld: fix DWARF offsets with GOEXPERIMENT=framepointerAustin Clements
2016-05-26runtime: make framepointer mode safe for WindowsRuss Cox
2016-05-26crypto/sha1: fix AVX2 variant on AMD64Ilya Tocar
2016-05-26runtime: add library startup support for ppc64leRuss Cox
2016-05-26cmd/compile: correctly import labels, gotos, and fallthroughsRobert Griesemer
2016-05-25net/http: add missing HTTP status codesSeth Vargo
2016-05-25cmd/cgo, runtime, runtime/cgo: TSAN support for mallocIan Lance Taylor
2016-05-25runtime: align C library startup calls on amd64Russ Cox
2016-05-25runtime: pass gcWork to scanstackAustin Clements
2016-05-25runtime: document scanstackAustin Clements
2016-05-25cmd/compile: document how to update builtin.goRobert Griesemer
2016-05-25doc: reflect {Num,}Method skips unexported methodsDavid Crawshaw
2016-05-25math/big: use run for benchmarksMarcel van Lohuizen
2016-05-25runtime: use Run for more benchmarksMarcel van Lohuizen
2016-05-25compress/flate: simplify using subtests and sub-benchmarksMarcel van Lohuizen
2016-05-25testing: added package doc for sub(tests/benchmarks)Marcel van Lohuizen
2016-05-25compress/lzw: use Run for benchmarksMarcel van Lohuizen
2016-05-25runtime: use of Run for some benchmarksMarcel van Lohuizen