| Age | Commit message (Expand) | Author | Lines |
| 2024-04-29 | Remove `extern crate rustc_data_structures` from numerous crates. | Nicholas Nethercote | -14/+13 |
| 2024-04-29 | Remove `extern crate rustc_macros` from `rustc_middle`. | Nicholas Nethercote | -28/+80 |
| 2024-04-28 | Rollup merge of #124444 - compiler-errors:eval, r=lcnr | Matthias Krüger | -0/+9 |
| 2024-04-27 | Record certainty of evaluate_added_goals_and_make_canonical_response call in ... | Michael Goulet | -0/+9 |
| 2024-04-27 | Rollup merge of #124425 - saethlin:ceci-nest-pas-une-ice, r=compiler-errors | Matthias Krüger | -6/+3 |
| 2024-04-26 | Do not ICE on invalid consts when walking mono-reachable blocks | Ben Kimock | -6/+3 |
| 2024-04-26 | Auto merge of #122385 - lcnr:analyze-obligations-for-infer, r=compiler-errors | bors | -0/+1 |
| 2024-04-26 | `Span`s are already 64 bit, just like references, so stop putting them behind... | Oli Scherer | -1/+1 |
| 2024-04-26 | Auto merge of #120845 - petrochenkov:debmac, r=oli-obk | bors | -17/+1 |
| 2024-04-25 | Rollup merge of #124381 - compiler-errors:derived-for-wf, r=lcnr | Michael Goulet | -2/+7 |
| 2024-04-25 | Rollup merge of #124379 - compiler-errors:remove-new-solver-lookup-behavior, ... | Michael Goulet | -56/+9 |
| 2024-04-25 | Renamed DerivedObligation to WellFormedDeriveObligation | Michael Goulet | -2/+7 |
| 2024-04-25 | hir typeck: look into nested goals | lcnr | -0/+1 |
| 2024-04-25 | debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[... | Vadim Petrochenkov | -17/+1 |
| 2024-04-25 | Remove special-casing for SimplifiedType for next solver | Michael Goulet | -56/+9 |
| 2024-04-25 | Check closure args and returns are WF | Michael Goulet | -1/+1 |
| 2024-04-24 | Auto merge of #104087 - nbdd0121:const, r=scottmcm | bors | -1/+1 |
| 2024-04-24 | Stabilise `inline_const` | Gary Guo | -1/+1 |
| 2024-04-24 | Auto merge of #122500 - petrochenkov:deleg, r=fmease | bors | -3/+10 |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -52/+60 |
| 2024-04-23 | Auto merge of #121557 - RalfJung:const-fn-call-promotion, r=oli-obk | bors | -0/+14 |
| 2024-04-23 | filter required_consts during inlining | Ralf Jung | -3/+2 |
| 2024-04-23 | properly fill a promoted's required_consts | Ralf Jung | -0/+15 |
| 2024-04-23 | Auto merge of #123126 - oli-obk:feed_crate_num, r=davidtwco | bors | -8/+19 |
| 2024-04-23 | delegation: Support async, const, extern "ABI" and C-variadic functions | Vadim Petrochenkov | -3/+10 |
| 2024-04-23 | Rollup merge of #123993 - compiler-errors:coroutine-obl, r=lcnr | León Orell Valerian Liehr | -7/+4 |
| 2024-04-23 | Rollup merge of #122598 - Nadrieril:full-derefpats, r=matthewjasper | León Orell Valerian Liehr | -19/+79 |
| 2024-04-23 | Rollup merge of #120929 - long-long-float:wrap-dyn-in-suggestion, r=fmease | León Orell Valerian Liehr | -17/+22 |
| 2024-04-23 | Rollup merge of #124067 - RalfJung:weak-lang-items, r=davidtwco | Matthias Krüger | -1/+1 |
| 2024-04-23 | Auto merge of #124277 - matthiaskrgr:rollup-zdb93i4, r=matthiaskrgr | bors | -21/+82 |
| 2024-04-23 | Rollup merge of #124220 - RalfJung:interpret-wrong-vtable, r=oli-obk | Matthias Krüger | -21/+78 |
| 2024-04-23 | Rollup merge of #124057 - gurry:124031-ice-layout-errored, r=compiler-errors | Matthias Krüger | -0/+4 |
| 2024-04-23 | Auto merge of #123992 - compiler-errors:no-has-typeck-results, r=jackh726 | bors | -4/+11 |
| 2024-04-23 | Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obk | bors | -10/+279 |
| 2024-04-22 | Rollup merge of #124230 - reitermarkus:generic-nonzero-stable, r=dtolnay | Guillaume Gomez | -1/+0 |
| 2024-04-22 | Rollup merge of #124217 - Zalathar:pre-branch, r=oli-obk | Guillaume Gomez | -2/+4 |
| 2024-04-22 | Rollup merge of #124183 - compiler-errors:unnecessary-by-ref, r=oli-obk | Guillaume Gomez | -11/+11 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -1/+0 |
| 2024-04-23 | Wrap dyn type with parentheses in suggestion | long-long-float | -17/+22 |
| 2024-04-22 | Stabilize the size of incr comp object file names | Ben Kimock | -6/+5 |
| 2024-04-22 | Fix typo in the has_surface_drop's doc comment | Daria Sukhonina | -1/+1 |
| 2024-04-22 | coverage: Detach MC/DC branch spans from regular branch spans | Zalathar | -2/+4 |
| 2024-04-22 | Fix ICE when ADT tail has type error | Gurinder Singh | -0/+4 |
| 2024-04-21 | Add `AggregateKind::RawPtr` and enough support to compile | Scott McMurray | -0/+28 |
| 2024-04-21 | Miri: detect wrong vtables in wide pointers | Ralf Jung | -21/+78 |
| 2024-04-20 | Fix documentation of `BorrowKind::Fake` | Nadrieril | -3/+3 |
| 2024-04-20 | Add a non-shallow fake borrow | Nadrieril | -16/+70 |
| 2024-04-20 | Rework fake borrow calculation | Nadrieril | -0/+5 |
| 2024-04-20 | Address closure-related review | Nadrieril | -1/+1 |
| 2024-04-20 | Track mutability of deref patterns | Nadrieril | -3/+4 |