summary refs log tree commit diff
path: root/src/librustc/ast_map
AgeCommit message (Expand)AuthorLines
2015-07-28remove `get_ident` and `get_name`, make `as_str` soundOliver Schneider-7/+6
2015-07-25Fix error message spansJared Roesch-2/+19
2015-07-17Improve error message for variant values used as typesKevin Butler-3/+2
2015-07-14save-analysis: fix def_ids for method callsNick Cameron-0/+7
2015-07-02RefactoringNick Cameron-67/+70
2015-06-30Alternate methodNick Cameron-105/+109
2015-06-30Implement get_enclosing_scope and use it in save-analysisNick Cameron-0/+28
2015-06-30Add parent_node to ast_mapNick Cameron-67/+133
2015-06-11Conver reborrows to .iter() calls where appropriateJoshua Landau-1/+1
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-06-10syntax: move ast_map to librustc.Eduard Burtescu-0/+1277