Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move structs to new loc | Aleksey Kladov | 2019-12-12 | 10 | -24/+58 | |
* | Move traits to the new loc | Aleksey Kladov | 2019-12-12 | 11 | -26/+58 | |
* | Switch to the new location for impls | Aleksey Kladov | 2019-12-12 | 10 | -23/+54 | |
*-. | Merge #2500 #2505 #2506 | bors[bot] | 2019-12-08 | 1 | -3/+4 | |
|\ \ | ||||||
| * | | Expand macros in blocks to expressions for now | Florian Diebold | 2019-12-08 | 1 | -3/+4 | |
| |/ | ||||||
| | | ||||||
| \ | ||||||
*-. \ | Merge #2501 #2502 #2503 | bors[bot] | 2019-12-08 | 1 | -149/+57 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Delay legacy macro expansion | Edwin Cheng | 2019-12-08 | 1 | -149/+57 | |
| |/ | ||||||
* | | Merge #2498 | bors[bot] | 2019-12-08 | 1 | -16/+26 | |
|\ \ | |/ |/| | ||||||
| * | Cleanup Field ty | Aleksey Kladov | 2019-12-08 | 1 | -16/+26 | |
* | | Merge #2466 | bors[bot] | 2019-12-08 | 3 | -44/+165 | |
|\ \ | |/ |/| | ||||||
| * | Refactor resolve_imports logic | Edwin Cheng | 2019-12-07 | 2 | -40/+129 | |
| * | Push glob_imports only if non-exists | Edwin Cheng | 2019-12-07 | 1 | -4/+4 | |
| * | Add tests | Edwin Cheng | 2019-12-06 | 1 | -0/+32 | |
* | | Remove MacroFileKind | Edwin Cheng | 2019-12-08 | 2 | -6/+4 | |
* | | Rename GenericParam -> TypeParam | Aleksey Kladov | 2019-12-07 | 4 | -29/+29 | |
* | | 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 |