| Age | Commit message (Expand) | Author | Lines |
| 2024-04-28 | Auto merge of #124431 - chenyukang:yukang-fix-rustdoc-124363, r=Nadrieril | bors | -11/+14 |
| 2024-04-28 | Rollup merge of #124463 - gurry:rename-func, r=TaKO8Ki | Matthias Krüger | -2/+2 |
| 2024-04-28 | Rollup merge of #124444 - compiler-errors:eval, r=lcnr | Matthias Krüger | -0/+49 |
| 2024-04-28 | Rename `inihibit_union_abi_opt()` to `inihibits_union_abi_opt()` | Gurinder Singh | -2/+2 |
| 2024-04-28 | Fix the assertion crash from rustdoc document indent widths | yukang | -11/+14 |
| 2024-04-27 | Record certainty of evaluate_added_goals_and_make_canonical_response call in ... | Michael Goulet | -0/+49 |
| 2024-04-27 | Rollup merge of #124437 - linyihai:doc-link-typeck, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-04-27 | Rollup merge of #124425 - saethlin:ceci-nest-pas-une-ice, r=compiler-errors | Matthias Krüger | -6/+3 |
| 2024-04-27 | Rollup merge of #124394 - gurry:123863-ice-unexpected-region, r=lcnr | Matthias Krüger | -0/+2 |
| 2024-04-27 | Rollup merge of #124370 - ShE3py:substitution-part-offset, r=fee1-dead | Matthias Krüger | -2/+2 |
| 2024-04-27 | doc: Replace mod.rs with the appropriate link | Lin Yihai | -1/+1 |
| 2024-04-27 | Rollup merge of #124382 - petrochenkov:itemvisit, r=lcnr | Matthias Krüger | -336/+364 |
| 2024-04-27 | Fix ICE on invalid const param types | Gurinder Singh | -0/+2 |
| 2024-04-26 | Do not ICE on invalid consts when walking mono-reachable blocks | Ben Kimock | -6/+3 |
| 2024-04-26 | Rollup merge of #124391 - nnethercote:builtin_macros-cleanups, r=fee1-dead | Jacob Pratt | -341/+352 |
| 2024-04-26 | Rollup merge of #124341 - petrochenkov:nomacvisit, r=compiler-errors | Jacob Pratt | -12/+3 |
| 2024-04-26 | Auto merge of #122385 - lcnr:analyze-obligations-for-infer, r=compiler-errors | bors | -321/+589 |
| 2024-04-26 | Adjust some `pub`s. | Nicholas Nethercote | -81/+81 |
| 2024-04-26 | Auto merge of #120845 - petrochenkov:debmac, r=oli-obk | bors | -122/+78 |
| 2024-04-25 | Rollup merge of #124381 - compiler-errors:derived-for-wf, r=lcnr | Michael Goulet | -6/+11 |
| 2024-04-25 | Rollup merge of #124379 - compiler-errors:remove-new-solver-lookup-behavior, ... | Michael Goulet | -63/+18 |
| 2024-04-26 | Move some functions from `rustc_expand` to `rustc_builtin_macros`. | Nicholas Nethercote | -237/+234 |
| 2024-04-26 | Introduce `DeriveResolution`. | Nicholas Nethercote | -20/+32 |
| 2024-04-25 | Renamed DerivedObligation to WellFormedDeriveObligation | Michael Goulet | -6/+11 |
| 2024-04-25 | Auto merge of #124386 - matthiaskrgr:rollup-0a6yr00, r=matthiaskrgr | bors | -30/+109 |
| 2024-04-25 | use `EagerResolver` | lcnr | -1/+3 |
| 2024-04-25 | ast: Visit item components in "natural" order | Vadim Petrochenkov | -4/+4 |
| 2024-04-25 | ast: Generalize item kind visiting | Vadim Petrochenkov | -333/+361 |
| 2024-04-25 | hir typeck: look into nested goals | lcnr | -288/+548 |
| 2024-04-25 | debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[... | Vadim Petrochenkov | -122/+78 |
| 2024-04-25 | Rollup merge of #124374 - compiler-errors:fix-ambiguity-ice, r=lcnr | Matthias Krüger | -12/+5 |
| 2024-04-25 | Rollup merge of #124313 - estebank:split-at-mut, r=fee1-dead | Matthias Krüger | -18/+104 |
| 2024-04-25 | Remove special-casing for SimplifiedType for next solver | Michael Goulet | -63/+18 |
| 2024-04-25 | review comment: rename method | Esteban Küber | -5/+8 |
| 2024-04-25 | Auto merge of #124377 - matthiaskrgr:rollup-ajxjq35, r=matthiaskrgr | bors | -7/+7 |
| 2024-04-25 | Rollup merge of #124287 - 41Leahcim:master, r=fmease | Matthias Krüger | -7/+7 |
| 2024-04-25 | Check equivalence of indices in more cases | Esteban Küber | -1/+7 |
| 2024-04-25 | Don't suggest `split_at_mut` when the multiple borrows have the same index | Esteban Küber | -2/+41 |
| 2024-04-25 | Mention `split_at_mut` when mixing mutability in indexing ops | Esteban Küber | -2/+17 |
| 2024-04-25 | Only suggest `split_at_mut` on indexing borrowck errors for std types | Esteban Küber | -8/+22 |
| 2024-04-25 | Detect borrow error involving sub-slices and suggest `split_at_mut` | Esteban Küber | -16/+25 |
| 2024-04-25 | Don't ICE when codegen_select returns ambiguity in new solver | Michael Goulet | -12/+5 |
| 2024-04-25 | `pub(in super::super)` to `pub(crate)` | lcnr | -21/+21 |
| 2024-04-25 | `obligations_for_self_ty` to sub module | lcnr | -59/+65 |
| 2024-04-25 | Auto merge of #123531 - compiler-errors:closure-wf, r=oli-obk | bors | -3/+22 |
| 2024-04-25 | Check closure args and returns are WF | Michael Goulet | -1/+20 |
| 2024-04-25 | Format stash message correctly | Michael Goulet | -2/+2 |
| 2024-04-25 | Auto merge of #124058 - TechVest:master, r=fmease | bors | -1/+1 |
| 2024-04-25 | Fix substitution parts having a shifted underline in some cases | Lieselotte | -2/+2 |
| 2024-04-25 | Auto merge of #119650 - chenyukang:yukang-fix-118596-ref-mut, r=wesleywiser | bors | -1/+16 |