2012-09-18 |
Mikio Hara | undo CL 6395055 / 2518eee18c4f |
commit | commitdiff | tree |
2012-09-18 |
Oling Cat | doc/effective_go: Closed some tags; removed extra spaces. |
commit | commitdiff | tree |
2012-09-18 |
Daniel Morsing | cmd/gc: fix double evaluation in interface comparison |
commit | commitdiff | tree |
2012-09-18 |
Nigel Tao | image/jpeg: ignore an incorrect but harmless trailing... |
commit | commitdiff | tree |
2012-09-18 |
Alex Brainman | syscall: attempt to find error message in "local" langu... |
commit | commitdiff | tree |
2012-09-18 |
Andrew Gerrand | doc: document OS X tarballs |
commit | commitdiff | tree |
2012-09-17 |
Andrew Gerrand | misc/dist: generate tarballs for Mac OS X |
commit | commitdiff | tree |
2012-09-17 |
Dave Cheney | runtime: arm: abort if VFPv3 support missing |
commit | commitdiff | tree |
2012-09-17 |
Eric Roshan... | A+C: update Eric Roshan-Eisner |
commit | commitdiff | tree |
2012-09-17 |
Lucio De Re | build: fix various 'set and not used' for Plan 9 |
commit | commitdiff | tree |
2012-09-17 |
Jan Ziak | cmd/ld: fix compilation when GOARCH != GOHOSTARCH |
commit | commitdiff | tree |
2012-09-17 |
Charles L.... | math: Faster Tanh |
commit | commitdiff | tree |
2012-09-17 |
Francisco Souza | cmd/go: reject relative values for GOPATH |
commit | commitdiff | tree |
2012-09-17 |
Daniel Morsing | cmd/gc: add missing conversion from bool to interface... |
commit | commitdiff | tree |
2012-09-17 |
Robert Griesemer | spec: unsafe.Alignof/Sizeof also accept non-variable... |
commit | commitdiff | tree |
2012-09-17 |
Andrew Gerrand | misc/dashboard/builder: reinstate 'go get -d' error... |
commit | commitdiff | tree |
2012-09-17 |
Sanjay Menakuru | unicode/utf8: add Examples |
commit | commitdiff | tree |
2012-09-17 |
Andrew Gerrand | misc/dashboard/builder: increase default command timeout |
commit | commitdiff | tree |
2012-09-17 |
Andrew Gerrand | misc/dashboard/builder: add timeout to all external... |
commit | commitdiff | tree |
2012-09-17 |
Eric Eisner | strings: implement a faster generic Replacer |
commit | commitdiff | tree |
2012-09-16 |
Shenghou Ma | run.bash: fix a typo (fix build) |
commit | commitdiff | tree |
2012-09-16 |
Shenghou Ma | run.bash: set appropriate ulimits |
commit | commitdiff | tree |
2012-09-16 |
Shenghou Ma | runtime: fix SI_USER for FreeBSD |
commit | commitdiff | tree |
2012-09-14 |
Rob Pike | text/template: towards better errors |
commit | commitdiff | tree |
2012-09-14 |
Brad Fitzpatrick | os/exec: don't crash when out of fds |
commit | commitdiff | tree |
2012-09-14 |
Robert Griesemer | spec: clarify section on string types |
commit | commitdiff | tree |
2012-09-14 |
Russ Cox | go/build: use custom file readers to avoid I/O |
commit | commitdiff | tree |
2012-09-14 |
Russ Cox | cmd/go: fix build |
commit | commitdiff | tree |
2012-09-14 |
Russ Cox | cmd/go: treat all commands in exp/ as tools |
commit | commitdiff | tree |
2012-09-14 |
Marcel van... | exp/locale/collate: changed API to allow access to... |
commit | commitdiff | tree |
2012-09-14 |
Alex Brainman | misc/dashboard/builder: use c:\ as default buildroot... |
commit | commitdiff | tree |
2012-09-14 |
Andrew Gerrand | A+C: add Xing Xing (individual CLA) |
commit | commitdiff | tree |
2012-09-13 |
Rob Pike | cmd/yacc: allow utf-8 token values |
commit | commitdiff | tree |
2012-09-13 |
Rob Pike | effective_go: use html/template instead of text/template |
commit | commitdiff | tree |
2012-09-13 |
Jan Ziak | ld: add .gcdata and .gcbss sections |
commit | commitdiff | tree |
2012-09-13 |
Brad Fitzpatrick | build: print go banner before restoring windows PATH |
commit | commitdiff | tree |
2012-09-13 |
Daniel Morsing | cmd/gc: Specify which package import caused an redeclar... |
commit | commitdiff | tree |
2012-09-13 |
Adam Langley | crypto/tls: allow certificates and key to be in either... |
commit | commitdiff | tree |
2012-09-13 |
Russ Cox | html/template: fix URL doc |
commit | commitdiff | tree |
2012-09-13 |
Russ Cox | crypto/rsa: reject PublicKey.E if it won't fit in a... |
commit | commitdiff | tree |
2012-09-13 |
Russ Cox | cmd/pack: rename __.SYMDEF to __.GOSYMDEF |
commit | commitdiff | tree |
2012-09-13 |
Francisco Souza | go/build: reject empty strings in Import |
commit | commitdiff | tree |
2012-09-13 |
Nigel Tao | image/png: optimize encoding image.Gray and image.NRGBA... |
commit | commitdiff | tree |
2012-09-13 |
Andrew Gerrand | undo CL 6493071 / 56c7453d488f |
commit | commitdiff | tree |
2012-09-12 |
Russ Cox | net/rpc/jsonrpc: fix test error message |
commit | commitdiff | tree |
2012-09-12 |
Jan Ziak | gc: generate garbage collection info for types |
commit | commitdiff | tree |
2012-09-12 |
Russ Cox | cmd/dist: emit \r in env -w output |
commit | commitdiff | tree |
2012-09-12 |
Russ Cox | spec: make bitwise operators stand out |
commit | commitdiff | tree |
2012-09-12 |
Andreas Jellinghaus | syscall: add linux specific Getsockopt for Ucred struct |
commit | commitdiff | tree |
2012-09-12 |
Ian Lance Taylor | C: Add Andreas Jellinghaus (Google CLA) |
commit | commitdiff | tree |
2012-09-12 |
Nigel Tao | cmd/6g, cmd/8g: clean up unnecessary switch code in... |
commit | commitdiff | tree |
2012-09-12 |
Alex Brainman | os: detect and handle console in File.Write on windows |
commit | commitdiff | tree |
2012-09-12 |
Nigel Tao | strings: fix NewReplacer(old0, new0, old1, new1, .... |
commit | commitdiff | tree |
2012-09-12 |
Nigel Tao | sync/atomic: add package doc for AddT, LoadT and StoreT. |
commit | commitdiff | tree |
2012-09-11 |
Daniel Morsing | cmd/gc: Inline pointer sized T2I interface conversions |
commit | commitdiff | tree |
2012-09-11 |
Nigel Tao | cmd/gc: recognize small TPTR64 values as small integer... |
commit | commitdiff | tree |
2012-09-11 |
Andrew Gerrand | C: add Francesc Campoy (Google CLA) |
commit | commitdiff | tree |
2012-09-11 |
Rémy Oudompheng | cmd/6g, cmd/8g: do not LEA[LQ] interfaces when calling... |
commit | commitdiff | tree |
2012-09-11 |
Rémy Oudompheng | cmd/6g, cmd/8g: eliminate extra agen for nil comparisons. |
commit | commitdiff | tree |
2012-09-11 |
Nigel Tao | strings: more thorough Replacer tests. |
commit | commitdiff | tree |
2012-09-11 |
Andrew Gerrand | C: spell Brian's name correctly |
commit | commitdiff | tree |
2012-09-11 |
Alex Brainman | misc/cgo/life: disable it temporarily on windows, becau... |
commit | commitdiff | tree |
2012-09-11 |
Russ Cox | encoding/json: handle anonymous fields |
commit | commitdiff | tree |
2012-09-11 |
Brian Slesinskya | doc css: topbar sticks to the top of large windows. |
commit | commitdiff | tree |
2012-09-11 |
Andrew Gerrand | C: add Brian Slesinsky (Google CLA) |
commit | commitdiff | tree |
2012-09-10 |
Mikio Hara | net: delete unused IP-level socket option helpers |
commit | commitdiff | tree |
2012-09-10 |
David Symonds | doc: Don't imply incorrect guarantees about data races. |
commit | commitdiff | tree |
2012-09-10 |
Mikio Hara | net: rename files to clarify platform dependency |
commit | commitdiff | tree |
2012-09-10 |
Robert Griesemer | exp/types/staging: typechecker API |
commit | commitdiff | tree |
2012-09-10 |
Rob Pike | gc: initial BOM is legal. |
commit | commitdiff | tree |
2012-09-10 |
Adam Langley | undo CL 6498092 / 4ff71bc1a199 |
commit | commitdiff | tree |
2012-09-10 |
Adam Langley | 6l/8l: emit correct opcodes to F(SUB|DIV)R?D. |
commit | commitdiff | tree |
2012-09-10 |
Brad Fitzpatrick | net/http: add If-None-Match and If-Range support to... |
commit | commitdiff | tree |
2012-09-10 |
Nigel Tao | 6g: delete unnecessary OXXX initialization. |
commit | commitdiff | tree |
2012-09-10 |
Adam Langley | crypto/rand: typo fix from a69e30463bf4 |
commit | commitdiff | tree |
2012-09-10 |
Adam Langley | crypto/rand: zero length reads shouldn't crash on Windows. |
commit | commitdiff | tree |
2012-09-09 |
Rémy Oudompheng | cmd/8g: import componentgen from 6g. |
commit | commitdiff | tree |
2012-09-09 |
Mikio Hara | net: change cname lookup test target to iana.org |
commit | commitdiff | tree |
2012-09-08 |
Marcel van... | exp/locale/collate: added indices to builder for reusin... |
commit | commitdiff | tree |
2012-09-08 |
Marcel van... | exp/locale/collate: switch from DUCET to CLDR for the... |
commit | commitdiff | tree |
2012-09-08 |
Robert Griesemer | text/scanner: skip first character if it's a BOM |
commit | commitdiff | tree |
2012-09-07 |
Robert Griesemer | go/scanner: add missing BOM test |
commit | commitdiff | tree |
2012-09-07 |
Rob Pike | faq: go does not have duck typing |
commit | commitdiff | tree |
2012-09-07 |
Robert Griesemer | go/scanner: skip first character if it's a BOM |
commit | commitdiff | tree |
2012-09-07 |
Rob Pike | faq: mercurial vs. git |
commit | commitdiff | tree |
2012-09-07 |
Albert Strasheim | syscall: Test SCM credentials on Linux. |
commit | commitdiff | tree |
2012-09-07 |
Rob Pike | spec: an initial BOM can be ignored |
commit | commitdiff | tree |
2012-09-07 |
Lucio De Re | net,mime: Minor corrections to documentation comments. |
commit | commitdiff | tree |
2012-09-07 |
Rob Pike | cmd/yacc: allow leading underscore in token name |
commit | commitdiff | tree |
2012-09-07 |
Rob Pike | faq: another way to solve the closure/variable/range... |
commit | commitdiff | tree |
2012-09-07 |
Rémy Oudompheng | cmd/6g: avoid taking the address of slices unnecessarily. |
commit | commitdiff | tree |
2012-09-07 |
Dave Cheney | runtime: arm: abort if hardware floating point missing |
commit | commitdiff | tree |
2012-09-07 |
Joel Sing | cgo: use debug data section for ELF |
commit | commitdiff | tree |
2012-09-06 |
Rob Pike | cmd/yacc: always import fmt, safely |
commit | commitdiff | tree |
2012-09-06 |
Rob Pike | spec: ignore BOMS outside of string and rune literals. |
commit | commitdiff | tree |
2012-09-06 |
Joel Sing | syscall: regenerate/update netbsd z-files |
commit | commitdiff | tree |
2012-09-06 |
Dave Cheney | crypto/tls: fix data race on conn.err |
commit | commitdiff | tree |
2012-09-06 |
Andrew Gerrand | C: add Manu Garg (Google CLA) |
commit | commitdiff | tree |
2012-09-06 |
Marcel van... | exp/locale/collate/build: moved some of the code to... |
commit | commitdiff | tree |
2012-09-06 |
Nigel Tao | image/jpeg: fix quantization tables to be in zig-zag... |
commit | commitdiff | tree |
next |