Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Classify name works for TypeParams | Aleksey Kladov | 2019-12-07 | 3 | -2/+35 | |
* | | Track source of type parameters | Aleksey Kladov | 2019-12-07 | 1 | -21/+72 | |
* | | Minor | Aleksey Kladov | 2019-12-07 | 1 | -3/+4 | |
* | | Remove idx and parent generics from generics | Aleksey Kladov | 2019-12-07 | 2 | -86/+42 | |
* | | Store GenericParams in arena | Aleksey Kladov | 2019-12-07 | 3 | -13/+24 | |
* | | Merge #2484 | bors[bot] | 2019-12-06 | 6 | -277/+300 | |
|\ \ | ||||||
| * | | DynMap | Aleksey Kladov | 2019-12-06 | 6 | -277/+300 | |
| |/ | ||||||
* | | Merge #2481 | bors[bot] | 2019-12-06 | 1 | -2/+0 | |
|\ \ | |/ |/| | ||||||
| * | Remove obsolete comment | Aleksey Kladov | 2019-12-05 | 1 | -2/+0 | |
* | | Merge #2479 | bors[bot] | 2019-12-05 | 7 | -11/+118 | |
|\ \ | |/ |/| | ||||||
| * | Add expansion infrastructure for derive macros | Florian Diebold | 2019-12-05 | 7 | -11/+118 | |
* | | Introduce ChildFromSource | Aleksey Kladov | 2019-12-05 | 2 | -0/+277 | |
|/ | ||||||
* | Publicize `file_id` to make `test_db` compile | ice1000 | 2019-12-05 | 1 | -1/+1 | |
* | Use placeholder instead of `Option` | ice1000 | 2019-12-05 | 2 | -14/+10 | |
* | One pub function less is good! | ice1000 | 2019-12-05 | 1 | -5/+0 | |
* | Reduce visibility, use struct instead of tuples | ice1000 | 2019-12-05 | 1 | -20/+23 | |
* | No block at the moment | ice1000 | 2019-12-04 | 1 | -6/+1 | |
* | Remove almost unused `ModuleSource::new` | ice1000 | 2019-12-04 | 1 | -19/+1 | |
* | Confluent `ModuleSource` usage | ice1000 | 2019-12-04 | 1 | -13/+5 | |
* | Add `ModuleSource::Block` | ice1000 | 2019-12-04 | 1 | -2/+66 | |
* | Fix test compilation | ice1000 | 2019-12-04 | 1 | -1/+1 | |
* | Three-state enum for module origin | ice1000 | 2019-12-04 | 2 | -20/+78 | |
* | Replace `ra_hir_expand::either` with crate | ice1000 | 2019-12-03 | 9 | -35/+34 | |
* | Merge #2455 | bors[bot] | 2019-12-01 | 5 | -31/+102 | |
|\ | ||||||
| * | Remove some empty lines | Edwin Cheng | 2019-12-01 | 1 | -2/+0 | |
| * | Use index instead of peekable | Edwin Cheng | 2019-12-01 | 1 | -35/+19 | |
| * | Fix comment | Edwin Cheng | 2019-12-01 | 1 | -2/+1 | |
| * | Add BuiltinShadowMode | Edwin Cheng | 2019-11-30 | 5 | -30/+120 | |
* | | Reduce variants of Expr | oxalica | 2019-11-29 | 2 | -38/+19 | |
* | | Infer range types | oxalica | 2019-11-28 | 3 | -4/+76 | |
|/ | ||||||
* | Move source-related traits to a separate module | Aleksey Kladov | 2019-11-28 | 8 | -58/+72 | |
* | Use InFile for AstId | Aleksey Kladov | 2019-11-28 | 4 | -11/+11 | |
* | Rename Source -> InFile | Aleksey Kladov | 2019-11-28 | 9 | -44/+44 | |
* | Use Name::missing consistently | Aleksey Kladov | 2019-11-27 | 3 | -15/+16 | |
* | Reformat | Aleksey Kladov | 2019-11-27 | 1 | -2/+1 | |
* | Rename module_id -> local_id | Aleksey Kladov | 2019-11-27 | 8 | -24/+24 | |
* | Move Ty | Aleksey Kladov | 2019-11-27 | 1 | -1/+1 | |
* | Decouple | Aleksey Kladov | 2019-11-27 | 1 | -0/+10 | |
* | Cleanup | Aleksey Kladov | 2019-11-26 | 1 | -2/+2 | |
* | Merge #2418 | bors[bot] | 2019-11-26 | 2 | -7/+5 | |
|\ | ||||||
| * | Hide MacroCallLoc | Edwin Cheng | 2019-11-26 | 2 | -7/+5 | |
* | | Add note | Aleksey Kladov | 2019-11-26 | 1 | -0/+2 | |
* | | Store names in TraitData | Aleksey Kladov | 2019-11-26 | 1 | -17/+38 | |
|/ | ||||||
* | Merge #2406 | bors[bot] | 2019-11-26 | 1 | -1/+1 | |
|\ | ||||||
| * | Add hygiene information to SourceAnalyzer | Edwin Cheng | 2019-11-26 | 1 | -1/+1 | |
* | | Id-ify Ty::Adt | Aleksey Kladov | 2019-11-26 | 1 | -0/+4 | |
* | | Introduce hir::Type | Aleksey Kladov | 2019-11-26 | 1 | -0/+10 | |
* | | :arrow_up: salsa | Aleksey Kladov | 2019-11-26 | 1 | -1/+3 | |
|/ | ||||||
* | Fixme for union fields | Aleksey Kladov | 2019-11-25 | 2 | -0/+6 | |
* | Fix hir for ast::UnionDef | Aleksey Kladov | 2019-11-25 | 9 | -46/+62 |