| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -7/+6 | |
| 2015-07-25 | Fix error message spans | Jared Roesch | -2/+19 | |
| 2015-07-17 | Improve error message for variant values used as types | Kevin Butler | -3/+2 | |
| This also changes how variant values are printed in errors, they are no longer printed in their parent scope. As far as I can tell, this is leftover from pre-namespacing of enums. Closes #17546. | ||||
| 2015-07-14 | save-analysis: fix def_ids for method calls | Nick Cameron | -0/+7 | |
| We were sometime emitting the decl as a def. | ||||
| 2015-07-02 | Refactoring | Nick Cameron | -67/+70 | |
| 2015-06-30 | Alternate method | Nick Cameron | -105/+109 | |
| 2015-06-30 | Implement get_enclosing_scope and use it in save-analysis | Nick Cameron | -0/+28 | |
| 2015-06-30 | Add parent_node to ast_map | Nick Cameron | -67/+133 | |
| 2015-06-11 | Conver reborrows to .iter() calls where appropriate | Joshua Landau | -1/+1 | |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -1/+1 | |
| 2015-06-10 | syntax: move ast_map to librustc. | Eduard Burtescu | -0/+1277 | |
