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 |
2012-09-01 |
Daniel Morsing | cmd/gc: Suggest *T in error for x.(T) if it would work. |
commit | commitdiff | tree |
2012-09-01 |
Rémy Oudompheng | cmd/6g, cmd/8g: eliminate short integer arithmetic... |
commit | commitdiff | tree |
2012-09-01 |
Russ Cox | cmd/go: be clear that import loops are bad |
commit | commitdiff | tree |
2012-09-01 |
Rémy Oudompheng | strconv: faster FormatFloat for fixed number of digits. |
commit | commitdiff | tree |
2012-09-01 |
Marcel van... | exp/locale/collate: Added functionality to parse and... |
commit | commitdiff | tree |
2012-09-01 |
Marcel van... | exp/locale/collate: first changes that introduce implem... |
commit | commitdiff | tree |
2012-08-31 |
Dave Cheney | syscall: add PtraceSyscall(pid int, signal int) |
commit | commitdiff | tree |
2012-08-31 |
Russ Cox | A+C: 0/2 on spelling email addresses correctly |
commit | commitdiff | tree |
2012-08-31 |
Patrick Higgins | net/http: added ParseTime function. |
commit | commitdiff | tree |
2012-08-31 |
Shawn Smith | encoding/xml: parse comments in DOCTYPE |
commit | commitdiff | tree |
2012-08-31 |
Russ Cox | A+C: Patrick Higgins, Shawn Smith (individual CLA) |
commit | commitdiff | tree |
2012-08-31 |
Ivan Krasin | runtime: add vdso support for linux/amd64. Fixes issue... |
commit | commitdiff | tree |
2012-08-31 |
Rémy Oudompheng | cmd/gc: fix escape analysis bug with variable capture... |
commit | commitdiff | tree |
2012-08-31 |
Alexandru Moșoi | net/rpc/jsonrpc: handles missing "params" in jsonrpc. |
commit | commitdiff | tree |
2012-08-31 |
Russ Cox | test: restore nigel's bug451 as bug452. |
commit | commitdiff | tree |
2012-08-31 |
Russ Cox | runtime/pprof: restore articles in type doc comments |
commit | commitdiff | tree |
2012-08-31 |
Akshat Kumar | src: Add support for 64-bit version of Plan 9 |
commit | commitdiff | tree |
2012-08-31 |
Daniel Morsing | cmd/gc: mark broken type declarations as broken. |
commit | commitdiff | tree |
2012-08-31 |
Russ Cox | net/http: add (*ServeMux).Handler method |
commit | commitdiff | tree |
next |