Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | internal: don't use `#[should_panic]` for tests | Aleksey Kladov | 2021-04-13 | 2 | -24/+12 | |
|/ / / / / / | ||||||
* | | | | | | feat: improve performance by delaying computation of fixes for diagnostics | Aleksey Kladov | 2021-04-13 | 7 | -40/+74 | |
* | | | | | | Ensure that listing&resolving code actions use the same set of actions | Aleksey Kladov | 2021-04-13 | 2 | -23/+43 | |
* | | | | | | Merge #8494 | bors[bot] | 2021-04-13 | 5 | -101/+72 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | internal: unfork code paths for unresolved and resolved assist | Aleksey Kladov | 2021-04-13 | 5 | -101/+72 | |
* | | | | | | | Exclude nightly tag from git describe to fix version string | Laurențiu Nicola | 2021-04-13 | 1 | -1/+2 | |
|/ / / / / / | ||||||
* / / / / / | Fix typo: liner -> linear | Jakub Kądziołka | 2021-04-12 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | internal: prepare for lazy diagnostics | Aleksey Kladov | 2021-04-12 | 6 | -77/+96 | |
* | | | | | fix: don't spam repeated error messages when `cargo check` fails | Aleksey Kladov | 2021-04-12 | 1 | -7/+8 | |
* | | | | | feat: avoid checking the whole project during initial loading | Aleksey Kladov | 2021-04-12 | 12 | -121/+237 | |
* | | | | | Remove assertion in impl collection | Florian Diebold | 2021-04-11 | 1 | -4/+3 | |
* | | | | | Merge #8465 | bors[bot] | 2021-04-11 | 1 | -3/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | Include more info in assert | Jonas Schievink | 2021-04-11 | 1 | -3/+3 | |
* | | | | | | Merge #8463 | bors[bot] | 2021-04-11 | 7 | -10/+88 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Support macros in pattern position | Jonas Schievink | 2021-04-11 | 7 | -10/+88 | |
| |/ / / / / | ||||||
* | | | | | | Merge #8436 | bors[bot] | 2021-04-10 | 1 | -19/+109 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Fix extract function's mutability of variables outliving the body | Brandon | 2021-04-09 | 1 | -19/+109 | |
| |/ / / / | ||||||
* | | | | | Revert "Rewrite `#[derive]` removal to be based on AST" | Jonas Schievink | 2021-04-10 | 4 | -92/+105 | |
* | | | | | Revert "Use `pub(crate)`" | Jonas Schievink | 2021-04-10 | 1 | -5/+1 | |
* | | | | | Revert "Use `name![derive]`" | Jonas Schievink | 2021-04-10 | 1 | -6/+2 | |
* | | | | | Respect test style guidelines in tests::traits | Lukas Wirth | 2021-04-10 | 1 | -698/+656 | |
* | | | | | Merge #8457 | bors[bot] | 2021-04-10 | 2 | -32/+139 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add test for binary op return ty with adt | Lukas Wirth | 2021-04-10 | 1 | -0/+47 | |
| * | | | | | Add manual ops::Add impls to test::traits::closure_2 | Lukas Wirth | 2021-04-10 | 1 | -20/+46 | |
| * | | | | | Implement more precise binary op return type prediction | Lukas Wirth | 2021-04-10 | 2 | -17/+51 | |
* | | | | | | Merge #8410 | bors[bot] | 2021-04-10 | 5 | -20/+50 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Use CompletionTextEdit::InsertAndReplace if supported by the client | Lukas Wirth | 2021-04-08 | 5 | -20/+50 | |
* | | | | | | Let's try testing for "is not quadratic" condition | Aleksey Kladov | 2021-04-10 | 2 | -0/+99 | |
* | | | | | | Avoid an unnecessary `collect` | Jonas Schievink | 2021-04-09 | 1 | -3/+1 | |
* | | | | | | Merge #8450 | bors[bot] | 2021-04-09 | 2 | -1/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Insert unnamed consts to ChildBySource DynMap | Lukas Wirth | 2021-04-09 | 2 | -1/+5 | |
* | | | | | | | Resolve prelude and crate root names in the root DefMap | Jonas Schievink | 2021-04-09 | 3 | -7/+64 | |
| | | | | | | | ||||||
| \ \ \ \ \ \ | ||||||
*-. \ \ \ \ \ \ | Merge #8443 #8446 | bors[bot] | 2021-04-09 | 10 | -143/+149 | |
|\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Undo path resolution hack for extern prelude | Jonas Schievink | 2021-04-09 | 1 | -9/+4 | |
| * | | | | | | | | Use `name![derive]` | Jonas Schievink | 2021-04-09 | 1 | -2/+6 | |
| * | | | | | | | | Use `pub(crate)` | Jonas Schievink | 2021-04-09 | 1 | -1/+5 | |
| * | | | | | | | | Rewrite `#[derive]` removal to be based on AST | Jonas Schievink | 2021-04-09 | 4 | -105/+92 | |
| * | | | | | | | | Store `#[derive]` attribute ID along macro invoc | Jonas Schievink | 2021-04-09 | 5 | -12/+22 | |
| * | | | | | | | | Rename `Attr`s `index` field to `id` | Jonas Schievink | 2021-04-09 | 1 | -8/+8 | |
| * | | | | | | | | Add `AttrId` to track attribute sources | Jonas Schievink | 2021-04-09 | 2 | -14/+20 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge #8445 | bors[bot] | 2021-04-09 | 14 | -361/+355 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | More cleanups / module docs | Florian Diebold | 2021-04-09 | 6 | -10/+12 | |
| * | | | | | | | | More cleanups | Florian Diebold | 2021-04-09 | 3 | -38/+29 | |
| * | | | | | | | | More moving stuff around | Florian Diebold | 2021-04-09 | 4 | -78/+74 | |
| * | | | | | | | | Move some more stuff to better places | Florian Diebold | 2021-04-09 | 2 | -100/+93 | |
| * | | | | | | | | Move ToChalk -> mapping | Florian Diebold | 2021-04-09 | 10 | -37/+76 | |
| * | | | | | | | | Reorganize hir_ty modules | Florian Diebold | 2021-04-09 | 10 | -100/+73 | |
| |/ / / / / / / | ||||||
* / / / / / / / | Shrink `unlinked-file` diagnostic to 3 characters | Jonas Schievink | 2021-04-09 | 1 | -7/+9 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge #8406 | bors[bot] | 2021-04-09 | 3 | -28/+85 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Improve indexing of impls | Florian Diebold | 2021-04-09 | 3 | -28/+85 | |
| |/ / / / / / |