2013-08-21 |
David Symonds | C: add Todd Wang (Google CLA). |
commit | commitdiff | tree |
2013-08-21 |
Rob Pike | all: protect alloc count tests by -testing.short |
commit | commitdiff | tree |
2013-08-21 |
Rob Pike | doc/go1.2.txt: text/template: add comparison functions |
commit | commitdiff | tree |
2013-08-21 |
Rob Pike | text/template: implement comparison of basic types |
commit | commitdiff | tree |
2013-08-21 |
Mikio Hara | doc/go1.2.txt: net: performance improvement on BSD |
commit | commitdiff | tree |
2013-08-20 |
Rob Pike | doc/go1.2.txt: archive/tar's fixed FileInfo |
commit | commitdiff | tree |
2013-08-20 |
Brad Fitzpatrick | doc: remove a insignificant line from go1.2.txt |
commit | commitdiff | tree |
2013-08-20 |
Rob Pike | archive/tar,zip: implement the os.FileInfo interface... |
commit | commitdiff | tree |
2013-08-20 |
Brad Fitzpatrick | A+C: Sokolov Yura (individual CLA) |
commit | commitdiff | tree |
2013-08-20 |
Emil Hessman | misc/xcode: use `xcode-select` to determine path |
commit | commitdiff | tree |
2013-08-20 |
Mikio Hara | net: remove obsolete builtin network pollster |
commit | commitdiff | tree |
2013-08-20 |
Mikio Hara | net: enable runtime-integrated network pollster on... |
commit | commitdiff | tree |
2013-08-20 |
Mikio Hara | runtime: integrated network pollster for freebsd/arm |
commit | commitdiff | tree |
2013-08-20 |
Brad Fitzpatrick | net/http: support WriteString on the ResponseWriter |
commit | commitdiff | tree |
2013-08-20 |
Rob Pike | os: fix windows build |
commit | commitdiff | tree |
2013-08-20 |
Rob Pike | os: be consistent about File methods with nil receivers |
commit | commitdiff | tree |
2013-08-20 |
Rob Pike | api: update next.txt, except.txt |
commit | commitdiff | tree |
2013-08-19 |
Alan Donovan | test: exit non-zero on error from nilptr2.go. |
commit | commitdiff | tree |
2013-08-19 |
Carl Shapiro | undo CL 12785045 / 71ce80dc4195 |
commit | commitdiff | tree |
2013-08-19 |
Rob Pike | doc/go_faq.html: link to the SPLASH talk near the top |
commit | commitdiff | tree |
2013-08-19 |
Aaron France | misc/emacs: Detect stale coverage reports |
commit | commitdiff | tree |
2013-08-19 |
Brad Fitzpatrick | A+C: Aaron France (individual CLA) |
commit | commitdiff | tree |
2013-08-19 |
Keith Randall | runtime: don't run finalizers if we're still on the... |
commit | commitdiff | tree |
2013-08-19 |
Dmitriy Vyukov | net: annotate Read/Write for race detector |
commit | commitdiff | tree |
2013-08-19 |
Dmitriy Vyukov | runtime: do not preempt race calls |
commit | commitdiff | tree |
2013-08-19 |
Carl Shapiro | cmd/gc, runtime: use type information to scan interface... |
commit | commitdiff | tree |
2013-08-19 |
Andrew Gerrand | cmd/go: only try to clean executables for package main |
commit | commitdiff | tree |
2013-08-19 |
Rob Pike | cmd/go: diagnose import cycles better |
commit | commitdiff | tree |
2013-08-19 |
David Symonds | cmd/gc: regenerate y.tab.{c,h} with Bison 2.5. |
commit | commitdiff | tree |
2013-08-19 |
Rob Pike | test: fix build |
commit | commitdiff | tree |
2013-08-19 |
Anthony Martin | cmd/gc: don't attempt to generate wrappers for blank... |
commit | commitdiff | tree |
2013-08-19 |
Rob Pike | cmd/gc: better error messages for C-style if statements. |
commit | commitdiff | tree |
2013-08-19 |
Rob Pike | math/big: fix nil bug in GobEncode |
commit | commitdiff | tree |
2013-08-19 |
Rob Pike | make.bash: exit if dist fails |
commit | commitdiff | tree |
2013-08-19 |
David Symonds | cmd/dist: join with TMPDIR more carefully to avoid... |
commit | commitdiff | tree |
2013-08-19 |
Marco Hennings | archive/tar: Fix support for long links and improve... |
commit | commitdiff | tree |
2013-08-19 |
David Symonds | A+C: Marco Hennings (individual CLA) |
commit | commitdiff | tree |
2013-08-19 |
Rob Pike | testing: don't start timing a Parallel test until it... |
commit | commitdiff | tree |
2013-08-19 |
Dominik Honnef | encoding/xml: flush buffer after encoding token |
commit | commitdiff | tree |
2013-08-18 |
Rob Pike | cmd/dist: more informative error for mkdtemp failing |
commit | commitdiff | tree |
2013-08-18 |
Mikio Hara | net: make protocol-specific WriteTo, WriteMsg methods... |
commit | commitdiff | tree |
2013-08-17 |
Emil Hessman | net/textproto: use ReadDotBytes instead of non-existent... |
commit | commitdiff | tree |
2013-08-17 |
Emil Hessman | net/textproto: replace '3-digit' with 'three-digit' |
commit | commitdiff | tree |
2013-08-17 |
Mikio Hara | net: fix garbage connection close in dual stack tests |
commit | commitdiff | tree |
2013-08-17 |
Mikio Hara | net: enable runtime-integrated network pollster on... |
commit | commitdiff | tree |
2013-08-17 |
Mikio Hara | runtime: integrated network pollster for netbsd/amd64... |
commit | commitdiff | tree |
2013-08-17 |
Russ Cox | net: limit number of concurrent cgo calls |
commit | commitdiff | tree |
2013-08-17 |
Russ Cox | runtime: impose thread count limit |
commit | commitdiff | tree |
2013-08-17 |
Russ Cox | cmd/gc: separate "has pointers" from "needs zeroing... |
commit | commitdiff | tree |
2013-08-16 |
Dmitriy Vyukov | doc: describe halt_on_error race detector parameter |
commit | commitdiff | tree |
2013-08-16 |
Dmitriy Vyukov | runtime/race: add output tests for different GORACE... |
commit | commitdiff | tree |
2013-08-16 |
Dmitriy Vyukov | test: say that nilptr2.go requires 256+MB stack |
commit | commitdiff | tree |
2013-08-16 |
Dmitriy Vyukov | runtime: fix goroutine stack accounting |
commit | commitdiff | tree |
2013-08-16 |
Dominik Honnef | misc/emacs: godef: print the entire description, not... |
commit | commitdiff | tree |
2013-08-16 |
Dmitriy Vyukov | runtime/race: update runtime to rev 188542 |
commit | commitdiff | tree |
2013-08-16 |
Dmitriy Vyukov | net: fix bug in fdMutex |
commit | commitdiff | tree |
2013-08-16 |
Robert Dinu | A+C: change Robert Dinu's email address |
commit | commitdiff | tree |
2013-08-16 |
Rob Pike | doc/go1.2.txt: testing: add TB interface |
commit | commitdiff | tree |
2013-08-16 |
Carl Shapiro | cmd/5g, cmd/6g, cmd/8g: update frame zeroing for new... |
commit | commitdiff | tree |
2013-08-16 |
Rob Pike | time: fix time zones yet again. |
commit | commitdiff | tree |
2013-08-16 |
David Symonds | undo CL 12822043 / 96fefaa02ae3 |
commit | commitdiff | tree |
2013-08-16 |
Dominik Honnef | misc/emacs: allow godef to work in coverage buffers |
commit | commitdiff | tree |
2013-08-16 |
Dominik Honnef | misc/emacs: do not use any free variables |
commit | commitdiff | tree |
2013-08-16 |
Dominik Honnef | misc/emacs: when defining prog-mode, define it like... |
commit | commitdiff | tree |
2013-08-16 |
Andrew Gerrand | misc/dist: don't copy godoc templates to lib/godoc |
commit | commitdiff | tree |
2013-08-16 |
Rob Pike | cmd/go: fix at least some instances of double compilation |
commit | commitdiff | tree |
2013-08-16 |
Rob Pike | cmd/gc: remove mentions of "ideal" from error messages. |
commit | commitdiff | tree |
2013-08-16 |
Dominik Honnef | misc/emacs: Refactor coverage code into multiple functions |
commit | commitdiff | tree |
2013-08-16 |
Russ Cox | runtime: impose stack size limit |
commit | commitdiff | tree |
2013-08-16 |
Dimitri Tcaciuc | image: Inline example image data to make it runnabl... |
commit | commitdiff | tree |
2013-08-16 |
Nigel Tao | A+C: Dimitri Tcaciuc (individual CLA) |
commit | commitdiff | tree |
2013-08-16 |
Nigel Tao | database/sql: make Rows.Next returning false always... |
commit | commitdiff | tree |
2013-08-16 |
Russ Cox | cmd/gc: ensure addable in checknil (fix race build) |
commit | commitdiff | tree |
2013-08-16 |
Brad Fitzpatrick | net/http: don't send an automatic Content-Length on... |
commit | commitdiff | tree |
2013-08-16 |
Rob Pike | doc/go1.2.txt: delete 'go doc' |
commit | commitdiff | tree |
2013-08-16 |
Rob Pike | doc/go1.2.txt: three-index slices are going into 1.2 |
commit | commitdiff | tree |
2013-08-16 |
Rob Pike | cmd/go: delete 'go doc' |
commit | commitdiff | tree |
2013-08-15 |
Brad Fitzpatrick | net/http: unify the confusingly-named serve_test and... |
commit | commitdiff | tree |
2013-08-15 |
Russ Cox | cmd/gc: &x panics if x does |
commit | commitdiff | tree |
2013-08-15 |
Russ Cox | spec: &x panics if x does |
commit | commitdiff | tree |
2013-08-15 |
Russ Cox | tests: remove two misuses of nil pointers |
commit | commitdiff | tree |
2013-08-15 |
Mikio Hara | runtime: fix wrong syscall numbers on freebsd/386,... |
commit | commitdiff | tree |
2013-08-15 |
Mikio Hara | net: enable runtime-integrated network pollster on... |
commit | commitdiff | tree |
2013-08-15 |
Dmitriy Vyukov | runtime: remove old preemption checks |
commit | commitdiff | tree |
2013-08-15 |
Dmitriy Vyukov | runtime: fix plan9 build |
commit | commitdiff | tree |
2013-08-15 |
Rémy Oudompheng | doc: update go1.2.txt |
commit | commitdiff | tree |
2013-08-15 |
Mikio Hara | net: rearrange the call order of runtime-integrated... |
commit | commitdiff | tree |
2013-08-15 |
Rob Pike | time: expand acceptance of time zones when parsing |
commit | commitdiff | tree |
2013-08-15 |
Brad Fitzpatrick | archive/zip: speed up Zip64 test |
commit | commitdiff | tree |
2013-08-15 |
Brad Fitzpatrick | testing: add TB, an interface common to T and B |
commit | commitdiff | tree |
2013-08-15 |
Rob Pike | os/exec: document that LookPath's result may be a relat... |
commit | commitdiff | tree |
2013-08-15 |
Rob Pike | go_spec.html: clarify that tags are part of struct... |
commit | commitdiff | tree |
2013-08-15 |
Alex Brainman | runtime/race: add end-to-end test on windows |
commit | commitdiff | tree |
2013-08-15 |
Rob Pike | cmd/go: fix bad error message in coverage for package... |
commit | commitdiff | tree |
2013-08-15 |
Rob Pike | time: handle GMT possibly with offset |
commit | commitdiff | tree |
2013-08-14 |
David Symonds | cmd/go: fix detached heads that are remnants of bad... |
commit | commitdiff | tree |
2013-08-14 |
Dominik Honnef | misc/emacs: Allow go-coverage to work in existing cover... |
commit | commitdiff | tree |
2013-08-14 |
Russ Cox | encoding/xml: support generic encoding interfaces |
commit | commitdiff | tree |
2013-08-14 |
Carl Shapiro | cmd/go, runtime/cgo: explicitly target ARMv5T |
commit | commitdiff | tree |
2013-08-14 |
Andrew Gerrand | doc: update go1.2.txt |
commit | commitdiff | tree |
next |