2013-09-11 |
Russ Cox | cmd/api: break the builds |
commit | commitdiff | tree |
2013-09-11 |
Russ Cox | runtime: keep args and frame in struct Func |
commit | commitdiff | tree |
2013-09-11 |
Russ Cox | go/build: reject directory with only cgo files if cgo... |
commit | commitdiff | tree |
2013-09-11 |
Ian Lance Taylor | cmd/yacc: replace units example with simpler expr example |
commit | commitdiff | tree |
2013-09-11 |
Russ Cox | runtime: show m stack during crash on m stack |
commit | commitdiff | tree |
2013-09-11 |
Russ Cox | runtime: show runtime.panic frame in traceback |
commit | commitdiff | tree |
2013-09-11 |
Russ Cox | net: defend against broken getaddrinfo on Linux |
commit | commitdiff | tree |
2013-09-11 |
Russ Cox | cmd/cgo: replace C.malloc with our own wrapper |
commit | commitdiff | tree |
2013-09-11 |
Mikio Hara | net: implement TCP connection setup with fast failover |
commit | commitdiff | tree |
2013-09-11 |
Russ Cox | cmd/go: use pattern to prune file tree walk |
commit | commitdiff | tree |
2013-09-11 |
Russ Cox | cmd/cgo: don't say "gcc produced no output" if we ran... |
commit | commitdiff | tree |
2013-09-11 |
Russ Cox | misc/cgo/test: test of issue 4339 |
commit | commitdiff | tree |
2013-09-11 |
Dave Cheney | bytes: additional test coverage |
commit | commitdiff | tree |
2013-09-11 |
Robert Daniel... | cmd/api: make api check directory per-user |
commit | commitdiff | tree |
2013-09-10 |
Russ Cox | cmd/go: report correct directory for 'no version control' |
commit | commitdiff | tree |
2013-09-10 |
Russ Cox | build: more "undefined behavior" fixes |
commit | commitdiff | tree |
2013-09-10 |
Russ Cox | cmd/6l, cmd/8l: fix MOVL MOVQ optab |
commit | commitdiff | tree |
2013-09-10 |
Arnaud Ysmal | libmach: accept OS X binary generated by external linker |
commit | commitdiff | tree |
2013-09-10 |
Brad Fitzpatrick | A+C: Arnaud Ysmal (individual CLA) |
commit | commitdiff | tree |
2013-09-10 |
Russ Cox | cmd/go: show FAIL for errors during test setup |
commit | commitdiff | tree |
2013-09-10 |
Russ Cox | cmd/go: fix go test using package main_test |
commit | commitdiff | tree |
2013-09-10 |
Russ Cox | cmd/go: run benchmarks in sequence |
commit | commitdiff | tree |
2013-09-10 |
Russ Cox | go/doc: restore handling of multi-paragraph BUG comments |
commit | commitdiff | tree |
2013-09-10 |
Russ Cox | cmd/go: fix error for 'go install x.go' when GOBIN... |
commit | commitdiff | tree |
2013-09-10 |
Ian Lance Taylor | cmd/go: report real package in errors for go get with... |
commit | commitdiff | tree |
2013-09-10 |
Ian Lance Taylor | cmd/go: build SWIG shared libraries in work directory |
commit | commitdiff | tree |
2013-09-10 |
Russ Cox | cmd/go: better error for shadowed directories in GOPATH |
commit | commitdiff | tree |
2013-09-10 |
Alexis Imperial... | runtime: explicit init of runtime-gdb helpers |
commit | commitdiff | tree |
2013-09-10 |
Russ Cox | CONTRIBUTORS: add Alexis Imperial-Legrand (Google CLA) |
commit | commitdiff | tree |
2013-09-10 |
Russ Cox | cmd/go: fix build -n output when using swig |
commit | commitdiff | tree |
2013-09-10 |
Russ Cox | cmd/go: implement -x correctly for 'go vet', 'go fmt... |
commit | commitdiff | tree |
2013-09-10 |
Russ Cox | go/build: allow $ in cgo LDFLAGS |
commit | commitdiff | tree |
2013-09-10 |
Russ Cox | libmach: change three more BGET macro invocations back |
commit | commitdiff | tree |
2013-09-10 |
Keith Randall | runtime: clean up / align comment tabbing |
commit | commitdiff | tree |
2013-09-10 |
Mikio Hara | net: remove dreg of obsoleted network poller |
commit | commitdiff | tree |
2013-09-10 |
Rob Pike | doc/go1.2.html: introduction, language changes |
commit | commitdiff | tree |
2013-09-10 |
Alex Brainman | os/exec: change windows LookPath so it works like cmd.exe |
commit | commitdiff | tree |
2013-09-09 |
Russ Cox | encoding/json: document actual behavior for Unmarshal... |
commit | commitdiff | tree |
2013-09-09 |
Richard Eric... | container/list: unexpected panic if Next/Prev called... |
commit | commitdiff | tree |
2013-09-09 |
Russ Cox | path/filepath: fix race with other tests |
commit | commitdiff | tree |
2013-09-09 |
Russ Cox | encoding/xml: fix panic in Marshal |
commit | commitdiff | tree |
2013-09-09 |
Russ Cox | syslog: fix data race on 'crashy' in test function |
commit | commitdiff | tree |
2013-09-09 |
Russ Cox | log/syslog: use alternate format for logging to local... |
commit | commitdiff | tree |
2013-09-09 |
Ian Lance Taylor | cmd/go: if there are C++ sources, use g++ as default... |
commit | commitdiff | tree |
2013-09-09 |
Russ Cox | build: remove various uses of C undefined behavior |
commit | commitdiff | tree |
2013-09-09 |
Russ Cox | runtime: remove OABI check from ARM startup |
commit | commitdiff | tree |
2013-09-09 |
Rémy Oudompheng | cmd/6g: handle very wide offsets. |
commit | commitdiff | tree |
2013-09-09 |
Russ Cox | cmd/gc: allow inlined struct == to mention unsafe.Point... |
commit | commitdiff | tree |
2013-09-09 |
Russ Cox | cmd/cgo: record full source path to input .go files |
commit | commitdiff | tree |
2013-09-09 |
Russ Cox | cmd/gc: squelch spurious "invalid recursive type" error |
commit | commitdiff | tree |
2013-09-09 |
Russ Cox | cmd/gc: diagnose '_ = nil' better |
commit | commitdiff | tree |
2013-09-09 |
Russ Cox | cmd/gc: more detail in import conflict error message |
commit | commitdiff | tree |
2013-09-09 |
Russ Cox | cmd/gc: show package name in 'imported and not used... |
commit | commitdiff | tree |
2013-09-09 |
Russ Cox | cmd/gc: fix 'internal error: typename ideal bool' |
commit | commitdiff | tree |
2013-09-09 |
Joel Sing | runtime: unbreak build on dragonfly |
commit | commitdiff | tree |
2013-09-09 |
Alex Brainman | time: allow more time for TestOverflowRuntimeTimer... |
commit | commitdiff | tree |
2013-09-09 |
Rob Pike | doc/go1.2.html: first cut |
commit | commitdiff | tree |
2013-09-08 |
Dominik Honnef | compress/flate: small documentation fix |
commit | commitdiff | tree |
2013-09-08 |
Emil Hessman | misc/dist: Specify a version for the darwin package. |
commit | commitdiff | tree |
2013-09-08 |
Robert Daniel... | sort: fix up example expected output formatting |
commit | commitdiff | tree |
2013-09-08 |
Andriy Lytvynov | sort: add a simpler sort.Interface example |
commit | commitdiff | tree |
2013-09-06 |
Keith Randall | runtime: Smhasher tests of our map hash function. |
commit | commitdiff | tree |
2013-09-06 |
Brad Fitzpatrick | net: don't error when marshalling nil IP addresses |
commit | commitdiff | tree |
2013-09-06 |
Ehren Kret | compress/flate: prevent panic when reinitializing huffm... |
commit | commitdiff | tree |
2013-09-06 |
Brad Fitzpatrick | A+C: Ehren Kret (individual CLA) |
commit | commitdiff | tree |
2013-09-06 |
Dmitriy Vyukov | runtime: account for all sys memory in MemStats |
commit | commitdiff | tree |
2013-09-06 |
Alex Brainman | cmd/go: rename go.exe if cannot delete it during clean |
commit | commitdiff | tree |
2013-09-06 |
Rémy Oudompheng | cmd/gc: add missing typecheck for walk-generated constants. |
commit | commitdiff | tree |
2013-09-06 |
Marco Hennings | archive/tar: fix a case where USTAR-split is not workin... |
commit | commitdiff | tree |
2013-09-06 |
Andriy Lytvynov | sort: fix Example_sortMultiKeys |
commit | commitdiff | tree |
2013-09-06 |
Russ Cox | cmd/5g, cmd/6g, cmd/8g: simplify for loop in bitmap... |
commit | commitdiff | tree |
2013-09-06 |
Josh Bleecher... | cmd/gofmt: sort more, remove some duplicate imports |
commit | commitdiff | tree |
2013-09-06 |
Russ Cox | test: fix build (update for new error message) |
commit | commitdiff | tree |
2013-09-06 |
Dominik Honnef | misc/emacs: use built-in buffer-base-buffer instead... |
commit | commitdiff | tree |
2013-09-06 |
Anthony Martin | codereview: update use of promptchoice for Mercurial 2.7 |
commit | commitdiff | tree |
2013-09-06 |
Russ Cox | cmd/gc: remove "send used as value" hint |
commit | commitdiff | tree |
2013-09-06 |
Anthony Martin | runtime: handle timer overflow in tsleep |
commit | commitdiff | tree |
2013-09-06 |
Brad Fitzpatrick | api: update go1.1, except and next.txt with constant... |
commit | commitdiff | tree |
2013-09-06 |
Brad Fitzpatrick | cmd/api: include constant values |
commit | commitdiff | tree |
2013-09-06 |
Brad Fitzpatrick | reflect: unexport BUCKETSIZE, MAXKEYSIZE, MAXVALSIZE |
commit | commitdiff | tree |
2013-09-06 |
Brad Fitzpatrick | crypto/rand: make Read use io.ReadFull |
commit | commitdiff | tree |
2013-09-06 |
Kamil Kisiel | net: Fix inaccurate docs for AcceptTCP and AcceptUnix. |
commit | commitdiff | tree |
2013-09-06 |
ChaiShushan | misc/notepadplus: add interface to function list and... |
commit | commitdiff | tree |
2013-09-06 |
Lucio De Re | cmd/dist: Plan 9 build needs an additional include... |
commit | commitdiff | tree |
2013-09-06 |
Rob Pike | cmd/go: don't leave test binary around for coverage |
commit | commitdiff | tree |
2013-09-06 |
Russ Cox | test/nilptr: add more tests |
commit | commitdiff | tree |
2013-09-05 |
Rob Pike | undo CL 13004046 / 5db14b33d6ef |
commit | commitdiff | tree |
2013-09-05 |
Ian Lance Taylor | cmd/ld: emit relocations for .debug_frame in external... |
commit | commitdiff | tree |
2013-09-05 |
Rémy Oudompheng | compress/zlib: add Reset method to Writer. |
commit | commitdiff | tree |
2013-09-05 |
Rémy Oudompheng | reflect: do not cache trivial values in DeepEqual. |
commit | commitdiff | tree |
2013-09-05 |
Ian Lance Taylor | cmd/dist: don't print misleading warning when using... |
commit | commitdiff | tree |
2013-09-04 |
Brad Fitzpatrick | compress/flate: use bytes.NewReader instead of NewBuffe... |
commit | commitdiff | tree |
2013-09-04 |
Rob Pike | html/template: export the parse.Tree for the escaped... |
commit | commitdiff | tree |
2013-09-04 |
Aulus Egnatius... | cgo: enable cgo on dragonfly |
commit | commitdiff | tree |
2013-09-04 |
Ian Lance Taylor | A+C: Aulus Egnatius Varialus (individual CLA) |
commit | commitdiff | tree |
2013-09-04 |
Ian Lance Taylor | cmd/ld: don't allocate unused garbage space in pclntab... |
commit | commitdiff | tree |
2013-09-04 |
Ian Lance Taylor | cmd/cgo: document command line options |
commit | commitdiff | tree |
2013-09-04 |
Ian Lance Taylor | cmd/cgo: don't let #cgo directives mess up line numbering |
commit | commitdiff | tree |
2013-09-04 |
Rob Pike | text/template: allow eq to take more than two arguments |
commit | commitdiff | tree |
2013-09-04 |
Mikio Hara | net/http: remove dreg of obsoleted network poller |
commit | commitdiff | tree |
next |