aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-08Add a parser to the time package, the inverse of time.FormatRob Pike
2010-01-07added some missing periodsRobert Griesemer
2010-01-07make Format about twice as fast by removing allocations, using a bytes.BufferRob Pike
2010-01-06update timing logs for benchmarks.Rob Pike
2010-01-068g: float->uint64 conversion optimizationEvan Shaw
2010-01-06libmach: Add disassembly for newly implemented opcodesEvan Shaw
2010-01-06runtime: close TODO now that 8c bug is fixedRuss Cox
2010-01-07add a standard interface that wraps ReadByte, io.ReadByterRob Pike
2010-01-06sync make-arm.bash with make.bashRuss Cox
2010-01-068c: only refer to extern register variables in MOVL instructionsRuss Cox
2010-01-06deps.bash: handle space between .go and \ in GOFILES=Russ Cox
2010-01-06Ported runtime to Windows.Hector Chu
2010-01-06time: fix Makefile so deps.bash is happy (fixes build)Russ Cox
2010-01-06godoc: serve index.html in place of directory listing, when presentRuss Cox
2010-01-06add release log as doc/devel/release.htmlRuss Cox
2010-01-06Use remove-text-properties instead ofAustin Clements
2010-01-06http: avoid header duplication - take struct fields out of Header mapRuss Cox
2010-01-06cgo: Use -fno-eliminate-unused-debug-types when calling gcc to for dwarf stabs.Devon H. O'Dell
2010-01-07New time formatter, time.Format(formatString)Rob Pike
2010-01-06Added me to authors and contributors.Jan H. Hosang
2010-01-06Fix missing explicit GOBIN in src/pkg/Makefile. Clean up creation ofDevon H. O'Dell
2010-01-06Add http.CanonicalPath and tests for it. Remove BUG(rsc) from url.go.Ivan Krasin
2010-01-06Propagate error to the caller in json.Marshal. Fixes issue 445.Ivan Krasin
2010-01-05release.2010-01-05Russ Cox
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