summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release.2010-01-13: final checkin, release notesweekly.2010-01-13Russ Cox2010-01-132-1/+37
* clean up handling of numeric time zonesRob Pike2010-01-142-56/+88
* cgo: Only allow numeric / string / character type constants for referencesDevon H. O'Dell2010-01-131-1/+7
* contribute.html: suggest hg mail instead of hg uploadRuss Cox2010-01-131-3/+3
* create doc/talks/.Russ Cox2010-01-136-1/+3461
* Distinguish between html generation and html quoting in godoc formatters.Robert Griesemer2010-01-135-13/+22
* vector: drop rule for bench, now in Make.pkgRuss Cox2010-01-131-3/+0
* godoc: skip template wrapping for complete HTML filesRuss Cox2010-01-132-1/+23
* Clarify when expressions are evaluated for a range clause.Ian Lance Taylor2010-01-131-1/+6
* cgo: handle C99 bool typeDevon H. O'Dell2010-01-131-1/+7
* codereview: split name list only on commas; some user names have spacesRuss Cox2010-01-132-15/+17
* runtime: reset DF flag after running external code on 386Russ Cox2010-01-131-0/+4
* don't worry about the number of spaces when parsing.Rob Pike2010-01-132-11/+48
* ignore $GOARCH inside the compiler and linker.Rob Pike2010-01-133-5/+3
* Fix minor issues with updating go-mode in an empty bufferKevin Ballard2010-01-131-8/+10
* to improve the chances for compatibility, open a window of unused idsRob Pike2010-01-131-0/+8
* fix typo found by kevin ballardRob Pike2010-01-131-1/+1
* Light-weight scanner for general use.Robert Griesemer2010-01-124-0/+1120
* Add 'bench' target to makefiles.Adam Langley2010-01-122-0/+15
* kate: Highlighting improvementsEvan Shaw2010-01-121-4/+14
* runtime: fix bug in preemption checks; was causing "lock count" panicsRuss Cox2010-01-122-1/+3
* Fix bug that prevented the gofmt test script being run on moreRoger Peppe2010-01-121-2/+2
* math: special cases for Ceil, Exp, Floor, Log, Log10Charles L. Dorian2010-01-114-10/+108
* asn1: fix marshaling of structures with >1 elements.Adam Langley2010-01-112-2/+13
* asn1: fix parsing of elements after a string in a structure.Adam Langley2010-01-112-9/+8
* delete debugging printsRob Pike2010-01-111-1/+0
* delete debugging printsRob Pike2010-01-111-16/+0
* add pprof output format to prof.Rob Pike2010-01-112-19/+280
* math: special cases for FmodCharles L. Dorian2010-01-112-5/+124
* doc/contribute.html: change copyright yearBill Neubauer2010-01-111-1/+1
* cgo: Make constants #define'd in C available to Go (as consts)Devon H. O'Dell2010-01-114-3/+77
* gc: clean opnames.hYongjian Xu2010-01-111-1/+1
* Remove -oldprinter flag from gofmt; all code isRobert Griesemer2010-01-1111-727/+684
* Clean up and make consistent the comments in the math package.Rob Pike2010-01-1211-64/+60
* math: fix pow10 comment, test portable SqrtRuss Cox2010-01-113-5/+17
* Replicate signal names from syscall in os/signal.David Symonds2010-01-114-2/+33
* Partial work-around for gofmt bug.Robert Griesemer2010-01-115-26/+109
* math: Sqrt using 386 FPU.Charles L. Dorian2010-01-105-129/+162
* runtime: check for preemption due to garbage collectionRuss Cox2010-01-096-2/+29
* codereview: do not send mail when submitting for othersRuss Cox2010-01-091-20/+20
* math: special cases for Atan, Asin and AcosCharles L. Dorian2010-01-084-86/+198
* fix typoRob Pike2010-01-091-1/+1
* gc: bug238Russ Cox2010-01-085-35/+27
* gc: bug219, bug239, bug240Russ Cox2010-01-074-7/+26
* gc: bug241Russ Cox2010-01-072-1/+14
* Rewrite tokenizer to clean up and fix a bug with spaces before delimited block.Rob Pike2010-01-082-45/+73
* Add builder scripts.Adam Langley2010-01-079-0/+697
* add doc/devel/index.html, linked from nav barRuss Cox2010-01-072-6/+10
* codereview: repeated hg mail sends "PTAL"Russ Cox2010-01-071-9/+29
* http: most of a URL shouldn't use URL-escapingRuss Cox2010-01-073-18/+41