| 2012-06-07 | Russ Cox | cmd/gc: run escape analysis in call graph dependency... | commit | commitdiff | tree | 
| 2012-06-07 | Russ Cox | cmd/gc: fix type checking loop | commit | commitdiff | tree | 
| 2012-06-07 | Russ Cox | cmd/gc: delete dead code | commit | commitdiff | tree | 
| 2012-06-07 | Russ Cox | cmd/gc: do not crash on struct with _ field | commit | commitdiff | tree | 
| 2012-06-07 | Russ Cox | cmd/gc: preserve side effects during inlining of functi... | commit | commitdiff | tree | 
| 2012-06-07 | Russ Cox | encoding/json: fix panic unmarshaling into non-nil... | commit | commitdiff | tree | 
| 2012-06-07 | Russ Cox | cmd/gc: mark output of typename as type-checked | commit | commitdiff | tree | 
| 2012-06-07 | Nigel Tao | exp/html: when parsing, compare atoms (ints) instead... | commit | commitdiff | tree | 
| 2012-06-07 | Nigel Tao | exp/html: make the tokenizer return atoms for tag tokens. | commit | commitdiff | tree | 
| 2012-06-07 | Dave Cheney | test/bench/go1: add go/parser benchmark | commit | commitdiff | tree | 
| 2012-06-06 | Alex Brainman | runtime: include "typekind.h" to fix windows build | commit | commitdiff | tree | 
| 2012-06-06 | Nigel Tao | exp/html/atom: add more atoms. | commit | commitdiff | tree | 
| 2012-06-06 | Andrew Gerrand | misc/dashboard/app: fix build failure notifications | commit | commitdiff | tree | 
| 2012-06-06 | Fazlul Shahriar | net: pass tests on Plan 9 again | commit | commitdiff | tree | 
| 2012-06-06 | Jan Ziak | runtime: move type kinds into a separate file | commit | commitdiff | tree | 
| 2012-06-06 | Daniel Morsing | fmt: fix doc typo | commit | commitdiff | tree | 
| 2012-06-06 | Russ Cox | A+C: Daniel Morsing (individual CLA) | commit | commitdiff | tree | 
| 2012-06-06 | Markus Sonderegger | crypto/rand: enable rand.Reader on plan9 | commit | commitdiff | tree | 
| 2012-06-06 | Russ Cox | A+C: Markus Sonderegger (individual CLA) | commit | commitdiff | tree | 
| 2012-06-06 | Russ Cox | fmt: fix inadvertent change to %#v | commit | commitdiff | tree | 
| 2012-06-06 | Shenghou Ma | net: fix cgoAddrInfoFlags() on FreeBSD | commit | commitdiff | tree | 
| 2012-06-06 | Shenghou Ma | build: restore PATH before "dist banner" | commit | commitdiff | tree | 
| 2012-06-06 | Joel Sing | runtime: fix tv_sec handling for netbsd/386 | commit | commitdiff | tree | 
| 2012-06-05 | Dave Cheney | cmd/5c, cmd/5g, cmd/5l: fix array indexing warning... | commit | commitdiff | tree | 
| 2012-06-05 | Dave Cheney | test/bench/go1: reduce fasta data size for linux/arm | commit | commitdiff | tree | 
| 2012-06-05 | Russ Cox | runtime: use OS X vsyscall for gettimeofday (amd64) | commit | commitdiff | tree | 
| 2012-06-05 | Russ Cox | runtime: use OS X vsyscall for gettimeofday (386) | commit | commitdiff | tree | 
| 2012-06-05 | Dave Cheney | runtime: use uintptr for block length in scanblock | commit | commitdiff | tree | 
| 2012-06-05 | Rémy Oudompheng | cmd/[568]g: correct freeing of allocated Regs. | commit | commitdiff | tree | 
| 2012-06-05 | Nigel Tao | gc: fix typo. | commit | commitdiff | tree | 
| 2012-06-05 | Rob Pike | net/http/httputil: fix typo in comment. | commit | commitdiff | tree | 
| 2012-06-04 | Rémy Oudompheng | test: avoid interface conversion in rotate.go | commit | commitdiff | tree | 
| 2012-06-04 | Robert Griesemer | go spec: clarify promotion rules for methods/fields... | commit | commitdiff | tree | 
| 2012-06-04 | Russ Cox | cmd/gc: introduce hidden closure functions earlier | commit | commitdiff | tree | 
| 2012-06-04 | Shenghou Ma | lib9: fix memory leak in p9getwd() | commit | commitdiff | tree | 
| 2012-06-04 | Russ Cox | time: accept .999 in Parse | commit | commitdiff | tree | 
| 2012-06-04 | Robert Griesemer | math/big: improved karatsuba calibration code, better... | commit | commitdiff | tree | 
| 2012-06-04 | Marcel van... | exp/locale/collate: somehow an incorrect version of... | commit | commitdiff | tree | 
| 2012-06-04 | Shenghou Ma | test/bench/go1: fix gzip test | commit | commitdiff | tree | 
| 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 | 
| next |