Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Drop dead code | Aleksey Kladov | 2019-12-17 | 1 | -11/+0 | |
* | Refactor PathKind | Aleksey Kladov | 2019-12-17 | 5 | -15/+26 | |
* | Use different types for path with and without generics | Aleksey Kladov | 2019-12-14 | 10 | -267/+385 | |
* | Use path macro | Florian Diebold | 2019-12-13 | 1 | -63/+32 | |
* | Rename N! to name! | Florian Diebold | 2019-12-13 | 7 | -42/+42 | |
* | Add macros for known names and paths | Florian Diebold | 2019-12-13 | 7 | -63/+58 | |
* | Correctly infer - and ! using std::ops::{Neg,Not} | Emil Lauridsen | 2019-12-13 | 1 | -0/+8 | |
* | Correct obsolete comment | Aleksey Kladov | 2019-12-12 | 1 | -2/+1 | |
* | Move use tree lowering to a separate module | Aleksey Kladov | 2019-12-12 | 2 | -104/+118 | |
* | Dedupe from_source impls | Aleksey Kladov | 2019-12-12 | 1 | -1/+1 | |
* | Remove old location infra | Aleksey Kladov | 2019-12-12 | 2 | -63/+6 | |
* | Move enum&union to new loc | Aleksey Kladov | 2019-12-12 | 10 | -48/+100 | |
* | 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 |