| Age | Commit message (Expand) | Author | Lines |
| 2024-12-13 | Document the symbol Visibility enum | bjorn3 | -0/+12 |
| 2024-12-11 | Auto merge of #128004 - folkertdev:naked-fn-asm, r=Amanieu | bors | -1/+4 |
| 2024-12-10 | codegen `#[naked]` functions using `global_asm!` | Folkert | -1/+4 |
| 2024-12-10 | Rollup merge of #134029 - Zalathar:zero, r=oli-obk | León Orell Valerian Liehr | -29/+40 |
| 2024-12-09 | fix ICE on type error in promoted | Ralf Jung | -19/+29 |
| 2024-12-08 | coverage: Use a query to find counters/expressions that must be zero | Zalathar | -1/+12 |
| 2024-12-08 | coverage: Move `CoverageIdsInfo` into `mir::coverage` | Zalathar | -29/+29 |
| 2024-12-06 | Rollup merge of #133211 - Strophox:miri-correct-state-update-ffi, r=RalfJung | Matthias Krüger | -0/+50 |
| 2024-12-05 | extend Miri to correctly pass mutable pointers through FFI | Strophox | -0/+50 |
| 2024-12-02 | Rollup merge of #133704 - RalfJung:promoted-size-overflow-ice, r=compiler-errors | Guillaume Gomez | -17/+9 |
| 2024-12-01 | Rollup merge of #133446 - Zalathar:querify, r=cjgillot | Jacob Pratt | -5/+13 |
| 2024-12-01 | fix ICE when promoted has layout size overflow | Ralf Jung | -17/+9 |
| 2024-11-30 | coverage: Use a query to identify which counter/expression IDs are used | Zalathar | -3/+13 |
| 2024-11-30 | coverage: Allow niches in counter/expression IDs | Zalathar | -2/+0 |
| 2024-11-29 | Rollup merge of #133501 - lcnr:post-borrowck-analysis, r=compiler-errors | Matthias Krüger | -2/+3 |
| 2024-11-29 | Revert "Rollup merge of #133418 - Zalathar:spans, r=jieyouxu" | Zalathar | -3/+19 |
| 2024-11-28 | Auto merge of #123244 - Mark-Simulacrum:share-inline-never-generics, r=saethlin | bors | -0/+7 |
| 2024-11-28 | Share inline(never) generics across crates | Mark Rousskov | -0/+7 |
| 2024-11-28 | uplift fold_regions to rustc_type_ir | lcnr | -2/+3 |
| 2024-11-24 | coverage: Store coverage source regions as `Span` until codegen | Zalathar | -19/+3 |
| 2024-11-23 | remove remaining references to `Reveal` | lcnr | -2/+1 |
| 2024-11-23 | no more Reveal :( | lcnr | -5/+7 |
| 2024-11-20 | reduce false positives of tail-expr-drop-order from consumed values | Ding Xiang Fei | -0/+34 |
| 2024-11-19 | additional `TypingEnv` cleanups | lcnr | -4/+1 |
| 2024-11-19 | `InterpCx` store `TypingEnv` instead of a `ParamEnv` | lcnr | -15/+17 |
| 2024-11-19 | move `fn is_item_raw` to `TypingEnv` | lcnr | -3/+3 |
| 2024-11-19 | Auto merge of #133164 - RalfJung:promoted-oom, r=jieyouxu | bors | -2/+13 |
| 2024-11-18 | interpret: do not ICE when a promoted fails with OOM | Ralf Jung | -2/+13 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -59/+67 |
| 2024-11-17 | Auto merge of #132566 - saethlin:querify-mir-collection, r=cjgillot | bors | -15/+20 |
| 2024-11-12 | Handle infer vars in anon consts on stable | Boxy | -0/+3 |
| 2024-11-12 | Querify MonoItem collection | Ben Kimock | -15/+20 |
| 2024-11-12 | Consolidate type system const evaluation under `traits::evaluate_const` | Boxy | -11/+9 |
| 2024-11-10 | Rollup merge of #132675 - Zalathar:empty-spans, r=jieyouxu | Matthias Krüger | -8/+7 |
| 2024-11-09 | make return type of get_alloc_info a struct, and reduce some code duplication... | Ralf Jung | -3/+83 |
| 2024-11-08 | coverage: Remove unhelpful code for handling multiple files per function | Zalathar | -8/+7 |
| 2024-11-04 | ty::BrK -> ty::BoundRegionKind::K | Michael Goulet | -1/+4 |
| 2024-11-03 | compiler: Directly use rustc_abi in metadata and middle | Jubilee Young | -13/+13 |
| 2024-11-01 | Show actual MIR when MIR building forgot to terminate block | bjorn3 | -22/+24 |
| 2024-10-31 | stop using `ParamEnv::reveal` while handling MIR | lcnr | -17/+14 |
| 2024-10-31 | `ConstCx` stop using `ParamEnv::reveal` | lcnr | -6/+17 |
| 2024-10-26 | Rollup merge of #132168 - fee1-dead-contrib:fxclean, r=compiler-errors | Matthias Krüger | -4/+2 |
| 2024-10-26 | Effects cleanup | Deadbeef | -4/+2 |
| 2024-10-25 | tcx.is_const_fn doesn't work the way it is described, remove it | Ralf Jung | -2/+2 |
| 2024-10-23 | fix a couple clippy:complexitys | Matthias Krüger | -2/+2 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -1/+1 |
| 2024-10-21 | Auto merge of #130950 - compiler-errors:yeet-eval, r=BoxyUwU | bors | -5/+13 |
| 2024-10-19 | Rename normalize to normalize_internal, remove unnecessary usages | Michael Goulet | -1/+1 |
| 2024-10-19 | Get rid of const eval_* and try_eval_* helpers | Michael Goulet | -5/+13 |
| 2024-10-19 | interpret errors: add map_err_kind, rename InterpError -> InterpErrorKind | Ralf Jung | -36/+47 |