• Robert Griesemer's avatar
    go AST: First step towards augmenting AST with full type information. · 1f9dfa29
    Robert Griesemer authored
    - change ast.Ident back to contain the name and adjust all dependent code
    - identifier object information will be added again through an optional
      typechecker phase (in the works).
    - remove tracking of scopes in parser - it's easier to do this in a separate
      phase (in the works)
    - in godoc, generate popup info table directly instead of through a formatter
      for simpler data flow (at the expense of a little bit more code)
    
    Runs all tests.
    
    As a result of this change, the currently shown popup information
    (const, var, type, func, followed by identifier name) will not be
    shown anymore temporarily.
    
    R=rsc
    CC=golang-dev
    https://golang.org/cl/1994041
    1f9dfa29
Name
Last commit
Last update
..
cmd Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libcgo Loading commit data...
libmach Loading commit data...
pkg Loading commit data...
Make.386 Loading commit data...
Make.amd64 Loading commit data...
Make.arm Loading commit data...
Make.cmd Loading commit data...
Make.common Loading commit data...
Make.conf Loading commit data...
Make.pkg Loading commit data...
all-arm.bash Loading commit data...
all-nacl.bash Loading commit data...
all.bash Loading commit data...
clean.bash Loading commit data...
env.bash Loading commit data...
make.bash Loading commit data...
quietgcc.bash Loading commit data...
run.bash Loading commit data...
sudo.bash Loading commit data...
version.bash Loading commit data...