| Age | Commit message (Expand) | Author | Lines |
| 2023-11-11 | Remove legacy bitcode from all Apple specs | BlackHoleFox | -94/+0 |
| 2023-11-11 | Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnay | bors | -7/+4 |
| 2023-11-11 | Reject defaultness on free consts | León Orell Valerian Liehr | -5/+7 |
| 2023-11-11 | Make rustc_parse_format compile on stable again | León Orell Valerian Liehr | -5/+2 |
| 2023-11-11 | rustc_log: provide a way to init logging based on the values, not names, of t... | Ralf Jung | -16/+39 |
| 2023-11-11 | Remove incorrect transformation from RemoveZsts | Tomasz Miąsko | -6/+5 |
| 2023-11-10 | Ignore FieldIdx and VariantIdx examples in docs | Kirby Linvill | -2/+2 |
| 2023-11-10 | Auto merge of #115229 - iSwapna:issue-115222-fix, r=estebank | bors | -2/+34 |
| 2023-11-10 | Recurse over the method chain and maintain a stack to peek at previous receiv... | Swapna Iyer | -2/+34 |
| 2023-11-10 | Correctly handle while-let-chains | sjwang05 | -2/+2 |
| 2023-11-10 | Add SMIR visitor for Places and projections | Kirby Linvill | -2/+33 |
| 2023-11-10 | add CoroutineWitness to covered types | Oğuz Ağcayazı | -1/+14 |
| 2023-11-10 | Merge commit 'c84d1871dc4456539b7b578830268ab3539915d0' into sync_cg_clif-202... | bjorn3 | -67/+961 |
| 2023-11-09 | Catch an edge case | sjwang05 | -1/+5 |
| 2023-11-09 | Defer Place ty implementation in Stable Mir to later PR | Kirby Linvill | -2/+4 |
| 2023-11-09 | Remove rich UserTypeProjection projections in SMIR | Kirby Linvill | -48/+15 |
| 2023-11-09 | Add stable MIR Projections support based on MIR structure | Kirby Linvill | -6/+180 |
| 2023-11-10 | Remove `-Zkeep-hygiene-data`. | Nicholas Nethercote | -12/+0 |
| 2023-11-09 | Catch stray { in let-chains | sjwang05 | -1/+33 |
| 2023-11-10 | Rollup merge of #117743 - sjwang05:issue-117720, r=estebank | Matthias Krüger | -4/+20 |
| 2023-11-10 | Rollup merge of #117741 - eltociear:patch-23, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-11-10 | Factor out some duplicated code. | Nicholas Nethercote | -42/+31 |
| 2023-11-10 | Update instructions in a comment. | Nicholas Nethercote | -10/+3 |
| 2023-11-10 | Minor cleanups. | Nicholas Nethercote | -11/+14 |
| 2023-11-10 | Simplify the `current_rustc_version` macro. | Nicholas Nethercote | -30/+12 |
| 2023-11-09 | Auto merge of #117727 - saethlin:inline-derived-fmt, r=nnethercote | bors | -1/+1 |
| 2023-11-09 | Emit #[inline] on derive(Debug) | Ben Kimock | -1/+1 |
| 2023-11-09 | Auto merge of #117712 - lcnr:expand-coroutine, r=jackh726 | bors | -70/+85 |
| 2023-11-09 | Auto merge of #117734 - nnethercote:rm-Zstrip, r=davidtwco | bors | -12/+2 |
| 2023-11-09 | remove stability assert in `evaluate_goal` | lcnr | -98/+8 |
| 2023-11-09 | update overflow handling for norm, add test | lcnr | -2/+2 |
| 2023-11-09 | rework alias-relate to `norm(lhs) == norm(rhs)` | lcnr | -165/+162 |
| 2023-11-09 | only instantiate opaques with rigid types | lcnr | -17/+22 |
| 2023-11-09 | `try_normalize_ty` end with rigid alias on failure | lcnr | -30/+146 |
| 2023-11-09 | Auto merge of #117632 - Nilstrieb:icup, r=davidtwco | bors | -874/+200 |
| 2023-11-09 | Suggest fix for ; within let-chains | sjwang05 | -4/+20 |
| 2023-11-09 | Fix typo in internal.rs | Ikko Eltociear Ashimine | -1/+1 |
| 2023-11-09 | Rollup merge of #117694 - jmillikin:core-io-borrowed-buf, r=m-ou-se | Takayuki Maeda | -0/+1 |
| 2023-11-09 | Rollup merge of #117645 - compiler-errors:auto-trait-subst, r=petrochenkov | Takayuki Maeda | -6/+15 |
| 2023-11-09 | Auto merge of #117557 - Zoxc:panic-prio, r=petrochenkov | bors | -14/+30 |
| 2023-11-09 | Remove `-Z strip`. | Nicholas Nethercote | -12/+2 |
| 2023-11-09 | Move `BorrowedBuf` and `BorrowedCursor` from `std:io` to `core::io` | John Millikin | -0/+1 |
| 2023-11-08 | rename `BorrowKind::Shallow` to `Fake` | lcnr | -68/+75 |
| 2023-11-08 | generator layout: ignore fake borrows | lcnr | -3/+8 |
| 2023-11-08 | Auto merge of #116930 - RalfJung:raw-ptr-match, r=davidtwco | bors | -44/+63 |
| 2023-11-08 | avoid unnecessary nested conditionals | Ralf Jung | -11/+9 |
| 2023-11-08 | Auto merge of #117716 - GuillaumeGomez:rollup-83gnhll, r=GuillaumeGomez | bors | -478/+516 |
| 2023-11-08 | Rollup merge of #117702 - davidtwco:target-tier-refactors, r=petrochenkov | Guillaume Gomez | -475/+479 |
| 2023-11-08 | Rollup merge of #117282 - clubby789:recover-wrong-function-header, r=TaKO8Ki | Guillaume Gomez | -3/+37 |
| 2023-11-08 | Auto merge of #117560 - lqd:issue-117146, r=matthewjasper | bors | -13/+14 |