2011-11-07 |
Lucio De Re | gc: format nits |
commit | commitdiff | tree |
2011-11-07 |
Russ Cox | CONTRIBUTORS: add David Crawshaw's codereview account |
commit | commitdiff | tree |
2011-11-07 |
David Crawshaw | xml: allow parsing of <_> </_>. |
commit | commitdiff | tree |
2011-11-07 |
Dmitry Chestnykh | archive/zip: actually close file opened with OpenReader. |
commit | commitdiff | tree |
2011-11-07 |
David Symonds | net/http: fix whitespace handling in sniffer. |
commit | commitdiff | tree |
2011-11-07 |
Alex Brainman | runtime: windows_386 sighandler to use correct g |
commit | commitdiff | tree |
2011-11-06 |
Nigel Tao | html: be able to test more than one testdata file. |
commit | commitdiff | tree |
2011-11-06 |
Luuk van Dijk | gc: Better error message for range over non-receive... |
commit | commitdiff | tree |
2011-11-06 |
Luuk van Dijk | gc: Switch related errors should use plain format. |
commit | commitdiff | tree |
2011-11-05 |
Charles L.... | math: faster Gamma |
commit | commitdiff | tree |
2011-11-05 |
David Symonds | gofix: avoid panic on body-less functions in netudpgroup. |
commit | commitdiff | tree |
2011-11-04 |
Ian Lance Taylor | test: make closedchan.go exit with failure if something... |
commit | commitdiff | tree |
2011-11-04 |
Charles L.... | math: improved high-angle test for Cos, Sin and Tan |
commit | commitdiff | tree |
2011-11-04 |
Jani Monoses | goinstall: allow packages from launchpad.net/~user... |
commit | commitdiff | tree |
2011-11-04 |
Gustavo Niemeyer | CONTRIBUTORS: add Rietveld address for Jani Monoses |
commit | commitdiff | tree |
2011-11-04 |
Mike Samuel | html/template: wraps package template instead of exposi... |
commit | commitdiff | tree |
2011-11-04 |
Brad Fitzpatrick | http: support Trailers in ReadRequest |
commit | commitdiff | tree |
2011-11-04 |
Luuk van Dijk | gc: detect type switch variable not used cases. |
commit | commitdiff | tree |
2011-11-04 |
Gustavo Niemeyer | html,bzip2,sql: rename Error methods that return error... |
commit | commitdiff | tree |
2011-11-04 |
David Symonds | template: format error with pointer receiver. |
commit | commitdiff | tree |
2011-11-04 |
Russ Cox | runtime: fix linux/arm nanotime? |
commit | commitdiff | tree |
2011-11-04 |
Russ Cox | template: format errors |
commit | commitdiff | tree |
2011-11-04 |
Russ Cox | runtime: fix openbsd nanotime? |
commit | commitdiff | tree |
2011-11-04 |
Andrew Gerrand | bytes: fix typo and resolve to be less idiotic next... |
commit | commitdiff | tree |
2011-11-04 |
Andrew Gerrand | bytes: add Contains function |
commit | commitdiff | tree |
2011-11-04 |
Andrew Balholm | html: properly close <tr> element when an new <tr>... |
commit | commitdiff | tree |
2011-11-04 |
Brad Fitzpatrick | http: doc nits |
commit | commitdiff | tree |
2011-11-04 |
Brad Fitzpatrick | http: clarify Request docs |
commit | commitdiff | tree |
2011-11-04 |
Brad Fitzpatrick | httputil: move dump and chunking functions out of http |
commit | commitdiff | tree |
2011-11-04 |
Rob Pike | gob: fix bug when registering the same type multiple... |
commit | commitdiff | tree |
2011-11-04 |
Brad Fitzpatrick | http: only recognize application/x-www-form-urlencoded... |
commit | commitdiff | tree |
2011-11-03 |
Brad Fitzpatrick | httputil: move ReverseProxy out of http |
commit | commitdiff | tree |
2011-11-03 |
Andrew Balholm | html: move <link> element from after <head> into <head> |
commit | commitdiff | tree |
2011-11-03 |
Brad Fitzpatrick | net/http/httputil: new package; move ClientConn and... |
commit | commitdiff | tree |
2011-11-03 |
Russ Cox | time: faster Nanoseconds call |
commit | commitdiff | tree |
2011-11-03 |
Russ Cox | runtime: fix set and not used |
commit | commitdiff | tree |
2011-11-03 |
David Symonds | gofix: make fix order implicit by date. |
commit | commitdiff | tree |
2011-11-03 |
Rob Pike | os,text,unicode: renamings |
commit | commitdiff | tree |
2011-11-03 |
Vincent Vanackere | all: rename os.EOF to io.EOF in various non-code contexts |
commit | commitdiff | tree |
2011-11-03 |
Rob Pike | net: renamings |
commit | commitdiff | tree |
2011-11-03 |
Rob Pike | html,log,math: renamings |
commit | commitdiff | tree |
2011-11-03 |
Brad Fitzpatrick | http: don't use ClientConn in Transport |
commit | commitdiff | tree |
2011-11-03 |
Russ Cox | container/heap: document what Push and Pop do |
commit | commitdiff | tree |
2011-11-03 |
Rob Pike | deps.bash: attempt to fix the windows build |
commit | commitdiff | tree |
2011-11-03 |
Rob Pike | encoding: move asn1, csv, gob, json, xml into encoding |
commit | commitdiff | tree |
2011-11-03 |
Luuk van Dijk | gc: Don't pollute the xmethod list with non-methods. |
commit | commitdiff | tree |
2011-11-03 |
Russ Cox | gc, ld: sync pathtoprefix + add comments |
commit | commitdiff | tree |
2011-11-03 |
Russ Cox | gopack: do not look for Go metadata in non-Go objects |
commit | commitdiff | tree |
2011-11-03 |
Russ Cox | 8a: fix IMULL grammar |
commit | commitdiff | tree |
2011-11-03 |
Andrew Balholm | html: parse <link> elements in <head> |
commit | commitdiff | tree |
2011-11-03 |
Andrew Gerrand | builtin: remove errant spaces |
commit | commitdiff | tree |
2011-11-03 |
David Symonds | http: update mime sniffing doc reference. |
commit | commitdiff | tree |
2011-11-03 |
Fumitoshi Ukai | websocket: return an error HTTP response for bad websoc... |
commit | commitdiff | tree |
2011-11-03 |
Mikio Hara | test: clear execute bit from source file |
commit | commitdiff | tree |
2011-11-02 |
Andrew Balholm | html: properly close <marquee> elements. |
commit | commitdiff | tree |
2011-11-02 |
Luuk van Dijk | gc: package paths in symbol names: don't escape periods... |
commit | commitdiff | tree |
2011-11-02 |
Russ Cox | all: sort imports |
commit | commitdiff | tree |
2011-11-02 |
Russ Cox | gofmt, gofix: sort imports |
commit | commitdiff | tree |
2011-11-02 |
Rob Pike | builtin: document the basic types |
commit | commitdiff | tree |
2011-11-02 |
Brad Fitzpatrick | exp/sql: finish transactions, flesh out types, docs |
commit | commitdiff | tree |
2011-11-02 |
Charles L.... | math: improved accuracy for Tan |
commit | commitdiff | tree |
2011-11-02 |
Luuk van Dijk | gc: helpful message instead of internal error on method... |
commit | commitdiff | tree |
2011-11-02 |
Brad Fitzpatrick | bufio: return nil line from ReadLine on error, as docum... |
commit | commitdiff | tree |
2011-11-02 |
Luuk van Dijk | gc: small fixes for printing. |
commit | commitdiff | tree |
2011-11-02 |
Dmitriy Vyukov | runtime: unify mutex code across OSes |
commit | commitdiff | tree |
2011-11-02 |
Nigel Tao | json: fix typo in scanner_test.go. |
commit | commitdiff | tree |
2011-11-02 |
Alex Brainman | net: implement LookupTXT for windows |
commit | commitdiff | tree |
2011-11-02 |
Andrew Gerrand | builtin: document built-in error type |
commit | commitdiff | tree |
2011-11-02 |
David Symonds | gc: fix spelling of "GOEXPERIMENT" in a comment. |
commit | commitdiff | tree |
2011-11-02 |
Rob Pike | spec: delete spurious article |
commit | commitdiff | tree |
2011-11-02 |
Russ Cox | undo CL 5330066 / 6a5647d82728 |
commit | commitdiff | tree |
2011-11-02 |
Russ Cox | gc: add GOEXPERIMENT=os.Error |
commit | commitdiff | tree |
2011-11-02 |
Andrew Gerrand | tag weekly.2011-11-02 |
commit | commitdiff | tree |
2011-11-02 |
Andrew Gerrand | weekly.2011-11-02 weekly.2011-11-02 |
commit | commitdiff | tree |
2011-11-02 |
Russ Cox | all: rename os.Error to error in various non-code contexts |
commit | commitdiff | tree |
2011-11-02 |
Russ Cox | os: fixes for error (plan9) |
commit | commitdiff | tree |
2011-11-02 |
Russ Cox | net: update for error (linux) |
commit | commitdiff | tree |
2011-11-02 |
Russ Cox | os, syscall: update for error |
commit | commitdiff | tree |
2011-11-02 |
Russ Cox | non-pkg: gofix -r error -force=error |
commit | commitdiff | tree |
2011-11-02 |
Russ Cox | src/pkg/[n-z]*: gofix -r error -force=error |
commit | commitdiff | tree |
2011-11-02 |
Russ Cox | src/pkg/[a-m]*: gofix -r error -force=error |
commit | commitdiff | tree |
2011-11-02 |
Rob Pike | tutorial,effective_go: prepare for error change |
commit | commitdiff | tree |
2011-11-02 |
Russ Cox | exec: introduce ExitError |
commit | commitdiff | tree |
2011-11-02 |
Russ Cox | exp/ebnf: manual fixup for error |
commit | commitdiff | tree |
2011-11-02 |
Russ Cox | cgo, gotest: use error instead of os.Error in generated... |
commit | commitdiff | tree |
2011-11-02 |
Russ Cox | os: use error, io.EOF |
commit | commitdiff | tree |
2011-11-02 |
Russ Cox | io: use error, add EOF, avoid os |
commit | commitdiff | tree |
2011-11-02 |
Russ Cox | runtime: update for error |
commit | commitdiff | tree |
2011-11-02 |
Russ Cox | exp/types: add error type to universe |
commit | commitdiff | tree |
2011-11-02 |
David Symonds | misc/vim: add error type. |
commit | commitdiff | tree |
2011-11-02 |
Russ Cox | errors: new package |
commit | commitdiff | tree |
2011-11-02 |
Russ Cox | gc: add error type |
commit | commitdiff | tree |
2011-11-02 |
Russ Cox | http: avoid name error in test |
commit | commitdiff | tree |
2011-11-02 |
Russ Cox | gofix: error fix |
commit | commitdiff | tree |
2011-11-02 |
Russ Cox | spec: add error |
commit | commitdiff | tree |
2011-11-02 |
Andrew Gerrand | tag weekly.2011-11-01 |
commit | commitdiff | tree |
2011-11-02 |
Andrew Gerrand | weekly.2011-11-01 weekly.2011-11-01 |
commit | commitdiff | tree |
2011-11-02 |
Andrew Balholm | html: stop at scope marker node when generating implied... |
commit | commitdiff | tree |
2011-11-01 |
Nigel Tao | html: refactor the blacklist for the "render and re... |
commit | commitdiff | tree |
2011-11-01 |
Mike Solomon | textproto: prevent long lines in HTTP headers from... |
commit | commitdiff | tree |
next |