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