| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| |/ / / |
|
* / / / | Fix crash on syn involving lifetimes returned by Chalk | Florian Diebold | 2021-04-09 | 3 | -6/+77 |
|/ / / |
|
* | | | Merge #8429 | bors[bot] | 2021-04-09 | 1 | -0/+20 |
|\ \ \ |
|
| * | | | 8425: Added documentation for on enter covering //! doc comments. | Chetan Khilosiya | 2021-04-08 | 1 | -0/+20 |
* | | | | Cleanup | Florian Diebold | 2021-04-08 | 2 | -24/+19 |
* | | | | Intern Variances | Florian Diebold | 2021-04-08 | 1 | -2/+3 |
* | | | | Don't intern ProgramClause at all | Florian Diebold | 2021-04-08 | 1 | -2/+2 |
* | | | | Intern QuantifiedWhereClauses | Florian Diebold | 2021-04-08 | 1 | -2/+3 |
* | | | | Intern ProgramClauses | Florian Diebold | 2021-04-08 | 1 | -2/+3 |