2013-02-26 |
Rob Pike | cmd/vet: silence error from type checker unless verbose... |
commit | commitdiff | tree |
2013-02-26 |
Akshat Kumar | net: Implement FileListener, FileConn, and File methods... |
commit | commitdiff | tree |
2013-02-26 |
Rob Pike | cmd/vet: move the tests into separate files |
commit | commitdiff | tree |
2013-02-25 |
Rémy Oudompheng | cmd/gc: accept cases with same value but different... |
commit | commitdiff | tree |
2013-02-25 |
Rémy Oudompheng | cmd/gc: fix corruption in export of &T{} literals. |
commit | commitdiff | tree |
2013-02-25 |
Rémy Oudompheng | cmd/gc: apply escape analysis results to closures. |
commit | commitdiff | tree |
2013-02-25 |
Shenghou Ma | strconv, fmt: clarify behavior of CanBackquote and... |
commit | commitdiff | tree |
2013-02-25 |
Andrew Gerrand | time: handle very large sleep durations |
commit | commitdiff | tree |
2013-02-25 |
Andrew Gerrand | doc: document that weekly.html is only a historical... |
commit | commitdiff | tree |
2013-02-25 |
Shenghou Ma | libmach, cmd/5a, cmd/5c, cmd/5g, cmd/5l: enable DWARF... |
commit | commitdiff | tree |
2013-02-25 |
Akshat Kumar | syscall: Plan9, amd64: fix syscall error handling in... |
commit | commitdiff | tree |
2013-02-25 |
Dmitriy Vyukov | runtime/cgo: fix deadlock involving signals on darwin |
commit | commitdiff | tree |
2013-02-25 |
Andrew Gerrand | doc: fix wiki codelab description of template parsing |
commit | commitdiff | tree |
2013-02-25 |
Brad Fitzpatrick | net/http/cgi: make tests compile on plan9 |
commit | commitdiff | tree |
2013-02-25 |
Russ Cox | cmd/gc: can stop tracking gotype in regopt |
commit | commitdiff | tree |
2013-02-25 |
Jan Ziak | runtime: precise garbage collection of channels |
commit | commitdiff | tree |
2013-02-25 |
Rob Pike | all: fix some vet-found printf errors |
commit | commitdiff | tree |
2013-02-25 |
Shenghou Ma | cmd/gc: fix mkbuiltin (gc -A always write all symbols... |
commit | commitdiff | tree |
2013-02-25 |
Francisco Souza | cmd/go: fix vet |
commit | commitdiff | tree |
2013-02-25 |
Russ Cox | cmd/5g: fix arm build |
commit | commitdiff | tree |
2013-02-25 |
Russ Cox | cmd/gc: emit explicit type information for local variables |
commit | commitdiff | tree |
2013-02-25 |
Robert Griesemer | go/parser: more precise comment |
commit | commitdiff | tree |
2013-02-25 |
Roger Peppe | net/rpc: avoid racy use of closing flag. |
commit | commitdiff | tree |
2013-02-25 |
Mikio Hara | net: make use of testing.B.Skip and reflect.DeepEqual... |
commit | commitdiff | tree |
2013-02-25 |
Rémy Oudompheng | go/types: unresolved literal keys must be looked up... |
commit | commitdiff | tree |
2013-02-24 |
Volker Dobler | cmd/godoc: show examples in text mode |
commit | commitdiff | tree |
2013-02-24 |
Rob Pike | cmd/vet: fix up some nits in print.go found by kamil... |
commit | commitdiff | tree |
2013-02-24 |
Rob Pike | cmd/vet: eliminate false positives for slices in untagg... |
commit | commitdiff | tree |
2013-02-24 |
Rémy Oudompheng | crypto/rsa: fix infinite loop in GenerateMultiPrimeKey... |
commit | commitdiff | tree |
2013-02-24 |
Shenghou Ma | runtime: remove PROT_EXEC from mmap calls. |
commit | commitdiff | tree |
2013-02-24 |
Shenghou Ma | cmd/dist: avoid using %ebx on i386. |
commit | commitdiff | tree |
2013-02-24 |
Mikio Hara | syscall: add network interface announce support on... |
commit | commitdiff | tree |
2013-02-24 |
Mikio Hara | syscall: add if_announce support for openbsd |
commit | commitdiff | tree |
2013-02-24 |
Mikio Hara | syscall: add if_announce support for netbsd |
commit | commitdiff | tree |
2013-02-24 |
Mikio Hara | syscall: add if_announce support for freebsd |
commit | commitdiff | tree |
2013-02-23 |
Rob Pike | cmd/vet: check argument types in printf formats |
commit | commitdiff | tree |
2013-02-23 |
Robin Eklind | archive/tar: simplify use of constants in test case. |
commit | commitdiff | tree |
2013-02-23 |
Shenghou Ma | cmd/cgo, cmd/dist, cmd/go: cgo with clang fixes |
commit | commitdiff | tree |
2013-02-23 |
Dmitriy Vyukov | runtime: fix windows cpu profiling |
commit | commitdiff | tree |
2013-02-23 |
Dmitriy Vyukov | runtime: implement local work queues (in preparation... |
commit | commitdiff | tree |
2013-02-23 |
Dmitriy Vyukov | runtime: minor changes |
commit | commitdiff | tree |
2013-02-23 |
Rob Pike | cmd/vet: use types to test Error methods correctly. |
commit | commitdiff | tree |
2013-02-23 |
Dave Cheney | testing: move Skip into *common |
commit | commitdiff | tree |
2013-02-22 |
Mikio Hara | syscall: add netlink constants for linux |
commit | commitdiff | tree |
2013-02-22 |
Carl Shapiro | cmd/gc: mark LOCALS argument as a constant to print... |
commit | commitdiff | tree |
2013-02-22 |
Akshat Kumar | all.rc: make sure the Go tools end up in /bin |
commit | commitdiff | tree |
2013-02-22 |
Akshat Kumar | os: Plan 9: avoid doing zero-length writes. |
commit | commitdiff | tree |
2013-02-22 |
Russ Cox | runtime: fix arm build |
commit | commitdiff | tree |
2013-02-22 |
Rob Pike | cmd/vet: restructure to be package-driven |
commit | commitdiff | tree |
2013-02-22 |
Russ Cox | runtime: add cgocallback_gofunc that can call Go func... |
commit | commitdiff | tree |
2013-02-22 |
Rob Pike | exp/ssa: silence go vet |
commit | commitdiff | tree |
2013-02-22 |
Russ Cox | runtime: delete old closure code |
commit | commitdiff | tree |
2013-02-22 |
Russ Cox | reflect: stop using run-time code generation |
commit | commitdiff | tree |
2013-02-22 |
Alan Donovan | exp/ssa: support variadic synthetic methods. |
commit | commitdiff | tree |
2013-02-22 |
Russ Cox | cmd/gc: avoid runtime code generation for closures |
commit | commitdiff | tree |
2013-02-22 |
Russ Cox | cmd/5l, cmd/6l, cmd/8l: accept CALL reg, reg |
commit | commitdiff | tree |
2013-02-22 |
Brad Fitzpatrick | mime/multipart: allow unescaped newlines through in... |
commit | commitdiff | tree |
2013-02-22 |
Russ Cox | runtime: preserve DX during racefuncenter |
commit | commitdiff | tree |
2013-02-22 |
Alan Donovan | exp/ssa: fixed bug (typo) in findPromotedField. |
commit | commitdiff | tree |
2013-02-22 |
Russ Cox | runtime: avoid closure in parfor test |
commit | commitdiff | tree |
2013-02-22 |
Russ Cox | cmd/6g, cmd/8g: switch to DX for indirect call block |
commit | commitdiff | tree |
2013-02-22 |
Alan Donovan | exp/ssa: cross off a few remaining TODO issues. |
commit | commitdiff | tree |
2013-02-22 |
Anthony Martin | cmd/go: don't call ImportDir unnecessarily |
commit | commitdiff | tree |
2013-02-22 |
Anthony Martin | exp/ssa/interp: fix build for Plan 9 |
commit | commitdiff | tree |
2013-02-22 |
Olivier Duperray | testing: document that example output must use line... |
commit | commitdiff | tree |
2013-02-22 |
Alex Brainman | runtime: windows callback code to match new func value... |
commit | commitdiff | tree |
2013-02-21 |
Rob Pike | bufio: add examples for Scanner |
commit | commitdiff | tree |
2013-02-21 |
Dave Cheney | cmd/gc: fix FreeBSD build |
commit | commitdiff | tree |
2013-02-21 |
Brad Fitzpatrick | net/url: fix URL Opaque notes on making client requests |
commit | commitdiff | tree |
2013-02-21 |
Robert Dinu | testing: fix output formatting |
commit | commitdiff | tree |
2013-02-21 |
Russ Cox | cmd/gc, reflect, runtime: switch to indirect func value... |
commit | commitdiff | tree |
2013-02-21 |
Brad Fitzpatrick | archive/tar: make test pass on setgid dirs |
commit | commitdiff | tree |
2013-02-21 |
Carl Shapiro | cmd/5g, cmd/5l, cmd/6l, cmd/8l, cmd/gc, cmd/ld, runtime... |
commit | commitdiff | tree |
2013-02-21 |
Brad Fitzpatrick | net/http, net/url: deal with URL.Opaque beginning with // |
commit | commitdiff | tree |
2013-02-21 |
Russ Cox | doc: mention go fix in go1.1 release notes draft |
commit | commitdiff | tree |
2013-02-21 |
Rob Pike | unicode: use new Scanner interface in table creation |
commit | commitdiff | tree |
2013-02-21 |
Brad Fitzpatrick | database/sql: check for nil Scan pointers |
commit | commitdiff | tree |
2013-02-21 |
Russ Cox | runtime: better error from TestGcSys when gc is disabled |
commit | commitdiff | tree |
2013-02-21 |
Dmitriy Vyukov | runtime: fix heap corruption |
commit | commitdiff | tree |
2013-02-21 |
Russ Cox | cmd/5g, cmd/6g: fix node dump formats |
commit | commitdiff | tree |
2013-02-21 |
Alan Donovan | exp/ssa/interp: (#6 of 5): test interpretation of SSA... |
commit | commitdiff | tree |
2013-02-21 |
Russ Cox | cmd/fix: delete pre-Go 1 fixes |
commit | commitdiff | tree |
2013-02-21 |
Alan Donovan | exp/ssa: add dedicated Panic instruction. |
commit | commitdiff | tree |
2013-02-21 |
Mikio Hara | net: add benchmarks for network interface identification |
commit | commitdiff | tree |
2013-02-21 |
Alan Donovan | exp/ssa: build fully pruned SSA form. |
commit | commitdiff | tree |
2013-02-21 |
Dmitriy Vyukov | runtime: split minit() to mpreinit() and minit() |
commit | commitdiff | tree |
2013-02-21 |
Brad Fitzpatrick | database/sql: clarify that DB.Prepare's stmt is safe... |
commit | commitdiff | tree |
2013-02-21 |
Dave Cheney | misc/dashboard/builder: various cleanups |
commit | commitdiff | tree |
2013-02-21 |
Robert Griesemer | go/types: export data result types are always parenthesized |
commit | commitdiff | tree |
2013-02-21 |
Brad Fitzpatrick | net/http: improve test reliability |
commit | commitdiff | tree |
2013-02-20 |
Rob Pike | image/png: use Scanner in reader_test. |
commit | commitdiff | tree |
2013-02-20 |
Brad Fitzpatrick | database/sql: refcounting and lifetime fixes |
commit | commitdiff | tree |
2013-02-20 |
Russ Cox | runtime: allow cgo callbacks on non-Go threads |
commit | commitdiff | tree |
2013-02-20 |
Steven Elliot... | misc/emacs: Present "godoc" documentation buffers using... |
commit | commitdiff | tree |
2013-02-20 |
Brad Fitzpatrick | A+C: Steven Elliot Harris (individual CLA) |
commit | commitdiff | tree |
2013-02-20 |
Olivier Saingre | encoding/xml: make sure Encoder.Encode reports Write... |
commit | commitdiff | tree |
2013-02-20 |
Brad Fitzpatrick | A+C: Olivier SAINGRE (individual CLA) |
commit | commitdiff | tree |
2013-02-20 |
Rob Pike | mime: use Scanner to read mime files during init |
commit | commitdiff | tree |
2013-02-20 |
Robert Dinu | fmt: fix width for nil values |
commit | commitdiff | tree |
2013-02-20 |
Rob Pike | A+C: add Robert Dinu (Individual CLA) |
commit | commitdiff | tree |
next |