1. 07 May, 2009 4 commits
  2. 06 May, 2009 12 commits
  3. 05 May, 2009 8 commits
  4. 04 May, 2009 3 commits
    • David Symonds's avatar
      Remake exvar package to be more Go-ish. · 2f284948
      David Symonds authored
      It now exports a Var interface (anyone can export their own custom var types now), so users need to create and manage their own vars and mark them as exportable via the Publish function. They are exposed via /debug/vars.
      
      R=r,rsc
      APPROVED=r
      DELTA=605  (314 added, 186 deleted, 105 changed)
      OCL=28143
      CL=28239
      2f284948
    • Robert Griesemer's avatar
      - remove wrong fix · 19c239c9
      Robert Griesemer authored
        (this corresponds to the currently running version of godoc)
      
      R=r
      DELTA=11  (0 added, 10 deleted, 1 changed)
      OCL=28238
      CL=28238
      19c239c9
    • Ken Thompson's avatar
      more morestack fiddling · 5963f590
      Ken Thompson authored
      R=r
      OCL=28204
      CL=28204
      5963f590
  5. 03 May, 2009 2 commits
  6. 02 May, 2009 5 commits
  7. 01 May, 2009 1 commit
    • Kai Backman's avatar
      Copied 8g/6g into 5g. Used sharp tools to coax a .5 file out · eac5db7f
      Kai Backman authored
      of 5g. 5l balks at the output and running 5g with -S shows
      the true extent of the disaster. Still, better than
      yesterday. Maybe.
      
      Tested on the canonical:
      
      package main
      func main() {
      }
      
      R=rsc
      APPROVED=rsc
      DELTA=4182  (4181 added, 0 deleted, 1 changed)
      OCL=27601
      CL=28175
      eac5db7f
  8. 30 Apr, 2009 5 commits