aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* simplifyAleksey Kladov2019-03-251-6/+1
* tweak diagnostics APIAleksey Kladov2019-03-253-11/+16
* test diagnosticsAleksey Kladov2019-03-253-1/+61
* more enterprisey diagnostics setupAleksey Kladov2019-03-253-59/+75
* fixesAleksey Kladov2019-03-252-4/+3
* check impls as wellAleksey Kladov2019-03-252-1/+10
* cleanupAleksey Kladov2019-03-256-51/+70
* switch modules to new diagnosticsAleksey Kladov2019-03-258-135/+156
* allow dyn diagnosticsAleksey Kladov2019-03-256-33/+112
* diagnosticsAleksey Kladov2019-03-256-6/+74
* Merge #1041bors[bot]2019-03-255-63/+105
|\
| * Rename source_edit to source_file_edit to match file_system_editVille Penttinen2019-03-255-11/+11
| * Further improvements to the SourceChange convenience methodsVille Penttinen2019-03-254-27/+50
| * Add convenience functions to SourceChange for creating single editsVille Penttinen2019-03-244-44/+63
* | Merge #1036bors[bot]2019-03-254-35/+135
|\ \
| * | Target only the actual operator.Marco Groppo2019-03-243-47/+58
| * | Minor formatting changes.Marco Groppo2019-03-241-1/+1
| * | Assist to flip equality (==) and negative equality (!=) operands.Marco Groppo2019-03-242-0/+89
* | | 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
* | | 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
* | | Fix apply_substs assertion failureFlorian Diebold2019-03-232-2/+25
* | | remove obsolete diagnosticAleksey Kladov2019-03-232-22/+0
* | | rename persistent hir database -> def databaseAleksey Kladov2019-03-2318-160/+106
* | | Merge #1025bors[bot]2019-03-233-3/+18
|\ \ \ | |/ / |/| |
| * | Disable fork feature for proptestWilco Kusee2019-03-233-3/+18
* | | replace todo with fixmeAleksey Kladov2019-03-2329-71/+71
* | | forbid todo markersAleksey Kladov2019-03-231-1/+25
|/ /
* | Merge #1021bors[bot]2019-03-221-1/+1
|\ \
| * | Disable memmap feature in fst dependencyWilco Kusee2019-03-221-1/+1
| |/
* | 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-226-13/+9
|/
* Move folding_ranges to ra_ide_apiSergey Parilin2019-03-223-5/+5
* Merge #1017bors[bot]2019-03-225-5/+6
|\
| * line_index and line_index_utils moved to ra_ide_apiSergey Parilin2019-03-225-5/+6
* | 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