aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-05hgtags: delete "release" (prepare for new release)weekly.2010-01-05Russ Cox
2010-01-058a, 8l: Add FCOMI, FCOMIP, FUCOMI, FUCOMIP instructionsEvan Shaw
2010-01-05rollback of https://golang.org/cl/181077Russ Cox
2010-01-05xml: Fix comment so that example code compilesEvan Shaw
2010-01-05Update Emacs go-mode for new semicolon rule.Austin Clements
2010-01-05big: fix ProbablyPrime bug, commentsRuss Cox
2010-01-05Fix missing explicit GOBIN in src/pkg/Makefile. Clean up creation of QUOTED_G...Devon H. O'Dell
2010-01-05syscall: add nanosleep on FreeBSDDevon H. O'Dell
2010-01-05net: make Dial correctly return nil on error.Roger Peppe
2010-01-04remove reference to "basic literal" since it's never definedRobert Griesemer
2010-01-04Simplified parser interface.Robert Griesemer
2010-01-05Check for errors when writing fields of a struct.Rob Pike
2010-01-04Allow a nil Ident to print without crashing.Roger Peppe
2010-01-04fix up YB and add ZB, EB in exampleRob Pike
2010-01-02Remove redundant size check in resize. Let callers worry about that and resiz...Yongjian Xu
2009-12-31trivial bug: []byte is special but [3]byte is not.Rob Pike
2009-12-30More Xcode support.Robert Griesemer
2009-12-29Document how to build gccgo to use gold.Ian Lance Taylor
2009-12-29Test case for issue 475 and related bug.Robert Griesemer
2009-12-29Improved Xcode supportKen Friedenbach
2009-12-29added author/contributorRobert Griesemer
2009-12-29test case for issue 471Robert Griesemer
2009-12-30improve some type switches now that multiple types per case are supported.Rob Pike
2009-12-29Apply symmetric changes to sha1 and sha256 as to md4 and md5.Robert Griesemer
2009-12-29PNG decoder now handles transparent paletted images.Nigel Tao
2009-12-29JPEG decoder now handles RST (restart) markers.Nigel Tao
2009-12-29add a debugging printer to the gob package.Rob Pike
2009-12-29remove all references to gobType() from the decoder.Rob Pike
2009-12-28Fix bug in godoc tab conversion filter:Robert Griesemer
2009-12-28Symmetric changes to md4.go as for md5.go.Robert Griesemer
2009-12-28A couple of tighter loops.Robert Griesemer
2009-12-28Clarify section on tokens.Robert Griesemer
2009-12-29fix dumb bug: must write out default values inside arrays and slicesRob Pike
2009-12-28simplify some code that is using vectorsRobert Griesemer
2009-12-28crypto/tls: make Listener a pointer.Adam Langley
2009-12-27gc: various C nits, found by plan 9 compiler.Russ Cox
2009-12-27add exceptions to the road map. i think this just was an oversight.Rob Pike
2009-12-25Update documentation around time.Sleep to specify its precision, and suggestDevon H. O'Dell
2009-12-25fix naked < and > as reported by Peter Williams <>Rob Pike
2009-12-23Use t.Errorf for formatted error output.Ian Lance Taylor
2009-12-23Add a test for issue 337.Ian Lance Taylor
2009-12-23go_spec: use PrimaryExpr as type switch expressionRuss Cox
2009-12-24Add query to find number of subexpressions.Peter Froehlich
2009-12-23remove nums.shRobert Griesemer
2009-12-24implement .repeats for maps.Rob Pike
2009-12-24make 6prof (sic) architecture-independent.Rob Pike
2009-12-23crypto/tls: extensions and Next Protocol NegotiationAdam Langley
2009-12-23cgo: don't overwrite p.CrefsDevon H. O'Dell
2009-12-23Fix comment for Chmod.Peter Froehlich
2009-12-23fix documentation bug in exampleRob Pike