2012-12-22 |
Russ Cox | runtime/debug: document that Stack is deprecated |
commit | commitdiff | tree |
2012-12-22 |
Russ Cox | cmd/gc: add diagnostic for var, type, const named init |
commit | commitdiff | tree |
2012-12-22 |
Russ Cox | cmd/go: remove debugging flag introduced in CL 6996054 |
commit | commitdiff | tree |
2012-12-22 |
Russ Cox | cmd/gc: make forward declaration in pure Go package... |
commit | commitdiff | tree |
2012-12-22 |
Russ Cox | cmd/gc: fix eval order in select |
commit | commitdiff | tree |
2012-12-22 |
Russ Cox | cmd/yacc: fix debug print of token name |
commit | commitdiff | tree |
2012-12-22 |
Russ Cox | runtime: coalesce 0-size allocations |
commit | commitdiff | tree |
2012-12-22 |
Russ Cox | runtime: ignore failure from madvise |
commit | commitdiff | tree |
2012-12-22 |
Russ Cox | runtime: aggregate defer allocations |
commit | commitdiff | tree |
2012-12-22 |
Shenghou Ma | misc/benchcmp: show byte allocation statistics |
commit | commitdiff | tree |
2012-12-22 |
Emil Hessman | testing: fix example test fd leak |
commit | commitdiff | tree |
2012-12-22 |
Stéphane Travostino | encoding/json: A JSON tag can be any valid JSON string. |
commit | commitdiff | tree |
2012-12-22 |
Russ Cox | fmt: document width and flags a bit more |
commit | commitdiff | tree |
2012-12-22 |
Rick Arnold | flag: add implicit boolFlag interface |
commit | commitdiff | tree |
2012-12-22 |
Rémy Oudompheng | cmd/gc: fix wrong interaction between inlining and... |
commit | commitdiff | tree |
2012-12-22 |
Rémy Oudompheng | cmd/gc: do not accept (**T).Method expressions. |
commit | commitdiff | tree |
2012-12-22 |
Daniel Morsing | cmd/gc: Reject parenthesised .(type) expressions. |
commit | commitdiff | tree |
2012-12-22 |
Russ Cox | cmd/6l, cmd/8l: add -Z flag to zero stack frame on... |
commit | commitdiff | tree |
2012-12-22 |
Russ Cox | undo CL 6938073 / 1542912cf09d |
commit | commitdiff | tree |
2012-12-22 |
Erik St. Martin | regexp: fix index panic in Replace |
commit | commitdiff | tree |
2012-12-22 |
Russ Cox | A+C: Erik St. Martin (individual CLA) |
commit | commitdiff | tree |
2012-12-22 |
Adam Langley | crypto/des: add an example to demonstrate EDE2 operation. |
commit | commitdiff | tree |
2012-12-22 |
Russ Cox | encoding/gob: document that structs only encode/decode... |
commit | commitdiff | tree |
2012-12-22 |
Russ Cox | cmd/gc: fix error line in switch expr eval |
commit | commitdiff | tree |
2012-12-22 |
Chris Jones | encoding/xml: Marshal ",any" fields |
commit | commitdiff | tree |
2012-12-22 |
Mikio Hara | net: fix timeout tests |
commit | commitdiff | tree |
2012-12-21 |
Rémy Oudompheng | cmd/8g: introduce temporaries in byte multiplication. |
commit | commitdiff | tree |
2012-12-21 |
Dave Cheney | cmd/5g: avoid temporaries in agen OINDEX |
commit | commitdiff | tree |
2012-12-21 |
Robert Griesemer | go/ast: ast.DeclStmt.Decl must be an *ast.GenDecl node... |
commit | commitdiff | tree |
2012-12-21 |
Rémy Oudompheng | misc/pprof: don't look for browser in current directory. |
commit | commitdiff | tree |
2012-12-21 |
Rémy Oudompheng | cmd/gc: mapassign2 doesn't exist anymore. |
commit | commitdiff | tree |
2012-12-21 |
Shenghou Ma | cmd/dist: make GOARM detection better compatible with... |
commit | commitdiff | tree |
2012-12-21 |
Dmitriy Vyukov | runtime/race: update linux runtime to r170876. |
commit | commitdiff | tree |
2012-12-21 |
Dmitriy Vyukov | cmd/go: improve wording of race detector documentation |
commit | commitdiff | tree |
2012-12-21 |
Mikio Hara | net: make unix connection tests more robust |
commit | commitdiff | tree |
2012-12-21 |
Alex Brainman | os: remove dead code |
commit | commitdiff | tree |
2012-12-21 |
Dave Cheney | net/http: simplify serve() connection close |
commit | commitdiff | tree |
2012-12-21 |
David Symonds | cmd/vet: expand printf flags understood by %s and %q. |
commit | commitdiff | tree |
2012-12-20 |
Rémy Oudompheng | cmd/gc: remove an incorrect assertion in escape analysis. |
commit | commitdiff | tree |
2012-12-20 |
Andrew Gerrand | go/doc: don't synthesize code for examples that are... |
commit | commitdiff | tree |
2012-12-20 |
Andrew Gerrand | cmd/godoc: redirect for file with trailing / |
commit | commitdiff | tree |
2012-12-20 |
Russ Cox | math: handle exponent separately in Log2 |
commit | commitdiff | tree |
2012-12-20 |
Joel Sing | cgo: enable cgo on openbsd |
commit | commitdiff | tree |
2012-12-20 |
Joel Sing | cmd/[568]l: do not generate PT_TLS on openbsd |
commit | commitdiff | tree |
2012-12-20 |
Joakim Sernbrant | net/http: only call client SetCookie when needed |
commit | commitdiff | tree |
2012-12-19 |
Andrew Gerrand | testing: only capture stdout when running examples |
commit | commitdiff | tree |
2012-12-19 |
Brad Fitzpatrick | net/http: fix server connection leak on Handler's panic... |
commit | commitdiff | tree |
2012-12-19 |
Dave Cheney | go/token: fix data race on FileSet.last |
commit | commitdiff | tree |
2012-12-19 |
Dave Cheney | go/token: add test for concurrent use of FileSet.Pos |
commit | commitdiff | tree |
2012-12-18 |
Andrew Gerrand | C: add Shawn Ledbetter (Google CLA) |
commit | commitdiff | tree |
2012-12-18 |
Shenghou Ma | all: fix typos |
commit | commitdiff | tree |
2012-12-18 |
Shenghou Ma | cmd/go: pass gccgoflags at the end of gccgo command... |
commit | commitdiff | tree |
2012-12-18 |
Jingcheng Zhang | runtime: use "mp" and "gp" instead of "m" and "g" for... |
commit | commitdiff | tree |
2012-12-18 |
Adam Langley | A+C: Eric Milliken (individual CLA) |
commit | commitdiff | tree |
2012-12-18 |
Shenghou Ma | cmd/5l, cmd/6l, cmd/8l: fix function symbol generation... |
commit | commitdiff | tree |
2012-12-18 |
Shenghou Ma | runtime: use clock_gettime to get ns resolution for... |
commit | commitdiff | tree |
2012-12-18 |
David Symonds | go/doc: add "hdr-" prefix to headers generated from... |
commit | commitdiff | tree |
2012-12-17 |
Robert Griesemer | exp/gotype: disable failing tests and add a few more |
commit | commitdiff | tree |
2012-12-17 |
Rémy Oudompheng | cmd/6g: fix componentgen for funarg structs. |
commit | commitdiff | tree |
2012-12-17 |
Dave Cheney | debug/elf: handle missing shstrndx in core files |
commit | commitdiff | tree |
2012-12-17 |
Dave Cheney | time: fix panic with time.Parse(time.StampNano, ... ) |
commit | commitdiff | tree |
2012-12-17 |
Brad Fitzpatrick | net/http: fix goroutine leak in error case |
commit | commitdiff | tree |
2012-12-17 |
Robert Griesemer | exp/types: completed typechecking of parameter passing |
commit | commitdiff | tree |
2012-12-17 |
Russ Cox | cmd/gc: add GOEXPERIMENT=zerostack to clear stack on... |
commit | commitdiff | tree |
2012-12-17 |
Shenghou Ma | fmt, encoding/gob: fix misuse of Read |
commit | commitdiff | tree |
2012-12-17 |
Anthony Martin | syscall: lazily populate the environment cache on Plan 9 |
commit | commitdiff | tree |
2012-12-17 |
Shenghou Ma | cmd/cgo: access errno from void C function |
commit | commitdiff | tree |
2012-12-17 |
Anthony Martin | runtime: implement getenv for Plan 9 |
commit | commitdiff | tree |
2012-12-17 |
Russ Cox | test: add "duplicate" struct map key test |
commit | commitdiff | tree |
2012-12-17 |
Rick Arnold | net/smtp: remove data race from TestSendMail. |
commit | commitdiff | tree |
2012-12-17 |
Shenghou Ma | os: fix docs for Expand |
commit | commitdiff | tree |
2012-12-17 |
Shenghou Ma | net/http/pprof: fix doc for /debug/pprof/ |
commit | commitdiff | tree |
2012-12-17 |
Shenghou Ma | api/next.txt: update |
commit | commitdiff | tree |
2012-12-17 |
Christopher... | syscall: document that documentation is platform specific |
commit | commitdiff | tree |
2012-12-17 |
Dmitriy Vyukov | cmd/gc: racewalk: fix compiler crash |
commit | commitdiff | tree |
2012-12-17 |
Oling Cat | fmt: fix a typo |
commit | commitdiff | tree |
2012-12-17 |
Rémy Oudompheng | encoding/json: cleanup leftover redundant variables. |
commit | commitdiff | tree |
2012-12-17 |
Rick Arnold | net/smtp: add optional Hello method |
commit | commitdiff | tree |
2012-12-17 |
Jan Ziak | runtime: struct Obj in mgc0.c and buffers in scanblock() |
commit | commitdiff | tree |
2012-12-17 |
Christopher... | cmd/fix: Add keys to printer.Config composite literals. |
commit | commitdiff | tree |
2012-12-17 |
Russ Cox | A+C: Christopher Cahoon (individual CLA) |
commit | commitdiff | tree |
2012-12-16 |
Andrew Gerrand | A+C: Alexander Surma (individual CLA) |
commit | commitdiff | tree |
2012-12-16 |
Mikio Hara | net: change ListenUnixgram signature to return UnixConn... |
commit | commitdiff | tree |
2012-12-15 |
Rémy Oudompheng | cmd/gc: fix defaultlit of shifts used in interface... |
commit | commitdiff | tree |
2012-12-15 |
Mikio Hara | src: gofmt -w -s |
commit | commitdiff | tree |
2012-12-14 |
Jingcheng Zhang | builtin: correct comment on builtin function delete(). |
commit | commitdiff | tree |
2012-12-14 |
Adam Langley | A+C: Casey Marshall (individual CLA) |
commit | commitdiff | tree |
2012-12-14 |
James David... | database/sql: adds test for fix in issue 4433. |
commit | commitdiff | tree |
2012-12-14 |
Dmitriy Vyukov | runtime/race: update runtime to r170112. |
commit | commitdiff | tree |
2012-12-14 |
Dmitriy Vyukov | runtime/race: update runtime to r170112. |
commit | commitdiff | tree |
2012-12-14 |
Alex Brainman | cmd/go: handle os signals |
commit | commitdiff | tree |
2012-12-13 |
Ian Lance Taylor | test: s/float/float32/ |
commit | commitdiff | tree |
2012-12-13 |
Nick Craig... | os: Improve the accuracy of os.Chtimes |
commit | commitdiff | tree |
2012-12-13 |
Brad Fitzpatrick | A+C: Nick Craig-Wood (individual CLA) |
commit | commitdiff | tree |
2012-12-13 |
Ian Lance Taylor | test: move map delete test to nil.go |
commit | commitdiff | tree |
2012-12-13 |
Dave Cheney | cmd/{5,6,8}g: reduce size of Prog and Addr |
commit | commitdiff | tree |
2012-12-13 |
Shenghou Ma | test/nil.go: delete on nil maps no longer panics |
commit | commitdiff | tree |
2012-12-13 |
Shenghou Ma | runtime: deletion on nil maps is a no-op now |
commit | commitdiff | tree |
2012-12-13 |
Shenghou Ma | lib/godoc/example.html: htmlify the play code |
commit | commitdiff | tree |
2012-12-13 |
Shenghou Ma | io: SectionReader.ReadAt should return EOF when buf... |
commit | commitdiff | tree |
next |