2012-08-09 |
Andrew Balholm | exp/html: ignore self-closing flag except in SVG and... |
commit | commitdiff | tree |
2012-08-09 |
Robert Griesemer | godoc: report error for directories with multiple packages |
commit | commitdiff | tree |
2012-08-09 |
Rémy Oudompheng | go/build: correct shouldBuild bug reading whole content... |
commit | commitdiff | tree |
2012-08-09 |
Robert Griesemer | exp/types: add more import tests |
commit | commitdiff | tree |
2012-08-09 |
Robert Griesemer | spec: clarify evaluation order |
commit | commitdiff | tree |
2012-08-09 |
Shenghou Ma | testing: add Verbose() to expose whether -test.v is set |
commit | commitdiff | tree |
2012-08-09 |
Alex Brainman | misc/cgo/life: explicitly specify library for assert... |
commit | commitdiff | tree |
2012-08-09 |
Rob Pike | text/template: add 'nil' as a keyword in the language |
commit | commitdiff | tree |
2012-08-09 |
Shenghou Ma | cmd/5l: add PT_PAX_FLAGS ELF header |
commit | commitdiff | tree |
2012-08-09 |
Andrew Balholm | exp/html: ignore </html> in afterBodyIM when parsing... |
commit | commitdiff | tree |
2012-08-08 |
Andrew Balholm | exp/html: when ignoring <textarea> tag, switch tokenize... |
commit | commitdiff | tree |
2012-08-08 |
Charles L.... | math: update definition of NaN in assembly language... |
commit | commitdiff | tree |
2012-08-08 |
Andrew Gerrand | doc: add 'Get Started with Go' video, remove... |
commit | commitdiff | tree |
2012-08-08 |
Rob Pike | all: make Unicode surrogate halves illegal as UTF-8 |
commit | commitdiff | tree |
2012-08-08 |
Andrew Gerrand | io: amend ReaderFrom doc as per r's comment |
commit | commitdiff | tree |
2012-08-08 |
David Symonds | misc/dashboard/codereview: fixes for non-reviewers. |
commit | commitdiff | tree |
2012-08-08 |
Yves Junqueira | crypto/rand: Example for Read. |
commit | commitdiff | tree |
2012-08-08 |
Russ Cox | misc/dashboard/codereview: fix obo |
commit | commitdiff | tree |
2012-08-08 |
Robert Griesemer | godoc: make id attributes unique |
commit | commitdiff | tree |
2012-08-08 |
Andrew Balholm | exp/html: foster-parent text correctly |
commit | commitdiff | tree |
2012-08-07 |
Nigel Tao | image/jpeg: send a correct Start Of Scan (SOS) header. |
commit | commitdiff | tree |
2012-08-07 |
Shenghou Ma | runtime: inline several float64 routines to speed up... |
commit | commitdiff | tree |
2012-08-07 |
Brad Fitzpatrick | io: document ReaderFrom and WriterTo |
commit | commitdiff | tree |
2012-08-07 |
Yves Junqueira | text/template: fix range example. |
commit | commitdiff | tree |
2012-08-07 |
Andrew Balholm | exp/html: correctly handle <title> after </head> |
commit | commitdiff | tree |
2012-08-07 |
Alex Brainman | net/http: disable TestServeFileFromCWD test on windows |
commit | commitdiff | tree |
2012-08-07 |
Shenghou Ma | doc: fix some HTML syntax errors |
commit | commitdiff | tree |
2012-08-07 |
Shenghou Ma | cmd/5l: dwarf line number support for Linux/ARM |
commit | commitdiff | tree |
2012-08-07 |
Shenghou Ma | cmd/go: remove $WORK paths in generated binaries |
commit | commitdiff | tree |
2012-08-07 |
Shenghou Ma | math, runtime: use a NaN that matches gcc's |
commit | commitdiff | tree |
2012-08-07 |
Shenghou Ma | runtime: remove unnecessary ROUND in alg.c |
commit | commitdiff | tree |
2012-08-07 |
Shenghou Ma | misc/cgo/{life,stdio}, test/run.go: use test/run.go... |
commit | commitdiff | tree |
2012-08-06 |
Andrew Balholm | exp/html: fix foster-parenting when elements are implic... |
commit | commitdiff | tree |
2012-08-06 |
Russ Cox | net: fix spurious EADDRNOTAVAIL errors |
commit | commitdiff | tree |
2012-08-06 |
Alexey Borzenkov | syscall: fix plan9 build broken by CL 6458050 |
commit | commitdiff | tree |
2012-08-06 |
Alex Brainman | test/run: ignore all but .go file during compiledir... |
commit | commitdiff | tree |
2012-08-06 |
Brad Fitzpatrick | net: fix TCPListener file leak to child processes |
commit | commitdiff | tree |
2012-08-05 |
Alexey Borzenkov | syscall: return EINVAL when string arguments have NUL... |
commit | commitdiff | tree |
2012-08-05 |
Benny Siegert | syscall: add some new syscall numbers from NetBSD-current |
commit | commitdiff | tree |
2012-08-05 |
Rémy Oudompheng | runtime: faster string equality. |
commit | commitdiff | tree |
2012-08-05 |
Russ Cox | misc/dashboard/codereview: show first line of last... |
commit | commitdiff | tree |
2012-08-05 |
Russ Cox | bufio: discourage use of ReadLine |
commit | commitdiff | tree |
2012-08-05 |
Rémy Oudompheng | strconv: speedup AppendFloat/FormatFloat. |
commit | commitdiff | tree |
2012-08-05 |
Andrew Balholm | exp/html: don't treat SVG <title> like HTML <title> |
commit | commitdiff | tree |
2012-08-04 |
Dmitriy Vyukov | cmd/go: allow to use syso files with cgo |
commit | commitdiff | tree |
2012-08-04 |
Dmitriy Vyukov | cmd/cc: allow to call nested packages from within C... |
commit | commitdiff | tree |
2012-08-04 |
Ian Lance Taylor | cmd/go, go/build, misc/swig: add SWIG support to Go... |
commit | commitdiff | tree |
2012-08-03 |
Michał Derkacz | 5a, 5l, math: Add support for ABSD, ABSF floating point... |
commit | commitdiff | tree |
2012-08-03 |
Rémy Oudompheng | cmd/8g: fix miscompilation due to BADWIDTH. |
commit | commitdiff | tree |
2012-08-03 |
Rémy Oudompheng | cmd/gc: accept switches on comparable arrays. |
commit | commitdiff | tree |
2012-08-03 |
Adam Langley | crypto/elliptic: explicitly handle P+P, ∞+P and P+∞ |
commit | commitdiff | tree |
2012-08-03 |
Russ Cox | cmd/ld: add PT_PAX_FLAGS ELF header |
commit | commitdiff | tree |
2012-08-03 |
Mike Rosset | debug/elf: Add support for getting DynTag string table... |
commit | commitdiff | tree |
2012-08-03 |
Robert Griesemer | go/build: tiny cleanup |
commit | commitdiff | tree |
2012-08-03 |
Adam Langley | crypto/tls: remove flakey tests |
commit | commitdiff | tree |
2012-08-03 |
Adam Langley | crypto/x509: support ECDSA keys when generating certifi... |
commit | commitdiff | tree |
2012-08-03 |
Marcel van... | exp/locale/collate: changed API of Builder to be more... |
commit | commitdiff | tree |
2012-08-03 |
Alex Brainman | os: test that IsExist and IsNotExist handle PathError... |
commit | commitdiff | tree |
2012-08-03 |
Robert Griesemer | go/scanner: fix minor typo |
commit | commitdiff | tree |
2012-08-03 |
Robert Griesemer | go/ast: ast.Print must not crash with unexported fields |
commit | commitdiff | tree |
2012-08-02 |
Andrew Balholm | exp/html: in parse tests, discard only one trailing... |
commit | commitdiff | tree |
2012-08-02 |
Nigel Tao | html: make the low-level tokenizer also skip end-tag... |
commit | commitdiff | tree |
2012-08-02 |
Rémy Oudompheng | exp/types: set non-embedded method type during GcImport. |
commit | commitdiff | tree |
2012-08-01 |
Robert Griesemer | exp/types: enable cycle checks again |
commit | commitdiff | tree |
2012-08-01 |
Andrew Balholm | exp/html: implement escaping and double-escaping in... |
commit | commitdiff | tree |
2012-08-01 |
Shenghou Ma | test/run.go: fix compiledir test on windows |
commit | commitdiff | tree |
2012-08-01 |
Shenghou Ma | runtime: round return value address in runtime.equal |
commit | commitdiff | tree |
2012-08-01 |
Alex Brainman | os: Rename error to fit IsExist |
commit | commitdiff | tree |
2012-08-01 |
Robert Griesemer | exp/types: Replace String method with TypeString function |
commit | commitdiff | tree |
2012-08-01 |
Robert Griesemer | exp/types: implement Type.String methods for testing... |
commit | commitdiff | tree |
2012-07-31 |
Andrew Balholm | exp/html: tokenize attributes of end tags |
commit | commitdiff | tree |
2012-07-31 |
Nigel Tao | image/png: tRNS chunk is *non*-alpha-premultiplied. |
commit | commitdiff | tree |
2012-07-31 |
Rémy Oudompheng | cmd/gc: fix inlining bug with receive operator. |
commit | commitdiff | tree |
2012-07-31 |
Mikio Hara | misc/cgo/test: fix darwin build |
commit | commitdiff | tree |
2012-07-31 |
Mikio Hara | net: disable IPv6 multicast tests unless external IPv6... |
commit | commitdiff | tree |
2012-07-30 |
Shenghou Ma | cmd/5l, cmd/ld: add support for R_ARM_GOT_PREL |
commit | commitdiff | tree |
2012-07-30 |
Shenghou Ma | cmd/cgo: use 1 as last entry for __cgodebug_data |
commit | commitdiff | tree |
2012-07-30 |
Bobby Powers | httputil: accumulate X-Forwarded-For header info |
commit | commitdiff | tree |
2012-07-30 |
Rob Pike | text/template/parse/lex.go: fix typo |
commit | commitdiff | tree |
2012-07-30 |
Han-Wen Nienhuys | pkg/syscall: unexport Prlimit. |
commit | commitdiff | tree |
2012-07-30 |
Rob Pike | text/template/parse: fix data race |
commit | commitdiff | tree |
2012-07-30 |
Rob Pike | regexp: fix glitch in doc for FindReaderIndex |
commit | commitdiff | tree |
2012-07-30 |
Rémy Oudompheng | test: add a compiledir pattern in run.go |
commit | commitdiff | tree |
2012-07-30 |
Russ Cox | misc/dashboard/codereview: add LastUpdate field to CL |
commit | commitdiff | tree |
2012-07-30 |
Rémy Oudompheng | cmd/gc: fix initialization order involving method calls. |
commit | commitdiff | tree |
2012-07-30 |
Andrew Gerrand | doc: remove mention of weekly tag from source install doc |
commit | commitdiff | tree |
2012-07-30 |
David Symonds | misc/dashboard/codereview: pass user information to... |
commit | commitdiff | tree |
2012-07-30 |
Russ Cox | cmd/go: show $GOPATH in 'go env' output |
commit | commitdiff | tree |
2012-07-30 |
David Symonds | misc/dashboard/codereview: switch to using gobot to... |
commit | commitdiff | tree |
2012-07-30 |
David Symonds | misc/dashboard/codereview: bump user-specific table... |
commit | commitdiff | tree |
2012-07-30 |
Brad Fitzpatrick | net/http: don't allow zero byte in FileServer paths |
commit | commitdiff | tree |
2012-07-30 |
David Symonds | misc/dashboard/codereview: interpret zero reviewers... |
commit | commitdiff | tree |
2012-07-30 |
Daniel Morsing | cmd/gc: point "no new variables" error at right line... |
commit | commitdiff | tree |
2012-07-30 |
David Symonds | misc/dashboard/codereview: make all active CL tables... |
commit | commitdiff | tree |
2012-07-30 |
David Symonds | misc/dashboard/codereview: fix tag nesting. |
commit | commitdiff | tree |
2012-07-30 |
David Symonds | misc/dashboard/codereview: recognize "NOT LGTM". |
commit | commitdiff | tree |
2012-07-30 |
Brad Fitzpatrick | net/http: don't modify Request Method's case |
commit | commitdiff | tree |
2012-07-29 |
Russ Cox | syscall: apply comment from Mikioh |
commit | commitdiff | tree |
2012-07-29 |
Alexey Borzenkov | syscall: workaround accept() bug on Darwin |
commit | commitdiff | tree |
2012-07-29 |
Benny Siegert | runtime/cgo: fix netbsd build |
commit | commitdiff | tree |
next |