Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-29 | Imported Upstream version 2012.02.22 | Ondřej Surý | 1 | -4/+7 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -293/+292 | |
2009-12-09 | missed a couple of files in test | Robert Griesemer | 1 | -12/+24 | |
R=rsc, r http://codereview.appspot.com/172045 | |||||
2009-08-12 | convert non-pkg go files to whole-package compilation. | Russ Cox | 1 | -4/+2 | |
mostly removing forward declarations. R=r DELTA=138 (2 added, 127 deleted, 9 changed) OCL=33068 CL=33099 | |||||
2009-05-08 | move things out of sys into os and runtime | Russ Cox | 1 | -1/+3 | |
R=r OCL=28569 CL=28573 | |||||
2009-03-03 | Automated g4 rollback of changelist 25024, | Russ Cox | 1 | -1/+1 | |
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 | -1/+1 | |
only non-trivial changes are in convlit1.go golden.out R=gri OCL=25019 CL=25024 | |||||
2009-02-11 | insert type assertions when narrowing. | Russ Cox | 1 | -6/+6 | |
R=r OCL=24349 CL=24913 | |||||
2009-02-06 | powser cleanup. | Rob Pike | 1 | -11/+6 | |
- don't need *struct - don't need item/rat both - closures make the inner slaves easier - delete some old BUG comments powser2 is left mostly alone, for variety. R=rsc DELTA=134 (2 added, 20 deleted, 112 changed) OCL=24579 CL=24581 | |||||
2009-01-20 | delete export | Russ Cox | 1 | -28/+28 | |
TBR=r OCL=23121 CL=23127 | |||||
2009-01-16 | convert tests; nothing interesting. | Russ Cox | 1 | -29/+28 | |
R=r OCL=23012 CL=23014 | |||||
2009-01-16 | casify, cleanup sys | Russ Cox | 1 | -2/+2 | |
R=r OCL=22978 CL=22984 | |||||
2009-01-06 | new new & make | Russ Cox | 1 | -12/+12 | |
R=r OCL=22166 CL=22166 | |||||
2008-12-19 | change *map to map; *chan to chan; new(T) to new(*T) | Russ Cox | 1 | -15/+12 | |
fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581 | |||||
2008-12-18 | convert *[] to []. | Russ Cox | 1 | -4/+4 | |
R=r OCL=21563 CL=21571 | |||||
2008-12-09 | chans and maps of interfaces | Russ Cox | 1 | -0/+720 | |
R=r DELTA=746 (729 added, 1 deleted, 16 changed) OCL=20858 CL=20858 |