Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use different types for path with and without generics | Aleksey Kladov | 2019-12-14 | 1 | -27/+29 |
* | Use path macro | Florian Diebold | 2019-12-13 | 1 | -2/+2 |
* | Build correct SourceAnalyzer for traits | Aleksey Kladov | 2019-12-10 | 1 | -14/+4 |
* | Remove one more Ty | Aleksey Kladov | 2019-12-08 | 1 | -2/+2 |
* | Remove ty from code_model | Aleksey Kladov | 2019-12-08 | 1 | -12/+12 |
* | Remove MacroFileKind | Edwin Cheng | 2019-12-08 | 1 | -39/+2 |
* | Rename GenericParam -> TypeParam | Aleksey Kladov | 2019-12-07 | 1 | -5/+5 |
* | Get the right analyzer for impls | Aleksey Kladov | 2019-12-07 | 1 | -1/+5 |
* | Remove idx and parent generics from generics | Aleksey Kladov | 2019-12-07 | 1 | -8/+2 |
* | Implement ancestors_with_macros in a better way | Florian Diebold | 2019-12-06 | 1 | -12/+1 |
* | Try to make go to definition work in format! | Florian Diebold | 2019-12-06 | 1 | -5/+18 |
* | Add expansion infrastructure for derive macros | Florian Diebold | 2019-12-05 | 1 | -2/+3 |
* | Add `ModuleSource::Block` | ice1000 | 2019-12-04 | 1 | -1/+2 |
* | Replace `ra_hir_expand::either` with crate | ice1000 | 2019-12-03 | 1 | -3/+4 |
* | Add BuiltinShadowMode | Edwin Cheng | 2019-11-30 | 1 | -1/+1 |
* | Rename Source -> InFile | Aleksey Kladov | 2019-11-28 | 1 | -14/+14 |
* | Move Ty | Aleksey Kladov | 2019-11-27 | 1 | -17/+5 |
* | Use Id for variats | Aleksey Kladov | 2019-11-27 | 1 | -2/+2 |
* | More decoupling | Aleksey Kladov | 2019-11-27 | 1 | -3/+3 |
* | Decouple more | Aleksey Kladov | 2019-11-27 | 1 | -3/+3 |
* | Decouple | Aleksey Kladov | 2019-11-27 | 1 | -4/+4 |
* | Cleanup | Aleksey Kladov | 2019-11-26 | 1 | -2/+2 |
* | Hide MacroCallLoc | Edwin Cheng | 2019-11-26 | 1 | -4/+2 |
* | Merge #2406 | bors[bot] | 2019-11-26 | 1 | -5/+6 |
|\ | |||||
| * | Remove dbg! | Edwin Cheng | 2019-11-26 | 1 | -2/+0 |
| * | Add hygiene information to SourceAnalyzer | Edwin Cheng | 2019-11-26 | 1 | -5/+8 |
* | | Introduce hir::Type | Aleksey Kladov | 2019-11-26 | 1 | -21/+25 |
|/ | |||||
* | Use GenericDefIdMore | Aleksey Kladov | 2019-11-25 | 1 | -2/+2 |
* | Remove Resolver from autoderef | Aleksey Kladov | 2019-11-25 | 1 | -2/+8 |
* | Simplify | Aleksey Kladov | 2019-11-24 | 1 | -5/+4 |
* | Don't redo field resolution in the IDE | Aleksey Kladov | 2019-11-24 | 1 | -0/+5 |
* | Switch to StaticLoc for statics | Aleksey Kladov | 2019-11-24 | 1 | -8/+4 |
* | Cleanup imports | Aleksey Kladov | 2019-11-24 | 1 | -6/+7 |
* | Add to_macro_file_kind | Edwin Cheng | 2019-11-21 | 1 | -2/+38 |
* | Move resolver to hir_def | Aleksey Kladov | 2019-11-21 | 1 | -8/+8 |
* | Decouple | Aleksey Kladov | 2019-11-21 | 1 | -4/+9 |
* | Split internal and user-visible ScopeDef | Aleksey Kladov | 2019-11-21 | 1 | -2/+17 |
* | Move ScopeDef | Aleksey Kladov | 2019-11-21 | 1 | -3/+3 |
* | Decouple | Aleksey Kladov | 2019-11-21 | 1 | -4/+4 |
* | Decouple | Aleksey Kladov | 2019-11-21 | 1 | -6/+6 |
* | Move expr resolver to resolve | Aleksey Kladov | 2019-11-21 | 1 | -3/+3 |
* | Decouple Resolver | Aleksey Kladov | 2019-11-21 | 1 | -9/+12 |
* | Add HasResolver trait | Aleksey Kladov | 2019-11-20 | 1 | -1/+1 |
* | Move constants to new ID | Aleksey Kladov | 2019-11-20 | 1 | -1/+6 |
* | Fix expand macro | Edwin Cheng | 2019-11-20 | 1 | -3/+10 |
* | Next gen IDs for functions | Aleksey Kladov | 2019-11-20 | 1 | -1/+1 |
* | Rename with_ast -> with_value | Aleksey Kladov | 2019-11-20 | 1 | -6/+6 |
* | Rename Source::ast -> Source::value | Aleksey Kladov | 2019-11-20 | 1 | -12/+12 |
* | Change to use Expansion::file_id and reordering | Edwin Cheng | 2019-11-19 | 1 | -6/+1 |
* | Rebase | Edwin Cheng | 2019-11-19 | 1 | -0/+5 |