1. 23 Oct, 2008 3 commits
  2. 22 Oct, 2008 10 commits
  3. 21 Oct, 2008 11 commits
  4. 20 Oct, 2008 13 commits
  5. 19 Oct, 2008 1 commit
  6. 18 Oct, 2008 2 commits
    • Robert Griesemer's avatar
      Added mechanism for very precise self-testing: · e45eb606
      Robert Griesemer authored
      - in selftest mode (-t) interpret comments of the form /* ERROR */ and /* SYNC */
        and validate reported errors with the error markings in a file
      - added initial selftest.go file
      
      Also:
      - fixed an issue with empty blocks
      - generally report better error messages
      - added many more tests to the test script (essentially all .go programs which
        have no syntax errors)
      
      R=r
      OCL=17426
      CL=17426
      e45eb606
    • Rob Pike's avatar
      beginnings of reflection values. · 265e73ee
      Rob Pike authored
      R=rsc
      DELTA=421  (357 added, 17 deleted, 47 changed)
      OCL=17388
      CL=17401
      265e73ee