1. 05 May, 2009 8 commits
  2. 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
  3. 03 May, 2009 2 commits
  4. 02 May, 2009 5 commits
  5. 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
  6. 30 Apr, 2009 15 commits
  7. 29 Apr, 2009 3 commits
    • Robert Griesemer's avatar
      typo in spec · ce9fbdbe
      Robert Griesemer authored
      R=tgs
      DELTA=1  (0 added, 0 deleted, 1 changed)
      OCL=28032
      CL=28032
      ce9fbdbe
    • Robert Griesemer's avatar
      Some adjustments to godoc: · 22301e8c
      Robert Griesemer authored
      - work-around for incorrect import path
      - added tmpl root in order to run against a goroot w/o templates
      - clarifications
      
      Daily snapshot of syntax-driven formatter. Some progress.
      
      Updated gccgo Makefile.
      
      TBR=r
      OCL=28004
      CL=28004
      22301e8c
    • Ken Thompson's avatar
      allow "defer close(chan)" · 7a98315c
      Ken Thompson authored
      bug found by anton
      
      R=r
      OCL=28001
      CL=28001
      7a98315c
  8. 28 Apr, 2009 3 commits