aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Add find_node_at_offset_with_descendEdwin Cheng2020-03-221-1/+28
* | | | | Merge #3690bors[bot]2020-03-231-0/+12
|\ \ \ \ \
| * | | | | ra_hir: fix typoveetaha2020-03-231-1/+1
| * | | | | ra_hir: add more docsveetaha2020-03-231-0/+12
| | |_|/ / | |/| | |
* | | | | Merge #3632bors[bot]2020-03-232-35/+59
|\ \ \ \ \
| * | | | | ra_cargo_watch: log exit code tooveetaha2020-03-221-1/+5
| * | | | | Smol self-nitVeetaha2020-03-211-1/+1
| * | | | | fix: typoveetaha2020-03-211-1/+1
| * | | | | ra_cargo_watch: return Result<> from run_cargo(), and don't read stderr for nowveetaha2020-03-212-49/+56
| * | | | | ra_cargo_watch: log more errorsveetaha2020-03-211-3/+16
* | | | | | Merge #3681bors[bot]2020-03-232-40/+26
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Only include machine-applicable suggestionsLaurențiu Nicola2020-03-222-40/+26
* | | | | | Merge #3684bors[bot]2020-03-221-1/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | ra_hir_def: fix typoveetaha2020-03-221-1/+1
* | | | | | Merge #3677bors[bot]2020-03-223-12/+20
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add support for macro in symbo_indexEdwin Cheng2020-03-223-12/+20
| | |_|/ / | |/| | |
* | | | | Merge #3679bors[bot]2020-03-222-26/+14
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | ra_hir: migrate some stuff to matches!()veetaha2020-03-221-18/+6
| * | | ra_hir_ty: fix formattingveetaha2020-03-221-8/+8
* | | | Merge #3673bors[bot]2020-03-211-1/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Add recursive limit in expression macro expansionEdwin Cheng2020-03-211-1/+8
| | |/ | |/|
* | | Use target-name for crate-nameEdwin Cheng2020-03-211-3/+3
* | | Merge #3671bors[bot]2020-03-213-3/+56
|\ \ \ | |_|/ |/| |
| * | Move test to hir_tyEdwin Cheng2020-03-212-30/+31
| * | Fix typoEdwin Cheng2020-03-211-1/+1
| * | Add identity expansion checkingEdwin Cheng2020-03-213-3/+55
| |/
* / disable invert if assist for if-let to fix #3281Josh Mcguigan2020-03-211-0/+13
|/
* Merge #3623bors[bot]2020-03-201-25/+177
|\
| * Address nits and suggestions.Steffen Lyngbaek2020-03-191-140/+32
| * Don't show assist if all arms are presentSteffen Lyngbaek2020-03-191-33/+37
| * 'Fill match arms' should work with existing match armsSteffen Lyngbaek2020-03-191-25/+281
* | Merge #3662bors[bot]2020-03-203-4/+37
|\ \
| * | Support arbitrary discriminantsAleksey Kladov2020-03-203-4/+37
| |/
* | Remove constSteffen Lyngbaek2020-03-193-6/+48
* | Fixes to more accurately give complete_scope completionsSteffen Lyngbaek2020-03-193-15/+38
* | - Exclude Local Scope for BindPatsSteffen Lyngbaek2020-03-192-58/+16
* | Completition for type name? #3418Steffen Lyngbaek2020-03-192-3/+120
|/
* Simplify Arena to use a generic indexAleksey Kladov2020-03-1917-185/+175
* Simplify SysrootAleksey Kladov2020-03-192-22/+20
* More direct CargoWorkspaceAleksey Kladov2020-03-193-87/+64
* Cleanup importsAleksey Kladov2020-03-196-13/+17
* Merge nested use treesAleksey Kladov2020-03-191-20/+52
* GeneralizeAleksey Kladov2020-03-193-13/+14
* Use match_astAleksey Kladov2020-03-182-12/+15
* Merge imports assistAleksey Kladov2020-03-187-25/+212
* Strongly-typed generic methods for editing nodesAleksey Kladov2020-03-181-47/+49
* Reduce visibilityAleksey Kladov2020-03-181-28/+28
* ra_hir_def: remove dat fixmeveetaha2020-03-181-1/+0
* Use dyn-ref instead of impl to impact compile times the leastEmil Lauridsen2020-03-172-3/+3
* Slight readablity improvementEmil Lauridsen2020-03-171-1/+1