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 |
2016-05-20 |
Brad Fitzpatrick | os/exec: remove Cmd.RunContext and Cmd.WaitContext... |
commit | commitdiff | tree |
2016-05-20 |
Brad Fitzpatrick | net/http: also clone DynamicRecordSizingDisabled in... |
commit | commitdiff | tree |
2016-05-20 |
David Crawshaw | reflect: hide unexported methods that do not satisfy... |
commit | commitdiff | tree |
2016-05-20 |
Brad Fitzpatrick | net/http: update bundled http2 |
commit | commitdiff | tree |
2016-05-20 |
Jess Frazelle | syscall: fix unshare test on mips |
commit | commitdiff | tree |
2016-05-20 |
Brad Fitzpatrick | net/http: update bundled http2 |
commit | commitdiff | tree |
2016-05-20 |
Mikio Hara | net: deflake TestDialTimeoutMaxDuration |
commit | commitdiff | tree |
2016-05-20 |
Jess Frazelle | syscall: add Unshare flags to SysProcAttr on Linux |
commit | commitdiff | tree |
2016-05-19 |
Robert Griesemer | cmd/compile: don't exit early because of hidden error... |
commit | commitdiff | tree |
2016-05-19 |
Brad Fitzpatrick | context: make DeadlineExceeded have a Timeout method |
commit | commitdiff | tree |
2016-05-19 |
Brad Fitzpatrick | net/http/httptest: restore historic ResponseRecorder... |
commit | commitdiff | tree |
2016-05-19 |
Brad Fitzpatrick | build: unset GOBIN during build |
commit | commitdiff | tree |
2016-05-19 |
Austin Clements | runtime: fix goroutine priority elevation |
commit | commitdiff | tree |
2016-05-19 |
Austin Clements | runtime: add 'next' flag to ready |
commit | commitdiff | tree |
2016-05-19 |
Ian Lance Taylor | cmd/cgo: mark stub functions as no_sanitize_thread |
commit | commitdiff | tree |
2016-05-19 |
Joel Sing | runtime/cgo: make cgo work with openbsd ABI changes |
commit | commitdiff | tree |
2016-05-19 |
Keith Randall | cmd/compile: large ptr literals must escape |
commit | commitdiff | tree |
2016-05-19 |
Mikio Hara | net: deflake TestDialerDualStack |
commit | commitdiff | tree |
2016-05-19 |
Mikio Hara | net: deflake TestDialerDualStackFDLeak |
commit | commitdiff | tree |
2016-05-19 |
Ian Lance Taylor | runtime: don't do a plain throw when throwsplit ==... |
commit | commitdiff | tree |
2016-05-19 |
Scott Bell | expvar: slightly expand documentation for Var's String... |
commit | commitdiff | tree |
2016-05-19 |
Brad Fitzpatrick | net/http: update bundled http2 |
commit | commitdiff | tree |
2016-05-19 |
Mikio Hara | net: don't return io.EOF from zero byte reads on Plan 9 |
commit | commitdiff | tree |
2016-05-19 |
Brad Fitzpatrick | net: don't return io.EOF from zero byte reads |
commit | commitdiff | tree |
2016-05-18 |
Ian Lance Taylor | runtime: print PC, not the counter, for a cgo traceback |
commit | commitdiff | tree |
2016-05-18 |
Ian Lance Taylor | runtime: check only up to ptrdata bytes for pointers |
commit | commitdiff | tree |
2016-05-18 |
David Benjamin | crypto/tls: Never resume sessions across different... |
commit | commitdiff | tree |
2016-05-18 |
Brad Fitzpatrick | net/http: update bundled x/net/http2 for Server context... |
commit | commitdiff | tree |
2016-05-18 |
Brad Fitzpatrick | net/http: further restrict when Transport's automatic... |
commit | commitdiff | tree |
2016-05-18 |
Ian Lance Taylor | doc/go1.7: add runtime.KeepAlive |
commit | commitdiff | tree |
2016-05-18 |
Keith Randall | cmd/compile: fix build |
commit | commitdiff | tree |
2016-05-18 |
Ian Lance Taylor | runtime: add KeepAlive function |
commit | commitdiff | tree |
2016-05-18 |
Keith Randall | cmd/compile: keep pointer input arguments live througho... |
commit | commitdiff | tree |
2016-05-18 |
Andrew Gerrand | html/template: mention risks of the CSS, HTML, JS,... |
commit | commitdiff | tree |
2016-05-18 |
Brad Fitzpatrick | net/http: allow Client.CheckRedirect to use most recent... |
commit | commitdiff | tree |
2016-05-18 |
Brad Fitzpatrick | vendor, net/http: update vendored hpack |
commit | commitdiff | tree |
2016-05-18 |
Brad Fitzpatrick | net/http: update bundled x/net/http2 for httptrace... |
commit | commitdiff | tree |
2016-05-18 |
Brad Fitzpatrick | net/http: fix spurious logging in Transport when server... |
commit | commitdiff | tree |
2016-05-18 |
Ilya Tocar | hash/crc64: Use slicing by 8. |
commit | commitdiff | tree |
2016-05-18 |
Lee Hinman | crypto/x509: add Admin & User Keychains to FetchPEMRoot... |
commit | commitdiff | tree |
2016-05-18 |
Adam Langley | crypto/ecdsa: reject negative inputs. |
commit | commitdiff | tree |
2016-05-18 |
Monty Taylor | vcs: Add support for git.openstack.org |
commit | commitdiff | tree |
2016-05-18 |
David Chase | cmd/compile: reduce element size of arrays in sparse... |
commit | commitdiff | tree |
2016-05-18 |
Cuihtlauac... | runtime: in tests, make sure gdb does not start with... |
commit | commitdiff | tree |
2016-05-18 |
Matthew Dempsky | cmd/compile: handle unsafe.Pointer(f()) correctly |
commit | commitdiff | tree |
2016-05-18 |
Ian Lance Taylor | doc/effective_go: clarify backward function reference |
commit | commitdiff | tree |
2016-05-18 |
Mikio Hara | net: don't increase test table rows when using -test... |
commit | commitdiff | tree |
2016-05-18 |
Mikio Hara | net: deflake TestLookupPort on Android |
commit | commitdiff | tree |
2016-05-18 |
Brad Fitzpatrick | regexp/syntax: clarify that \Z means Perl's \Z |
commit | commitdiff | tree |
2016-05-18 |
Ian Lance Taylor | runtime: deflake TestSignalExitStatus |
commit | commitdiff | tree |
2016-05-18 |
Emmanuel Odeke | crypto/x509: fix typo in docs for CreateCertificateRequest |
commit | commitdiff | tree |
2016-05-18 |
Brad Fitzpatrick | net/http: add test confirming a connection reuse case |
commit | commitdiff | tree |
next |