summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* hgtags: delete "release" (prepare for new release)weekly.2010-01-05Russ Cox2010-01-050-0/+0
* 8a, 8l: Add FCOMI, FCOMIP, FUCOMI, FUCOMIP instructionsEvan Shaw2010-01-053-1/+13
* rollback of http://codereview.appspot.com/181077Russ Cox2010-01-053-16/+18
* xml: Fix comment so that example code compilesEvan Shaw2010-01-051-1/+1
* Update Emacs go-mode for new semicolon rule.Austin Clements2010-01-051-41/+57
* big: fix ProbablyPrime bug, commentsRuss Cox2010-01-053-4/+14
* Fix missing explicit GOBIN in src/pkg/Makefile. Clean up creation of QUOTED_G...Devon H. O'Dell2010-01-053-18/+16
* syscall: add nanosleep on FreeBSDDevon H. O'Dell2010-01-053-0/+13
* net: make Dial correctly return nil on error.Roger Peppe2010-01-051-3/+15
* remove reference to "basic literal" since it's never definedRobert Griesemer2010-01-041-1/+2
* Simplified parser interface.Robert Griesemer2010-01-044-54/+39
* Check for errors when writing fields of a struct.Rob Pike2010-01-051-1/+5
* Allow a nil Ident to print without crashing.Roger Peppe2010-01-042-6/+14
* fix up YB and add ZB, EB in exampleRob Pike2010-01-041-0/+6
* Remove redundant size check in resize. Let callers worry about that and resiz...Yongjian Xu2010-01-021-5/+2
* trivial bug: []byte is special but [3]byte is not.Rob Pike2009-12-312-5/+7
* More Xcode support.Robert Griesemer2009-12-301-0/+29
* Document how to build gccgo to use gold.Ian Lance Taylor2009-12-291-5/+31
* Test case for issue 475 and related bug.Robert Griesemer2009-12-293-0/+49
* Improved Xcode supportKen Friedenbach2009-12-291-2/+43
* added author/contributorRobert Griesemer2009-12-292-0/+2
* test case for issue 471Robert Griesemer2009-12-292-0/+22
* improve some type switches now that multiple types per case are supported.Rob Pike2009-12-302-50/+6
* Apply symmetric changes to sha1 and sha256 as to md4 and md5.Robert Griesemer2009-12-292-24/+16
* PNG decoder now handles transparent paletted images.Nigel Tao2009-12-291-0/+32
* JPEG decoder now handles RST (restart) markers.Nigel Tao2009-12-291-0/+42
* add a debugging printer to the gob package.Rob Pike2009-12-293-0/+246
* remove all references to gobType() from the decoder.Rob Pike2009-12-291-14/+20
* Fix bug in godoc tab conversion filter:Robert Griesemer2009-12-281-5/+13
* Symmetric changes to md4.go as for md5.go.Robert Griesemer2009-12-283-38/+34
* A couple of tighter loops.Robert Griesemer2009-12-281-12/+8
* Clarify section on tokens.Robert Griesemer2009-12-281-3/+4
* fix dumb bug: must write out default values inside arrays and slicesRob Pike2009-12-292-19/+45
* simplify some code that is using vectorsRobert Griesemer2009-12-281-37/+37
* crypto/tls: make Listener a pointer.Adam Langley2009-12-281-4/+5
* gc: various C nits, found by plan 9 compiler.Russ Cox2009-12-275-6/+4
* add exceptions to the road map. i think this just was an oversight.Rob Pike2009-12-271-0/+5
* Update documentation around time.Sleep to specify its precision, and suggestDevon H. O'Dell2009-12-251-2/+3
* fix naked < and > as reported by Peter Williams <>Rob Pike2009-12-251-40/+40
* Use t.Errorf for formatted error output.Ian Lance Taylor2009-12-231-1/+1
* Add a test for issue 337.Ian Lance Taylor2009-12-231-0/+25
* go_spec: use PrimaryExpr as type switch expressionRuss Cox2009-12-231-1/+1
* Add query to find number of subexpressions.Peter Froehlich2009-12-242-0/+31
* remove nums.shRobert Griesemer2009-12-231-5/+0
* implement .repeats for maps.Rob Pike2009-12-242-27/+37
* make 6prof (sic) architecture-independent.Rob Pike2009-12-241-38/+192
* crypto/tls: extensions and Next Protocol NegotiationAdam Langley2009-12-239-28/+379
* cgo: don't overwrite p.CrefsDevon H. O'Dell2009-12-231-1/+3
* Fix comment for Chmod.Peter Froehlich2009-12-231-1/+1
* fix documentation bug in exampleRob Pike2009-12-231-1/+1