aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* use | instead of multiple match armsgfreezy2019-03-251-27/+27
* inline immutable local varialbegfreezy2019-03-252-0/+300
* Merge #1029bors[bot]2019-03-242-24/+100
|\
| * Add assist for adding default methodsgfreezy2019-03-232-3/+59
| * Add impl members assist shold not copy docstrings, attrs and default methods.gfreezy2019-03-231-22/+42
* | Merge #1039bors[bot]2019-03-243-1/+130
|\ \
| * | Support references in higher-ranked trait boundsVille Penttinen2019-03-243-1/+130
|/ /
* | Merge #1031bors[bot]2019-03-238-236/+222
|\ \
| * | Move highlighting and matching_braceWilco Kusee2019-03-237-164/+166
| * | Remove LocalEdit usageWilco Kusee2019-03-233-70/+55
| * | Move typing to ra_ide_apiWilco Kusee2019-03-233-7/+6
* | | Merge #1032bors[bot]2019-03-232-2/+25
|\ \ \
| * | | Fix apply_substs assertion failureFlorian Diebold2019-03-232-2/+25
|/ / /
* | | Merge #1027bors[bot]2019-03-232-22/+0
|\ \ \
| * | | remove obsolete diagnosticAleksey Kladov2019-03-232-22/+0
|/ / /
* | | Merge #1026bors[bot]2019-03-2318-160/+106
|\ \ \
| * | | rename persistent hir database -> def databaseAleksey Kladov2019-03-2318-160/+106
|/ / /
* | | Merge #1025bors[bot]2019-03-234-32/+18
|\ \ \ | |/ / |/| |
| * | Disable fork feature for proptestWilco Kusee2019-03-234-32/+18
* | | document work listAleksey Kladov2019-03-231-0/+9
* | | Merge #990bors[bot]2019-03-2330-72/+96
|\ \ \ | |/ / |/| |
| * | replace todo with fixmeAleksey Kladov2019-03-2329-71/+71
| * | forbid todo markersAleksey Kladov2019-03-231-1/+25
|/ /
* | Merge #1021bors[bot]2019-03-222-12/+1
|\ \
| * | Disable memmap feature in fst dependencyWilco Kusee2019-03-222-12/+1
| |/
* | Merge #1012bors[bot]2019-03-227-33/+27
|\ \ | |/ |/|
| * Simplify changes and fix testsWilco Kusee2019-03-223-19/+15
| * Remove LocalEdit usageWilco Kusee2019-03-222-16/+17
| * Move join_lines to ra_ide_apiWilco Kusee2019-03-227-13/+10
|/
* Merge #1016bors[bot]2019-03-223-5/+5
|\
| * Move folding_ranges to ra_ide_apiSergey Parilin2019-03-223-5/+5
|/
* Merge #1017bors[bot]2019-03-226-5/+8
|\
| * line_index and line_index_utils moved to ra_ide_apiSergey Parilin2019-03-226-5/+8
* | Merge #1015bors[bot]2019-03-224-144/+155
|\ \ | |/ |/|
| * Refactor primitive types into more orthogonal representationyanchith2019-03-224-144/+155
|/
* Merge #1013bors[bot]2019-03-2215-24/+149
|\
| * Fix reparsing failure when removing newlinepcpthm2019-03-212-0/+14
| * Fix reparsing bug on "{}{}"pcpthm2019-03-212-1/+5
| * Completely ignore errors for reparse fuzzpcpthm2019-03-211-1/+0
| * Use template text to improve reparse fuzzingpcpthm2019-03-211-1/+5
| * Fix lexer not producing right token on "_"pcpthm2019-03-212-0/+1
| * Fix reparsing bug when lex result is differentpcpthm2019-03-213-2/+17
| * Improve reparse fuzz testpcpthm2019-03-211-1/+13
| * Fix an arithmetic overflow in reparserpcpthm2019-03-213-5/+11
| * Add fuzz test for reparsingpcpthm2019-03-214-1/+64
| * Refactor parser fuzz testingpcpthm2019-03-215-16/+23
* | Merge #1014bors[bot]2019-03-221-2/+2
|\ \
| * | Don't execute cargo watch when popup is dismissedpcpthm2019-03-221-2/+2
| |/
* | Merge #988bors[bot]2019-03-2212-318/+377
|\ \ | |/ |/|
| * Assert in apply_substs that the number of parameters doesn't changeFlorian Diebold2019-03-212-2/+7