summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* spec: Fix run-time panic header idEvan Shaw2010-04-221-1/+1
* vector: Don't always regenerate {int,string}vector.goEvan Shaw2010-04-231-2/+2
* big: Add some testsEvan Shaw2010-04-212-6/+49
* json: Marshal, Unmarshal using new scannerRuss Cox2010-04-2111-1030/+1547
* runtime: switch state back to Grunning after recoveryRuss Cox2010-04-212-2/+3
* xml: new "innerxml" tag to collect inner XMLRuss Cox2010-04-213-13/+66
* utf16: add DecodeRune, EncodeRuneRuss Cox2010-04-212-4/+67
* faq: more up-to-date info about the Windows portAndrew Gerrand2010-04-221-2/+2
* test/bench: reenable chameneosredux for gccgo.Rob Pike2010-04-211-6/+1
* big: fix build - start with zero in scanNRuss Cox2010-04-201-1/+1
* strings: add ReadRune to ReaderKyle Consalus2010-04-202-2/+48
* big: eliminate redundant array lookupsEvan Shaw2010-04-201-5/+11
* big: reduce the number of allocationsEvan Shaw2010-04-201-4/+10
* go_faq: add question: Why does Go perform badly on benchmark X?Andrew Gerrand2010-04-211-1/+35
* 6l, 8l: include ELF header in PT_LOAD mapping for text segmentRuss Cox2010-04-202-10/+10
* big: Add Lsh and Value; convert pidigits to use bigEvan Shaw2010-04-205-78/+239
* gc: print x[y:] correctlyRuss Cox2010-04-201-1/+2
* runtime: rename cgo2c, *.cgo to goc2c, *.gocRuss Cox2010-04-2010-4/+4
* reflect: implement Set(nil), SetValue(nil) for PtrValue and MapValueRuss Cox2010-04-202-2/+48
* big: Get rid of function pointers and init functionEvan Shaw2010-04-194-89/+43
* godashboard: remove obselete data models and conversion codeAndrew Gerrand2010-04-201-61/+0
* Added strings.FieldsFunc, a generalization of strings.Fields in style of the ...Kyle Consalus2010-04-192-2/+25
* godashboard: bz2 compress logs in data storeAndrew Gerrand2010-04-201-7/+10
* gc benchmark: Update package listEvan Shaw2010-04-191-3/+8
* gc: cmplx typecheck bug fixRuss Cox2010-04-192-1/+32
* syscall: match linux Setsid function signature to darwinAndrew Gerrand2010-04-194-7/+10
* reflect: add FieldByNameFuncRaif S. Naffah2010-04-184-19/+160
* net: fix bugs in packStructValueMichael Hoisie2010-04-181-4/+4
* json: scanner, Compact, Indent, and testsRuss Cox2010-04-184-0/+1002
* rpc: Add Close() method to rpc.Client to allow graceful connection teardown.Rob Pike2010-04-161-2/+15
* the android runner scriptKai Backman2010-04-163-6/+64
* add Sam Thorogood (of Google Inc.) to CONTRIBUTORSAndrew Gerrand2010-04-161-0/+1
* exp/eval: Always read float literals as base 10Evan Shaw2010-04-152-1/+2
* go/ast: Update comment to mention imaginary literalsEvan Shaw2010-04-151-1/+1
* exp/eval: Implement x[lo:]Evan Shaw2010-04-152-6/+23
* flag: eliminate unnecessary structsRuss Cox2010-04-151-48/+32
* "godoc -src pkg_name" excludes duplicates entriesAndrei Vieru2010-04-152-10/+16
* synchronize ARM runner environment variable with run-armKai Backman2010-04-152-2/+2
* support for printing floats:Kai Backman2010-04-154-26/+409
* scanner: implement Peek() to look at the next char w/o advancingRobert Griesemer2010-04-141-0/+8
* bytes: shuffle implementation, making WriteByte 50% fasterRuss Cox2010-04-141-37/+27
* release.2010-04-13 part twoAndrew Gerrand2010-04-140-0/+0
* runtime: better trace for fault due to nil pointer callRuss Cox2010-04-137-20/+72
* os, syscall: mingw bug fixesAlex Brainman2010-04-133-14/+11
* go_spec updatesweekly.2010-04-13Russ Cox2010-04-131-5/+5
* release.2010-04-13Andrew Gerrand2010-04-141-0/+36
* os: mingw version of Readdir() and Stat() implementedAlex Brainman2010-04-1311-110/+345
* 8l: add DOS stub to PE binariesEvan Shaw2010-04-131-2/+23
* netchan: allow client to send as well as receive.Rob Pike2010-04-134-122/+241
* template: use panic/recover to simplify internal error handling.Rob Pike2010-04-131-50/+32