1. 05 Mar, 2009 16 commits
    • Russ Cox's avatar
      misc doc · 8a7eb778
      Russ Cox authored
      R=r
      DELTA=50  (28 added, 0 deleted, 22 changed)
      OCL=25763
      CL=25770
      8a7eb778
    • Rob Pike's avatar
      delete deprecated files. · 5b814d02
      Rob Pike authored
      deletion beats documentation for deprecation.
      
      R=rsc,gri
      DELTA=509  (2 added, 490 deleted, 17 changed)
      OCL=25737
      CL=25768
      5b814d02
    • Russ Cox's avatar
      math: doc · dfc3910a
      Russ Cox authored
      R=r
      DELTA=173  (74 added, 14 deleted, 85 changed)
      OCL=25753
      CL=25767
      dfc3910a
    • Rob Pike's avatar
      document vector · 83de0698
      Rob Pike authored
      R=rsc
      DELTA=36  (30 added, 0 deleted, 6 changed)
      OCL=25740
      CL=25766
      83de0698
    • Rob Pike's avatar
      log: document · 26cb4df7
      Rob Pike authored
      R=rsc
      DELTA=26  (17 added, 1 deleted, 8 changed)
      OCL=25731
      CL=25734
      26cb4df7
    • Rob Pike's avatar
      flag: document · 0ea27e34
      Rob Pike authored
      also write to stderr not stdout
      
      R=rsc
      DELTA=48  (38 added, 2 deleted, 8 changed)
      OCL=25729
      CL=25733
      0ea27e34
    • Rob Pike's avatar
      delete bogus vestige · d1ac2184
      Rob Pike authored
      R=rsc
      OCL=25730
      CL=25730
      d1ac2184
    • Rob Pike's avatar
      typos · 92767869
      Rob Pike authored
      R=gri
      DELTA=3  (0 added, 1 deleted, 2 changed)
      OCL=25728
      CL=25728
      92767869
    • Russ Cox's avatar
      sync: add documentation · 8ba28758
      Russ Cox authored
      R=r
      DELTA=63  (57 added, 1 deleted, 5 changed)
      OCL=25727
      CL=25727
      8ba28758
    • Rob Pike's avatar
      remove some incorrect capitalizations. · a0feb325
      Rob Pike authored
      add commentary.
      
      R=rsc
      DELTA=231  (41 added, 24 deleted, 166 changed)
      OCL=25724
      CL=25726
      a0feb325
    • Rob Pike's avatar
      fix an HTML glitch. · 811dd258
      Rob Pike authored
      say a little more about package main.
      
      R=rsc
      DELTA=7  (4 added, 0 deleted, 3 changed)
      OCL=25725
      CL=25725
      811dd258
    • Russ Cox's avatar
      reject invalid map key types at compile time · 98b34e5b
      Russ Cox authored
      R=ken
      OCL=25720
      CL=25720
      98b34e5b
    • Russ Cox's avatar
      fix build · 0793c883
      Russ Cox authored
      TBR=gri
      OCL=25719
      CL=25719
      0793c883
    • Russ Cox's avatar
      Suggested tweaks up to package section. · 5958dd6f
      Russ Cox authored
      Major ones:
      * Be consistent: "numeric type" and "arithmetic operator".
      * if/swtch take "simple statement" not "short variable declaration".
      * There was a comment that implied for x,y := range z() might
        evaluate z() multiple times.  I deleted it.
      
      R=r,gri
      DELTA=124  (24 added, 4 deleted, 96 changed)
      OCL=25706
      CL=25715
      5958dd6f
    • Robert Griesemer's avatar
      - missing makefile · bd4f5af1
      Robert Griesemer authored
      R=r
      OCL=25714
      CL=25714
      bd4f5af1
    • Robert Griesemer's avatar
      Created new directory lib/lang: · b4802dd5
      Robert Griesemer authored
      - move scanner to into lib/lang
      - added test
      - adjusted various make and build files
      
      R=r
      DELTA=1731  (973 added, 753 deleted, 5 changed)
      OCL=25668
      CL=25713
      b4802dd5
  2. 04 Mar, 2009 7 commits
  3. 03 Mar, 2009 11 commits
  4. 28 Feb, 2009 2 commits
  5. 27 Feb, 2009 2 commits
    • Robert Griesemer's avatar
      Steps towards a general scanner/parser library for Go: · 3689e221
      Robert Griesemer authored
      - converted more of AST and parser to use interfaces and explicit
      structs for individual Go constructs (can be replaced now with
      interface calls such that the parser becomes AST structure
      independent, as suggested by rsc)
      - added more tests (find all .go files under GOROOT)
      - (temporarily) lost html links for identifiers when generating
      html output
      - TODO: lots of cleanups
      
      R=r
      OCL=25518
      CL=25518
      3689e221
    • Rob Pike's avatar
      finish types. · df3183f5
      Rob Pike authored
      expressions.  (they were in pretty good shape; mostly cosmetic and HTML edits)
      
      R=gri
      DELTA=655  (226 added, 97 deleted, 332 changed)
      OCL=25459
      CL=25481
      df3183f5
  6. 26 Feb, 2009 2 commits