2014-07-08 |
David Crawshaw | cmd/nm: skip test on android (no Go tool) |
commit | commitdiff | tree |
2014-07-08 |
David Crawshaw | os: adjust tests for android file system |
commit | commitdiff | tree |
2014-07-08 |
David Crawshaw | cmd/objdump: skip test on android (no Go tool) |
commit | commitdiff | tree |
2014-07-08 |
David Crawshaw | crypto/x509: skip test on android (no Go tool) |
commit | commitdiff | tree |
2014-07-08 |
David Crawshaw | net: no AI_ALL on android |
commit | commitdiff | tree |
2014-07-08 |
David Crawshaw | net: treat android like linux in tests |
commit | commitdiff | tree |
2014-07-08 |
Josh Bleecher... | undo CL 101670044 / 49a6cbd80cf2 |
commit | commitdiff | tree |
2014-07-07 |
Josh Bleecher... | net/rpc: use html/template to render html |
commit | commitdiff | tree |
2014-07-07 |
Rob Pike | cmd/ld: fix off-by-one in DWARF frame tables |
commit | commitdiff | tree |
2014-07-07 |
David Crawshaw | runtime: export _rt0 for android |
commit | commitdiff | tree |
2014-07-07 |
Tetsuo Kiso | doc/contribute.html: capitalize the first letter |
commit | commitdiff | tree |
2014-07-05 |
Dmitriy Vyukov | debug/elf: fix nil deref in test |
commit | commitdiff | tree |
2014-07-05 |
Dmitriy Vyukov | image/gif: fix nil deref in test |
commit | commitdiff | tree |
2014-07-04 |
David Crawshaw | runtime/cgo: replace fprintf(stderr, ...) with fatalf... |
commit | commitdiff | tree |
2014-07-03 |
Bill Thiede | doc/contribute: reorder documented steps to match norma... |
commit | commitdiff | tree |
2014-07-03 |
David Crawshaw | runtime/cgo: revert use of undefined logging function |
commit | commitdiff | tree |
2014-07-03 |
David Crawshaw | cmd/go, cmd/ld, runtime, os/user: TLS emulation for... |
commit | commitdiff | tree |
2014-07-03 |
Dmitriy Vyukov | runtime: delete unnecessary confusing code |
commit | commitdiff | tree |
2014-07-03 |
Dmitriy Vyukov | crypto/x509: fix format strings in test |
commit | commitdiff | tree |
2014-07-03 |
Aram Hăvărneanu | runtime: make runtime·usleep and runtime·osyield callab... |
commit | commitdiff | tree |
2014-07-02 |
Cristian Staretu | archive/tar: reuse temporary buffer in readHeader |
commit | commitdiff | tree |
2014-07-02 |
Cristian Staretu | archive/tar: reuse temporary buffer in writeHeader |
commit | commitdiff | tree |
2014-07-02 |
Adam Langley | crypto/rsa: fix out-of-bound access with short session... |
commit | commitdiff | tree |
2014-07-02 |
Russ Cox | build: annotations and modifications for c2go |
commit | commitdiff | tree |
2014-07-02 |
Preetam Jinka | crypto/cipher: fix typo in example comment |
commit | commitdiff | tree |
2014-07-02 |
Timo Truyts | bufio: Fixed call to Fatal, should be Fatalf. |
commit | commitdiff | tree |
2014-07-02 |
Brad Fitzpatrick | A+C: Timo Truyts (individual CLA) |
commit | commitdiff | tree |
2014-07-02 |
Brad Fitzpatrick | A+C: Cristian Staretu (individual CLA) |
commit | commitdiff | tree |
2014-07-02 |
Aram Hăvărneanu | liblink, runtime: preliminary support for plan9/amd64 |
commit | commitdiff | tree |
2014-07-01 |
Aram Hăvărneanu | runtime: properly restore registers in Solaris runtime... |
commit | commitdiff | tree |
2014-07-01 |
Shenghou Ma | misc/nacl, syscall: lazily initialize fs on nacl. |
commit | commitdiff | tree |
2014-07-01 |
David Crawshaw | all: add GOOS=android |
commit | commitdiff | tree |
2014-07-01 |
Russ Cox | encoding/gob: fewer decAlloc calls |
commit | commitdiff | tree |
2014-07-01 |
Robert Griesemer | cmd/gofmt: fix gofmt -s for 3-index slices |
commit | commitdiff | tree |
2014-07-01 |
Robert Griesemer | src, misc: applied gofmt -w -s |
commit | commitdiff | tree |
2014-07-01 |
Simon Whitehead | gofmt/main: Added removal of empty declaration groups. |
commit | commitdiff | tree |
2014-07-01 |
Brad Fitzpatrick | A+C: Simon Whitehead (individual CLA) |
commit | commitdiff | tree |
2014-07-01 |
Brad Fitzpatrick | codereview: update name of the a+c tool |
commit | commitdiff | tree |
2014-07-01 |
Rob Pike | doc/go1.4.txt: delete editor and shell support |
commit | commitdiff | tree |
2014-07-01 |
Rob Pike | misc: delete editor and shell support |
commit | commitdiff | tree |
2014-07-01 |
Rémy Oudompheng | cmd/8g: don't allocate a register early for cap(CHAN). |
commit | commitdiff | tree |
2014-07-01 |
Keith Randall | undo CL 104200047 / 318b04f28372 |
commit | commitdiff | tree |
2014-07-01 |
Keith Randall | runtime: stack allocator, separate from mallocgc |
commit | commitdiff | tree |
2014-06-30 |
David Crawshaw | runtime: update arm comments now register m is gone |
commit | commitdiff | tree |
2014-06-30 |
Rob Pike | encoding/gob: simplify allocation in decode. |
commit | commitdiff | tree |
2014-06-30 |
Robert Griesemer | gofmt: remove redundant check in rewriter |
commit | commitdiff | tree |
2014-06-30 |
Rob Pike | doc/go1.4.txt: encoding/gob is now safe |
commit | commitdiff | tree |
2014-06-30 |
Rob Pike | encoding/gob: remove unsafe, use reflection. |
commit | commitdiff | tree |
2014-06-29 |
Dave Cheney | test/fixedbugs: fix typo in comment |
commit | commitdiff | tree |
2014-06-29 |
Dmitriy Vyukov | runtime: fix GC bitmap corruption |
commit | commitdiff | tree |
2014-06-28 |
Evan Shaw | strings: Replacer is safe for concurrent use |
commit | commitdiff | tree |
2014-06-28 |
Preetam Jinka | crypto/cipher: Fix typo in example comment |
commit | commitdiff | tree |
2014-06-28 |
David Symonds | flag: add a little more doc comment to Duration. |
commit | commitdiff | tree |
2014-06-28 |
Dmitriy Vyukov | net/http: add TLS benchmark |
commit | commitdiff | tree |
2014-06-28 |
Dmitriy Vyukov | runtime: make garbage collector faster by deleting... |
commit | commitdiff | tree |
2014-06-28 |
Russ Cox | runtime: fix nacl amd64p32 flakiness |
commit | commitdiff | tree |
2014-06-27 |
Andrew Gerrand | cmd/go: build non-runnable examples in xtests |
commit | commitdiff | tree |
2014-06-27 |
Evan Shaw | net/http: [Post]FormValue ignores parse errors |
commit | commitdiff | tree |
2014-06-27 |
Anthony Martin | runtime: fix Plan 9 build |
commit | commitdiff | tree |
2014-06-27 |
Dmitriy Vyukov | runtime: improve scheduler trace |
commit | commitdiff | tree |
2014-06-26 |
Josh Bleecher... | strings: avoid pointless slice growth in makeBenchInputHard |
commit | commitdiff | tree |
2014-06-26 |
Dmitriy Vyukov | runtime: say when a goroutine is locked to OS thread |
commit | commitdiff | tree |
2014-06-26 |
Evan Kroske | cmd/gc: moved usefield to correct section of go.h,... |
commit | commitdiff | tree |
2014-06-26 |
Ian Lance Taylor | C: add Evan Kroske (Google CLA) |
commit | commitdiff | tree |
2014-06-26 |
Robert Griesemer | go/parser: permit parentheses in receiver types |
commit | commitdiff | tree |
2014-06-26 |
Russ Cox | all: remove 'extern register M *m' from runtime |
commit | commitdiff | tree |
2014-06-25 |
Russ Cox | cmd/gc: drop parenthesization restriction for receiver... |
commit | commitdiff | tree |
2014-06-25 |
Dmitriy Vyukov | index/suffixarray: reduce size of a benchmark |
commit | commitdiff | tree |
2014-06-25 |
Andrew Gerrand | undo CL 107320046 / 97cd07dcb9d8 |
commit | commitdiff | tree |
2014-06-25 |
Dmitriy Vyukov | regexp: skip TestOnePassCutoff in short mode |
commit | commitdiff | tree |
2014-06-24 |
Mihai Borobocea | fmt: fix typo in help doc |
commit | commitdiff | tree |
2014-06-24 |
Ian Lance Taylor | A+C: add Tetsuo Kiso (personal CLA) |
commit | commitdiff | tree |
2014-06-24 |
Robert Griesemer | spec: receiver declaration is just a parameter declaration |
commit | commitdiff | tree |
2014-06-24 |
Dmitriy Vyukov | race.bash: support freebsd |
commit | commitdiff | tree |
2014-06-24 |
Andrew Gerrand | cmd/go: build test files containing non-runnable examples |
commit | commitdiff | tree |
2014-06-24 |
William Orr | syscall: implement setresuid(2) and setresgid(2) on... |
commit | commitdiff | tree |
2014-06-24 |
Mikio Hara | syscall: add source-specific multicast socket options... |
commit | commitdiff | tree |
2014-06-24 |
Glenn Lewis | C: add Glenn Lewis (Google CLA) |
commit | commitdiff | tree |
2014-06-24 |
Rob Pike | doc/go1.4.txt: text/scanner: IsIdentRune |
commit | commitdiff | tree |
2014-06-24 |
Dave Cheney | strings: additional tests |
commit | commitdiff | tree |
2014-06-24 |
Josh Bleecher... | testing: make benchmarking faster |
commit | commitdiff | tree |
2014-06-24 |
Robert Obryk | net/http: remove a duplicated check |
commit | commitdiff | tree |
2014-06-24 |
Mikio Hara | syscall: regenerate z-files for darwin |
commit | commitdiff | tree |
2014-06-23 |
Dave Cheney | doc/go1.4: add note about Set{uid,gid} change |
commit | commitdiff | tree |
2014-06-23 |
Dave Cheney | syscall: disable Setuid/Setgid on linux |
commit | commitdiff | tree |
2014-06-23 |
Mikio Hara | syscall: add source-specific multicast socket options... |
commit | commitdiff | tree |
2014-06-23 |
Rui Ueyama | runtime: speed up amd64 memmove |
commit | commitdiff | tree |
2014-06-23 |
Mikio Hara | syscall: consolidate, simplify socket options for Unix... |
commit | commitdiff | tree |
2014-06-23 |
Mikio Hara | syscall: don't display syscall prototype lines on godoc |
commit | commitdiff | tree |
2014-06-23 |
Rui Ueyama | image/png: remove unnecessary function call |
commit | commitdiff | tree |
2014-06-22 |
Rui Ueyama | undo CL 101330053 / c19c9a063fe8 |
commit | commitdiff | tree |
2014-06-22 |
Dave Cheney | test: add test case for issue 8074. |
commit | commitdiff | tree |
2014-06-22 |
Rui Ueyama | strings: use sync.Pool to cache buffer |
commit | commitdiff | tree |
2014-06-21 |
Dmitriy Vyukov | doc: say that race detector is supported on freebsd |
commit | commitdiff | tree |
2014-06-21 |
Dmitriy Vyukov | doc: say that race detector is supported on freebsd |
commit | commitdiff | tree |
2014-06-21 |
Dmitriy Vyukov | run.bash: run race tests on freebsd |
commit | commitdiff | tree |
2014-06-21 |
Dmitriy Vyukov | runtime/race: support freebsd |
commit | commitdiff | tree |
2014-06-20 |
Dmitriy Vyukov | runtime/race: update linux runtime |
commit | commitdiff | tree |
2014-06-20 |
Dmitriy Vyukov | runtime/race: update runtime to tip |
commit | commitdiff | tree |
2014-06-20 |
Rui Ueyama | strings: speed up byteReplacer.Replace |
commit | commitdiff | tree |
next |