2013-12-10 |
Russ Cox | runtime: remove non-extern decls of runtime.goarm |
commit | commitdiff | tree |
2013-12-10 |
Alex Brainman | cmd/cgo: use __gcc_struct__ for go exported functions |
commit | commitdiff | tree |
2013-12-09 |
Anthony Martin | liblink: fix extern register accesses on Plan 9 (386) |
commit | commitdiff | tree |
2013-12-09 |
David du Colombier | cmd/8c, cmd/8g, cmd/8l: fix Plan 9 warnings |
commit | commitdiff | tree |
2013-12-09 |
Anthony Martin | runtime: do not use memmove in the Plan 9 signal handler |
commit | commitdiff | tree |
2013-12-09 |
Russ Cox | .hgignore: ignore liblink/anames?.c |
commit | commitdiff | tree |
2013-12-09 |
Anthony Martin | build: do not use the host's libbio on Plan 9 |
commit | commitdiff | tree |
2013-12-09 |
Carl Shapiro | cmd/gc, runtime: correct a misnomer regarding dead... |
commit | commitdiff | tree |
2013-12-09 |
Russ Cox | cmd/gc: fix windows build, probably |
commit | commitdiff | tree |
2013-12-09 |
Russ Cox | cmd/6l: fix linux/amd64 |
commit | commitdiff | tree |
2013-12-09 |
Russ Cox | cmd/dist, cmd/go: pass -fmessage-length always |
commit | commitdiff | tree |
2013-12-09 |
Russ Cox | cmd/gc: print more information for windows failure |
commit | commitdiff | tree |
2013-12-09 |
Russ Cox | cmd/ld: fix linux/386 build |
commit | commitdiff | tree |
2013-12-09 |
Russ Cox | cmd/dist, cmd/go: pass -fmessage-length=0 when using... |
commit | commitdiff | tree |
2013-12-09 |
David du Colombier | liblink: fix Plan 9 build |
commit | commitdiff | tree |
2013-12-09 |
Russ Cox | runtime: remove cross-function jump in vlop_arm.s |
commit | commitdiff | tree |
2013-12-09 |
Russ Cox | cmd/5g, cmd/6g, cmd/8g: use liblink |
commit | commitdiff | tree |
2013-12-09 |
Russ Cox | cmd/5c, cmd/6c, cmd/8c: use liblink |
commit | commitdiff | tree |
2013-12-09 |
Russ Cox | cmd/5a, cmd/6a, cmd/8a: use liblink |
commit | commitdiff | tree |
2013-12-09 |
Russ Cox | liblink: create new library based on linker code |
commit | commitdiff | tree |
2013-12-09 |
Russ Cox | cmd/dist: add liblink build information |
commit | commitdiff | tree |
2013-12-06 |
Carl Shapiro | cmd/gc: do not generate dead value maps yet |
commit | commitdiff | tree |
2013-12-06 |
Carl Shapiro | cmd/gc: clarify a TODO regarding variables used in... |
commit | commitdiff | tree |
2013-12-06 |
Carl Shapiro | runtime: add GODEBUG option for an electric fence like... |
commit | commitdiff | tree |
2013-12-06 |
Peter Collingbourne | doc: update list of gccgo import search paths |
commit | commitdiff | tree |
2013-12-06 |
Ian Lance Taylor | CONTRIBUTORS: add Peter Collingbourne (Google CLA) |
commit | commitdiff | tree |
2013-12-06 |
Carl Shapiro | cmd/dist: revert an accidental change to the optimizati... |
commit | commitdiff | tree |
2013-12-06 |
Carl Shapiro | cmd/5g, cmd/5l, cmd/6g, cmd/6l, cmd/8g, cmd/8l, cmd... |
commit | commitdiff | tree |
2013-12-04 |
Andrew Gerrand | A+C: add Dmitri Shuralyov |
commit | commitdiff | tree |
2013-12-04 |
Rob Pike | doc/go1.3.txt: add file to track significant CLs for 1.3 |
commit | commitdiff | tree |
2013-12-03 |
Carl Shapiro | encoding/gob: do not hide an unsafe.Pointer in a uintptr |
commit | commitdiff | tree |
2013-12-03 |
Carl Shapiro | runtime: add an allocation and free tracing for gc... |
commit | commitdiff | tree |
2013-12-03 |
Keith Randall | cmd/gc: fix special-casing of the printed names of... |
commit | commitdiff | tree |
2013-12-03 |
Carl Shapiro | runtime: move stack scanning into the parallel mark... |
commit | commitdiff | tree |
2013-12-03 |
Keith Randall | runtime: get rid of concatstring's vararg C argument. |
commit | commitdiff | tree |
2013-12-03 |
Keith Randall | runtime: fix race detector when map keys/values are... |
commit | commitdiff | tree |
2013-12-03 |
Keith Randall | reflect: test to make sure big Zero()-obtained objects... |
commit | commitdiff | tree |
2013-12-03 |
Keith Randall | reflect: fix Zero() implementation - not every type... |
commit | commitdiff | tree |
2013-12-02 |
Keith Randall | reflect: prevent the callXX routines from calling makeF... |
commit | commitdiff | tree |
2013-12-02 |
Keith Randall | runtime: don't use ... formal argument to deferreturn. |
commit | commitdiff | tree |
2013-12-02 |
Keith Randall | runtime: pass key/value to map accessors by reference... |
commit | commitdiff | tree |
2013-12-01 |
Andrew Gerrand | tag go1.2 |
commit | commitdiff | tree |
2013-11-27 |
David Symonds | misc/vim: send Fmt errors to the quickfix list instead... |
commit | commitdiff | tree |
2013-11-25 |
Oling Cat | doc/install.html: fix a tag. |
commit | commitdiff | tree |
2013-11-25 |
David Symonds | misc/vim: describe how to get gofmt-on-save behaviour. |
commit | commitdiff | tree |
2013-11-20 |
Rob Pike | README: Fix installation instructions |
commit | commitdiff | tree |
2013-11-20 |
Andrew Gerrand | doc: update installation instructions |
commit | commitdiff | tree |
2013-11-19 |
dvyukov | test: revert unintentional commits |
commit | commitdiff | tree |
2013-11-19 |
dvyukov | - |
commit | commitdiff | tree |
2013-11-19 |
dvyukov | 13+ |
commit | commitdiff | tree |
2013-11-18 |
Andrew Gerrand | misc/dist: fix file regexp |
commit | commitdiff | tree |
2013-11-18 |
Andrew Gerrand | tag go1.2rc5 |
commit | commitdiff | tree |
2013-11-15 |
Brad Fitzpatrick | C: add Marko Mikulicic (Google CLA) |
commit | commitdiff | tree |
2013-11-14 |
Russ Cox | doc/asm: more about SP, ARM R11 |
commit | commitdiff | tree |
2013-11-14 |
Russ Cox | encoding/gob: do not use MarshalText, UnmarshalText |
commit | commitdiff | tree |
2013-11-13 |
Andrew Gerrand | encoding/gob: expose encode/decode example |
commit | commitdiff | tree |
2013-11-13 |
Andrew Gerrand | tag go1.2rc4 |
commit | commitdiff | tree |
2013-11-13 |
Rob Pike | src/cmd/?a: link to new assembler document |
commit | commitdiff | tree |
2013-11-13 |
Rob Pike | doc/asm.html: new document, a brief guide to the assembler |
commit | commitdiff | tree |
2013-11-13 |
Robert Griesemer | spec: clarify rules for blank identifiers |
commit | commitdiff | tree |
2013-11-13 |
Andrew Gerrand | doc: use the same wording for OS X as the other OSes |
commit | commitdiff | tree |
2013-11-13 |
Andrew Gerrand | doc: we support all recent versions of OS X |
commit | commitdiff | tree |
2013-11-12 |
Robert Griesemer | CONTRIBUTORS: add additional e-mail address for Richard... |
commit | commitdiff | tree |
2013-11-12 |
Robert Griesemer | A+C: Richard Musiol (individual CLA) |
commit | commitdiff | tree |
2013-11-11 |
David Crawshaw | misc/vim: add a gofmt_command flag for :Fmt |
commit | commitdiff | tree |
2013-11-11 |
Olivier Duperray | cmd/godoc: document package-level examples |
commit | commitdiff | tree |
2013-11-08 |
Dominik Honnef | misc/emacs: various cleanups |
commit | commitdiff | tree |
2013-11-08 |
Sameer Ajmani | emacs: allow users to customize the gofmt command,... |
commit | commitdiff | tree |
2013-11-07 |
Russ Cox | cmd/cgo: fix handling of array of pointers when using... |
commit | commitdiff | tree |
2013-11-06 |
Ian Lance Taylor | doc: update note about GCC 4.8.2 in gccgo instructions |
commit | commitdiff | tree |
2013-11-05 |
Ato Araki | go/doc: add full stop of Japanese, Chinese and Korean. |
commit | commitdiff | tree |
2013-11-05 |
Andrew Gerrand | A+C: Ato Araki (individual CLA) |
commit | commitdiff | tree |
2013-11-05 |
Andrew Gerrand | doc/go1.2: link to cgo documentation |
commit | commitdiff | tree |
2013-11-04 |
Brad Fitzpatrick | net/textproto: fix CanonicalMIMEHeaderKey panic |
commit | commitdiff | tree |
2013-11-04 |
Andrew Gerrand | C: add Robert Snedegar (Google CLA) |
commit | commitdiff | tree |
2013-11-01 |
Brad Fitzpatrick | C: add Brad Garcia (Google CLA) |
commit | commitdiff | tree |
2013-11-01 |
Andrew Gerrand | tag go1.2rc3 |
commit | commitdiff | tree |
2013-10-31 |
Russ Cox | cmd/5l, runtime: fix divide for profiling tracebacks... |
commit | commitdiff | tree |
2013-10-31 |
Russ Cox | undo CL 19810043 / 352f3b7c9664 |
commit | commitdiff | tree |
2013-10-30 |
Russ Cox | cmd/5l, runtime: make ARM integer division profiler... |
commit | commitdiff | tree |
2013-10-30 |
Rob Pike | doc/go1.2.html: delete repeated word |
commit | commitdiff | tree |
2013-10-30 |
Rob Pike | doc/go1.2.html: stack sizes, thread limits |
commit | commitdiff | tree |
2013-10-30 |
Russ Cox | cmd/cgo: accept extra leading _ on __cgodebug_data... |
commit | commitdiff | tree |
2013-10-30 |
Alan Donovan | undo CL 19010044 / dbcd720e5396 |
commit | commitdiff | tree |
2013-10-30 |
Brad Fitzpatrick | database/sql: document Result methods |
commit | commitdiff | tree |
2013-10-29 |
Julien Schmidt | database/sql: Fix typos in doc |
commit | commitdiff | tree |
2013-10-29 |
David Symonds | A+C: Jakob Borg (individual CLA). |
commit | commitdiff | tree |
2013-10-29 |
Russ Cox | time: correct path to time zone zip file on Unix |
commit | commitdiff | tree |
2013-10-29 |
Russ Cox | encoding/xml: fix doc comment |
commit | commitdiff | tree |
2013-10-29 |
Brad Fitzpatrick | net/http/httputil: fix DumpRequestOut with ContentLengt... |
commit | commitdiff | tree |
2013-10-29 |
Dominik Honnef | misc/emacs: various cleanups |
commit | commitdiff | tree |
2013-10-29 |
Russ Cox | os: do not return Lstat errors from Readdir |
commit | commitdiff | tree |
2013-10-29 |
Russ Cox | cmd/gc: silence clang warning |
commit | commitdiff | tree |
2013-10-29 |
Dominik Honnef | misc/emacs: support godef-jump on import statements |
commit | commitdiff | tree |
2013-10-29 |
Russ Cox | debug/dwarf: add DWARF 4 form constants |
commit | commitdiff | tree |
2013-10-29 |
Andrew Gerrand | doc: update front page summary text |
commit | commitdiff | tree |
2013-10-29 |
Russ Cox | cmd/cgo: stop using -fno-eliminate-unused-debug-types |
commit | commitdiff | tree |
2013-10-28 |
Russ Cox | runtime: relax preemption assertion during stack split |
commit | commitdiff | tree |
2013-10-28 |
Josh Bleecher... | net: handle single-line non-\n-terminated files correct... |
commit | commitdiff | tree |
2013-10-25 |
Andrew Gerrand | net/url: fix Encode doc comment |
commit | commitdiff | tree |
next |