aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-15gc: five bug fixes, one better error.Russ Cox
2009-11-15http.URLEscape: escape all bytes required by RFC 2396Russ Cox
2009-11-15gotest: show the test file pattern in "no test files" errorRuss Cox
2009-11-15fix some typos in the documentationRob Pike
2009-11-15fix bug in bytes.Map and add test cases for Map in both strings and bytes pac...Rob Pike
2009-11-15Use // to start comment instead of #.Robert Griesemer
2009-11-15cc: drop redundant strcpyRuss Cox
2009-11-14cc: eliminate two fixed-size buffersRuss Cox
2009-11-14complain if GOARCH != arm. fix build break caused by gomakeKai Backman
2009-11-14crypto/rsa: handle the case of non-coprime blinds.Adam Langley
2009-11-14make arm pass match what's working on real hardwareKai Backman
2009-11-14test/interface/receiver.go: expand to do dynamicRuss Cox
2009-11-14Build changes to support work on the BSDs.Devon H. O'Dell
2009-11-14Adding myself to AUTHORS/CONTRIBUTORS for Go.Devon H. O'Dell
2009-11-14encoding/binary: implemented the Write functionMôshe van der Sterre
2009-11-14Adding my name to CONTRIBUTORS and AUTHORSMôshe van der Sterre
2009-11-14gc: do not try to constant-evaluate (interface{})("bar")Russ Cox
2009-11-14move evaluation of null-matching instructions one iteration earlier.Rob Pike
2009-11-14 xml: Fixed CDATA parsing.Abhinav Gupta
2009-11-14Added self to AUTHORS and CONTRIBUTORS.Abhinav Gupta
2009-11-14typosRuss Cox
2009-11-13Created new Conn.Flush() public method so the fd pipeline can be drained arbi...David Titarenco
2009-11-13Added self to AUTHORS and CONTRIBUTORS prior to first submission.David Titarenco
2009-11-13Remove unnecessary int(h) casts in image.go.Nigel Tao
2009-11-13fix typoRob Pike
2009-11-13Correct indentation for go-mode where a close brace following a semi-James Aguilar
2009-11-13Add myself to the contributors file.James Aguilar
2009-11-13json: minor comment fix.Adam Langley
2009-11-13Explain whyRob Pike
2009-11-13test/run: use bash, not sh.Russ Cox
2009-11-13json: allow one to unmarshal a top-level JSON array.Adam Langley
2009-11-13path.TestWalk: disable error case if rootRuss Cox
2009-11-13json: fix addressing of slice indexes that are multiples of 8.Adam Langley
2009-11-13runtime: warn about SELinux based mmap failures on Linux.Adam Langley
2009-11-12yet another attempt to avoid conflicts withRuss Cox
2009-11-12remove dead code from testRob Pike
2009-11-12sudo.bash tries to install acid and db, which don't exist any moreRob Pike
2009-11-12Teach emacs M-x gofmt to save region/restrictionsKevin Ballard
2009-11-12codereview: clpatch tweaksRuss Cox
2009-11-12Remove -align flag from gofmt.Robert Griesemer
2009-11-12fix style nit ignored in previous clKai Backman
2009-11-12add support for pre arm v6 cas. set GOARM=5 to enable.Kai Backman
2009-11-12tag new release at 4015/cb140bac9ab0Russ Cox
2009-11-12test/run: unset GREP_OPTIONSweekly.2009-11-12Russ Cox
2009-11-12os.TestSeek: use a smaller but still 64-bit seek offset.Russ Cox
2009-11-12produce helpful error when gotest doesn't find a MakefileRob Pike
2009-11-12add a paragraph about semicolons to the tutorial.Rob Pike
2009-11-12exp/draw: correct Makefile.Adam Langley
2009-11-12fix a couple of typos.Rob Pike
2009-11-12cc, ld: fix more gcc 4.3 -O2 compile bugsRuss Cox