summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* godoc: fix godoc.html template bug: correctly display package rootsAndrew Gerrand2011-08-141-2/+0
* exp/template: rename filter: url -> urlquery.David Symonds2011-08-139-32/+32
* godoc: position URLs (containing file names) must be quoted and URL escapedRobert Griesemer2011-08-122-14/+14
* godoc: remove last vestiges of old template systemRobert Griesemer2011-08-127-204/+152
* godoc: first round of template cleanupsRobert Griesemer2011-08-1211-201/+150
* exp/norm: generate trie struct in triegen.go for better encapsulation.Marcel van Lohuizen2011-08-121-1/+1
* exp/norm: generate trie struct in triegen.go for better encapsulation.Marcel van Lohuizen2011-08-124-455/+464
* lib/godoc: fix typoMikio Hara2011-08-121-1/+1
* crypto, exec, path, time: add support for OpenBSDJoel Sing2011-08-124-0/+14
* exp/template/html: New package with a toy template transformation.Mike Samuel2011-08-127-5/+200
* CLA: Add Mike Samuel, Googler.Rob Pike2011-08-121-0/+1
* exp/template: fix implementation of printValue.David Symonds2011-08-122-9/+18
* utf8: rename some internal constants to remove leading underscores.Rob Pike2011-08-121-60/+60
* exp/template: add builtin len functionRob Pike2011-08-123-0/+24
* godoc: moving to new template packageRobert Griesemer2011-08-1112-340/+323
* html: parse more malformed tags.Nigel Tao2011-08-112-2/+12
* exp/template: find the String method by taking the address if we need to.Rob Pike2011-08-112-6/+28
* exp/template: rename Parse*File and Parse*Files for clarityGustavo Niemeyer2011-08-102-59/+59
* runtime: better checks for syscall.NewCallback parameterAlex Brainman2011-08-111-7/+17
* codereview: set status while committing CLRuss Cox2011-08-101-0/+1
* build: allow builds without cgoRuss Cox2011-08-108-41/+53
* exp/template: truth for interface values.Rob Pike2011-08-112-3/+9
* http: corrects undocumented side effects in http.DefaultTransport's RoundTrip...Dave Grijalva2011-08-102-0/+65
* A+C: Dave Grijalva (ngmoco CLA)Brad Fitzpatrick2011-08-102-0/+2
* http: fix ParseMultipartForm after MultipartReader errorBrad Fitzpatrick2011-08-102-3/+15
* exp/norm: added trie lookup code and associated tests.Marcel van Lohuizen2011-08-101-4092/+3122
* exp/norm: added trie lookup code and associated tests.Marcel van Lohuizen2011-08-108-175/+683
* json: fix []unmarshaler caseRuss Cox2011-08-102-1/+16
* time: allow the input to have fractional seconds even ifRob Pike2011-08-102-25/+65
* runtime: correct seh installation during callbacksAlex Brainman2011-08-102-14/+15
* tag weekly.2011-08-10Nigel Tao2011-08-100-0/+0
* weekly.2011-08-10weekly.2011-08-10Nigel Tao2011-08-101-0/+57
* timing.log: significant improvements after custom algorithmsRob Pike2011-08-101-0/+21
* html: parse malformed tags missing a '>', such as `<p id=0</p>`.Nigel Tao2011-08-102-23/+52
* ld: add one empty symbol into pe to make dumpbin works.Wei Guangjing2011-08-101-2/+3
* http: configurable and default request header size limitBrad Fitzpatrick2011-08-092-15/+71
* http: add test to serve content in index.htmlYasuhiro Matsumoto2011-08-092-0/+22
* exp/template: do not take address of interface variable to find methods.Rob Pike2011-08-092-12/+21
* exp/template: remove reflect from the APIRob Pike2011-08-096-50/+73
* exp/template: split the parse tree into a separate package exp/template/parseRob Pike2011-08-0915-1035/+1174
* crypto/x509, go/scanner, index/suffixarray: Removed []interface{}/vector uses.Kyle Consalus2011-08-083-16/+9
* scanner: correct error position for illegal UTF-8 encodingsRobert Griesemer2011-08-082-14/+38
* container/vector: removed last instances of vector outside of container/vecto...John Asmuth2011-08-082-31/+33
* syscall: move bsd mmap syscallJoel Sing2011-08-087-71/+72
* net: add support for openbsdJoel Sing2011-08-082-0/+128
* runtime: openbsd amd64 runtime supportJoel Sing2011-08-0810-0/+977
* os: add support for openbsdJoel Sing2011-08-082-0/+44
* exp/template: document that comments may span newlines.Rob Pike2011-08-081-2/+3
* runtime: add more specialized type algorithmsDmitriy Vyukov2011-08-084-16/+196
* exp/template: url filter.David Symonds2011-08-083-0/+21