summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-12-04empty switches -- bug128Ken Thompson2-3/+3
2008-12-04const/var/iota declarations as discussedKen Thompson3-38/+100
2008-12-04don't warn anymore about missing importsRuss Cox1-1/+1
2008-12-04emit dynamically linked 6.out on darwin instead of static,Russ Cox2-5/+39
2008-12-04Make run.bash run all the current tests.Ian Lance Taylor2-0/+8
2008-12-04add mutex.MutexRuss Cox10-1/+363
2008-12-04fix build - forgot these filesRuss Cox3-0/+115
2008-12-04add stub routines stackalloc() and stackfree().Russ Cox5-10/+55
2008-12-03add time.Tick()Russ Cox5-15/+134
2008-12-03preparation for exec.Russ Cox17-106/+327
2008-12-03clean stack trace code.Russ Cox1-39/+29
2008-12-03Make strconv.atof("-0") return -0Russ Cox2-7/+9
2008-12-03import/export of exact mp floating constantsKen Thompson4-9/+60
2008-12-02small code improvement toKen Thompson1-7/+13
2008-12-02truncating of float constants whenKen Thompson2-22/+46
2008-12-01remove reference to non-existent mparith.hRuss Cox1-1/+0
2008-12-01multi precision floating pointKen Thompson7-93/+406
2008-12-01be more precise in ftoa_test.Russ Cox1-12/+17
2008-12-01add blank line (response to post-submit review of CL 19422)Russ Cox1-0/+1
2008-11-25new stacktrace formatRuss Cox2-27/+32
2008-11-25change meaning of $GOMAXPROCS to number of cpus to use,Russ Cox8-127/+310
2008-11-25- fixed a problem with flushingRobert Griesemer2-52/+139
2008-11-25gotest: change pattern to Test([^a-z].*)?Russ Cox2-6/+15
2008-11-25- delete vector.go - not needed anymoreRobert Griesemer2-125/+0
2008-11-25make a (rudimentary) ByteBuffer and put it in package "io".Rob Pike4-6/+152
2008-11-25use pc/ln table to print source lines in tracebackRuss Cox3-47/+220
2008-11-25% x inserts spaces between hex bytes in string/*[]byteRuss Cox2-0/+4
2008-11-25add author linesRuss Cox3-5/+1
2008-11-24better code for += -= ^= |= and &=Ken Thompson1-6/+15
2008-11-24add hash to build; rm pkg/* in clean.bashRuss Cox2-0/+3
2008-11-24convert tests.Russ Cox5-1/+762
2008-11-24replay CL 19916 and CL 19913 now that the build can handle themRuss Cox14-66/+667
2008-11-24remove old .6 after install,Russ Cox1-2/+3
2008-11-24really restore helpful error rulesRob Pike1-1/+1
2008-11-24restore helpful error rulesRob Pike1-1/+1
2008-11-241. retract general field namesKen Thompson3-9/+33
2008-11-24add missing fileRob Pike1-0/+178
2008-11-24Automated g4 rollback of changelist 19913.Russ Cox2-32/+3
2008-11-24Automated g4 rollback of changelist 19916.Russ Cox13-636/+64
2008-11-24utf8: add InString routines for decoding in stringsRuss Cox13-64/+636
2008-11-24bufio.ReadRuneRobert Griesemer2-3/+32
2008-11-24make bignum_test a testRuss Cox1-0/+469
2008-11-24hash writers: adler32, crc32, md5, sha1.Russ Cox12-0/+842
2008-11-24gobuild:Russ Cox1-3/+8
2008-11-23fix %g 20 -> "2e+01" want "20"Russ Cox2-1/+11
2008-11-23indexing optimizations and bug fixKen Thompson1-58/+71
2008-11-23delete stack mark stringsRuss Cox11-204/+268
2008-11-23setup for keywords in fieldnamesKen Thompson1-4/+18
2008-11-22reg and peepKen Thompson8-136/+312
2008-11-21utf8 routines in go; a start.Russ Cox5-0/+325