1. 1a31989 fix "declared and not used" in tests; by Russ Cox · 16 years ago
  2. be2edb5 Automated g4 rollback of changelist 25024, plus significant hand editing. by Russ Cox · 16 years ago
  3. 9f8f2e6 convert composite literals from { } to ( ). by Russ Cox · 16 years ago
  4. 839a684 delete export by Russ Cox · 16 years ago
  5. f48cbfd convert tests; nothing interesting. by Russ Cox · 16 years ago
  6. a577ea3 uncomment a BUG that is now fixed by Rob Pike · 16 years ago
  7. 4d194b9 18 tests are behaving incorrectly no more surprises - all caught up by Rob Pike · 16 years ago
  8. 5564504 new new & make by Russ Cox · 16 years ago
  9. 08ca30b change *map to map; *chan to chan; new(T) to new(*T) by Russ Cox · 16 years ago
  10. d47d888 convert *[] to []. by Russ Cox · 16 years ago
  11. beee691 rewrite &Point{1, 2} as allocation by Russ Cox · 16 years ago
  12. 0194aaf T{} syntax for constructors by Ken Thompson · 17 years ago
  13. 696815c extend composite literal test. update tests. update golden.out by Rob Pike · 17 years ago
  14. 5ee2b04 update bugs add test for composite literals by Rob Pike · 17 years ago