2016-06-02 |
Elias Naur | misc/cgo/test,cmd/dist: enable (more) Cgo tests on iOS |
commit | commitdiff | tree |
2016-06-02 |
Dmitry Vyukov | runtime: fix typo in comment |
commit | commitdiff | tree |
2016-06-02 |
Anmol Sethi | net/http: http.Request.Context doc fix |
commit | commitdiff | tree |
2016-06-02 |
Andrew Gerrand | doc: mention net/http/httptrace package in release... |
commit | commitdiff | tree |
2016-06-02 |
Ian Lance Taylor | doc/go1.7.html: fix spelling of cancelation |
commit | commitdiff | tree |
2016-06-02 |
Michael Hudson... | cmd/compile: do not generate tail calls when dynamic... |
commit | commitdiff | tree |
2016-06-02 |
Mikio Hara | vendor: update vendored route |
commit | commitdiff | tree |
2016-06-02 |
Andrew Gerrand | api: promote next.txt to go1.7.txt and update api tool go1.7beta1 |
commit | commitdiff | tree |
2016-06-02 |
Andrew Gerrand | api: remove os.File.Size and http.Transport.Dialer |
commit | commitdiff | tree |
2016-06-01 |
Andrew Gerrand | api: update next.txt |
commit | commitdiff | tree |
2016-06-01 |
Adam Langley | crypto/tls: buffer handshake messages. |
commit | commitdiff | tree |
2016-06-01 |
Tom Bergan | net/http: update bundled http2 |
commit | commitdiff | tree |
2016-06-01 |
Andrew Gerrand | doc: revert copyright date to 2009 |
commit | commitdiff | tree |
2016-06-01 |
Elias Naur | misc/cgo/test,cmd/dist: enable (most) Cgo tests on... |
commit | commitdiff | tree |
2016-06-01 |
Robert Griesemer | cmd/compile: correctly export underlying type of predec... |
commit | commitdiff | tree |
2016-06-01 |
Alberto Donizetti | math/big: avoid panic in float.Text with negative prec |
commit | commitdiff | tree |
2016-06-01 |
Emmanuel Odeke | runtime: document heap scavenger memory summary |
commit | commitdiff | tree |
2016-06-01 |
Ian Lance Taylor | os/signal: deflake TestReset/TestIgnore |
commit | commitdiff | tree |
2016-06-01 |
Keith Randall | cmd/compile: for arm, zero unaligned memory 1 byte... |
commit | commitdiff | tree |
2016-06-01 |
David du Colombier | cmd/compile: fix TestAssembly on Plan 9 |
commit | commitdiff | tree |
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 |
next |