• Robert Griesemer's avatar
    Daily snapshot. · 2a9f1ee2
    Robert Griesemer authored
    - godoc now supports the following url prefixes:
      /doc/ for package documentation
      /file/ for files (directories, html, and .go files)
      /spec for the spec
      /mem for the memory model
    - formatting of comments has been fixed
    - tons of minor cleanups (still more to do)
    
    Still missing:
    - pretty printing of source is not as pretty as it used to be
    (still a relict from the massive AST cleanup which has't quite made it's way everywhere)
    - documentation entries should be sorted
    - comments in code is not printed or not properly printed
    
    TBR=r
    DELTA=416  (182 added, 100 deleted, 134 changed)
    OCL=27078
    CL=27078
    2a9f1ee2
Name
Last commit
Last update
..
Makefile Loading commit data...
Makefile.iant Loading commit data...
astprinter.go Loading commit data...
compilation.go Loading commit data...
docprinter.go Loading commit data...
godoc.go Loading commit data...
platform.go Loading commit data...
pretty.go Loading commit data...
selftest0.go Loading commit data...
selftest1.go Loading commit data...
selftest2.go Loading commit data...
symboltable.go Loading commit data...
template.go Loading commit data...
test.sh Loading commit data...
typechecker.go Loading commit data...
untab.go Loading commit data...
utils.go Loading commit data...