2012-12-09 |
Russ Cox | time: add Round and Truncate |
commit | commitdiff | tree |
2012-12-08 |
Rémy Oudompheng | cmd/gc: do not export useless private symbols. |
commit | commitdiff | tree |
2012-12-08 |
David Symonds | math/rand: fix typo in example comment. |
commit | commitdiff | tree |
2012-12-07 |
Russ Cox | math/rand: add example / regression test |
commit | commitdiff | tree |
2012-12-07 |
Russ Cox | undo CL 6845121 / 79603a5e4cda |
commit | commitdiff | tree |
2012-12-06 |
Robert Griesemer | fix build: remove a flaky test for now |
commit | commitdiff | tree |
2012-12-06 |
Robert Griesemer | spec: receiver types in method expressions can be paren... |
commit | commitdiff | tree |
2012-12-06 |
Robert Griesemer | exp/gotype: added many more tests |
commit | commitdiff | tree |
2012-12-06 |
Robert Griesemer | exp/types: checking of type switches and range clauses |
commit | commitdiff | tree |
2012-12-06 |
Robert Griesemer | gofmt: test rewrite of (x.(type)) -> x.(type) |
commit | commitdiff | tree |
2012-12-06 |
Robert Griesemer | spec: type assertions and type switches must be valid |
commit | commitdiff | tree |
2012-12-06 |
Rémy Oudompheng | cmd/gc: do not overflow parser stack on a long chain... |
commit | commitdiff | tree |
2012-12-06 |
Brad Fitzpatrick | net/http: populate ContentLength in HEAD responses |
commit | commitdiff | tree |
2012-12-06 |
Rémy Oudompheng | cmd/8a: support XMM registers. |
commit | commitdiff | tree |
2012-12-06 |
Rémy Oudompheng | cmd/6c, cmd/8c: add fixjmp step to regopt. |
commit | commitdiff | tree |
2012-12-06 |
Dave Cheney | cmd/5g: fix fixedtests/issue4396b.go test failure on... |
commit | commitdiff | tree |
2012-12-06 |
Russ Cox | cmd/ld: skip 0-length write in cwrite |
commit | commitdiff | tree |
2012-12-06 |
Ian Lance Taylor | test: add some tests where go/defer arg starts with... |
commit | commitdiff | tree |
2012-12-06 |
Rick Arnold | net: document that File reverts connection to blocking... |
commit | commitdiff | tree |
2012-12-06 |
David Symonds | vet: be less strict about number of arguments when... |
commit | commitdiff | tree |
2012-12-06 |
Brad Fitzpatrick | net/http: implement CloseNotifier |
commit | commitdiff | tree |
2012-12-06 |
Brad Fitzpatrick | net/http: fix bug parsing http_proxy lacking a protocol |
commit | commitdiff | tree |
2012-12-05 |
Ian Lance Taylor | gc: avoid meaningless constant overflow error for inver... |
commit | commitdiff | tree |
2012-12-05 |
Dave Cheney | cmd/5g: use MOVB for fixed array nil check |
commit | commitdiff | tree |
2012-12-05 |
Dave Cheney | net: fix data races on deadline vars |
commit | commitdiff | tree |
2012-12-05 |
Alex Brainman | net: change windows netFD finalizer to behave similar... |
commit | commitdiff | tree |
2012-12-05 |
Brad Fitzpatrick | net/http: clarify DefaultTransport docs |
commit | commitdiff | tree |
2012-12-05 |
Alex Brainman | net: add missing close socket code |
commit | commitdiff | tree |
2012-12-05 |
Ian Lance Taylor | test: tweak bug273.go to not have constant len < cap... |
commit | commitdiff | tree |
2012-12-04 |
Frithjof Schulze | container/heap: Simplify the example. |
commit | commitdiff | tree |
2012-12-04 |
Robert Griesemer | A+C: adding Frithjof Schulze (individual CLA) |
commit | commitdiff | tree |
2012-12-04 |
Robert Griesemer | spec: BuiltinCall syntax must permit "..." for append |
commit | commitdiff | tree |
2012-12-04 |
Ian Lance Taylor | test: add test for invalid nil == nil |
commit | commitdiff | tree |
2012-12-04 |
Brad Fitzpatrick | net/http: clarify that Request.Host may contain a port... |
commit | commitdiff | tree |
2012-12-04 |
Mikio Hara | doc: clear execute bit |
commit | commitdiff | tree |
2012-12-04 |
Oling Cat | doc/articles/godoc_documenting_go_code: fix some format... |
commit | commitdiff | tree |
2012-12-04 |
Alex Brainman | net: report Accept error during TestVariousDeadlines1Pr... |
commit | commitdiff | tree |
2012-12-04 |
Ian Lance Taylor | test: add test for unused calls to builtin functions |
commit | commitdiff | tree |
2012-12-04 |
Ian Lance Taylor | test: add test for issue 4468 (go/defer expr may not... |
commit | commitdiff | tree |
2012-12-03 |
Andrew Gerrand | A+C: Egon Elbre (individual CLA) |
commit | commitdiff | tree |
2012-12-03 |
Robert Griesemer | spec: channel operations are restricted by the channel... |
commit | commitdiff | tree |
2012-12-03 |
Dave Cheney | cmd/dist: support building on debian/kFreeBSD |
commit | commitdiff | tree |
2012-12-03 |
Rémy Oudompheng | bytes: avoid duplicate malloc/copy in Buffer.ReadString |
commit | commitdiff | tree |
2012-12-03 |
Rémy Oudompheng | cmd/gc: fix inlining internal error with T.Method calls. |
commit | commitdiff | tree |
2012-12-03 |
Mikio Hara | net: simplify ListenTCP |
commit | commitdiff | tree |
2012-12-01 |
Luit van Drongelen | encoding/gob: Fix typo in doc.go |
commit | commitdiff | tree |
2012-12-01 |
Johan Euphrosine | math/rand: remove noop iteration in Perm |
commit | commitdiff | tree |
2012-12-01 |
Brad Fitzpatrick | crypto/tls: fix loading keys labeled just "PRIVATE... |
commit | commitdiff | tree |
2012-12-01 |
Rémy Oudompheng | net: remove unnecessary Close contention. |
commit | commitdiff | tree |
2012-12-01 |
Mikio Hara | net: allow "" as a hint wildcard to Resolve{IP,UDP... |
commit | commitdiff | tree |
2012-11-30 |
Ian Lance Taylor | test: add a test that caused gccgo to crash |
commit | commitdiff | tree |
2012-11-30 |
Anthony Martin | net: update docs and sync API for Plan 9 |
commit | commitdiff | tree |
2012-11-30 |
Shenghou Ma | cmd/godoc: fix `godoc net/http` on windows |
commit | commitdiff | tree |
2012-11-30 |
Shenghou Ma | all: set GOMAXPROCS to 1 when counting mallocs |
commit | commitdiff | tree |
2012-11-30 |
Dave Cheney | undo CL 6855110 / 869253ef7009 |
commit | commitdiff | tree |
2012-11-30 |
Dave Cheney | net: fix data races on deadline vars |
commit | commitdiff | tree |
2012-11-30 |
Dmitriy Vyukov | runtime: better stack traces in race reports |
commit | commitdiff | tree |
2012-11-30 |
Dmitriy Vyukov | cmd/gc: racewalk: collect stack traces in sync and... |
commit | commitdiff | tree |
2012-11-30 |
Alex Brainman | os: check only user attributes in TestStatDirModeExec |
commit | commitdiff | tree |
2012-11-30 |
Brad Fitzpatrick | net/http: don't send chunked encoding on 204 responses |
commit | commitdiff | tree |
2012-11-29 |
Robert Griesemer | go spec: receiver, parameter, and result names must... |
commit | commitdiff | tree |
2012-11-29 |
Russ Cox | net: add test case for SplitHostPort with zone |
commit | commitdiff | tree |
2012-11-29 |
Robert Griesemer | spec: clarify use of built-ins in go/defer statements |
commit | commitdiff | tree |
2012-11-29 |
Brad Fitzpatrick | codereview: always use HTTPS |
commit | commitdiff | tree |
2012-11-29 |
Robert Griesemer | exp/types: various missing checks for array/slice compo... |
commit | commitdiff | tree |
2012-11-29 |
Robert Griesemer | go/parser: permit [...]T where array types are permitted |
commit | commitdiff | tree |
2012-11-28 |
Alex Brainman | os: include 0111 in directory file mode on windows |
commit | commitdiff | tree |
2012-11-28 |
Alex Brainman | exp/winfsnotify: fix data race in TestNotifyClose |
commit | commitdiff | tree |
2012-11-28 |
Alex Brainman | net/http: fix broken TestIssue4191_InfiniteGetToPutTimeout |
commit | commitdiff | tree |
2012-11-28 |
Dave Cheney | net: move deadline logic into pollServer |
commit | commitdiff | tree |
2012-11-27 |
Mikio Hara | net: fix ResolveIPAddr |
commit | commitdiff | tree |
2012-11-27 |
Dave Cheney | net: fix intermittent TestAddFDReturnsError failure |
commit | commitdiff | tree |
2012-11-27 |
Mikio Hara | net: consoldate literal target address into IP address... |
commit | commitdiff | tree |
2012-11-27 |
Rémy Oudompheng | cmd/5g, cmd/8g: fix internal error on 64-bit indices... |
commit | commitdiff | tree |
2012-11-27 |
Robert Griesemer | go/format: Package format implements standard formattin... |
commit | commitdiff | tree |
2012-11-27 |
Jan Ziak | runtime: use reflect·call() to enter the function gc() |
commit | commitdiff | tree |
2012-11-27 |
Dmitriy Vyukov | runtime/race: add test case for issue 4453 |
commit | commitdiff | tree |
2012-11-27 |
Rick Arnold | regexp: add Split |
commit | commitdiff | tree |
2012-11-27 |
Russ Cox | misc/emacs: fix go-mode hang |
commit | commitdiff | tree |
2012-11-27 |
Volker Dobler | regexp: add examples |
commit | commitdiff | tree |
2012-11-27 |
John Graham... | log/syslog: correct message format |
commit | commitdiff | tree |
2012-11-27 |
Dmitriy Vyukov | runtime/race: add unit tests for race detector |
commit | commitdiff | tree |
2012-11-27 |
Dmitriy Vyukov | net: fix flaky test |
commit | commitdiff | tree |
2012-11-27 |
Nigel Tao | exp/cookiejar: new package. |
commit | commitdiff | tree |
2012-11-27 |
Brad Fitzpatrick | CONTRIBUTORS: Add Jonathan Hseu (Google CLA) |
commit | commitdiff | tree |
2012-11-27 |
Robert Griesemer | go/ast: minor cleanup |
commit | commitdiff | tree |
2012-11-27 |
Anthony Martin | os/user: update stub documentation |
commit | commitdiff | tree |
2012-11-26 |
Anthony Martin | os: move Plan 9 directory marshaling code to syscall |
commit | commitdiff | tree |
2012-11-26 |
Rémy Oudompheng | cmd/gc: add division rewrite to walk pass. |
commit | commitdiff | tree |
2012-11-26 |
Robert Griesemer | go/printer: don't use 'infinity' value when it might... |
commit | commitdiff | tree |
2012-11-26 |
Brad Fitzpatrick | net/http: fix Transport races & deadlocks |
commit | commitdiff | tree |
2012-11-26 |
Daniel Morsing | cmd/gc: Make sure bools lose idealness when used with... |
commit | commitdiff | tree |
2012-11-26 |
Robert Griesemer | go/printer: some internal cleanups |
commit | commitdiff | tree |
2012-11-26 |
Robert Griesemer | go/printer: Permit declaration and statement lists... |
commit | commitdiff | tree |
2012-11-26 |
Brad Fitzpatrick | doc/play: don't use println in examples |
commit | commitdiff | tree |
2012-11-26 |
Rémy Oudompheng | cmd/6l, cmd/8l: emit no-ops to separate zero-stack... |
commit | commitdiff | tree |
2012-11-26 |
Robert Griesemer | exp/types: fixed field/method lookup |
commit | commitdiff | tree |
2012-11-26 |
Russ Cox | spec: add () to method calls in examples |
commit | commitdiff | tree |
2012-11-26 |
Rémy Oudompheng | cmd/8l: fix data corruption for MULB SI, |
commit | commitdiff | tree |
2012-11-26 |
Shenghou Ma | libmach, cmd/cc, cmd/cov, cmd/ld, cmd/prof: check mallo... |
commit | commitdiff | tree |
next |