| Age | Commit message (Expand) | Author | Lines |
| 2025-04-08 | fix "still mutable" ice while metrics are enabled | Jane Losare-Lusby | -5/+10 |
| 2025-04-08 | Remove redundant assignment | Nadrieril | -17/+5 |
| 2025-04-08 | Return a type from `check_pat_inner` | Nadrieril | -55/+49 |
| 2025-04-08 | Reorganize `check_pat_inner` | Nadrieril | -57/+61 |
| 2025-04-08 | Turn the peeling loop into a recursive call | Nadrieril | -34/+46 |
| 2025-04-08 | Insert adjustments incrementally | Nadrieril | -9/+7 |
| 2025-04-08 | Inline `calc_default_binding_mode` | Nadrieril | -92/+66 |
| 2025-04-08 | Do not optimize out SwitchInt before borrowck, or if Zmir-preserve-ub | Michael Goulet | -19/+36 |
| 2025-04-08 | Rollup merge of #139541 - compiler-errors:transmute, r=lcnr | Matthias Krüger | -3/+3 |
| 2025-04-08 | Rollup merge of #139515 - compiler-errors:sig-mismatch, r=lcnr | Matthias Krüger | -32/+58 |
| 2025-04-08 | Rollup merge of #139494 - compiler-errors:restrict-queries, r=oli-obk | Matthias Krüger | -26/+43 |
| 2025-04-08 | for large assignment lint, use the correct span for checking for duplicate lints | Jonathan Gruner | -5/+8 |
| 2025-04-08 | report call site of inlined scopes for large assignment lints | Jonathan Gruner | -3/+17 |
| 2025-04-08 | Fix unreachable expression warning | Celina G. Val | -4/+10 |
| 2025-04-08 | Instantiate higher-ranked transmute goal | Michael Goulet | -3/+3 |
| 2025-04-08 | Rollup merge of #139509 - xizheyin:issue-139359, r=lcnr | Matthias Krüger | -121/+111 |
| 2025-04-08 | Rollup merge of #139501 - compiler-errors:suppress-stack-overflow, r=lcnr | Matthias Krüger | -5/+35 |
| 2025-04-08 | Rollup merge of #139476 - lcnr:rm-var_infos, r=compiler-errors | Matthias Krüger | -14/+8 |
| 2025-04-08 | Auto merge of #138499 - lcnr:borrowck-typeck_root, r=oli-obk | bors | -342/+398 |
| 2025-04-08 | Rollup merge of #139464 - nnethercote:fix-139248-AND-fix-139445, r=petrochenkov | Stuart Cook | -4/+16 |
| 2025-04-08 | Rollup merge of #139421 - compiler-errors:upcast-no-principal-with-proj, r=ol... | Stuart Cook | -14/+24 |
| 2025-04-08 | Rollup merge of #139346 - compiler-errors:non-lifetime-binder-diag-hir-wf-che... | Stuart Cook | -1/+10 |
| 2025-04-08 | Rollup merge of #139124 - xtexx:gh-139082, r=compiler-errors | Stuart Cook | -0/+25 |
| 2025-04-08 | Rollup merge of #139098 - scottmcm:assert-impossible-tags, r=WaffleLapkin | Stuart Cook | -1/+31 |
| 2025-04-08 | Rollup merge of #139024 - compiler-errors:tweak-default-value-err, r=lcnr | Stuart Cook | -2/+6 |
| 2025-04-08 | Rollup merge of #138676 - compiler-errors:overflow-implied-bounds, r=lcnr | Stuart Cook | -4/+17 |
| 2025-04-08 | update if let to match in universal_regions.rs | xizheyin | -11/+11 |
| 2025-04-08 | Update compiler/rustc_borrowck/src/diagnostics/region_errors.rs | xizheyin | -1/+2 |
| 2025-04-08 | Remove unnecessary dyn Display in favor of str | Michael Goulet | -9/+9 |
| 2025-04-08 | Improve presentation of closure signature mismatch from Fn trait goal | Michael Goulet | -25/+51 |
| 2025-04-08 | clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()` | xizheyin | -112/+101 |
| 2025-04-08 | Allow for reparsing failure when reparsing a pasted metavar. | Nicholas Nethercote | -3/+10 |
| 2025-04-08 | Allow for missing invisible close delim when reparsing an expression. | Nicholas Nethercote | -1/+6 |
| 2025-04-07 | Address PR feedback | Scott McMurray | -1/+3 |
| 2025-04-07 | Fix stack overflow in exhaustiveness due to recursive HIR opaque type values | Michael Goulet | -5/+35 |
| 2025-04-08 | add negative impl | lcnr | -4/+8 |
| 2025-04-08 | move `ClosureRegionRequirements` to `rustc_borrowck` | lcnr | -155/+155 |
| 2025-04-08 | borrowck typeck children together with their parent | lcnr | -191/+243 |
| 2025-04-07 | check_align: we can still check low alignments on MSVC | Ralf Jung | -3/+27 |
| 2025-04-07 | mitigate MSVC unsoundness by not emitting alignment attributes on win32-msvc ... | Ralf Jung | -4/+29 |
| 2025-04-07 | Auto merge of #133781 - cjgillot:shallow-allowed-lints, r=petrochenkov | bors | -91/+28 |
| 2025-04-07 | Implement overflow for infinite implied lifetime bounds | Michael Goulet | -4/+17 |
| 2025-04-07 | Prepend temp files with a string per invocation of rustc | Michael Goulet | -50/+196 |
| 2025-04-07 | Simplify temp path creation a bit | Michael Goulet | -92/+70 |
| 2025-04-07 | Make error message for missing fields with .. and without .. more consistent | Michael Goulet | -2/+6 |
| 2025-04-07 | Only clone mir body if tcx.features().ergonomic_clones() | Santiago Pastorino | -8/+10 |
| 2025-04-07 | Optimize codegen of use values that are copy post monomorphization | Santiago Pastorino | -4/+66 |
| 2025-04-07 | Use a local var for tcx | Santiago Pastorino | -4/+5 |
| 2025-04-07 | Make use generated TerminatorKind::Call have call_source Use | Santiago Pastorino | -1/+3 |
| 2025-04-07 | Add `naked_functions_rustic_abi` feature gate | Folkert de Vries | -68/+29 |