2012-02-22 |
Gustavo Niemeyer | cgo: fix definition of opaque types |
commit | commitdiff | tree |
2012-02-22 |
Robert Griesemer | go/doc: move firstSentence into go/doc |
commit | commitdiff | tree |
2012-02-22 |
Mikio Hara | net: replace error variable name oserr with err |
commit | commitdiff | tree |
2012-02-22 |
Robert Griesemer | godoc: fix potential index out-of-bounds error |
commit | commitdiff | tree |
2012-02-22 |
Russ Cox | ld: get symbol table letters right |
commit | commitdiff | tree |
2012-02-22 |
Russ Cox | gc: new, less strict bool rules |
commit | commitdiff | tree |
2012-02-22 |
Russ Cox | gc: never crash during a debugging print |
commit | commitdiff | tree |
2012-02-22 |
Rob Pike | spec: refine the wording about variables in type switches |
commit | commitdiff | tree |
2012-02-22 |
Russ Cox | cmd/go: add tool -n flag |
commit | commitdiff | tree |
2012-02-22 |
David Symonds | cmd/fix: remove os.Wait gofix. |
commit | commitdiff | tree |
2012-02-22 |
Devon H. O... | runtime: fix FreeBSD signal handling around thread... |
commit | commitdiff | tree |
2012-02-22 |
Joe Poirier | misc/dist/windows: fix broken icon, other misc |
commit | commitdiff | tree |
2012-02-22 |
Russ Cox | ld: only set SNOPTRBSS during load |
commit | commitdiff | tree |
2012-02-22 |
Andrew Gerrand | doc: move styles to style.css |
commit | commitdiff | tree |
2012-02-22 |
Russ Cox | gc: return of ideal bool |
commit | commitdiff | tree |
2012-02-22 |
Russ Cox | ld: add NOPTRBSS for large, pointer-free uninitialized... |
commit | commitdiff | tree |
2012-02-22 |
Russ Cox | spec: make all comparison results untyped bool |
commit | commitdiff | tree |
2012-02-22 |
Robert Griesemer | godoc: fix absolute->relative mapping |
commit | commitdiff | tree |
2012-02-22 |
Devon H. O... | runtime: use SYSCALL instead of INT 0x80 in FreeBSD... |
commit | commitdiff | tree |
2012-02-22 |
Andrew Gerrand | godoc: adjust line height in pre blocks |
commit | commitdiff | tree |
2012-02-22 |
Brad Fitzpatrick | net/http: update test to use time.Duration better |
commit | commitdiff | tree |
2012-02-22 |
Brad Fitzpatrick | net/textproto: accept bad MIME headers as browsers do |
commit | commitdiff | tree |
2012-02-21 |
Rémy Oudompheng | test: use testlib in a few more cases. |
commit | commitdiff | tree |
2012-02-21 |
Andrew Gerrand | godoc: fix playground url |
commit | commitdiff | tree |
2012-02-21 |
Robert Griesemer | text/tabwriter: fix documentation by adding an example. |
commit | commitdiff | tree |
2012-02-21 |
Andrew Gerrand | misc/goplay: remove redundant chdir |
commit | commitdiff | tree |
2012-02-21 |
Andrew Gerrand | godoc: support flat directory view again |
commit | commitdiff | tree |
2012-02-21 |
Andrew Gerrand | doc: support redirect-on-share |
commit | commitdiff | tree |
2012-02-21 |
Bobby Powers | cmd/dist: fix pprof permissions |
commit | commitdiff | tree |
2012-02-21 |
Russ Cox | net/smtp: use EHLO then HELO |
commit | commitdiff | tree |
2012-02-21 |
Russ Cox | runtime: avoid malloc during malloc |
commit | commitdiff | tree |
2012-02-21 |
Shenghou Ma | codereview: add submit message support for newer clone... |
commit | commitdiff | tree |
2012-02-21 |
Mike Rosset | cmd/go: pass 2, remove reference to incomplete -file... |
commit | commitdiff | tree |
2012-02-21 |
Mike Rosset | cmd/go: 'go help test' remove documentation for incompl... |
commit | commitdiff | tree |
2012-02-21 |
Adam Langley | cmd/*: add -d option to bison. |
commit | commitdiff | tree |
2012-02-21 |
Marcel van... | exp/norm: Added Iter type for iterating on segment... |
commit | commitdiff | tree |
2012-02-21 |
Rémy Oudompheng | test: fix bug423.go to actually fail with older releases. |
commit | commitdiff | tree |
2012-02-21 |
Rémy Oudompheng | cmd/api: record return type of functions for variable... |
commit | commitdiff | tree |
2012-02-21 |
Andrew Gerrand | dashboard: rename buttons to satisfy pedantic souls |
commit | commitdiff | tree |
2012-02-21 |
Rob Pike | net: extend the workaround to DialTCP to try to get... |
commit | commitdiff | tree |
2012-02-21 |
Rob Pike | test: fix broken test |
commit | commitdiff | tree |
2012-02-21 |
Rémy Oudompheng | cmd/gc: don't believe that variables mentioned 256... |
commit | commitdiff | tree |
2012-02-21 |
Rob Pike | net: more selfConnect debugging: panic if ra == nil... |
commit | commitdiff | tree |
2012-02-21 |
Rob Pike | net: panic if sockaddrToTCP returns nil incorrectly |
commit | commitdiff | tree |
2012-02-21 |
Rob Pike | net: add diagnostic to try to catch selfConnect bug... |
commit | commitdiff | tree |
2012-02-21 |
Brad Fitzpatrick | test: rewrite test/run shell script + errchk (perl... |
commit | commitdiff | tree |
2012-02-21 |
Andrew Gerrand | doc: fix links in installation instructions |
commit | commitdiff | tree |
2012-02-21 |
Rob Pike | os: replace non-portable Waitmsg with portable ProcessState |
commit | commitdiff | tree |
2012-02-21 |
Mikio Hara | runtime: remove an obsolete file |
commit | commitdiff | tree |
2012-02-21 |
Andrew Gerrand | doc: link to self-hosted articles from docs.html |
commit | commitdiff | tree |
2012-02-21 |
Andrew Gerrand | misc/goplay: remain in work directory, build in temp... |
commit | commitdiff | tree |
2012-02-21 |
Brad Fitzpatrick | net: more docs on deadlines |
commit | commitdiff | tree |
2012-02-20 |
Brad Fitzpatrick | net/http: add optional Server.TLSConfig field |
commit | commitdiff | tree |
2012-02-20 |
Devon H. O... | runtime: implement runtime.osyield on FreeBSD 386,... |
commit | commitdiff | tree |
2012-02-20 |
Mikio Hara | net: move hosts testdata to testdata folder |
commit | commitdiff | tree |
2012-02-20 |
Rob Pike | doc/go1: delete obsolete reference to FileStat |
commit | commitdiff | tree |
2012-02-20 |
Russ Cox | 5g, 6g, 8g: flush modified globals aggressively |
commit | commitdiff | tree |
2012-02-20 |
Brad Fitzpatrick | build: remove old version*.go files from hgignore |
commit | commitdiff | tree |
2012-02-20 |
Dmitriy Vyukov | cmd/6c: add line feed after an error message |
commit | commitdiff | tree |
2012-02-20 |
Joe Poirier | misc/dist/windows: app engine gopher replaced with... |
commit | commitdiff | tree |
2012-02-20 |
Joe Poirier | misc/dist/windows: ongoing dev |
commit | commitdiff | tree |
2012-02-20 |
Rob Pike | os: drop the Wait function and the options to Process... |
commit | commitdiff | tree |
2012-02-20 |
Joe Poirier | misc/dist/windows: ongoing dev |
commit | commitdiff | tree |
2012-02-20 |
Brad Fitzpatrick | database/sql/driver: API cleanups |
commit | commitdiff | tree |
2012-02-20 |
Rob Pike | html/template: don't indirect past a Stringer |
commit | commitdiff | tree |
2012-02-20 |
Russ Cox | strconv: run garbage collection before counting allocat... |
commit | commitdiff | tree |
2012-02-20 |
Rob Pike | go/doc: update golden file to fix build |
commit | commitdiff | tree |
2012-02-20 |
Rob Pike | all: rewrite references to old tool names |
commit | commitdiff | tree |
2012-02-20 |
Rob Pike | FAQ: many small fixes and adjustments |
commit | commitdiff | tree |
2012-02-20 |
Scott Lawrence | godoc: fix tag mismatch validation errors |
commit | commitdiff | tree |
2012-02-20 |
Fazlul Shahriar | os,time: fix Plan 9 build |
commit | commitdiff | tree |
2012-02-20 |
Alex Brainman | build: implement clean.bat |
commit | commitdiff | tree |
2012-02-20 |
David Symonds | html/template: minor tweak to docs to improve HTML... |
commit | commitdiff | tree |
2012-02-19 |
Shenghou Ma | 5a, 5c, 5g, 5l: fix build for Linux/ARM. |
commit | commitdiff | tree |
2012-02-19 |
Russ Cox | doc/go1: update for runtime, unsafe API changes |
commit | commitdiff | tree |
2012-02-19 |
Shenghou Ma | syscall: force Windows to always use US English error... |
commit | commitdiff | tree |
2012-02-19 |
Bobby Powers | doc: update contrib.html |
commit | commitdiff | tree |
2012-02-19 |
Russ Cox | cmd/fix: add runtime renamings |
commit | commitdiff | tree |
2012-02-19 |
Rob Pike | doc/install.html: fix link |
commit | commitdiff | tree |
2012-02-19 |
Rob Pike | test/initsyscall.go: delete |
commit | commitdiff | tree |
2012-02-19 |
Rob Pike | test/initcomma.go: restore what it's supposed to be... |
commit | commitdiff | tree |
2012-02-19 |
Rob Pike | test/hashmap.go: delete |
commit | commitdiff | tree |
2012-02-19 |
Russ Cox | cmd/cgo: bug fixes |
commit | commitdiff | tree |
2012-02-19 |
Marcel van... | doc: Fixed type in documentation for FormatFloat. |
commit | commitdiff | tree |
2012-02-19 |
Shenghou Ma | 6l, 8l: fix build for ELF systems |
commit | commitdiff | tree |
2012-02-19 |
Russ Cox | runtime: fix another memory leak |
commit | commitdiff | tree |
2012-02-19 |
Russ Cox | gc, ld: tag data as no-pointers and allocate in separat... |
commit | commitdiff | tree |
2012-02-19 |
Russ Cox | lib/time/zoneinfo: delete |
commit | commitdiff | tree |
2012-02-19 |
Russ Cox | time: switch to using (uncompressed) zoneinfo zip file |
commit | commitdiff | tree |
2012-02-19 |
Rob Pike | test/chan: document tests |
commit | commitdiff | tree |
2012-02-19 |
Rob Pike | test/interface: document tests |
commit | commitdiff | tree |
2012-02-19 |
Russ Cox | encoding/json: disable anonymous fields |
commit | commitdiff | tree |
2012-02-19 |
Russ Cox | runtime: fix tiny memory leak |
commit | commitdiff | tree |
2012-02-19 |
Brad Fitzpatrick | os: remove Getenverror |
commit | commitdiff | tree |
2012-02-19 |
Russ Cox | gc: fix error for floating-point constant % |
commit | commitdiff | tree |
2012-02-19 |
Russ Cox | runtime: API |
commit | commitdiff | tree |
2012-02-19 |
Rob Pike | test: explanatory comments [c-g]* |
commit | commitdiff | tree |
2012-02-19 |
Rob Pike | go 1: add a description of the os error changes. |
commit | commitdiff | tree |
2012-02-19 |
Rob Pike | test: [a-c]: add introductory comments to tests |
commit | commitdiff | tree |
2012-02-19 |
Russ Cox | gc: drop ideal bool |
commit | commitdiff | tree |
next |