aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Simplify multiline checkJonas Schievink2021-04-121-18/+4
| * | | | Indent block expressions on enterJonas Schievink2021-04-121-12/+212
* | | | | Merge #8500bors[bot]2021-04-133-82/+131
|\ \ \ \ \
| * | | | | internal: fix flakiness of accidentally quadratic testAleksey Kladov2021-04-133-82/+131
* | | | | | Merge #8499bors[bot]2021-04-133-24/+22
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | internal: don't use `#[should_panic]` for testsAleksey Kladov2021-04-133-24/+22
* | | | | | Merge #8498bors[bot]2021-04-137-61/+115
|\| | | | |
| * | | | | feat: improve performance by delaying computation of fixes for diagnosticsAleksey Kladov2021-04-137-40/+74
| * | | | | Ensure that listing&resolving code actions use the same set of actionsAleksey Kladov2021-04-132-23/+43
|/ / / / /
* | | | | Merge #8494bors[bot]2021-04-135-101/+72
|\ \ \ \ \
| * | | | | internal: unfork code paths for unresolved and resolved assistAleksey Kladov2021-04-135-101/+72
* | | | | | Merge #8496bors[bot]2021-04-131-1/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Exclude nightly tag from git describe to fix version stringLaurențiu Nicola2021-04-131-1/+2
|/ / / / /
* | | | | Merge #8488bors[bot]2021-04-121-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix typo: liner -> linearJakub Kądziołka2021-04-121-1/+1
|/ / / /
* | | | Merge #8483bors[bot]2021-04-121-3/+5
|\ \ \ \
| * | | | internal: clarify who a rls-2.0 wgAleksey Kladov2021-04-121-3/+5
* | | | | Merge #8481bors[bot]2021-04-126-77/+96
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | internal: prepare for lazy diagnosticsAleksey Kladov2021-04-126-77/+96
|/ / / /
* | | | Merge #8478bors[bot]2021-04-121-7/+8
|\ \ \ \
| * | | | fix: don't spam repeated error messages when `cargo check` failsAleksey Kladov2021-04-121-7/+8
|/ / / /
* | | | Merge #8476bors[bot]2021-04-1214-121/+248
|\ \ \ \
| * | | | feat: avoid checking the whole project during initial loadingAleksey Kladov2021-04-1214-121/+248
|/ / / /
* | | | Merge #8469bors[bot]2021-04-111-4/+3
|\ \ \ \
| * | | | Remove assertion in impl collectionFlorian Diebold2021-04-111-4/+3
|/ / / /
* | | | Merge #8465bors[bot]2021-04-111-3/+3
|\ \ \ \
| * | | | Include more info in assertJonas Schievink2021-04-111-3/+3
* | | | | Merge #8463bors[bot]2021-04-117-10/+88
|\ \ \ \ \
| * | | | | Support macros in pattern positionJonas Schievink2021-04-117-10/+88
| |/ / / /
* | | | | Merge #8436bors[bot]2021-04-101-19/+109
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix extract function's mutability of variables outliving the bodyBrandon2021-04-091-19/+109
| |/ / /
* | | | Merge #8460bors[bot]2021-04-104-100/+105
|\ \ \ \
| * | | | Revert "Rewrite `#[derive]` removal to be based on AST"Jonas Schievink2021-04-104-92/+105
| * | | | Revert "Use `pub(crate)`"Jonas Schievink2021-04-101-5/+1
| * | | | Revert "Use `name![derive]`"Jonas Schievink2021-04-101-6/+2
|/ / / /
* | | | Merge #8458bors[bot]2021-04-101-698/+656
|\ \ \ \
| * | | | Respect test style guidelines in tests::traitsLukas Wirth2021-04-101-698/+656
|/ / / /
* | | | Merge #8457bors[bot]2021-04-102-32/+139
|\ \ \ \
| * | | | Add test for binary op return ty with adtLukas Wirth2021-04-101-0/+47
| * | | | Add manual ops::Add impls to test::traits::closure_2Lukas Wirth2021-04-101-20/+46
| * | | | Implement more precise binary op return type predictionLukas Wirth2021-04-102-17/+51
* | | | | Merge #8410bors[bot]2021-04-105-20/+50
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use CompletionTextEdit::InsertAndReplace if supported by the clientLukas Wirth2021-04-085-20/+50
* | | | | Merge #8384bors[bot]2021-04-103-1/+100
|\ \ \ \ \
| * | | | | Let's try testing for "is not quadratic" conditionAleksey Kladov2021-04-103-1/+100
|/ / / / /
* | | | | Merge #8453bors[bot]2021-04-091-3/+1
|\ \ \ \ \
| * | | | | Avoid an unnecessary `collect`Jonas Schievink2021-04-091-3/+1
|/ / / / /
* | | | | Merge #8450bors[bot]2021-04-092-1/+5
|\ \ \ \ \
| * | | | | Insert unnamed consts to ChildBySource DynMapLukas Wirth2021-04-092-1/+5
* | | | | | Merge #8447bors[bot]2021-04-093-7/+64
|\ \ \ \ \ \