[go: up one dir, main page]

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