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 |
2013-02-20 |
Rob Pike | strconv: use Scanner in fp_test |
commit | commitdiff | tree |
2013-02-20 |
Rob Pike | regexp: use Scanner in exec_test |
commit | commitdiff | tree |
2013-02-20 |
Robert Griesemer | cmd/godoc: better console error message for example... |
commit | commitdiff | tree |
2013-02-20 |
Rob Pike | bufio: new Scanner interface |
commit | commitdiff | tree |
2013-02-20 |
Robert Griesemer | go/types: support for customizable Alignof, Sizeof |
commit | commitdiff | tree |
2013-02-20 |
Dmitriy Vyukov | runtime: prepare for M's running w/o mcache |
commit | commitdiff | tree |
2013-02-20 |
Dmitriy Vyukov | runtime: introduce entersyscallblock() |
commit | commitdiff | tree |
2013-02-20 |
Dmitriy Vyukov | runtime/debug: deflake TestFreeOSMemory |
commit | commitdiff | tree |
2013-02-20 |
Dmitriy Vyukov | runtime: fix deadlock detector false negative |
commit | commitdiff | tree |
2013-02-20 |
Dmitriy Vyukov | runtime: ensure forward progress of runtime.Gosched... |
commit | commitdiff | tree |
2013-02-20 |
Brad Fitzpatrick | doc: fix old broken link |
commit | commitdiff | tree |
2013-02-20 |
Péter Surányi | path/filepath, os/exec: unquote PATH elements on Windows |
commit | commitdiff | tree |
2013-02-20 |
Brian Dellisanti | windows: fix syscall.SidTypeUser so following consts... |
commit | commitdiff | tree |
2013-02-20 |
Carl Shapiro | runtime: add conversion specifier to printf for char... |
commit | commitdiff | tree |
2013-02-20 |
Akshat Kumar | net: Plan 9: open data file and set remote-addr properly |
commit | commitdiff | tree |
2013-02-19 |
Mikio Hara | net: set up IPv6 scoped addressing zone for network... |
commit | commitdiff | tree |
2013-02-19 |
Mikio Hara | net: return correct point-to-point interface address... |
commit | commitdiff | tree |
2013-02-19 |
Alan Donovan | go/types: include package import path in NamedType... |
commit | commitdiff | tree |
2013-02-19 |
Robert Griesemer | exp/README: update README |
commit | commitdiff | tree |
2013-02-19 |
Robert Griesemer | cmd/godoc: use go/build to determine package and exampl... |
commit | commitdiff | tree |
2013-02-19 |
Kamil Kisiel | path/filepath: add examples for SplitList and Rel. |
commit | commitdiff | tree |
2013-02-19 |
Russ Cox | path/filepath: document Dir better |
commit | commitdiff | tree |
2013-02-19 |
Andrew Wilkins | go/types: Use left-hand side's type as hint for right... |
commit | commitdiff | tree |
2013-02-19 |
Robin Eklind | debug/dwarf: add flag_present attribute encoding. |
commit | commitdiff | tree |
2013-02-19 |
Donovan Hide | strings: faster Count, Index |
commit | commitdiff | tree |
2013-02-19 |
Russ Cox | A+C: Donovan Hide (individual CLA) |
commit | commitdiff | tree |
2013-02-19 |
Russ Cox | codereview: give up on http fetch after 30 seconds |
commit | commitdiff | tree |
2013-02-19 |
Russ Cox | runtime: replace bubble sort with heap sort in select |
commit | commitdiff | tree |
2013-02-19 |
Russ Cox | reflect: document tie-breaking in Select |
commit | commitdiff | tree |
2013-02-19 |
Robin Eklind | src: use internal tests if possible |
commit | commitdiff | tree |
2013-02-19 |
Shenghou Ma | doc/gccgo_contribute: mention gofrontend-dev@googlegrou... |
commit | commitdiff | tree |
2013-02-19 |
Lucio De Re | src/run.rc: "go env -9" is not valid, the correct comma... |
commit | commitdiff | tree |
2013-02-19 |
Volker Dobler | exp/cookiejar: store cookies under TLD+1 on nil public... |
commit | commitdiff | tree |
2013-02-19 |
Andrew Wilkins | go/types: Permit dereferencing of named pointer types. |
commit | commitdiff | tree |
2013-02-18 |
Robert Griesemer | go/types: Pkg *Package field for all objects |
commit | commitdiff | tree |
2013-02-18 |
Russ Cox | runtime: preparation for non-Go threads running Go... |
commit | commitdiff | tree |
2013-02-18 |
Russ Cox | cmd/6c: fix build |
commit | commitdiff | tree |
2013-02-18 |
Russ Cox | cmd/6c, cmd/8c: cut stack frames by about half |
commit | commitdiff | tree |
2013-02-18 |
Dmitriy Vyukov | runtime/debug: make TestFreeOSMemory repeatable |
commit | commitdiff | tree |
2013-02-18 |
David Symonds | misc/vim: update installation instructions to work... |
commit | commitdiff | tree |
2013-02-18 |
Volker Dobler | exp/cookiejar: make cookie sorting deterministic. |
commit | commitdiff | tree |
2013-02-17 |
Joel Sing | runtime: fix sigaction struct on freebsd |
commit | commitdiff | tree |
2013-02-17 |
Rémy Oudompheng | strings: better mean complexity for Count and Index. |
commit | commitdiff | tree |
2013-02-16 |
Georg Reinke | runtime: fix build on openbsd |
commit | commitdiff | tree |
2013-02-16 |
Mikio Hara | net: add IPConn through Conn test |
commit | commitdiff | tree |
2013-02-16 |
Dave Cheney | runtime: fix unused variable warning |
commit | commitdiff | tree |
2013-02-15 |
Russ Cox | undo CL 7310096 / 59da6744d66d |
commit | commitdiff | tree |
2013-02-15 |
Russ Cox | os: point users of ProcessState.SysUsage to getrusage(2) |
commit | commitdiff | tree |
2013-02-15 |
Russ Cox | build: clang support |
commit | commitdiff | tree |
2013-02-15 |
Russ Cox | api: refresh next.txt |
commit | commitdiff | tree |
next |