aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-13release.2010-01-13: final checkin, release notesweekly.2010-01-13Russ Cox
2010-01-14clean up handling of numeric time zonesRob Pike
2010-01-13cgo: Only allow numeric / string / character type constants for referencesDevon H. O'Dell
2010-01-13contribute.html: suggest hg mail instead of hg uploadRuss Cox
2010-01-13create doc/talks/.Russ Cox
2010-01-13Distinguish between html generation and html quoting in godoc formatters.Robert Griesemer
2010-01-13vector: drop rule for bench, now in Make.pkgRuss Cox
2010-01-13godoc: skip template wrapping for complete HTML filesRuss Cox
2010-01-13Clarify when expressions are evaluated for a range clause.Ian Lance Taylor
2010-01-13cgo: handle C99 bool typeDevon H. O'Dell
2010-01-13codereview: split name list only on commas; some user names have spacesRuss Cox
2010-01-13runtime: reset DF flag after running external code on 386Russ Cox
2010-01-13don't worry about the number of spaces when parsing.Rob Pike
2010-01-13ignore $GOARCH inside the compiler and linker.Rob Pike
2010-01-13 Fix minor issues with updating go-mode in an empty bufferKevin Ballard
2010-01-13to improve the chances for compatibility, open a window of unused idsRob Pike
2010-01-13fix typo found by kevin ballardRob Pike
2010-01-12Light-weight scanner for general use.Robert Griesemer
2010-01-12Add 'bench' target to makefiles.Adam Langley
2010-01-12kate: Highlighting improvementsEvan Shaw
2010-01-12runtime: fix bug in preemption checks; was causing "lock count" panicsRuss Cox
2010-01-12Fix bug that prevented the gofmt test script being run on moreRoger Peppe
2010-01-11math: special cases for Ceil, Exp, Floor, Log, Log10Charles L. Dorian
2010-01-11asn1: fix marshaling of structures with >1 elements.Adam Langley
2010-01-11asn1: fix parsing of elements after a string in a structure.Adam Langley
2010-01-11delete debugging printsRob Pike
2010-01-11delete debugging printsRob Pike
2010-01-11add pprof output format to prof.Rob Pike
2010-01-11math: special cases for FmodCharles L. Dorian
2010-01-11doc/contribute.html: change copyright yearBill Neubauer
2010-01-11 cgo: Make constants #define'd in C available to Go (as consts)Devon H. O'Dell
2010-01-11gc: clean opnames.hYongjian Xu
2010-01-11Remove -oldprinter flag from gofmt; all code isRobert Griesemer
2010-01-12Clean up and make consistent the comments in the math package.Rob Pike
2010-01-11math: fix pow10 comment, test portable SqrtRuss Cox
2010-01-11Replicate signal names from syscall in os/signal.David Symonds
2010-01-11Partial work-around for gofmt bug.Robert Griesemer
2010-01-10math: Sqrt using 386 FPU.Charles L. Dorian
2010-01-09runtime: check for preemption due to garbage collectionRuss Cox
2010-01-09codereview: do not send mail when submitting for othersRuss Cox
2010-01-08math: special cases for Atan, Asin and AcosCharles L. Dorian
2010-01-09fix typoRob Pike
2010-01-08gc: bug238Russ Cox
2010-01-07gc: bug219, bug239, bug240Russ Cox
2010-01-07gc: bug241Russ Cox
2010-01-08Rewrite tokenizer to clean up and fix a bug with spaces before delimited block.Rob Pike
2010-01-07Add builder scripts.Adam Langley
2010-01-07add doc/devel/index.html, linked from nav barRuss Cox
2010-01-07codereview: repeated hg mail sends "PTAL"Russ Cox
2010-01-07http: most of a URL shouldn't use URL-escapingRuss Cox