| Age | Commit message (Expand) | Author | Lines |
| 2024-11-21 | Rollup merge of #133218 - compiler-errors:const-opaque, r=fee1-dead | Matthias Krüger | -3/+9 |
| 2024-11-20 | Auto merge of #133261 - matthiaskrgr:rollup-ekui4we, r=matthiaskrgr | bors | -14/+0 |
| 2024-11-20 | Auto merge of #131326 - dingxiangfei2009:issue-130836-attempt-2, r=nikomatsakis | bors | -6/+21 |
| 2024-11-20 | Rip out built-in PointerLike impl | Michael Goulet | -14/+0 |
| 2024-11-20 | reduce false positives of tail-expr-drop-order from consumed values | Ding Xiang Fei | -6/+21 |
| 2024-11-20 | Auto merge of #133234 - jhpratt:rollup-42dmg4p, r=jhpratt | bors | -1/+5 |
| 2024-11-20 | Rollup merge of #133216 - compiler-errors:const-fn, r=lcnr | Jacob Pratt | -1/+5 |
| 2024-11-20 | Auto merge of #133212 - lcnr:questionable-uwu, r=compiler-errors | bors | -26/+21 |
| 2024-11-19 | Implement ~const Fn trait goals in the new solver | Michael Goulet | -1/+5 |
| 2024-11-19 | `InterpCx` store `TypingEnv` instead of a `ParamEnv` | lcnr | -5/+2 |
| 2024-11-19 | Implement ~const opaques | Michael Goulet | -1/+7 |
| 2024-11-19 | Rename implied_const_bounds to explicit_implied_const_bounds | Michael Goulet | -2/+2 |
| 2024-11-19 | `TypingMode::from_param_env` begone | lcnr | -6/+0 |
| 2024-11-19 | move `fn is_item_raw` to `TypingEnv` | lcnr | -15/+19 |
| 2024-11-19 | Introduce `min_generic_const_args` and directly represent paths | Noah Lev | -99/+14 |
| 2024-11-18 | Auto merge of #132460 - lcnr:questionable-uwu, r=compiler-errors | bors | -165/+292 |
| 2024-11-18 | review | lcnr | -1/+2 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -165/+291 |
| 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 | -0/+11 |
| 2024-11-12 | Querify MonoItem collection | Ben Kimock | -0/+11 |
| 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 | Rollup merge of #132927 - BoxyUwU:consolidate_type_system_const_eval, r=compi... | Matthias Krüger | -92/+3 |
| 2024-11-12 | Consolidate type system const evaluation under `traits::evaluate_const` | Boxy | -92/+3 |
| 2024-11-11 | Simplify some places that deal with generic parameter defaults | León Orell Valerian Liehr | -2/+2 |
| 2024-11-09 | Rollup merge of #132799 - zachs18:str-primitive-symbol, r=compiler-errors | Matthias Krüger | -0/+1 |
| 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 |