2012-06-04 |
Joel Sing | net: fix botched cgo netbsd merge |
commit | commitdiff | tree |
2012-06-04 |
Joel Sing | cgo: enable cgo on netbsd/386 and netbsd/amd64 |
commit | commitdiff | tree |
2012-06-04 |
Joel Sing | misc/cgo/stdio: split stdout/stderr into a separate... |
commit | commitdiff | tree |
2012-06-04 |
Benny Siegert | syscall: use pipe instead of pipe2 on NetBSD |
commit | commitdiff | tree |
2012-06-04 |
Brad Fitzpatrick | net/http: add new Server benchmark |
commit | commitdiff | tree |
2012-06-04 |
Andrew Gerrand | doc: mention 'hg update default' in contribution... |
commit | commitdiff | tree |
2012-06-04 |
Russ Cox | doc/install: we don't print 'The compiler is 6g' anymore |
commit | commitdiff | tree |
2012-06-04 |
Ryan Barrett | misc/emacs: make compilation-mode's next-error understa... |
commit | commitdiff | tree |
2012-06-04 |
Brad Fitzpatrick | net/textproto: add benchmark, cleanup, update comment |
commit | commitdiff | tree |
2012-06-04 |
Brad Fitzpatrick | net/http: simplify ParseHTTPVersion |
commit | commitdiff | tree |
2012-06-04 |
Nigel Tao | cmd/gc: recognize u<<1 op u>>31 as a rotate when op... |
commit | commitdiff | tree |
2012-06-04 |
Shenghou Ma | api: add Linux/ARM to go1 API |
commit | commitdiff | tree |
2012-06-04 |
Brad Fitzpatrick | net/http: change a Del to delete |
commit | commitdiff | tree |
2012-06-04 |
Mikio Hara | path/filepath: fix test |
commit | commitdiff | tree |
2012-06-03 |
Russ Cox | time: make Format 2.7x faster |
commit | commitdiff | tree |
2012-06-03 |
Joel Sing | net: move cgo address info flags to per-platform files |
commit | commitdiff | tree |
2012-06-03 |
Alex Brainman | syscall: correct Win32finddata definition |
commit | commitdiff | tree |
2012-06-03 |
Russ Cox | cmd/5g: fix typo |
commit | commitdiff | tree |
2012-06-03 |
Russ Cox | api: add net.UnixConn's CloseRead and CloseWrite methods |
commit | commitdiff | tree |
2012-06-03 |
Luuk van Dijk | cmd/gc: inline slice[arr,str] in the frontend (mostly). |
commit | commitdiff | tree |
2012-06-03 |
Russ Cox | exp/html/atom: faster Lookup with smaller tables |
commit | commitdiff | tree |
2012-06-02 |
Shenghou Ma | syscall: fix 32-bit uid calls |
commit | commitdiff | tree |
2012-06-02 |
Shenghou Ma | runtime: remove unnecessary macros in vlop_arm.s |
commit | commitdiff | tree |
2012-06-02 |
Shenghou Ma | cmd/5a, cmd/5l, math: add CLZ instruction for ARM |
commit | commitdiff | tree |
2012-06-02 |
Jan Ziak | runtime: add (unused for now) gc field to type information |
commit | commitdiff | tree |
2012-06-02 |
Charles L.... | math: amd64 versions of Ceil, Floor and Trunc |
commit | commitdiff | tree |
2012-06-02 |
Jan Mercl | path/filepath: implement documented SkipDir behavior |
commit | commitdiff | tree |
2012-06-02 |
Shenghou Ma | cmd/5c, cmd/5g, cmd/5l: enable use of R12, F8-F15 |
commit | commitdiff | tree |
2012-06-02 |
Brad Fitzpatrick | api: add FreeBSD to go1 API |
commit | commitdiff | tree |
2012-06-02 |
Rob Pike | text/template/parse: restore the goroutine |
commit | commitdiff | tree |
2012-06-01 |
Robert Griesemer | go/parser: ~15% faster parsing |
commit | commitdiff | tree |
2012-06-01 |
Ryan Barrett | misc/emacs: stop go-mode from spuriously marking the... |
commit | commitdiff | tree |
2012-06-01 |
Russ Cox | cmd/6l: loop alignment, disabled |
commit | commitdiff | tree |
2012-06-01 |
Russ Cox | cmd/5g, cmd/6g, cmd/8g: delete clearstk |
commit | commitdiff | tree |
2012-06-01 |
David Symonds | misc/dashboard/codereview: handle abandoned CLs. |
commit | commitdiff | tree |
2012-05-31 |
Nigel Tao | exp/html/atom: faster, hash-based lookup. |
commit | commitdiff | tree |
2012-05-31 |
Rémy Oudompheng | runtime: lower memory overhead of heap profiling. |
commit | commitdiff | tree |
2012-05-31 |
Sameer Ajmani | CONTRIBUTORS: Add Ryan Barrett (Google CLA) |
commit | commitdiff | tree |
2012-05-31 |
Rémy Oudompheng | runtime/pprof, misc/pprof: correct profile of total... |
commit | commitdiff | tree |
2012-05-31 |
Nigel Tao | exp/html/atom: new package. |
commit | commitdiff | tree |
2012-05-31 |
Rob Pike | regexp: fix a couple of bugs in the documentation |
commit | commitdiff | tree |
2012-05-31 |
Andrew Gerrand | misc/dashboard/app: add debug logging to notifyOnFailur... |
commit | commitdiff | tree |
2012-05-31 |
Andrew Gerrand | misc/dashboard/app: fix tests |
commit | commitdiff | tree |
2012-05-30 |
Dave Cheney | cmd/go: add -ccflags |
commit | commitdiff | tree |
2012-05-30 |
Russ Cox | cmd/gc: contiguous loop layout |
commit | commitdiff | tree |
2012-05-30 |
Mikio Hara | net: fix test to avoid unintentional nil pointer derefe... |
commit | commitdiff | tree |
2012-05-30 |
Russ Cox | cmd/5l: fix PLD |
commit | commitdiff | tree |
2012-05-30 |
Russ Cox | cmd/6l, cmd/8l, cmd/5l: add AUNDEF instruction |
commit | commitdiff | tree |
2012-05-30 |
Russ Cox | cmd/ld: align function entry on arch-specific boundary |
commit | commitdiff | tree |
2012-05-30 |
Russ Cox | cmd/6l, cmd/8l: fix chaining bug in jump rewrite |
commit | commitdiff | tree |
2012-05-30 |
Ivan Krasin | compress/flate: fix overflow on 2GB input. Reset hashOf... |
commit | commitdiff | tree |
2012-05-30 |
Mats Lidell | go-mode: Works for both GNU-Emacs and XEmacs-21.5 |
commit | commitdiff | tree |
2012-05-30 |
Rob Pike | test/bench/shootout: more speedups |
commit | commitdiff | tree |
2012-05-30 |
Russ Cox | cmd/6g: avoid MOVSD between registers |
commit | commitdiff | tree |
2012-05-30 |
Russ Cox | shootout: make mandelbrot.go more like mandelbrot.c |
commit | commitdiff | tree |
2012-05-30 |
Sameer Ajmani | A+C: add Mats Lidell. He signed the agreement with... |
commit | commitdiff | tree |
2012-05-30 |
Jean-Marc Eurin | misc/emacs: Use patch output of gofmt instead of... |
commit | commitdiff | tree |
2012-05-30 |
Rob Pike | test/bench/shootout/timing.log: mandelbrot is restored |
commit | commitdiff | tree |
2012-05-30 |
Joel Sing | runtime: always initialise procid on netbsd |
commit | commitdiff | tree |
2012-05-30 |
Jan Ziak | runtime: update field types in preparation for GC changes |
commit | commitdiff | tree |
2012-05-30 |
Joel Sing | cmd/ld: increase number of ELF sections |
commit | commitdiff | tree |
2012-05-30 |
Jan Ziak | runtime: hide symbol table from garbage collector |
commit | commitdiff | tree |
2012-05-30 |
Marcel van... | exp/locale/collate: avoid double building in maketables... |
commit | commitdiff | tree |
2012-05-30 |
Russ Cox | test/bench/go1: add mandelbrot for floating point |
commit | commitdiff | tree |
2012-05-30 |
Russ Cox | cmd/6g: change sbop swap logic |
commit | commitdiff | tree |
2012-05-30 |
Nigel Tao | image/png: optimize paeth some more. |
commit | commitdiff | tree |
2012-05-30 |
Alex Brainman | runtime: disable new TestCrashHandle on freebsd to... |
commit | commitdiff | tree |
2012-05-30 |
Rémy Oudompheng | runtime: do not unset the special bit after finalization. |
commit | commitdiff | tree |
2012-05-30 |
Andrew Balholm | exp/html: Convert \r and \r\n to \n when tokenizing |
commit | commitdiff | tree |
2012-05-30 |
Alex Brainman | runtime: handle windows exceptions, even in cgo programs |
commit | commitdiff | tree |
2012-05-30 |
Nigel Tao | exp/html: add some tokenizer and parser benchmarks. |
commit | commitdiff | tree |
2012-05-29 |
Brad Fitzpatrick | net: skip UnixShutdown test on windows |
commit | commitdiff | tree |
2012-05-29 |
Rémy Oudompheng | net: add CloseRead, CloseWrite methods to UnixConn. |
commit | commitdiff | tree |
2012-05-29 |
Rob Pike | fmt: speed up 10-20% |
commit | commitdiff | tree |
2012-05-29 |
Russ Cox | encoding/json: add round trip test in Unmarshal |
commit | commitdiff | tree |
2012-05-29 |
Brad Fitzpatrick | net/http: better comment in hasToken |
commit | commitdiff | tree |
2012-05-29 |
Peter Kleiweg | Emacs go-mode: don't indent the inside of strings. |
commit | commitdiff | tree |
2012-05-29 |
Robert Griesemer | exp/types: properly read dotted identifiers |
commit | commitdiff | tree |
2012-05-29 |
Brad Fitzpatrick | net/http: flush server response gracefully when ignorin... |
commit | commitdiff | tree |
2012-05-29 |
Russ Cox | merge unexpected branch |
commit | commitdiff | tree |
2012-05-29 |
Dmitriy Vyukov | time: fix deadlock in Sleep(0) |
commit | commitdiff | tree |
2012-05-29 |
Brad Fitzpatrick | database/sql: use driver.ColumnConverter everywhere... |
commit | commitdiff | tree |
2012-05-29 |
Russ Cox | runtime: replace runtime·rnd function with ROUND macro |
commit | commitdiff | tree |
2012-05-29 |
Rob Pike | test/bench/shootout/timing.log: update after recent... |
commit | commitdiff | tree |
2012-05-29 |
Russ Cox | exp/types: disable test |
commit | commitdiff | tree |
2012-05-29 |
Joel Sing | runtime: make go work on netbsd/386 |
commit | commitdiff | tree |
2012-05-29 |
Mikio Hara | net: fix comment on FileListener |
commit | commitdiff | tree |
2012-05-29 |
Russ Cox | crypto: housekeeping |
commit | commitdiff | tree |
2012-05-29 |
Mikio Hara | undo CL 6248054 / 0f418a63cdf9 |
commit | commitdiff | tree |
2012-05-29 |
Peter Kleiweg | Emacs go-mode: fix Emacs freeze-up when copy/pasting... |
commit | commitdiff | tree |
2012-05-29 |
Akshat Kumar | cmd/6l: Fixes for 64-bit Plan 9 |
commit | commitdiff | tree |
2012-05-29 |
Russ Cox | cmd/6g, cmd/8g: move panicindex calls out of line |
commit | commitdiff | tree |
2012-05-29 |
Sameer Ajmani | A+C: Peter Kleiweg (individual CLA) |
commit | commitdiff | tree |
2012-05-29 |
Andrew Balholm | exp/html: implement Noah's Ark clause |
commit | commitdiff | tree |
2012-05-28 |
Mikio Hara | net: fix comment on FileListener |
commit | commitdiff | tree |
2012-05-28 |
Mikio Hara | net: make parsePort as a function |
commit | commitdiff | tree |
2012-05-28 |
Brad Fitzpatrick | net/http: avoid fmt.Fprintf in Header.WriteSubset |
commit | commitdiff | tree |
2012-05-28 |
Brad Fitzpatrick | net/http: avoid a bunch of unnecessary CanonicalHeaderK... |
commit | commitdiff | tree |
2012-05-28 |
Brad Fitzpatrick | net/http: speed up ServeMux when no patterns contain... |
commit | commitdiff | tree |
2012-05-28 |
Brad Fitzpatrick | net/http: correct and faster hasToken |
commit | commitdiff | tree |
next |