aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-08-116g, 8g: handle slice by sub-word-sized index (uint8, int8, uint16, int16)Russ Cox
2010-08-11gopack: handle long lines in export dataRuss Cox
2010-08-115g, 8g: dead code (already removed from 6g)Russ Cox
2010-08-12regexp: new regularized methods for matching.Rob Pike
2010-08-11gofmt: if a semicolon is found unexpectedly, report detailed causeRobert Griesemer
2010-08-12sync.once: document that Do cannot be invoked recursively.Rob Pike
2010-08-12Small performance improvements to the HTML tokenizer based on your 'TODO's.Kyle Consalus
2010-08-11template: added ParseFile method for template.TemplateScott Lawrence
2010-08-10gc: bug302Russ Cox
2010-08-10libbio: fix Bprint bugRuss Cox
2010-08-11exp/draw: fix drawRGBA when x0 > x1 and we have to draw right-to-left.Nigel Tao
2010-08-10rpc: catch errors from ReadResponseBody.Rob Pike
2010-08-10fix build: update exp/draw/draw_test.goRobert Griesemer
2010-08-10godoc: report Status 404 if a pkg or file is not foundRobert Griesemer
2010-08-10asn1: remove superfluous if's, unused functionRobert Griesemer
2010-08-10exp/draw: remove the Color, Point and Rectangle types.Nigel Tao
2010-08-10gopack documentation: fixed typoScott Lawrence
2010-08-10image: fix comment typo.Nigel Tao
2010-08-10image: change image representation from slice-of-slices to linear buffer,Nigel Tao
2010-08-10First cut of an HTML tokenizer (and eventually a parser).Nigel Tao
2010-08-10exp/draw/x11: temporarily workaround compiler bug 1011.Nigel Tao
2010-08-10png: grayscale support.Mathieu Lonjaret
2010-08-10image: replace Width and Height by Bounds, and introduce the Point andNigel Tao
2010-08-09regexp: document that backslashes are the escape character.Rob Pike
2010-08-09goinstall docs: fixed typosScott Lawrence
2010-08-09big: Several fixes to bitwise functionsEvan Shaw
2010-08-09asn1 incorrectly encoded signed integers. When determining theNicholas Waples
2010-08-09runtime: free memory returned by windows GetEnvironmentStringsAlex Brainman
2010-08-09os: fix ForkExec() handling of envv == nilAlex Brainman
2010-08-09image: introduce Decode and RegisterFormat.Nigel Tao
2010-08-06net/textproto: new package, with example net/dictRuss Cox
2010-08-07fmt.Scan: empty strings are errorsRob Pike
2010-08-06arm: bugfixes and syscallKai Backman
2010-08-06math: fix amd64 Hypot.Charles L. Dorian
2010-08-06encoding/binary: add complexRoger Peppe
2010-08-06exp/iterable: add UintArrayAnschel Schaffer-Cohen
2010-08-06fix windows buildAlex Brainman
2010-08-06once: replace all uses of package once with sync.Once.Rob Pike
2010-08-05bytes: add IndexRune, FieldsFunc and To*SpecialChristian Himpel
2010-08-05sync: add sync.Once, a proposed replacement for package once.Rob Pike
2010-08-05path: fix comment for Split()Alex Brainman
2010-08-04go/parser.ParseFiles: don't override error (to nil) if there is oneRobert Griesemer
2010-08-04fix build: literal types cannot be parenthesized anymoreRobert Griesemer
2010-08-04amd64: use segment memory for thread-local storageRuss Cox
2010-08-04gofmt/go/parser: strengthen syntax checksRobert Griesemer
2010-08-04goinstall: check for error from exec.*Cmd.Wait() before using its resultAlex Brainman
2010-08-04cgo: generate correct multiple return value function invocationsChristian Himpel
2010-08-03gofmt: make code more readable by avoiding redeclarationRobert Griesemer
2010-08-04bytes: added test case for explode with blank string.Scott Lawrence
2010-08-03json: object members must have a valueAnthony Martin