Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+491 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -491/+0 | |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -84/+83 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -206/+206 | |
2009-10-09 | time tests; sort -nr times.out | sed 10q is illuminating. | Russ Cox | 1 | -4/+3 | |
cut the slowest tests down from a few seconds to under half a second. R=r DELTA=21 (6 added, 1 deleted, 14 changed) OCL=35509 CL=35519 | |||||
2009-09-15 | last round: non-package code | Russ Cox | 1 | -57/+54 | |
R=r DELTA=127 (38 added, 3 deleted, 86 changed) OCL=34640 CL=34650 | |||||
2009-03-23 | allow range on nil maps | Russ Cox | 1 | -0/+6 | |
R=ken OCL=26663 CL=26663 | |||||
2009-03-03 | Automated g4 rollback of changelist 25024, | Russ Cox | 1 | -7/+7 | |
plus significant hand editing. Back to T{x} for composite literals. R=r OCL=25612 CL=25632 | |||||
2009-02-13 | convert composite literals from { } to ( ). | Russ Cox | 1 | -7/+7 | |
only non-trivial changes are in convlit1.go golden.out R=gri OCL=25019 CL=25024 | |||||
2009-01-26 | implement new restrictions on what | Russ Cox | 1 | -34/+34 | |
can be compared/hashed. R=r DELTA=351 (201 added, 80 deleted, 70 changed) OCL=23423 CL=23481 | |||||
2009-01-20 | delete export | Russ Cox | 1 | -1/+1 | |
TBR=r OCL=23121 CL=23127 | |||||
2009-01-16 | convert tests; nothing interesting. | Russ Cox | 1 | -1/+1 | |
R=r OCL=23012 CL=23014 | |||||
2009-01-15 | convert strconv | Russ Cox | 1 | -7/+7 | |
R=r DELTA=568 (0 added, 9 deleted, 559 changed) OCL=22898 CL=22901 | |||||
2009-01-15 | printf->Printf etc. | Rob Pike | 1 | -85/+85 | |
the raw fmt routines will be another, smaller but subtler pass. R=rsc DELTA=157 (0 added, 0 deleted, 157 changed) OCL=22851 CL=22851 | |||||
2009-01-06 | new new & make | Russ Cox | 1 | -18/+23 | |
R=r OCL=22166 CL=22166 | |||||
2008-12-20 | update map test. | Rob Pike | 1 | -120/+168 | |
convert to printf. increase count to 1000 - maps are faster now. add cases for structure values as key and maps. R=rsc DELTA=197 (66 added, 18 deleted, 113 changed) OCL=21683 CL=21686 | |||||
2008-12-19 | change *map to map; *chan to chan; new(T) to new(*T) | Russ Cox | 1 | -8/+8 | |
fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581 | |||||
2008-12-18 | convert *[] to []. | Russ Cox | 1 | -2/+2 | |
R=r OCL=21563 CL=21571 | |||||
2008-10-05 | bug026 and bug060 are fixed. update. | Rob Pike | 1 | -2/+0 | |
R=rsc DELTA=87 (37 added, 50 deleted, 0 changed) OCL=16498 CL=16507 | |||||
2008-09-15 | update bugs | Rob Pike | 1 | -95/+3 | |
delete bug100.go since the compiler is doing what we agreed. R=gri OCL=15367 CL=15367 | |||||
2008-08-11 | add test for maps. | Rob Pike | 1 | -0/+531 | |
R=gri OCL=14090 CL=14090 |