aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-12utf8: rename some internal constants to remove leading underscores.Rob Pike
2011-08-12exp/template: add builtin len functionRob Pike
2011-08-11godoc: moving to new template packageRobert Griesemer
2011-08-11html: parse more malformed tags.Nigel Tao
2011-08-11exp/template: find the String method by taking the address if we need to.Rob Pike
2011-08-10exp/template: rename Parse*File and Parse*Files for clarityGustavo Niemeyer
2011-08-11runtime: better checks for syscall.NewCallback parameterAlex Brainman
2011-08-10codereview: set status while committing CLRuss Cox
2011-08-10build: allow builds without cgoRuss Cox
2011-08-11exp/template: truth for interface values.Rob Pike
2011-08-10http: corrects undocumented side effects in http.DefaultTransport's RoundTrip...Dave Grijalva
2011-08-10A+C: Dave Grijalva (ngmoco CLA)Brad Fitzpatrick
2011-08-10http: fix ParseMultipartForm after MultipartReader errorBrad Fitzpatrick
2011-08-10exp/norm: added trie lookup code and associated tests.Marcel van Lohuizen
2011-08-10exp/norm: added trie lookup code and associated tests.Marcel van Lohuizen
2011-08-10json: fix []unmarshaler caseRuss Cox
2011-08-10time: allow the input to have fractional seconds even ifRob Pike
2011-08-10runtime: correct seh installation during callbacksAlex Brainman
2011-08-10tag weekly.2011-08-10Nigel Tao
2011-08-10weekly.2011-08-10weekly.2011-08-10Nigel Tao
2011-08-10timing.log: significant improvements after custom algorithmsRob Pike
2011-08-10html: parse malformed tags missing a '>', such as `<p id=0</p>`.Nigel Tao
2011-08-10ld: add one empty symbol into pe to make dumpbin works.Wei Guangjing
2011-08-09http: configurable and default request header size limitBrad Fitzpatrick
2011-08-09http: add test to serve content in index.htmlYasuhiro Matsumoto
2011-08-09exp/template: do not take address of interface variable to find methods.Rob Pike
2011-08-09exp/template: remove reflect from the APIRob Pike
2011-08-09exp/template: split the parse tree into a separate package exp/template/parseRob Pike
2011-08-08crypto/x509, go/scanner, index/suffixarray: Removed []interface{}/vector uses.Kyle Consalus
2011-08-08scanner: correct error position for illegal UTF-8 encodingsRobert Griesemer
2011-08-08container/vector: removed last instances of vector outside of container/vecto...John Asmuth
2011-08-08syscall: move bsd mmap syscallJoel Sing
2011-08-08net: add support for openbsdJoel Sing
2011-08-08runtime: openbsd amd64 runtime supportJoel Sing
2011-08-08os: add support for openbsdJoel Sing
2011-08-08exp/template: document that comments may span newlines.Rob Pike
2011-08-08runtime: add more specialized type algorithmsDmitriy Vyukov
2011-08-08exp/template: url filter.David Symonds
2011-08-08exp/template: fix Must example.David Symonds
2011-08-08time: parse and format fractional secondsRob Pike
2011-08-06gofmt: update test script so 'make test' succeedsRobert Griesemer
2011-08-06FAQ: variant types, unionsRob Pike
2011-08-06FAQ: lots of small tweaks plus a couple of new discussions.Rob Pike
2011-08-05time: fix windows buildAlex Brainman
2011-08-05asn1: fix buildRob Pike
2011-08-05time: add nanoseconds to the Time structure.Rob Pike
2011-08-05net: implement windows LookupMX and LookupAddrAlex Brainman
2011-08-05net: fix /proc/net/igmp,igmp6 reading bug on linuxMikio Hara
2011-08-05exp/norm: fix build by adding a test placeholderRob Pike
2011-08-04exp/norm: maketables tool for generating tables for normalization.Marcel van Lohuizen