| Age | Commit message (Expand) | Author | Lines |
| 2024-11-21 | Rollup merge of #133218 - compiler-errors:const-opaque, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2024-11-20 | reduce false positives of tail-expr-drop-order from consumed values | Ding Xiang Fei | -0/+30 |
| 2024-11-19 | `InterpCx` store `TypingEnv` instead of a `ParamEnv` | lcnr | -15/+3 |
| 2024-11-19 | Rename implied_const_bounds to explicit_implied_const_bounds | Michael Goulet | -1/+1 |
| 2024-11-19 | move `fn is_item_raw` to `TypingEnv` | lcnr | -4/+4 |
| 2024-11-19 | Auto merge of #124780 - Mark-Simulacrum:lockless-cache, r=lcnr | bors | -3/+4 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -14/+26 |
| 2024-11-15 | Improve VecCache under parallel frontend | Mark Rousskov | -3/+4 |
| 2024-11-12 | Querify MonoItem collection | Ben Kimock | -2/+34 |
| 2024-11-12 | Auto merge of #132843 - RalfJung:mono-time-checks, r=lcnr | bors | -5/+11 |
| 2024-11-12 | Rollup merge of #132627 - adwinwhite:thir_body_cleanup, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-11-10 | query/plumbing: adjust comment to reality | Ralf Jung | -1/+1 |
| 2024-11-10 | move all mono-time checks into their own folder, and their own query | Ralf Jung | -5/+11 |
| 2024-11-10 | Auto merge of #132173 - veluca93:abi_checks, r=RalfJung,compiler-errors | bors | -0/+8 |
| 2024-11-07 | Rollup merge of #132131 - celinval:smir-crate-defs, r=compiler-errors | Jubilee | -0/+10 |
| 2024-11-07 | [StableMIR] API to retrieve definitions from crates | Celina G. Val | -0/+10 |
| 2024-11-05 | Auto merge of #129884 - RalfJung:forbidden-target-features, r=workingjubilee | bors | -2/+3 |
| 2024-11-05 | cleanup: Remove outdated comment and logic of `thir_body` | Adwin White | -1/+1 |
| 2024-11-04 | mark some target features as 'forbidden' so they cannot be (un)set | Ralf Jung | -2/+3 |
| 2024-11-03 | compiler: Directly use rustc_abi in metadata and middle | Jubilee Young | -12/+8 |
| 2024-11-01 | Emit warning when calling/declaring functions with unavailable vectors. | Luca Versari | -0/+8 |
| 2024-10-31 | Encode cross-crate opaque type origin | Michael Goulet | -3/+3 |
| 2024-10-30 | Remap impl-trait lifetimes on HIR instead of AST lowering. | Camille GILLOT | -0/+17 |
| 2024-10-29 | TypingMode :thinking: | lcnr | -1/+1 |
| 2024-10-28 | fix clippy::clone_on_ref_ptr for compiler | klensy | -25/+20 |
| 2024-10-26 | Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillot | bors | -0/+6 |
| 2024-10-25 | tcx.is_const_fn doesn't work the way it is described, remove it | Ralf Jung | -4/+3 |
| 2024-10-24 | Implement const effect predicate in new solver | Michael Goulet | -0/+19 |
| 2024-10-24 | Remove associated type based effects logic | Michael Goulet | -6/+0 |
| 2024-10-19 | Follow review comments (optimize the filtering) | blyxyas | -1/+2 |
| 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 | -0/+5 |
| 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-17 | move `defining_opaque_types` out of `Canonical` | lcnr | -16/+16 |
| 2024-10-17 | `DropckOutlives` to `rustc_middle` | lcnr | -6/+7 |
| 2024-10-17 | `ImpliedOutlivesBounds` to `rustc_middle` | lcnr | -6/+6 |
| 2024-10-04 | Simplify bound var resolution. | Camille GILLOT | -3/+3 |
| 2024-10-04 | WfCheck opaques. | Camille GILLOT | -1/+1 |
| 2024-10-04 | Make naming more consistent. | Camille GILLOT | -10/+10 |
| 2024-10-04 | Make query backtrace more useful. | Camille GILLOT | -8/+8 |
| 2024-09-27 | Auto merge of #130946 - matthiaskrgr:rollup-ia4mf0y, r=matthiaskrgr | bors | -6/+6 |
| 2024-09-27 | Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-... | Matthias Krüger | -6/+6 |
| 2024-09-26 | Use `&raw` in the compiler | Josh Stone | -2/+2 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -6/+6 |
| 2024-09-24 | Separate collection of crate-local inherent impls from error reporting | Michael Goulet | -4/+16 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -26/+23 |
| 2024-09-05 | Rollup merge of #101339 - the8472:ci-randomize-debug, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2024-09-02 | Rollup merge of #129877 - Sajjon:sajjon_fix_typos_batch_2, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 2) | Alexander Cyon | -1/+1 |