summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add a parser to the time package, the inverse of time.FormatRob Pike2010-01-082-1/+345
* added some missing periodsRobert Griesemer2010-01-071-4/+4
* make Format about twice as fast by removing allocations, using a bytes.BufferRob Pike2010-01-072-31/+28
* update timing logs for benchmarks.Rob Pike2010-01-061-0/+84
* 8g: float->uint64 conversion optimizationEvan Shaw2010-01-061-9/+3
* libmach: Add disassembly for newly implemented opcodesEvan Shaw2010-01-061-0/+4
* runtime: close TODO now that 8c bug is fixedRuss Cox2010-01-062-23/+5
* add a standard interface that wraps ReadByte, io.ReadByterRob Pike2010-01-071-0/+8
* sync make-arm.bash with make.bashRuss Cox2010-01-061-3/+6
* 8c: only refer to extern register variables in MOVL instructionsRuss Cox2010-01-062-1/+8
* deps.bash: handle space between .go and \ in GOFILES=Russ Cox2010-01-061-1/+1
* Ported runtime to Windows.Hector Chu2010-01-0620-60/+600
* time: fix Makefile so deps.bash is happy (fixes build)Russ Cox2010-01-061-1/+1
* godoc: serve index.html in place of directory listing, when presentRuss Cox2010-01-061-0/+10
* add release log as doc/devel/release.htmlRuss Cox2010-01-061-0/+149
* Use remove-text-properties instead ofAustin Clements2010-01-061-2/+2
* http: avoid header duplication - take struct fields out of Header mapRuss Cox2010-01-061-2/+12
* cgo: Use -fno-eliminate-unused-debug-types when calling gcc to for dwarf stabs.Devon H. O'Dell2010-01-061-0/+1
* New time formatter, time.Format(formatString)Rob Pike2010-01-074-155/+259
* Added me to authors and contributors.Jan H. Hosang2010-01-062-0/+2
* Fix missing explicit GOBIN in src/pkg/Makefile. Clean up creation ofDevon H. O'Dell2010-01-063-18/+16
* Add http.CanonicalPath and tests for it. Remove BUG(rsc) from url.go.Ivan Krasin2010-01-062-9/+95
* Propagate error to the caller in json.Marshal. Fixes issue 445.Ivan Krasin2010-01-062-6/+21
* release.2010-01-05Russ Cox2010-01-051-0/+2
* hgtags: delete "release" (prepare for new release)weekly.2010-01-05Russ Cox2010-01-051-1/+0
* 8a, 8l: Add FCOMI, FCOMIP, FUCOMI, FUCOMIP instructionsEvan Shaw2010-01-053-1/+13
* rollback of https://golang.org/cl/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