Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add cycle recovery for type aliases | Florian Diebold | 2019-11-30 | 3 | -2/+10 |
* | Add cycle recovery for generic predicates | Florian Diebold | 2019-11-30 | 3 | -8/+10 |
* | Handle cycles in impl types better | Florian Diebold | 2019-11-30 | 8 | -53/+82 |
* | Merge #2449 | bors[bot] | 2019-11-30 | 2 | -3/+51 |
|\ | |||||
| * | Push identifier check to rename function | Wilco Kusee | 2019-11-29 | 2 | -9/+9 |
| * | Test rename for various identifiers | Wilco Kusee | 2019-11-29 | 1 | -0/+43 |
| * | Move identifier check to analysis | Wilco Kusee | 2019-11-29 | 2 | -12/+9 |
| * | Also allow renaming to underscore | Wilco Kusee | 2019-11-29 | 1 | -1/+3 |
| * | Only allow renames to valid identifiers | Wilco Kusee | 2019-11-29 | 1 | -1/+7 |
* | | Reduce variants of Expr | oxalica | 2019-11-29 | 3 | -77/+56 |
* | | Infer range types | oxalica | 2019-11-28 | 7 | -4/+209 |
|/ | |||||
* | Move source-related traits to a separate module | Aleksey Kladov | 2019-11-28 | 10 | -60/+77 |
* | Use InFile for AstId | Aleksey Kladov | 2019-11-28 | 6 | -47/+16 |
* | Rename Source -> InFile | Aleksey Kladov | 2019-11-28 | 36 | -189/+189 |
* | Derive Hash for TokenTrees | Edwin Cheng | 2019-11-28 | 1 | -8/+8 |
* | Use Name::missing consistently | Aleksey Kladov | 2019-11-27 | 7 | -52/+33 |
* | Minimize API | Aleksey Kladov | 2019-11-27 | 2 | -16/+4 |
* | Memoize impl resolutions | Aleksey Kladov | 2019-11-27 | 7 | -75/+76 |
* | Reformat | Aleksey Kladov | 2019-11-27 | 3 | -10/+7 |
* | rename ra_ide_api -> ra_ide | Aleksey Kladov | 2019-11-27 | 74 | -23/+23 |
* | Rename module_id -> local_id | Aleksey Kladov | 2019-11-27 | 13 | -47/+47 |
* | prune deps | Aleksey Kladov | 2019-11-27 | 3 | -31/+12 |
* | Move Ty | Aleksey Kladov | 2019-11-27 | 34 | -1515/+1600 |
* | Decouple | Aleksey Kladov | 2019-11-27 | 1 | -20/+15 |
* | Remove TypableDef | Aleksey Kladov | 2019-11-27 | 4 | -98/+7 |
* | Cleanup imports | Aleksey Kladov | 2019-11-27 | 2 | -3/+3 |
* | Use Id for variats | Aleksey Kladov | 2019-11-27 | 7 | -52/+60 |
* | More decoupling | Aleksey Kladov | 2019-11-27 | 4 | -33/+27 |
* | Decouple more | Aleksey Kladov | 2019-11-27 | 5 | -40/+41 |
* | Decouple | Aleksey Kladov | 2019-11-27 | 2 | -24/+32 |
* | Decouple | Aleksey Kladov | 2019-11-27 | 5 | -49/+71 |
* | Cleanup imports | Aleksey Kladov | 2019-11-27 | 5 | -14/+20 |
* | Decouple | Aleksey Kladov | 2019-11-27 | 4 | -11/+24 |
* | Decouple | Aleksey Kladov | 2019-11-27 | 3 | -19/+29 |
* | Crate -> CrateId | Aleksey Kladov | 2019-11-27 | 4 | -35/+37 |
* | Merge #2422 | bors[bot] | 2019-11-26 | 4 | -11/+125 |
|\ | |||||
| * | Fill all last text to space and return the cursor | Edwin Cheng | 2019-11-26 | 1 | -1/+8 |
| * | Remove progress bar and add a true counter | Edwin Cheng | 2019-11-26 | 3 | -29/+12 |
| * | Remove commented code | Edwin Cheng | 2019-11-26 | 1 | -3/+0 |
| * | Use a simple progress bar instead of indicatif | Edwin Cheng | 2019-11-26 | 4 | -11/+138 |
* | | Cleanup | Aleksey Kladov | 2019-11-26 | 6 | -77/+85 |
* | | Decouple | Aleksey Kladov | 2019-11-26 | 5 | -45/+42 |
* | | Merge #2420 | bors[bot] | 2019-11-26 | 8 | -77/+70 |
|\ \ | |||||
| * | | Remove last traces of adt from Ty | Aleksey Kladov | 2019-11-26 | 3 | -6/+7 |
| * | | More precise NameKind::Self | Aleksey Kladov | 2019-11-26 | 6 | -71/+63 |
* | | | Merge #2418 | bors[bot] | 2019-11-26 | 4 | -13/+19 |
|\ \ \ | |/ / |/| | | |||||
| * | | Hide MacroCallLoc | Edwin Cheng | 2019-11-26 | 4 | -13/+19 |
| |/ | |||||
* | | Merge #2419 | bors[bot] | 2019-11-26 | 12 | -241/+207 |
|\ \ | |||||
| * | | Remove ns-polymorphic type_for_def | Aleksey Kladov | 2019-11-26 | 9 | -165/+129 |
| * | | Cleanup imports | Aleksey Kladov | 2019-11-26 | 2 | -6/+7 |