aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Check cancellation when updating imports recursivelyAleksey Kladov2020-07-151-0/+1
| * | | | Micro-optimize updateAleksey Kladov2020-07-151-5/+6
* | | | | Merge #5390bors[bot]2020-07-153-22/+25
|\| | | |
| * | | | Don't drop flycheck messages during restartAleksey Kladov2020-07-153-22/+25
* | | | | Merge #5387bors[bot]2020-07-155-22/+44
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add --memory-usage to analysis-benchJonas Schievink2020-07-155-22/+44
* | | | | Merge #5345bors[bot]2020-07-153-3/+44
|\ \ \ \ \
| * | | | | Semantic Highlighting: Emit mutable modifier for 'self' when applicableLukas Wirth2020-07-133-3/+44
| | |/ / / | |/| | |
* | | | | Merge #5354bors[bot]2020-07-153-0/+7
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add opt-in mimalloc featureIvan Kozik2020-07-143-0/+7
| |/ / /
* | | | Off by one error when determining the active paramAleksey Kladov2020-07-151-2/+2
* | | | Refactor CallInfo testsAleksey Kladov2020-07-151-226/+239
* | | | Add FIXMEJonas Schievink2020-07-141-0/+1
* | | | Update ItemTree snapshotsJonas Schievink2020-07-141-12/+12
* | | | Thread varargs through r-aJonas Schievink2020-07-1411-22/+87
* | | | ItemTree: Lower tuple types despite invalid typeJonas Schievink2020-07-142-7/+29
* | | | Guard against infinite macro expansionsAleksey Kladov2020-07-142-0/+29
* | | | Merge #5377bors[bot]2020-07-142-2/+26
|\ \ \ \
| * | | | Fix classify_name_ref on multi-path macro callsJonas Schievink2020-07-142-2/+26
* | | | | Merge #5375bors[bot]2020-07-141-19/+23
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use more explicity type for save registrationkjeremy2020-07-141-19/+23
* | | | | Refactor the test of diagnostic testsAleksey Kladov2020-07-146-474/+278
* | | | | Minor, push allocations downAleksey Kladov2020-07-142-3/+3
|/ / / /
* | | | Merge #5371bors[bot]2020-07-143-14/+68
|\ \ \ \
| * | | | Allow multiline annotationsAleksey Kladov2020-07-143-13/+59
| * | | | Generaize annotation extractionAleksey Kladov2020-07-141-2/+10
* | | | | Merge pull request #5370 from matklad/parensAleksey Kladov2020-07-142-1/+39
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Don't duplicate parens in patternsAleksey Kladov2020-07-142-1/+37
| * | | | Add markAleksey Kladov2020-07-141-0/+2
* | | | | Merge #5367bors[bot]2020-07-142-0/+40
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Move remove_bounds to edit.rsJonas Schievink2020-07-143-22/+16
| * | | | missing impl members: remove assoc. type boundsJonas Schievink2020-07-142-0/+46
* | | | | Merge #5368bors[bot]2020-07-144-1267/+511
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Compress match checking testsAleksey Kladov2020-07-143-1168/+419
| * | | | Data-driven diagnostics testsAleksey Kladov2020-07-143-100/+93
* | | | | Merge #5355bors[bot]2020-07-1428-0/+28
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add a license field to all the cratesYuki Okushi2020-07-1428-0/+28
| |/ / /
* | | | Reduce visibilityAleksey Kladov2020-07-141-85/+83
* | | | Cleanup visibilityAleksey Kladov2020-07-143-8/+12
* | | | Cleanup hir diagnostics APIAleksey Kladov2020-07-146-48/+49
* | | | Consolidate hir diagnostics code in one placeAleksey Kladov2020-07-148-19/+18
* | | | Use relaxed ordering for marksAleksey Kladov2020-07-141-2/+2
|/ / /
* | | Don't copy-paste `impl_froms` into every crateAleksey Kladov2020-07-1311-106/+67
* | | Move stdx macros into submoduleAleksey Kladov2020-07-132-19/+21
* | | Reorder importsAleksey Kladov2020-07-133-8/+7
* | | Merge #5331bors[bot]2020-07-122-2/+63
|\ \ \
| * | | Fix #4966Florian Diebold2020-07-122-2/+63
* | | | Remove some unnecessary file namesFlorian Diebold2020-07-121-3/+0
* | | | Add test for #4281Florian Diebold2020-07-121-0/+23
* | | | Search more efficiently for int/float implsFlorian Diebold2020-07-123-18/+118