summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release.2010-08-11weekly.2010-08-11Andrew Gerrand2010-08-121-0/+72
* 6g, 8g: handle slice by sub-word-sized index (uint8, int8, uint16, int16)Russ Cox2010-08-114-16/+73
* A+C: Mikio Hara (individual CLA)Russ Cox2010-08-112-0/+2
* gopack: handle long lines in export dataRuss Cox2010-08-114-6/+22
* 5g, 8g: dead code (already removed from 6g)Russ Cox2010-08-112-23/+4
* regexp: new regularized methods for matching.Rob Pike2010-08-122-13/+770
* gofmt: if a semicolon is found unexpectedly, report detailed causeRobert Griesemer2010-08-114-12/+28
* sync.once: document that Do cannot be invoked recursively.Rob Pike2010-08-121-1/+4
* Small performance improvements to the HTML tokenizer based on your 'TODO's.Kyle Consalus2010-08-122-11/+47
* template: added ParseFile method for template.TemplateScott Lawrence2010-08-112-1/+25
* gc: bug302Russ Cox2010-08-104-1/+1026
* libbio: fix Bprint bugRuss Cox2010-08-101-21/+49
* exp/draw: fix drawRGBA when x0 > x1 and we have to draw right-to-left.Nigel Tao2010-08-111-5/+4
* rpc: catch errors from ReadResponseBody.Rob Pike2010-08-101-1/+3
* fix build: update exp/draw/draw_test.goRobert Griesemer2010-08-101-2/+2
* godoc: report Status 404 if a pkg or file is not foundRobert Griesemer2010-08-103-11/+22
* asn1: remove superfluous if's, unused functionRobert Griesemer2010-08-101-23/+6
* exp/draw: remove the Color, Point and Rectangle types.Nigel Tao2010-08-108-354/+104
* gopack documentation: fixed typoScott Lawrence2010-08-101-1/+1
* image: fix comment typo.Nigel Tao2010-08-101-2/+2
* image: change image representation from slice-of-slices to linear buffer,Nigel Tao2010-08-105-236/+301
* First cut of an HTML tokenizer (and eventually a parser).Nigel Tao2010-08-107-0/+797
* exp/draw/x11: temporarily workaround compiler bug 1011.Nigel Tao2010-08-101-1/+4
* png: grayscale support.Mathieu Lonjaret2010-08-103-7/+40
* image: replace Width and Height by Bounds, and introduce the Point andNigel Tao2010-08-1014-105/+234
* regexp: document that backslashes are the escape character.Rob Pike2010-08-091-1/+7
* goinstall docs: fixed typosScott Lawrence2010-08-091-5/+5
* big: Several fixes to bitwise functionsEvan Shaw2010-08-093-28/+28
* asn1 incorrectly encoded signed integers. When determining theNicholas Waples2010-08-092-5/+16
* runtime: free memory returned by windows GetEnvironmentStringsAlex Brainman2010-08-091-1/+4
* os: fix ForkExec() handling of envv == nilAlex Brainman2010-08-092-0/+26
* image: introduce Decode and RegisterFormat.Nigel Tao2010-08-094-0/+82
* net/textproto: new package, with example net/dictRuss Cox2010-08-0610-0/+1214
* fmt.Scan: empty strings are errorsRob Pike2010-08-072-4/+50
* arm: bugfixes and syscallKai Backman2010-08-065-414/+467
* math: fix amd64 Hypot.Charles L. Dorian2010-08-064-42/+110
* encoding/binary: add complexRoger Peppe2010-08-062-27/+77
* exp/iterable: add UintArrayAnschel Schaffer-Cohen2010-08-062-0/+17
* A+C: Anschel Schaffer-Cohen (individual CLA)Russ Cox2010-08-062-0/+2
* test/peano: use directly recursive type defRobert Griesemer2010-08-061-9/+4
* A+C: Nicholas Waples and Mathieu Lonjaret (individual CLA)Russ Cox2010-08-062-0/+4
* fix windows buildAlex Brainman2010-08-062-3/+1
* once: replace all uses of package once with sync.Once.Rob Pike2010-08-0614-26/+44
* bytes: add IndexRune, FieldsFunc and To*SpecialChristian Himpel2010-08-053-5/+83
* sync: add sync.Once, a proposed replacement for package once.Rob Pike2010-08-054-3/+74
* tag release.2010-08-04Andrew Gerrand2010-08-050-0/+0
* release.2010-08-04weekly.2010-08-04Andrew Gerrand2010-08-051-0/+34
* path: fix comment for Split()Alex Brainman2010-08-051-1/+1
* go/parser.ParseFiles: don't override error (to nil) if there is oneRobert Griesemer2010-08-041-9/+7
* fix build: literal types cannot be parenthesized anymoreRobert Griesemer2010-08-043-21/+0