1. 24 Sep, 2008 10 commits
  2. 23 Sep, 2008 9 commits
  3. 22 Sep, 2008 11 commits
  4. 21 Sep, 2008 1 commit
  5. 20 Sep, 2008 5 commits
  6. 19 Sep, 2008 4 commits
    • Robert Griesemer's avatar
      Updated spec: · b90b213e
      Robert Griesemer authored
      - clarified constants and constant expressions
      - clarified type of array composite literals (fixed vs open arrays)
      - clarified type of map composite literals (need to use '&' to get
        a map pointer)
      - added proposal for "if-else" (TBD)
      - added TODO w/ respect to "x, ok = <-ch" (and for arrays)
      
      R=r
      DELTA=51  (35 added, 0 deleted, 16 changed)
      OCL=15573
      CL=15575
      b90b213e
    • Russ Cox's avatar
      export an os.Error constructor · 0e81bba1
      Russ Cox authored
      R=r
      DELTA=20  (6 added, 7 deleted, 7 changed)
      OCL=15569
      CL=15571
      0e81bba1
    • Ian Lance Taylor's avatar
      Check for specific error messages in the testsuite. This · 66b261a0
      Ian Lance Taylor authored
      permits testing that the compiler emits error messages for
      specific lines that match egrep regexps.  The desired error
      messages are expressed using comments of the form
      	// ERROR "regexp"
      
      R=r
      DELTA=90  (73 added, 8 deleted, 9 changed)
      OCL=15513
      CL=15566
      66b261a0
    • Rob Pike's avatar
      more nuanced handling of usage message to allow user control. · 995f938a
      Rob Pike authored
      also print argv(0) in default message
      
      R=gri
      DELTA=37  (21 added, 9 deleted, 7 changed)
      OCL=15540
      CL=15554
      995f938a