2016-06-01 |
Dan Peterson | doc: rename Unshare to Unshareflags in go1.7 release... |
commit | commitdiff | tree |
2016-06-01 |
Marcel van... | regexp: use Run for benchmark |
commit | commitdiff | tree |
2016-06-01 |
Alexander Morozov | syscall: rename SysProcAttr.Unshare to Unshareflags |
commit | commitdiff | tree |
2016-06-01 |
Michael Hudson... | cmd/compile: pass process env to 'go tool compile'... |
commit | commitdiff | tree |
2016-06-01 |
Kenny Grant | context: fix typo in comments |
commit | commitdiff | tree |
2016-06-01 |
Robert Griesemer | crypto/tls: remove unused variable in benchmark code |
commit | commitdiff | tree |
2016-06-01 |
Keith Randall | cmd/compile: test non-constant shifts |
commit | commitdiff | tree |
2016-05-31 |
Robert Griesemer | spec: document that duplicate types are invalid in... |
commit | commitdiff | tree |
2016-05-31 |
Ian Lance Taylor | flag: recognize "0s" as the zero value for a flag.Duration |
commit | commitdiff | tree |
2016-05-31 |
Josh Bleecher... | test: add more switch error handling tests |
commit | commitdiff | tree |
2016-05-31 |
Michael Hudson... | cmd/go: combine gccgo's ld and ldShared methods |
commit | commitdiff | tree |
2016-05-31 |
Ian Lance Taylor | runtime: fix restoring PC in ARM version of cgocallback... |
commit | commitdiff | tree |
2016-05-31 |
Ian Lance Taylor | runtime: pass signal context to cgo traceback function |
commit | commitdiff | tree |
2016-05-31 |
Joe Tsai | doc/go1.7.html: make RFC an actual link |
commit | commitdiff | tree |
2016-05-31 |
Ian Lance Taylor | runtime: update pprof binary header URL |
commit | commitdiff | tree |
2016-05-31 |
Michael Hudson... | cmd/link: suppress PIE whenever externally linking... |
commit | commitdiff | tree |
2016-05-31 |
Michael Hudson... | cmd/go, cmd/link: set LC_ALL=C when checking if host... |
commit | commitdiff | tree |
2016-05-31 |
Ian Lance Taylor | runtime/cgo: add TSAN acquire/release calls |
commit | commitdiff | tree |
2016-05-31 |
Josh Bleecher... | cmd/compile: disallow multiple nil cases in a type... |
commit | commitdiff | tree |
2016-05-31 |
Joe Tsai | compress/flate: use seperate const block for exported... |
commit | commitdiff | tree |
2016-05-31 |
Ian Lance Taylor | runtime/pprof, cmd/pprof: fix profiling for PIE |
commit | commitdiff | tree |
2016-05-31 |
Andrew Gerrand | crypto/tls: reduce size of buffer in throughput benchmarks |
commit | commitdiff | tree |
2016-05-31 |
Richard Miller | syscall: plan9 - mark gbit16 as go:nosplit |
commit | commitdiff | tree |
2016-05-31 |
Andrew Gerrand | sync: document that RWMutex read locks may not be held... |
commit | commitdiff | tree |
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 |
next |