2017-11-22 |
Tim Wright | syscall: add missing fs locking in Link, Rename on... |
commit | commitdiff | tree |
2017-11-22 |
Michael Schurter | encoding/json: reduce allocations by Decoder for \uXXXX |
commit | commitdiff | tree |
2017-11-22 |
Brad Fitzpatrick | doc: update the URL of the latest go1.4 source snapshot |
commit | commitdiff | tree |
2017-11-22 |
Ian Lance Taylor | internal/poll: loop on EINTR in Read on Darwin |
commit | commitdiff | tree |
2017-11-22 |
Florin Patan | doc: rename Gogland to GoLand |
commit | commitdiff | tree |
2017-11-22 |
Austin Clements | test: make inline_callers.go test not inline the runtime |
commit | commitdiff | tree |
2017-11-21 |
Brad Fitzpatrick | runtime: fix build on non-Linux platforms |
commit | commitdiff | tree |
2017-11-21 |
Dmitri Shuralyov | time: rename TestLoadLocationFromTzinfo to TestLoadLoca... |
commit | commitdiff | tree |
2017-11-21 |
isharipo | cmd/internal/obj/x86: fix /is4 encoding for VBLEND |
commit | commitdiff | tree |
2017-11-21 |
Reilly Watson | doc: fix some typos in diagnostics.html |
commit | commitdiff | tree |
2017-11-21 |
Brad Fitzpatrick | time: fix build on Android |
commit | commitdiff | tree |
2017-11-21 |
Michael Pratt | runtime: skip netpoll check if there are no waiters |
commit | commitdiff | tree |
2017-11-21 |
Jamie Liu | runtime: only sleep before stealing work from a running P |
commit | commitdiff | tree |
2017-11-21 |
Florian Uekermann | time: enable Location loading from user provided timezo... |
commit | commitdiff | tree |
2017-11-21 |
Wei Xiao | bytes: add optimized countByte for arm64 |
commit | commitdiff | tree |
2017-11-21 |
Than McIntosh | cmd/compile: ignore RegKill ops for non-phi after phi... |
commit | commitdiff | tree |
2017-11-21 |
Cherry Zhang | cmd/compile: fix comment that -N does not disable escap... |
commit | commitdiff | tree |
2017-11-21 |
Russ Cox | time: rename internal type data to dataIO |
commit | commitdiff | tree |
2017-11-21 |
Tobias Klauser | net: fix typo in parsePort documentation |
commit | commitdiff | tree |
2017-11-21 |
David Chase | cmd/compile: improve debugging output for GOSSAFUNC |
commit | commitdiff | tree |
2017-11-21 |
Heschi Kreinick | cmd/link: use . as DW_AT_comp_dir |
commit | commitdiff | tree |
2017-11-21 |
fanzha02 | cmd/internal/obj/arm64: fix assemble msr/mrs bug |
commit | commitdiff | tree |
2017-11-20 |
Emmanuel Odeke | cmd/compile: hint on wrong case-field names in composit... |
commit | commitdiff | tree |
2017-11-20 |
fanzha02 | cmd/internal/obj/arm64: fix assemble hlt/hvc/smc/brk... |
commit | commitdiff | tree |
2017-11-20 |
Rob Pike | cmd/doc: don't print a declaration twice |
commit | commitdiff | tree |
2017-11-19 |
Laurent Voisin | cmd/go: fix typo in error message |
commit | commitdiff | tree |
2017-11-19 |
Daniel Martí | cmd/doc: print a symbol error on "bytes Foo" |
commit | commitdiff | tree |
2017-11-19 |
Daniel Martí | bytes: don't use an iota for the readOp constants |
commit | commitdiff | tree |
2017-11-19 |
Kunpei Sakai | testing: fix invalid error message about argument of... |
commit | commitdiff | tree |
2017-11-19 |
Ross Chater | time: fix typo in doc |
commit | commitdiff | tree |
2017-11-18 |
Davor Kapsa | runtime/pprof: fix doc typo |
commit | commitdiff | tree |
2017-11-18 |
Daniel Martí | bytes: make all readOp constants actually typed |
commit | commitdiff | tree |
2017-11-18 |
Elias Naur | cmd/dist: skip SWIG tests on Android |
commit | commitdiff | tree |
2017-11-18 |
Ian Lance Taylor | cmd/go: always copy files on Windows |
commit | commitdiff | tree |
2017-11-18 |
Daniel Theophanes | database/sql: check for arg counts after eliminating... |
commit | commitdiff | tree |
2017-11-18 |
Ian Lance Taylor | builtin: improve docs for make slice |
commit | commitdiff | tree |
2017-11-18 |
Ian Lance Taylor | cmd/go: tweak support options test for old compilers |
commit | commitdiff | tree |
2017-11-18 |
Lynn Boger | cmd/dist: return dropped tests from misc/cgo/test |
commit | commitdiff | tree |
2017-11-17 |
Keith Randall | cmd/cgo: special case C ptr types to use uintptr |
commit | commitdiff | tree |
2017-11-17 |
Michael Munday | cmd/compile: delete temporary files when test finishes |
commit | commitdiff | tree |
2017-11-17 |
isharipo | cmd/internal/obj/x86: add AVX2 gather and VSIB |
commit | commitdiff | tree |
2017-11-17 |
Adam Langley | crypto/x509: always emit a critical SAN extension if... |
commit | commitdiff | tree |
2017-11-17 |
Adam Langley | crypto/x509: relax EKU checking in some cases. |
commit | commitdiff | tree |
2017-11-17 |
Adam Langley | crypto/x509: don't fail to parse addition elements... |
commit | commitdiff | tree |
2017-11-17 |
Brad Fitzpatrick | Revert "net: Forget lookups for canceled contexts" |
commit | commitdiff | tree |
2017-11-17 |
David Chase | cmd/compile: leave Pos unset for racewalk enter/exit |
commit | commitdiff | tree |
2017-11-17 |
Bill O'Farrell | cmd/link: enable c-shared and c-archive mode on s390x |
commit | commitdiff | tree |
2017-11-17 |
Austin Clements | runtime: remove another TODO |
commit | commitdiff | tree |
2017-11-17 |
Austin Clements | runtime: remove TODO |
commit | commitdiff | tree |
2017-11-16 |
Daniel Theophanes | database/sql: allow OpenConnector in a driver.Driver... |
commit | commitdiff | tree |
2017-11-16 |
Russ Cox | cmd/go: add import config debugging flag |
commit | commitdiff | tree |
2017-11-16 |
Russ Cox | cmd/go: simplify compiler import config preparation |
commit | commitdiff | tree |
2017-11-16 |
Brad Fitzpatrick | os/user: handle large 32-bit uid/gid values when string... |
commit | commitdiff | tree |
2017-11-16 |
Russ Cox | cmd/go/internal/work: do not write trivial.c when testi... |
commit | commitdiff | tree |
2017-11-16 |
Russ Cox | cmd/go: fix swig support and run swig tests during... |
commit | commitdiff | tree |
2017-11-16 |
Russ Cox | cmd/go: drop flaky part of TestGoTestJSON |
commit | commitdiff | tree |
2017-11-16 |
Russ Cox | cmd/go: fix cgo-disabled test failure from CL 77151 |
commit | commitdiff | tree |
2017-11-16 |
Joe Tsai | archive/tar: partially revert sparse file support |
commit | commitdiff | tree |
2017-11-16 |
Russ Cox | cmd/go/internal/cache: fix build failure introduced... |
commit | commitdiff | tree |
2017-11-16 |
Russ Cox | cmd/go: implement go clean -testcache |
commit | commitdiff | tree |
2017-11-16 |
Russ Cox | cmd/go: run cover before cgo |
commit | commitdiff | tree |
2017-11-16 |
Russ Cox | cmd/go: make file:line for cgo files look like non... |
commit | commitdiff | tree |
2017-11-16 |
Russ Cox | cmd/cgo: modify source as text, not as AST |
commit | commitdiff | tree |
2017-11-16 |
Russ Cox | encoding/csv: restore Go 1.9 quoted \r\n handling in... |
commit | commitdiff | tree |
2017-11-16 |
Russ Cox | cmd/internal/obj, cmd/trace: restore bounds checks... |
commit | commitdiff | tree |
2017-11-16 |
Ian Lance Taylor | cmd/go: add dependencies for implicit SWIG imports |
commit | commitdiff | tree |
2017-11-16 |
Russ Cox | Revert "math/rand: make Perm match Shuffle" |
commit | commitdiff | tree |
2017-11-16 |
Russ Cox | Revert "time: enable ZONEINFO tzdata file support and... |
commit | commitdiff | tree |
2017-11-16 |
Than McIntosh | cmd/compile: fix buglet/typo in DWARF x86 setup |
commit | commitdiff | tree |
2017-11-16 |
Russ Cox | io: eliminate full copy of copy loop in CopyN |
commit | commitdiff | tree |
2017-11-16 |
Russ Cox | cmd/cover: do not report coverage for assembly functions |
commit | commitdiff | tree |
2017-11-16 |
Russ Cox | cmd/cover: add //line comment pointing to original... |
commit | commitdiff | tree |
2017-11-16 |
Joe Kyo | archive/zip: add documentation about compression methods |
commit | commitdiff | tree |
2017-11-16 |
Russ Cox | cmd/go: deflake TestGoTestJSON further |
commit | commitdiff | tree |
2017-11-16 |
Russ Cox | database/sql/driver: document that Execer, Queryer... |
commit | commitdiff | tree |
2017-11-16 |
Russ Cox | encoding/hex: make Decode, Decoder, DecodeString agree... |
commit | commitdiff | tree |
2017-11-16 |
Russ Cox | cmd/vet: shorten diagnostic about suspicious struct... |
commit | commitdiff | tree |
2017-11-16 |
Kevin Burke | crypto/cipher: use raw bytes for keys in docs |
commit | commitdiff | tree |
2017-11-16 |
Hiroshi Ioka | encoding/asn1: add MarshalWithParams |
commit | commitdiff | tree |
2017-11-15 |
Troels Thomsen | net: Forget lookups for canceled contexts |
commit | commitdiff | tree |
2017-11-15 |
Russ Cox | archive/zip: fix handling of replacement rune in UTF8... |
commit | commitdiff | tree |
2017-11-15 |
Russ Cox | api: update next.txt |
commit | commitdiff | tree |
2017-11-15 |
Russ Cox | database/sql: fix ctx.Done() == nil check |
commit | commitdiff | tree |
2017-11-15 |
Russ Cox | database/sql/driver: rename ResetSessioner to SessionRe... |
commit | commitdiff | tree |
2017-11-15 |
Russ Cox | net/mail: clarify doc comment |
commit | commitdiff | tree |
2017-11-15 |
Russ Cox | io: document and test MultiWriter error behavior |
commit | commitdiff | tree |
2017-11-15 |
Russ Cox | encoding/xml: move unexported const out of exported... |
commit | commitdiff | tree |
2017-11-15 |
Russ Cox | encoding/csv: rename ParseError.RecordLine to .StartLine |
commit | commitdiff | tree |
2017-11-15 |
Russ Cox | encoding/binary: make new example a bit more idiomatic |
commit | commitdiff | tree |
2017-11-15 |
Russ Cox | doc/contrib.html: add Go 1.10 to release list |
commit | commitdiff | tree |
2017-11-15 |
Russ Cox | cmd/dist: adjust package doc |
commit | commitdiff | tree |
2017-11-15 |
Russ Cox | bytes, strings: restore O(1) behavior of IndexAny(s... |
commit | commitdiff | tree |
2017-11-15 |
Russ Cox | bytes: make ExampleTrimLeft and ExampleTrimRight match |
commit | commitdiff | tree |
2017-11-15 |
Russ Cox | bytes: change ExampleReader_Len to use a non-ASCII... |
commit | commitdiff | tree |
2017-11-15 |
Russ Cox | doc/go1.10: first draft of release notes |
commit | commitdiff | tree |
2017-11-15 |
Joe Tsai | archive/tar: change error prefix |
commit | commitdiff | tree |
2017-11-15 |
Daniel Martí | go/printer: indent lone comments in composite lits |
commit | commitdiff | tree |
2017-11-15 |
Austin Clements | runtime: fix gctrace STW CPU time and CPU fraction |
commit | commitdiff | tree |
2017-11-15 |
Keith Randall | bytes,strings: in generic Index, use mix of IndexByte... |
commit | commitdiff | tree |
2017-11-15 |
Brad Fitzpatrick | crypto/sha1, crypto/sha256: add go:noescape annotations |
commit | commitdiff | tree |
next |