Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix comment | Aleksey Kladov | 2020-01-16 | 1 | -3/+1 |
* | Correctly discover module containers | Aleksey Kladov | 2020-01-16 | 1 | -11/+15 |
* | Create modules via SourceBinder | Aleksey Kladov | 2020-01-16 | 1 | -19/+28 |
* | Move module to SourceBinder | Aleksey Kladov | 2020-01-16 | 1 | -3/+41 |
* | Cache source for generics | Aleksey Kladov | 2020-01-16 | 1 | -1/+20 |
* | Move more stuff to SourceBinder | Aleksey Kladov | 2020-01-16 | 1 | -8/+65 |
* | More natural trait setup | Aleksey Kladov | 2020-01-16 | 1 | -11/+34 |
* | Make FromSource private | Aleksey Kladov | 2020-01-16 | 1 | -16/+52 |
* | Make syntax highlighting linear | Aleksey Kladov | 2020-01-15 | 1 | -3/+5 |
* | Flip generics | Aleksey Kladov | 2020-01-15 | 1 | -12/+12 |
* | Store DB in SourceBinder | Aleksey Kladov | 2020-01-15 | 1 | -31/+31 |
* | Introduce SourceBinder | Aleksey Kladov | 2020-01-15 | 1 | -0/+171 |
* | Rename file | Aleksey Kladov | 2020-01-14 | 1 | -569/+0 |
* | Apply review suggestions | Florian Diebold | 2020-01-11 | 1 | -1/+1 |
* | Qualify some paths in 'add missing impl members' | Florian Diebold | 2020-01-11 | 1 | -0/+4 |
* | Use pre-stored macro file | Edwin Cheng | 2019-12-23 | 1 | -19/+21 |
* | Add macro call support for type_of | Edwin Cheng | 2019-12-23 | 1 | -2/+24 |
* | Optimize and profile | Aleksey Kladov | 2019-12-21 | 1 | -0/+3 |
* | Fix resolve for field init shorthand | Aleksey Kladov | 2019-12-20 | 1 | -1/+7 |
* | 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 |