• 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
..
5a Loading commit data...
5c Loading commit data...
5g Loading commit data...
5l Loading commit data...
6a Loading commit data...
6c Loading commit data...
6g Loading commit data...
6l Loading commit data...
8a Loading commit data...
8c Loading commit data...
8g Loading commit data...
8l Loading commit data...
cc Loading commit data...
cgo Loading commit data...
cov Loading commit data...
ebnflint Loading commit data...
gc Loading commit data...
godefs Loading commit data...
godoc Loading commit data...
gofmt Loading commit data...
goinstall Loading commit data...
gopack Loading commit data...
gotest Loading commit data...
goyacc Loading commit data...
hgpatch Loading commit data...
ld Loading commit data...
nm Loading commit data...
prof Loading commit data...
clean.bash Loading commit data...
make.bash Loading commit data...