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 |
2012-09-06 |
Nigel Tao | cmd/gc: re-order some OFOO constants. Rename ORRC to... |
commit | commitdiff | tree |
2012-09-05 |
Russ Cox | reflect: faster FieldByName, FieldByNameFunc |
commit | commitdiff | tree |
2012-09-05 |
Oling Cat | doc/go_spec: fix a typo |
commit | commitdiff | tree |
2012-09-05 |
Nigel Tao | A+C: Oling Cat (individual CLA) |
commit | commitdiff | tree |
2012-09-04 |
Nigel Tao | cmd/gc: add commentary to the OXXX constants. |
commit | commitdiff | tree |
2012-09-04 |
Alan Donovan | runtime: fix typo in openbsd-only symbol name. |
commit | commitdiff | tree |
2012-09-04 |
Sébastien Paolacci | net: fix {FileConn, FileListener, FilePacketConn} fd... |
commit | commitdiff | tree |
2012-09-04 |
Alan Donovan | runtime: discard SIGPROF delivered to non-Go threads. |
commit | commitdiff | tree |
2012-09-04 |
Alan Donovan | runtime/pprof: emit end-of-log marker at end of CPU... |
commit | commitdiff | tree |
2012-09-04 |
Andrew Gerrand | doc: fix typo in Concurrency Patterns article |
commit | commitdiff | tree |
2012-09-04 |
Andrew Gerrand | doc: link to references from docs page |
commit | commitdiff | tree |
2012-09-04 |
Patrick Crosby | net/http/pprof: updated documentation (run an http... |
commit | commitdiff | tree |
2012-09-03 |
Alex Brainman | runtime: increase stack frame during cgo call on window... |
commit | commitdiff | tree |
2012-09-03 |
Alex Brainman | run.bat: do not run misc\cgo\stdio test on windows... |
commit | commitdiff | tree |
2012-09-02 |
Shenghou Ma | cmd/5l: embed $GOARM value into binary as runtime.goarm |
commit | commitdiff | tree |
2012-09-02 |
Shenghou Ma | doc/progs: use test/run.go for testing on Windows |
commit | commitdiff | tree |
2012-09-01 |
Russ Cox | cmd/gc: fix PkgPath of byte, rune types |
commit | commitdiff | tree |
2012-09-01 |
Uriel Mangado | codereview.py: correct error handling without decorator |
commit | commitdiff | tree |
2012-09-01 |
Russ Cox | A+C: add Uriel Mangado (individual CLA) |
commit | commitdiff | tree |
2012-09-01 |
Shenghou Ma | cmd/ld: support zero-filled section for Mach-O files |
commit | commitdiff | tree |
next |