| Age | Commit message (Expand) | Author | Lines |
| 2024-10-19 | Change lints_to_emit to lints_that_actually_run | blyxyas | -1/+1 |
| 2024-10-19 | Do not run lints that cannot emit | blyxyas | -1/+7 |
| 2024-10-19 | interpret errors: add map_err_kind, rename InterpError -> InterpErrorKind | Ralf Jung | -36/+47 |
| 2024-10-18 | Rollup merge of #131802 - compiler-errors:fnonce-coverage, r=Zalathar | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2024-10-18 | Dont ICE when computing coverage of synthetic async closure body | Michael Goulet | -0/+1 |
| 2024-10-18 | rust_for_linux: -Zregparm=<N> commandline flag for X86 (#116972) | Andrew Zhogin | -1/+15 |
| 2024-10-17 | move `defining_opaque_types` out of `Canonical` | lcnr | -28/+31 |
| 2024-10-17 | `DropckOutlives` to `rustc_middle` | lcnr | -6/+15 |
| 2024-10-17 | remove type_op constructors | lcnr | -25/+1 |
| 2024-10-17 | `ImpliedOutlivesBounds` to `rustc_middle` | lcnr | -6/+14 |
| 2024-10-16 | Rollup merge of #131381 - Nadrieril:min-match-ergonomics, r=pnkfelix | Matthias Krüger | -7/+8 |
| 2024-10-16 | Auto merge of #131481 - nnethercote:rm-GenKillSet, r=cjgillot | bors | -7/+0 |
| 2024-10-16 | Auto merge of #131422 - GnomedDev:smallvec-predicate-obligations, r=compiler-... | bors | -4/+5 |
| 2024-10-15 | Auto merge of #130654 - lcnr:stabilize-coherence-again, r=compiler-errors | bors | -2/+2 |
| 2024-10-15 | stabilize `-Znext-solver=coherence` | lcnr | -2/+2 |
| 2024-10-15 | Rollup merge of #131652 - compiler-errors:modifiers, r=Nadrieril,jieyouxu | Matthias Krüger | -1/+2 |
| 2024-10-14 | Move trait bound modifiers into hir::PolyTraitRef | Michael Goulet | -1/+2 |
| 2024-10-14 | Remove `Engine::new_gen_kill`. | Nicholas Nethercote | -7/+0 |
| 2024-10-14 | Rollup merge of #131473 - workingjubilee:move-that-abi-up, r=saethlin | Matthias Krüger | -1/+1 |
| 2024-10-12 | Rollup merge of #131626 - matthiaskrgr:dont_string, r=lqd | Trevor Gross | -1/+1 |
| 2024-10-12 | Stabilize `const_option` | Trevor Gross | -1/+0 |
| 2024-10-12 | remove a couple of redundant String to String conversion | Matthias Krüger | -1/+1 |
| 2024-10-12 | Swap PredicateObligation to ThinVec | GnomedDev | -4/+5 |
| 2024-10-12 | mark InterpResult as must_use | Ralf Jung | -0/+1 |
| 2024-10-11 | compiler: Wire `{TyAnd,}Layout` into `rustc_abi` | Jubilee Young | -1/+1 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -56/+4 |
| 2024-10-10 | Add variances to RPITITs | Michael Goulet | -0/+4 |
| 2024-10-10 | Introduce SolverRelating | Michael Goulet | -0/+6 |
| 2024-10-08 | compiler: Factor rustc_target::abi::* out of middle::ty::layout | Jubilee Young | -7/+18 |
| 2024-10-08 | coverage. Adapt to mcdc mapping formats introduced by llvm 19 | zhuyunxing | -31/+30 |
| 2024-10-08 | coverage. MCDC ConditionId start from 0 to keep with llvm 19 | zhuyunxing | -13/+3 |
| 2024-10-08 | Error on resetted binding mode in edition 2024 | Nadrieril | -7/+8 |
| 2024-10-07 | Auto merge of #131235 - codemountains:rename-nestedmetaitem-to-metaitemlnner,... | bors | -3/+2 |
| 2024-10-07 | Auto merge of #131226 - nnethercote:rustc_infer-cleanups, r=lcnr | bors | -9/+1 |
| 2024-10-07 | Simplify two matches. | Nicholas Nethercote | -9/+1 |
| 2024-10-06 | various fixes for `naked_asm!` implementation | Folkert de Vries | -6/+37 |
| 2024-10-06 | Rename NestedMetaItem to MetaItemInner | codemountains | -3/+2 |
| 2024-10-05 | clarify semantics of ConstantIndex MIR projection | Ralf Jung | -2/+4 |
| 2024-10-05 | Auto merge of #129244 - cjgillot:opaque-hir, r=compiler-errors | bors | -39/+74 |
| 2024-10-04 | Rollup merge of #130633 - eholk:pin-reborrow-self, r=compiler-errors | Jubilee | -0/+10 |
| 2024-10-04 | Simplify bound var resolution. | Camille GILLOT | -15/+12 |
| 2024-10-04 | WfCheck opaques. | Camille GILLOT | -1/+1 |
| 2024-10-04 | rm `ItemKind::OpaqueTy` | Noah Lev | -14/+52 |
| 2024-10-04 | Make naming more consistent. | Camille GILLOT | -10/+10 |
| 2024-10-04 | Make query backtrace more useful. | Camille GILLOT | -8/+8 |
| 2024-10-04 | Elaborate supertrait span correctly to label the error better | Michael Goulet | -0/+4 |
| 2024-10-04 | Rollup merge of #131202 - Urgau:wide-ptrs-compiler, r=jieyouxu | Guillaume Gomez | -12/+12 |
| 2024-10-04 | Use wide pointers consistenly across the compiler | Urgau | -12/+12 |
| 2024-10-03 | Auto merge of #131215 - matthiaskrgr:rollup-i021ef7, r=matthiaskrgr | bors | -8/+2 |
| 2024-10-03 | Rollup merge of #131183 - compiler-errors:opaque-ty-origin, r=estebank | Matthias Krüger | -8/+2 |