| Age | Commit message (Expand) | Author | Lines |
| 2024-06-06 | Revert "Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davi... | Rémy Rakic | -86/+11 |
| 2024-06-06 | ast: Revert a breaking attribute visiting order change | Vadim Petrochenkov | -41/+25 |
| 2024-06-06 | Add a test for resolving `macro_rules` calls inside attributes | Vadim Petrochenkov | -0/+202 |
| 2024-06-06 | Add regression tests | Oli Scherer | -0/+136 |
| 2024-06-06 | Wrap Context.ext in AssertUnwindSafe | Jubilee Young | -38/+20 |
| 2024-06-06 | Handle Deref expressions in invalid_reference_casting | Ben Kimock | -0/+7 |
| 2024-06-06 | Handle field projections like slice indexing in invalid_reference_casting | Ben Kimock | -0/+6 |
| 2024-06-06 | Fix insufficient logic when searching for the underlying allocation | Urgau | -0/+8 |
| 2024-05-27 | revert leak check changes in candidate winnowing | lcnr | -241/+78 |
| 2024-05-24 | Only make GAT ambiguous in match_projection_projections considering shallow r... | Michael Goulet | -0/+19 |
| 2024-05-16 | Make `non-local-def` lint Allow by default | Wesley Wiser | -70/+130 |
| 2024-05-16 | Add test to make sure suggestions are still quick | Michael Goulet | -0/+247 |
| 2024-05-16 | Fix ICEs in diagnostic::on_unimplemented | Michael Goulet | -0/+134 |
| 2024-05-16 | Add more ICEs due to malformed diagnostic::on_unimplemented | Michael Goulet | -35/+56 |
| 2024-05-16 | Add test for #124651 | Esteban Küber | -0/+36 |
| 2024-05-09 | Consider inner modules to be local in the `non_local_definitions` lint | Urgau | -0/+38 |
| 2024-04-27 | Rollup merge of #124425 - saethlin:ceci-nest-pas-une-ice, r=compiler-errors | Matthias Krüger | -0/+52 |
| 2024-04-27 | Rollup merge of #124394 - gurry:123863-ice-unexpected-region, r=lcnr | Matthias Krüger | -0/+47 |
| 2024-04-27 | Rollup merge of #124370 - ShE3py:substitution-part-offset, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2024-04-27 | Rollup merge of #124427 - gurry:122191-unhandled-type, r=matthiaskrgr | Matthias Krüger | -0/+76 |
| 2024-04-27 | Rollup merge of #124382 - petrochenkov:itemvisit, r=lcnr | Matthias Krüger | -22/+22 |
| 2024-04-27 | Add missing tests for an ICE | Gurinder Singh | -0/+76 |
| 2024-04-27 | Fix ICE on invalid const param types | Gurinder Singh | -0/+47 |
| 2024-04-26 | Do not ICE on invalid consts when walking mono-reachable blocks | Ben Kimock | -0/+52 |
| 2024-04-26 | Auto merge of #122385 - lcnr:analyze-obligations-for-infer, r=compiler-errors | bors | -28/+84 |
| 2024-04-26 | Auto merge of #120845 - petrochenkov:debmac, r=oli-obk | bors | -116/+96 |
| 2024-04-25 | Auto merge of #124386 - matthiaskrgr:rollup-0a6yr00, r=matthiaskrgr | bors | -12/+148 |
| 2024-04-25 | ast: Generalize item kind visiting | Vadim Petrochenkov | -22/+22 |
| 2024-04-25 | hir typeck: look into nested goals | lcnr | -28/+84 |
| 2024-04-25 | debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[... | Vadim Petrochenkov | -116/+96 |
| 2024-04-25 | Rollup merge of #124374 - compiler-errors:fix-ambiguity-ice, r=lcnr | Matthias Krüger | -7/+17 |
| 2024-04-25 | Rollup merge of #124313 - estebank:split-at-mut, r=fee1-dead | Matthias Krüger | -5/+131 |
| 2024-04-25 | Auto merge of #124377 - matthiaskrgr:rollup-ajxjq35, r=matthiaskrgr | bors | -21/+13 |
| 2024-04-25 | Rollup merge of #124326 - klensy:ignore-stage2, r=compiler-errors | Matthias Krüger | -21/+13 |
| 2024-04-25 | Check equivalence of indices in more cases | Esteban Küber | -6/+3 |
| 2024-04-25 | Don't suggest `split_at_mut` when the multiple borrows have the same index | Esteban Küber | -3/+19 |
| 2024-04-25 | Mention `split_at_mut` when mixing mutability in indexing ops | Esteban Küber | -2/+89 |
| 2024-04-25 | Only suggest `split_at_mut` on indexing borrowck errors for std types | Esteban Küber | -5/+1 |
| 2024-04-25 | Detect borrow error involving sub-slices and suggest `split_at_mut` | Esteban Küber | -2/+32 |
| 2024-04-25 | Don't ICE when codegen_select returns ambiguity in new solver | Michael Goulet | -7/+17 |
| 2024-04-25 | Auto merge of #123531 - compiler-errors:closure-wf, r=oli-obk | bors | -36/+104 |
| 2024-04-25 | Add test | Michael Goulet | -0/+51 |
| 2024-04-25 | Check closure args and returns are WF | Michael Goulet | -36/+53 |
| 2024-04-25 | Auto merge of #124058 - TechVest:master, r=fmease | bors | -2/+2 |
| 2024-04-25 | Fix substitution parts having a shifted underline in some cases | Lieselotte | -1/+1 |
| 2024-04-25 | Auto merge of #119650 - chenyukang:yukang-fix-118596-ref-mut, r=wesleywiser | bors | -40/+148 |
| 2024-04-25 | tests: remove few ignore-stage2 | klensy | -21/+13 |
| 2024-04-25 | Fix some typos in comments | TechVest | -2/+2 |
| 2024-04-25 | Auto merge of #124136 - estebank:clone-o-rama-2, r=nnethercote | bors | -102/+885 |
| 2024-04-24 | Suggest cloning captured binding in `move` closure | Esteban Küber | -13/+121 |