2012-09-21 |
Rob Pike | cgo: set alignment to 1 for unions and classes; avoids... |
commit | commitdiff | tree |
2012-09-21 |
Andrew Gerrand | doc: document go1.0.3 |
commit | commitdiff | tree |
2012-09-21 |
Andrew Gerrand | doc/talks: remove talks, refer to talks.golang.org... |
commit | commitdiff | tree |
2012-09-21 |
Rémy Oudompheng | cmd/6g: cosmetic improvements to regopt debugging. |
commit | commitdiff | tree |
2012-09-21 |
Russ Cox | cmd/6g: use all 16 float registers, optimize float... |
commit | commitdiff | tree |
2012-09-21 |
Jan Ziak | runtime: fix typos in comments |
commit | commitdiff | tree |
2012-09-21 |
Shenghou Ma | runtime: fix mmap comments |
commit | commitdiff | tree |
2012-09-21 |
Russ Cox | all: match asm variable names to Go func declarations |
commit | commitdiff | tree |
2012-09-21 |
Russ Cox | unicode: performance improvements (API change) |
commit | commitdiff | tree |
2012-09-21 |
Joel Sing | cmd/{ld,5l,6l,8l}: add support for OpenBSD ELF signatures |
commit | commitdiff | tree |
2012-09-20 |
Mikio Hara | net: fix comment |
commit | commitdiff | tree |
2012-09-20 |
Dmitriy Vyukov | sync: add Once test with panic |
commit | commitdiff | tree |
2012-09-20 |
Lucio De Re | cmd/ld: remove unused assignment |
commit | commitdiff | tree |
2012-09-20 |
Dmitriy Vyukov | runtime: reset parfor stats |
commit | commitdiff | tree |
2012-09-20 |
Andrew Harding | crypto/x509: Use ExtKeyUsage and UnknownExtKeyUsage... |
commit | commitdiff | tree |
2012-09-20 |
Adam Langley | crypto/x509: ignore non-critical email constraints |
commit | commitdiff | tree |
2012-09-20 |
Adam Langley | A+C: Add Andrew Harding (Individual CLA) |
commit | commitdiff | tree |
2012-09-20 |
Joel Sing | cgo: process DWARF info even when debug data is used... |
commit | commitdiff | tree |
2012-09-20 |
Alex Brainman | misc/cgo/test: do not run wasteCPU during TestParallelS... |
commit | commitdiff | tree |
2012-09-19 |
David Symonds | vet: fix rangeloop. |
commit | commitdiff | tree |
2012-09-19 |
David Symonds | misc/vim: fix Drop for imports after the first group. |
commit | commitdiff | tree |
2012-09-19 |
Robert Griesemer | gofmt: added testcase for files containing \r\n line... |
commit | commitdiff | tree |
2012-09-19 |
Robert Griesemer | encoding/gob: fix comment |
commit | commitdiff | tree |
2012-09-19 |
Shenghou Ma | src/all.bat: fix banner |
commit | commitdiff | tree |
2012-09-19 |
Shenghou Ma | misc/cgo/stdio: make it work on Windows and also test it |
commit | commitdiff | tree |
2012-09-19 |
Shenghou Ma | cmd/ld: consistent binary for cgo programs |
commit | commitdiff | tree |
2012-09-19 |
Alex Brainman | os: use small writes during console io |
commit | commitdiff | tree |
2012-09-19 |
Brad Fitzpatrick | api: fix build; regenerate api.txt with fixed signatures |
commit | commitdiff | tree |
2012-09-19 |
Alex Brainman | misc/cgo/test and test/bench/go1: enable these tests... |
commit | commitdiff | tree |
2012-09-18 |
Mikio Hara | cmd/api: fix signatures like func(x, y, z int) |
commit | commitdiff | tree |
2012-09-18 |
Andrew Gerrand | vet: add range variable misuse detection |
commit | commitdiff | tree |
2012-09-18 |
Andrew Gerrand | go/doc: synthesize "package main" for examples |
commit | commitdiff | tree |
2012-09-18 |
Dmitriy Vyukov | race: linker changes |
commit | commitdiff | tree |
2012-09-18 |
Russ Cox | cmd/api: allow extension of interfaces with unexported... |
commit | commitdiff | tree |
2012-09-18 |
Dmitriy Vyukov | race: build system changes |
commit | commitdiff | tree |
2012-09-18 |
Dmitriy Vyukov | race: cmd/cgo changes |
commit | commitdiff | tree |
2012-09-18 |
Russ Cox | bytes, strings: add Fields benchmarks |
commit | commitdiff | tree |
2012-09-18 |
Jan Ziak | runtime: hide the semaphore table from garbage collector |
commit | commitdiff | tree |
2012-09-18 |
Robert Griesemer | spec: clarify expression statements |
commit | commitdiff | tree |
2012-09-18 |
Jan Ziak | reflect: use []unsafe.Pointer instead of []*int |
commit | commitdiff | tree |
2012-09-18 |
Russ Cox | encoding/json: do not read beyond array literal |
commit | commitdiff | tree |
2012-09-18 |
Russ Cox | reflect: add Select |
commit | commitdiff | tree |
2012-09-18 |
Anthony Eufemio | builtin: Changed documentation for rune type. |
commit | commitdiff | tree |
2012-09-18 |
Brad Fitzpatrick | A+C: Add Anthony Eufemio (Individual CLA) |
commit | commitdiff | tree |
2012-09-18 |
Dmitriy Vyukov | runtime: refactor goroutine blocking |
commit | commitdiff | tree |
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 |
next |