| Age | Commit message (Expand) | Author | Lines |
| 2024-11-20 | Auto merge of #133261 - matthiaskrgr:rollup-ekui4we, r=matthiaskrgr | bors | -23/+82 |
| 2024-11-20 | Rollup merge of #132708 - estebank:const-as-binding, r=Nadrieril | Matthias Krüger | -23/+82 |
| 2024-11-20 | reduce false positives of tail-expr-drop-order from consumed values | Ding Xiang Fei | -22/+47 |
| 2024-11-19 | pattern lowering, yeet `TypingEnv::from_param_env` | lcnr | -63/+38 |
| 2024-11-19 | move `fn is_item_raw` to `TypingEnv` | lcnr | -4/+14 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -16/+31 |
| 2024-11-17 | review comments | Esteban Küber | -21/+26 |
| 2024-11-17 | review comments | Esteban Küber | -4/+0 |
| 2024-11-17 | Unify expanded constants and named constants in `PatKind` | Esteban Küber | -23/+38 |
| 2024-11-17 | Point at const when intended binding fall-through pattern is a const | Esteban Küber | -4/+25 |
| 2024-11-17 | Use `item_name` instead of a span snippet when talking about const pattern | Esteban Küber | -3/+2 |
| 2024-11-17 | Fold `PatKind::NamedConstant` into `PatKind::Constant` | Esteban Küber | -13/+14 |
| 2024-11-17 | Point at `const` definition when used instead of a binding in a `let` statement | Esteban Küber | -5/+27 |
| 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-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-10-31 | Rollup merge of #132385 - workingjubilee:move-abi-to-rustc-abi, r=jieyouxu,co... | Jubilee | -3/+3 |
| 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 | -3/+3 |
| 2024-10-30 | Rollup merge of #131856 - lcnr:typing-mode, r=compiler-errors | Matthias Krüger | -2/+4 |
| 2024-10-30 | Rollup merge of #129394 - Jarcho:irrefutable_let_patterns, r=Nadrieril | Matthias Krüger | -7/+18 |
| 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 | -2/+4 |
| 2024-10-29 | Remove region from adjustments | Michael Goulet | -4/+5 |
| 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 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -2/+2 |
| 2024-10-20 | Rip out old effects var handling code from traits | Michael Goulet | -11/+1 |
| 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/+19 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -15/+5 |
| 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/+20 |
| 2024-10-06 | various fixes for `naked_asm!` implementation | Folkert de Vries | -1/+4 |
| 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 | -7/+26 |
| 2024-09-24 | use more accurate spans for user type ascriptions | Lukas Markeffsky | -4/+15 |
| 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 | -1/+3 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -10/+12 |
| 2024-09-22 | Replace calls to Const::eval in mir build | Michael Goulet | -1/+3 |
| 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 | Begin experimental support for pin reborrowing | Eric Holk | -0/+45 |
| 2024-09-13 | Add a machine-applicable suggestion to "unreachable pattern" | Nadrieril | -5/+30 |