| Age | Commit message (Expand) | Author | Lines |
| 2024-11-18 | Rollup merge of #133157 - RalfJung:skip_stability_check_due_to_privacy, r=com... | Guillaume Gomez | -28/+1 |
| 2024-11-18 | stability: remove skip_stability_check_due_to_privacy | Ralf Jung | -28/+1 |
| 2024-11-18 | rename rustc_const_stable_intrinsic -> rustc_intrinsic_const_stable_indirect | Ralf Jung | -1/+1 |
| 2024-11-17 | Auto merge of #132566 - saethlin:querify-mir-collection, r=cjgillot | bors | -17/+65 |
| 2024-11-15 | Rollup merge of #132978 - WaffleLapkin:very-semantic-change-kind, r=compiler-... | Guillaume Gomez | -0/+11 |
| 2024-11-14 | Mark `never_type_fallback_flowing_into_unsafe` as a semantic change | Maybe Lapkin | -0/+5 |
| 2024-11-14 | Mention both release *and* edition breakage for never type lints | Maybe Lapkin | -0/+6 |
| 2024-11-12 | Handle infer vars in anon consts on stable | Boxy | -0/+3 |
| 2024-11-12 | Querify MonoItem collection | Ben Kimock | -17/+65 |
| 2024-11-12 | Auto merge of #132282 - Noratrieb:it-is-the-end-of-serial, r=cjgillot | bors | -23/+3 |
| 2024-11-12 | Delete the `cfg(not(parallel))` serial compiler | Noratrieb | -23/+3 |
| 2024-11-12 | Auto merge of #132843 - RalfJung:mono-time-checks, r=lcnr | bors | -5/+11 |
| 2024-11-12 | Auto merge of #132943 - matthiaskrgr:rollup-164l3ej, r=matthiaskrgr | bors | -103/+12 |
| 2024-11-12 | Rollup merge of #132927 - BoxyUwU:consolidate_type_system_const_eval, r=compi... | Matthias Krüger | -103/+12 |
| 2024-11-12 | Rollup merge of #132627 - adwinwhite:thir_body_cleanup, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-11-12 | Consolidate type system const evaluation under `traits::evaluate_const` | Boxy | -103/+12 |
| 2024-11-11 | Rollup merge of #132912 - fmease:simplify-gen-param-default-users, r=compiler... | Matthias Krüger | -2/+2 |
| 2024-11-11 | Simplify some places that deal with generic parameter defaults | León Orell Valerian Liehr | -2/+2 |
| 2024-11-11 | Auto merge of #132854 - RalfJung:query-key-limit, r=compiler-errors | bors | -1/+1 |
| 2024-11-10 | Rollup merge of #132675 - Zalathar:empty-spans, r=jieyouxu | Matthias Krüger | -8/+7 |
| 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 #132831 - workingjubilee:rollup-6fdif44, r=workingjubilee | bors | -3/+83 |
| 2024-11-09 | Rollup merge of #132801 - RalfJung:alloc-mutability, r=oli-obk | Jubilee | -3/+83 |
| 2024-11-10 | Auto merge of #132173 - veluca93:abi_checks, r=RalfJung,compiler-errors | bors | -0/+8 |
| 2024-11-09 | Rollup merge of #132799 - zachs18:str-primitive-symbol, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2024-11-09 | make return type of get_alloc_info a struct, and reduce some code duplication... | Ralf Jung | -3/+83 |
| 2024-11-09 | Rollup merge of #132745 - RalfJung:pointee-info-inside-enum, r=DianQK | Matthias Krüger | -11/+27 |
| 2024-11-09 | Add str to "expected primitive, found type" diagnostic | Zachary S | -0/+1 |
| 2024-11-08 | Rollup merge of #132757 - compiler-errors:yeet-check-wf, r=lcnr | Jubilee | -0/+5 |
| 2024-11-09 | Do not reveal opaques in the param-env, we got lazy norm instead | Michael Goulet | -5/+7 |
| 2024-11-08 | coverage: Remove unhelpful code for handling multiple files per function | Zalathar | -8/+7 |
| 2024-11-08 | remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi... | Ralf Jung | -3/+3 |
| 2024-11-08 | pointee_info_at: fix logic for recursing into enums | Ralf Jung | -11/+27 |
| 2024-11-08 | Manually register some bounds for a better span | Michael Goulet | -0/+5 |
| 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-07 | remove 'platform-intrinsic' ABI leftovers | Ralf Jung | -1/+1 |
| 2024-11-05 | Auto merge of #129884 - RalfJung:forbidden-target-features, r=workingjubilee | bors | -2/+3 |
| 2024-11-05 | Auto merge of #132580 - compiler-errors:globs, r=Noratrieb | bors | -62/+61 |
| 2024-11-05 | cleanup: Remove outdated comment and logic of `thir_body` | Adwin White | -1/+1 |
| 2024-11-04 | when an intrinsic has a const-stable fallback body, we can easily expose it o... | Ralf Jung | -2/+1 |
| 2024-11-04 | add new rustc_const_stable_intrinsic attribute for const-stable intrinsics | Ralf Jung | -0/+4 |
| 2024-11-04 | mark some target features as 'forbidden' so they cannot be (un)set | Ralf Jung | -2/+3 |
| 2024-11-04 | Rollup merge of #132544 - dianne:unstable-library-feature-backticks, r=compil... | Matthias Krüger | -2/+2 |
| 2024-11-04 | Register const preds for Deref adjustments in HIR typeck | Michael Goulet | -6/+6 |
| 2024-11-04 | ty::BrK -> ty::BoundRegionKind::K | Michael Goulet | -36/+43 |
| 2024-11-04 | Remove BorrowKind glob, make names longer | Michael Goulet | -10/+8 |
| 2024-11-04 | ty::KContainer -> ty::AssocItemContainer::K | Michael Goulet | -12/+10 |
| 2024-11-04 | Remove the trivial constkind imports | Michael Goulet | -4/+0 |