| Age | Commit message (Expand) | Author | Lines |
| 2024-11-09 | Rollup merge of #132799 - zachs18:str-primitive-symbol, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2024-11-09 | Move some code from Compiler::enter to GlobalCtxt::finish | bjorn3 | -2/+11 |
| 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-09 | Do not reveal opaques in the param-env, we got lazy norm instead | Michael Goulet | -5/+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-07 | remove 'platform-intrinsic' ABI leftovers | Ralf Jung | -1/+1 |
| 2024-11-05 | Auto merge of #132580 - compiler-errors:globs, r=Noratrieb | bors | -59/+55 |
| 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 | Register const preds for Deref adjustments in HIR typeck | Michael Goulet | -6/+6 |
| 2024-11-04 | ty::BrK -> ty::BoundRegionKind::K | Michael Goulet | -35/+39 |
| 2024-11-04 | Remove BorrowKind glob, make names longer | Michael Goulet | -10/+8 |
| 2024-11-04 | ty::KContainer -> ty::AssocItemContainer::K | Michael Goulet | -10/+8 |
| 2024-11-04 | Remove the trivial constkind imports | Michael Goulet | -4/+0 |
| 2024-11-03 | Rollup merge of #132574 - workingjubilee:abi-in-compiler, r=compiler-errors | Jubilee | -58/+49 |
| 2024-11-03 | compiler: Directly use rustc_abi in metadata and middle | Jubilee Young | -58/+49 |
| 2024-11-03 | Rename the FIXMEs, remove a few that dont matter anymore | Michael Goulet | -1/+0 |
| 2024-11-02 | Fix type shortening writing to file | Esteban Küber | -3/+18 |
| 2024-10-31 | Auto merge of #132301 - compiler-errors:adjust, r=lcnr | bors | -11/+10 |
| 2024-10-31 | Auto merge of #131186 - compiler-errors:precise-capturing-borrowck, r=estebank | bors | -6/+5 |
| 2024-10-31 | Try to point out when edition 2024 lifetime capture rules cause borrowck issues | Michael Goulet | -1/+1 |
| 2024-10-31 | Encode cross-crate opaque type origin | Michael Goulet | -5/+4 |
| 2024-10-31 | Auto merge of #132377 - matthiaskrgr:rollup-3p1c6hs, r=matthiaskrgr | bors | -12/+0 |
| 2024-10-30 | Remove dead code stemming from the old effects desugaring | León Orell Valerian Liehr | -12/+0 |
| 2024-10-30 | Rollup merge of #132344 - compiler-errors:same-thing, r=lcnr | Jubilee | -8/+8 |
| 2024-10-30 | Rollup merge of #132246 - workingjubilee:campaign-on-irform, r=compiler-errors | Jubilee | -3/+4 |
| 2024-10-30 | Merge HostPolarity and BoundConstness | Michael Goulet | -8/+8 |
| 2024-10-30 | Remap impl-trait lifetimes on HIR instead of AST lowering. | Camille GILLOT | -6/+7 |
| 2024-10-29 | compiler: `rustc_abi::Abi` => `BackendRepr` | Jubilee Young | -3/+4 |
| 2024-10-29 | TypingMode :thinking: | lcnr | -13/+8 |
| 2024-10-29 | Remove region from adjustments | Michael Goulet | -11/+10 |
| 2024-10-28 | Rollup merge of #132255 - workingjubilee:layout-is-🏚️, r=compiler-errors | Jubilee | -1/+1 |
| 2024-10-28 | compiler: Add `is_uninhabited` and use LayoutS accessors | Jubilee Young | -1/+1 |
| 2024-10-27 | compiler: Rename LayoutS to LayoutData | Jubilee Young | -6/+6 |
| 2024-10-26 | Rollup merge of #132168 - fee1-dead-contrib:fxclean, r=compiler-errors | Matthias Krüger | -6/+2 |
| 2024-10-26 | Effects cleanup | Deadbeef | -6/+2 |
| 2024-10-25 | tcx.is_const_fn doesn't work the way it is described, remove it | Ralf Jung | -29/+17 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -1/+1 |
| 2024-10-24 | Be better at enforcing that const_conditions is only called on const items | Michael Goulet | -2/+68 |
| 2024-10-24 | Implement const effect predicate in new solver | Michael Goulet | -11/+136 |
| 2024-10-24 | Remove associated type based effects logic | Michael Goulet | -79/+10 |
| 2024-10-23 | Rollup merge of #131979 - compiler-errors:compare-pred-entail, r=fmease | León Orell Valerian Liehr | -1/+3 |
| 2024-10-23 | More compare_impl_item simplifications | Michael Goulet | -1/+3 |
| 2024-10-23 | Auto merge of #132027 - RalfJung:lang-feature-bool-fields, r=nnethercote | bors | -10/+10 |
| 2024-10-23 | Auto merge of #132044 - lcnr:no-relate-abi, r=compiler-errors | bors | -27/+5 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -10/+10 |
| 2024-10-23 | remove `PredicatePolarity` and `BoundConstness` relate impls | lcnr | -3/+0 |
| 2024-10-22 | do not relate `Abi` and `Safety` | lcnr | -24/+5 |