summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* crypto/tls: gofmtAustin Clements2016-05-272-9/+8
* cmd/compile/internal/gc: gofmtAustin Clements2016-05-273-15/+14
* crypto/tls: fix race in Benchmark{Throughput,Latency}Mikio Hara2016-05-271-4/+8
* net/http/httptrace: fix nit in testMikio Hara2016-05-271-1/+1
* runtime: skip TestGdbBacktrace on netbsdMikio Hara2016-05-271-0/+8
* runtime: always call stackfree on the system stackAustin Clements2016-05-272-1/+19
* runtime: record Python stack on TestGdbPython failureAustin Clements2016-05-271-0/+1
* crypto/tls: adjust dynamic record sizes to grow arithmeticallyRuss Cox2016-05-273-14/+174
* doc/go1.7.html: fix broken sentenceRuss Cox2016-05-271-1/+4
* net/http: change Transport.Dialer to Transport.DialContextRuss Cox2016-05-271-13/+13
* cmd/compile: clean up, document Node closure fieldsRuss Cox2016-05-277-45/+144
* cmd/compile: delete Func.OuterRuss Cox2016-05-274-16/+19
* doc/go1.7.html: incorporate Rob's comments from CL 23379Russ Cox2016-05-271-33/+25
* doc/go1.7: document signal name printing during panicsEmmanuel Odeke2016-05-271-0/+5
* cmd/compile: additional paranoia and checking in plive.goRuss Cox2016-05-278-111/+139
* cmd/go: fixup for parsing SCP-like addressesDmitri Shuralyov2016-05-272-6/+34
* cmd/compile: eliminate PPARAMREFRuss Cox2016-05-2716-71/+39
* cmd/compile: fix liveness computation for heap-escaped parametersRuss Cox2016-05-2724-221/+332
* path/filepath: fix globbing of c:\*dir\... patternAlex Brainman2016-05-272-7/+196
* cmd/cgo: remove -O options when generating compiler errorsIan Lance Taylor2016-05-273-2/+40
* cmd/compile: testing harness for checking generated assemblyKeith Randall2016-05-261-0/+105
* encoding/json: improve Decode exampleQuentin Smith2016-05-261-2/+1
* cmd/compile: add tests for logical simplification rewrite rulesKeith Randall2016-05-261-0/+289
* cmd/compile: log rules to a file for rule coverage toolKeith Randall2016-05-262-5/+29
* cmd/compile: improve domorder documentationJosh Bleecher Snyder2016-05-262-14/+41
* math/big: using Run for some more benchmarksMarcel van Lohuizen2016-05-262-103/+57
* cmd/dist: drop ppc64le from testcsharedRuss Cox2016-05-261-2/+1
* build: enable framepointer mode by defaultRuss Cox2016-05-2613-29/+46
* math/big: simplify benchmarking code some moreRobert Griesemer2016-05-261-31/+17
* runtime: tell race detector about reflectOffs.lockDavid Crawshaw2016-05-264-8/+41
* cmd/dist: drop testcarchive on ppc64leRuss Cox2016-05-261-2/+1
* runtime: unwind BP in jmpdefer to match SP unwindAustin Clements2016-05-261-0/+1
* cmd/link/internal/ld: fix DWARF offsets with GOEXPERIMENT=framepointerAustin Clements2016-05-261-0/+6
* runtime: make framepointer mode safe for WindowsRuss Cox2016-05-262-15/+14
* crypto/sha1: fix AVX2 variant on AMD64Ilya Tocar2016-05-263-11/+50
* runtime: add library startup support for ppc64leRuss Cox2016-05-262-2/+133
* cmd/compile: correctly import labels, gotos, and fallthroughsRobert Griesemer2016-05-265-10/+100
* net/http: add missing HTTP status codesSeth Vargo2016-05-251-47/+75
* cmd/cgo, runtime, runtime/cgo: TSAN support for mallocIan Lance Taylor2016-05-258-74/+105
* runtime: align C library startup calls on amd64Russ Cox2016-05-251-1/+11
* runtime: pass gcWork to scanstackAustin Clements2016-05-253-9/+11
* runtime: document scanstackAustin Clements2016-05-251-0/+10
* cmd/compile: document how to update builtin.goRobert Griesemer2016-05-253-3/+42
* doc: reflect {Num,}Method skips unexported methodsDavid Crawshaw2016-05-251-0/+10
* math/big: use run for benchmarksMarcel van Lohuizen2016-05-251-75/+60
* runtime: use Run for more benchmarksMarcel van Lohuizen2016-05-251-101/+48
* compress/flate: simplify using subtests and sub-benchmarksMarcel van Lohuizen2016-05-252-133/+94
* testing: added package doc for sub(tests/benchmarks)Marcel van Lohuizen2016-05-251-0/+55
* compress/lzw: use Run for benchmarksMarcel van Lohuizen2016-05-252-62/+54
* runtime: use of Run for some benchmarksMarcel van Lohuizen2016-05-251-125/+64