| Age | Commit message (Expand) | Author | Lines |
| 2024-11-03 | compiler: Directly use rustc_abi in mir_transform | Jubilee Young | -44/+45 |
| 2024-10-31 | Rollup merge of #132403 - lcnr:typing-mode, r=compiler-errors | Jubilee | -18/+36 |
| 2024-10-31 | Auto merge of #132356 - jieyouxu:unsound-simplify_aggregate_to_copy, r=cjgill... | bors | -1/+3 |
| 2024-10-31 | stop using `ParamEnv::reveal` while handling MIR | lcnr | -11/+33 |
| 2024-10-31 | `ConstCx` stop using `ParamEnv::reveal` | lcnr | -8/+4 |
| 2024-10-31 | Mark `simplify_aggregate_to_copy` mir-opt as unsound | 许杰友 Jieyou Xu (Joe) | -1/+3 |
| 2024-10-31 | Reduce some visibilities. | Nicholas Nethercote | -3/+3 |
| 2024-10-31 | Remove `ValueAnalysis` and `ValueAnalysisWrapper`. | Nicholas Nethercote | -59/+274 |
| 2024-10-30 | Rollup merge of #132246 - workingjubilee:campaign-on-irform, r=compiler-errors | Jubilee | -19/+22 |
| 2024-10-30 | Rollup merge of #132338 - nnethercote:rm-Engine, r=nnethercote | Matthias Krüger | -32/+14 |
| 2024-10-30 | Remove `Analysis::into_engine`. | Nicholas Nethercote | -32/+14 |
| 2024-10-29 | compiler: `rustc_abi::Abi` => `BackendRepr` | Jubilee Young | -19/+22 |
| 2024-10-29 | TypingMode :thinking: | lcnr | -4/+8 |
| 2024-10-28 | compiler: Add `is_uninhabited` and use LayoutS accessors | Jubilee Young | -2/+2 |
| 2024-10-27 | Auto merge of #132091 - Zalathar:graph-loops, r=saethlin | bors | -63/+85 |
| 2024-10-26 | Rollup merge of #132168 - fee1-dead-contrib:fxclean, r=compiler-errors | Matthias Krüger | -6/+1 |
| 2024-10-26 | Effects cleanup | Deadbeef | -6/+1 |
| 2024-10-26 | coverage: Don't rely on the custom traversal to find enclosing loops | Zalathar | -63/+85 |
| 2024-10-25 | tcx.is_const_fn doesn't work the way it is described, remove it | Ralf Jung | -1/+1 |
| 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 | -2/+2 |
| 2024-10-22 | Rollup merge of #132022 - Zalathar:dominator-order, r=tmiasko | Matthias Krüger | -2/+23 |
| 2024-10-22 | Move `cmp_in_dominator_order` out of graph dominator computation | Zalathar | -2/+23 |
| 2024-10-22 | Rollup merge of #131918 - Zalathar:counters, r=nnethercote | Matthias Krüger | -117/+107 |
| 2024-10-21 | Auto merge of #130950 - compiler-errors:yeet-eval, r=BoxyUwU | bors | -8/+7 |
| 2024-10-19 | Get rid of const eval_* and try_eval_* helpers | Michael Goulet | -8/+7 |
| 2024-10-19 | coverage: Streamline several names of things in counter creation | Zalathar | -85/+69 |
| 2024-10-19 | coverage: Make counter creation handle nodes/edges more uniformly | Zalathar | -48/+54 |
| 2024-10-19 | interpret errors: add map_err_kind, rename InterpError -> InterpErrorKind | Ralf Jung | -1/+1 |
| 2024-10-18 | Rollup merge of #131802 - compiler-errors:fnonce-coverage, r=Zalathar | 许杰友 Jieyou Xu (Joe) | -0/+6 |
| 2024-10-18 | Dont ICE when computing coverage of synthetic async closure body | Michael Goulet | -0/+6 |
| 2024-10-17 | Auto merge of #129582 - nbdd0121:unwind, r=nnethercote | bors | -6/+19 |
| 2024-10-16 | Rollup merge of #130989 - compiler-errors:unsize-opaque, r=estebank | Matthias Krüger | -0/+11 |
| 2024-10-15 | Don't check unsize goal in MIR validation when opaques remain | Michael Goulet | -0/+11 |
| 2024-10-14 | Remove `ResultsCursor::contains`. | Nicholas Nethercote | -2/+2 |
| 2024-10-08 | coverage. Warn about too many test vectors | zhuyunxing | -1/+15 |
| 2024-10-08 | coverage. Adapt to mcdc mapping formats introduced by llvm 19 | zhuyunxing | -115/+274 |
| 2024-10-07 | Rollup merge of #131325 - Zalathar:tweak-counters, r=jieyouxu | Stuart Cook | -25/+28 |
| 2024-10-07 | Auto merge of #131068 - RalfJung:immediate-offset-sanity-check, r=nnethercote | bors | -7/+23 |
| 2024-10-06 | coverage: Store `bcb_needs_counter` in a field as a bitset | Zalathar | -8/+14 |
| 2024-10-06 | coverage: Have MakeBcbCounters own its CoverageCounters | Zalathar | -13/+14 |
| 2024-10-06 | coverage: Make `BcbCounter` module-private | Zalathar | -10/+6 |
| 2024-10-06 | Auto merge of #130540 - veera-sivarajan:fix-87525, r=estebank | bors | -0/+86 |
| 2024-10-05 | fix GVN trying to transmute pointers to integers | Ralf Jung | -7/+23 |
| 2024-10-05 | Add a Lint for Pointer to Integer Transmutes in Consts | Veera | -0/+86 |
| 2024-10-05 | Compute array length from type for unconditional panic. | Camille GILLOT | -7/+9 |
| 2024-10-04 | Rollup merge of #131202 - Urgau:wide-ptrs-compiler, r=jieyouxu | Guillaume Gomez | -3/+3 |
| 2024-10-04 | Use wide pointers consistenly across the compiler | Urgau | -3/+3 |
| 2024-10-04 | Auto merge of #131201 - compiler-errors:unop-not, r=cjgillot | bors | -0/+8 |
| 2024-10-03 | Disable jump threading UnOp::Not for non-bool | Michael Goulet | -0/+8 |