| Age | Commit message (Expand) | Author | Lines |
| 2024-11-12 | Auto merge of #132943 - matthiaskrgr:rollup-164l3ej, r=matthiaskrgr | bors | -22/+40 |
| 2024-11-12 | Rollup merge of #132627 - adwinwhite:thir_body_cleanup, r=compiler-errors | Matthias Krüger | -4/+0 |
| 2024-11-12 | Consolidate type system const evaluation under `traits::evaluate_const` | Boxy | -22/+40 |
| 2024-11-05 | Auto merge of #132580 - compiler-errors:globs, r=Noratrieb | bors | -3/+3 |
| 2024-11-05 | cleanup: Remove outdated comment and logic of `thir_body` | Adwin White | -4/+0 |
| 2024-11-04 | Register const preds for Deref adjustments in HIR typeck | Michael Goulet | -2/+10 |
| 2024-11-04 | Remove BorrowKind glob, make names longer | Michael Goulet | -3/+3 |
| 2024-11-01 | Show actual MIR when MIR building forgot to terminate block | bjorn3 | -6/+17 |
| 2024-10-31 | Rollup merge of #132385 - workingjubilee:move-abi-to-rustc-abi, r=jieyouxu,co... | Jubilee | -12/+11 |
| 2024-10-31 | Auto merge of #132301 - compiler-errors:adjust, r=lcnr | bors | -4/+5 |
| 2024-10-30 | compiler: Switch to rustc_abi in hir_pretty, lint_defs, and mir_build | Jubilee Young | -12/+11 |
| 2024-10-30 | Rollup merge of #132246 - workingjubilee:campaign-on-irform, r=compiler-errors | Jubilee | -2/+2 |
| 2024-10-30 | Rollup merge of #131856 - lcnr:typing-mode, r=compiler-errors | Matthias Krüger | -5/+11 |
| 2024-10-30 | Rollup merge of #129394 - Jarcho:irrefutable_let_patterns, r=Nadrieril | Matthias Krüger | -7/+18 |
| 2024-10-29 | compiler: `rustc_abi::Abi` => `BackendRepr` | Jubilee Young | -2/+2 |
| 2024-10-29 | Don't lint `irrefutable_let_patterns` on leading patterns if `else if` let-ch... | Jason Newcomb | -7/+18 |
| 2024-10-29 | Rollup merge of #131984 - dingxiangfei2009:stabilize-if-let-rescope, r=travis... | Matthias Krüger | -1/+1 |
| 2024-10-29 | TypingMode :thinking: | lcnr | -5/+11 |
| 2024-10-29 | Remove region from adjustments | Michael Goulet | -4/+5 |
| 2024-10-24 | Rollup merge of #129248 - compiler-errors:raw-ref-deref, r=nnethercote | Matthias Krüger | -11/+3 |
| 2024-10-24 | Rollup merge of #131909 - clubby789:enum-overflow-cast, r=compiler-errors | Stuart Cook | -1/+8 |
| 2024-10-24 | stabilize if_let_rescope | Ding Xiang Fei | -1/+1 |
| 2024-10-23 | Rollup merge of #132060 - joshtriplett:innermost-outermost, r=jieyouxu | León Orell Valerian Liehr | -4/+4 |
| 2024-10-23 | "innermost", "outermost", "leftmost", and "rightmost" don't need hyphens | Josh Triplett | -4/+4 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -4/+4 |
| 2024-10-20 | Rip out old effects var handling code from traits | Michael Goulet | -17/+2 |
| 2024-10-19 | Prevent overflowing enum cast from ICEing | clubby789 | -1/+8 |
| 2024-10-16 | Rollup merge of #131381 - Nadrieril:min-match-ergonomics, r=pnkfelix | Matthias Krüger | -8/+21 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -15/+5 |
| 2024-10-08 | coverage. Adapt to mcdc mapping formats introduced by llvm 19 | zhuyunxing | -40/+54 |
| 2024-10-08 | coverage. MCDC ConditionId start from 0 to keep with llvm 19 | zhuyunxing | -12/+17 |
| 2024-10-08 | Change error message | Nadrieril | -4/+3 |
| 2024-10-08 | Stabilize `min_match_ergonomics_2024` | Nadrieril | -1/+1 |
| 2024-10-08 | Error on resetted binding mode in edition 2024 | Nadrieril | -8/+22 |
| 2024-10-06 | Don't emit null pointer lint for raw ref of null deref | Michael Goulet | -2/+0 |
| 2024-10-06 | A raw ref of a deref is always safe | Michael Goulet | -9/+3 |
| 2024-10-06 | various fixes for `naked_asm!` implementation | Folkert de Vries | -7/+17 |
| 2024-10-01 | Remove unnamed field feature | Michael Goulet | -15/+5 |
| 2024-09-28 | tweak Const::identity_unevaluated name and docs | Ralf Jung | -10/+6 |
| 2024-09-28 | try to get rid of mir::Const::normalize | Ralf Jung | -4/+2 |
| 2024-09-24 | be even more precise about "cast" vs "coercion" | Lukas Markeffsky | -11/+38 |
| 2024-09-24 | use more accurate spans for user type ascriptions | Lukas Markeffsky | -10/+23 |
| 2024-09-24 | unify dyn* coercions with other pointer coercions | Lukas Markeffsky | -1/+0 |
| 2024-09-23 | Rollup merge of #130715 - compiler-errors:mir-build-const-eval, r=BoxyUwU | Matthias Krüger | -3/+10 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -366/+273 |
| 2024-09-22 | Replace calls to Const::eval in mir build | Michael Goulet | -3/+10 |
| 2024-09-20 | Rollup merge of #130526 - eholk:pin-reborrow, r=compiler-errors | Guillaume Gomez | -1/+63 |
| 2024-09-19 | pin_ergonomics: allow reborrowing as Pin<&T> | Eric Holk | -6/+9 |
| 2024-09-19 | Allow shortening reborrows | Eric Holk | -43/+57 |
| 2024-09-18 | Rollup merge of #130533 - compiler-errors:never-pat-unsafeck, r=Nadrieril | Jubilee | -4/+5 |