2013-01-02 |
Russ Cox | sync/atomic: document that users must deal with 64... |
commit | commitdiff | tree |
2013-01-02 |
Rémy Oudompheng | cmd/gc: mark wrapper methods for unnamed types as DUPOK. |
commit | commitdiff | tree |
2013-01-02 |
Russ Cox | cmd/gc: make redeclaration between import and func... |
commit | commitdiff | tree |
2013-01-02 |
Russ Cox | test/run: handle compiledir and errorcheckdir with... |
commit | commitdiff | tree |
2013-01-02 |
Russ Cox | api: add go/types to next.txt |
commit | commitdiff | tree |
2013-01-02 |
Robert Griesemer | go/types: remove most remaining uses of ast.Object... |
commit | commitdiff | tree |
2013-01-02 |
Dmitriy Vyukov | doc: add race detector manual |
commit | commitdiff | tree |
2013-01-02 |
Andrew Gerrand | doc: update standard copyright header |
commit | commitdiff | tree |
2013-01-02 |
Andrew Gerrand | A+C: Kamil Kisiel (individual CLA) |
commit | commitdiff | tree |
2013-01-02 |
Kamil Kisiel | cmd/godoc: ignore misnamed examples and print a warning |
commit | commitdiff | tree |
2013-01-01 |
Dave Cheney | runtime: fix freebsd/arm instruction cache flush |
commit | commitdiff | tree |
2013-01-01 |
Dave Cheney | go/build: disable cgo on freebsd/arm |
commit | commitdiff | tree |
2012-12-30 |
Russ Cox | cmd/gc: do not generate code for var _ = ... unless... |
commit | commitdiff | tree |
2012-12-30 |
Ryan Slade | encoding/json: encode map key is of string kind, decode... |
commit | commitdiff | tree |
2012-12-30 |
Russ Cox | runtime: say 'fatal error' instead of 'throw' |
commit | commitdiff | tree |
2012-12-29 |
Dave Cheney | cmd/dist: use -pipe during bootstrap |
commit | commitdiff | tree |
2012-12-29 |
Sébastien Paolacci | runtime: handle locked mmap failure on Linux |
commit | commitdiff | tree |
2012-12-29 |
Adam Langley | crypto/rsa: ensure that RSA keys use the full number... |
commit | commitdiff | tree |
2012-12-28 |
Péter Surányi | doc: fix id attributes in links to godoc |
commit | commitdiff | tree |
2012-12-28 |
Robert Griesemer | go/types: Steps towards removing ast.Object from export... |
commit | commitdiff | tree |
2012-12-28 |
Robert Griesemer | go/types: moved from exp/types |
commit | commitdiff | tree |
2012-12-28 |
Robert Griesemer | exp/types: resolve composite literal keys |
commit | commitdiff | tree |
2012-12-28 |
Brad Fitzpatrick | io/ioutil: fix Discard data race |
commit | commitdiff | tree |
2012-12-28 |
Dmitriy Vyukov | runtime: fix potential crash in sigqueue |
commit | commitdiff | tree |
2012-12-28 |
Dave Cheney | net: consolidate fd_{free,net,open}bsd.go into fd_bsd.go |
commit | commitdiff | tree |
2012-12-28 |
Dave Cheney | cmd/ld: fix valgrind warning in strnput |
commit | commitdiff | tree |
2012-12-27 |
Jan Ziak | reflect: declare slice as *[]unsafe.Pointer instead... |
commit | commitdiff | tree |
2012-12-27 |
Akshat Kumar | log/syslog: add stub for Plan 9 |
commit | commitdiff | tree |
2012-12-26 |
Robert Griesemer | exp/types: some comment fixes |
commit | commitdiff | tree |
2012-12-26 |
Robert Griesemer | exp/types: configurable types.Check API |
commit | commitdiff | tree |
2012-12-25 |
Oling Cat | fmt: update an old comment; fix a typo. |
commit | commitdiff | tree |
2012-12-24 |
Dmitriy Vyukov | runtime: diagnose double wakeup on Note |
commit | commitdiff | tree |
2012-12-24 |
Marcel van... | exp/norm: changed API of Iter. |
commit | commitdiff | tree |
2012-12-24 |
Marcel van... | exp/locale/collate: include composed characters into... |
commit | commitdiff | tree |
2012-12-24 |
Dmitriy Vyukov | runtime/race: make test driver print compilation errors |
commit | commitdiff | tree |
2012-12-24 |
Rémy Oudompheng | cmd/gc: fix race instrumentation of unaddressable arrays. |
commit | commitdiff | tree |
2012-12-23 |
Shenghou Ma | doc/articles/wiki/test.bash: suppress unnecessary output |
commit | commitdiff | tree |
2012-12-23 |
Brad Fitzpatrick | net/http: match curl and others' NO_PROXY wildcard... |
commit | commitdiff | tree |
2012-12-22 |
Russ Cox | runtime: zero d.free field |
commit | commitdiff | tree |
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 |
next |