1. 31 Mar, 2009 2 commits
    • Robert Griesemer's avatar
      daily snapshot: · 8f628f49
      Robert Griesemer authored
      - adjustments to match new ast/parser interface
      - removed printer.go; functionality now in astprinter.go and docprinter.go
        (more cleanups pending)
      - enabled new doc printing in gds
        (lots of fine tuning missing, but pieces falling into place; e.g. methods
        associated with types. Consts, Vars, to come. Collection of all files
        belonging to a package to come)
      
      R=r
      OCL=26970
      CL=26972
      8f628f49
    • Robert Griesemer's avatar
      daily snapshot: · 8971cf23
      Robert Griesemer authored
      - separating printing of AST and documentation
      - astprinter: will subsume ast printing functionality of printer
      - docprinter: will subsume doc printing functionality of printer
              also: more logic to collect all the documentation pertaining
      	      to all files of a package
      - parser: some cleanups, stricter syntax checks
      - gds: hooks to test new doc printer (disabled)
      
      R=r
      OCL=26915
      CL=26915
      8971cf23
  2. 26 Mar, 2009 1 commit
  3. 13 Mar, 2009 2 commits
    • Robert Griesemer's avatar
      daily snapshot: · ec77e75e
      Robert Griesemer authored
      - various parser fixes to match updated spec (&&, &^=, label decls, const decls)
      - using html template for directory and error page in doc server
      - show compile errors inplace in the source
      - cleanups
      
      R=rsc
      OCL=26287
      CL=26287
      ec77e75e
    • Robert Griesemer's avatar
      daily snapshot: · e06a654c
      Robert Griesemer authored
      - correctly associate comments with declarations
        (available through AST)
      - very raw printing of interface
      - much more functionality, now needs some formatting, sorting, etc.
      
      R=r
      OCL=26213
      CL=26213
      e06a654c
  4. 11 Mar, 2009 1 commit
    • Russ Cox's avatar
      Rename os.FD to os.File. · 7a706fb3
      Russ Cox authored
      Make Fstat, Readdirnames, and Readdir methods
      on os.File.
      
      R=r
      DELTA=281  (79 added, 3 deleted, 199 changed)
      OCL=25891
      CL=26130
      7a706fb3
  5. 13 Feb, 2009 1 commit
  6. 10 Feb, 2009 1 commit
    • Robert Griesemer's avatar
      Some real GDS functionality: · e08cc152
      Robert Griesemer authored
      - directory listings w/ working links
      - some links working in source code (most don't do the right thing yet)
      - use of logging
      
      R=r
      OCL=24728
      CL=24728
      e08cc152
  7. 06 Feb, 2009 1 commit
    • Robert Griesemer's avatar
      snapshot: · 9acd2a97
      Robert Griesemer authored
      - first stab at a Go Documentation Server (gds)
      - various fixes to make initial version of gds work
      
      R=r
      OCL=24588
      CL=24588
      9acd2a97