| Age | Commit message (Expand) | Author | Lines |
| 2022-11-26 | Rollup merge of #104121 - Lokathor:mir-opt-when-instruction-set-missing-on-ca... | Matthias Krüger | -1/+15 |
| 2022-11-25 | Refine instruction_set inline rules | Lokathor | -1/+15 |
| 2022-11-25 | Introduce PredicateKind::Clause | Santiago Pastorino | -1/+1 |
| 2022-11-24 | Auto merge of #103693 - HKalbasi:master, r=oli-obk | bors | -1/+1 |
| 2022-11-24 | move things from rustc_target::abi to rustc_abi | hkalbasi | -1/+1 |
| 2022-11-24 | Avoid `GenFuture` shim when compiling async constructs | Arpad Borsos | -27/+68 |
| 2022-11-21 | Allow iterators instead of requiring slices that will get turned into iterators | Oli Scherer | -3/+3 |
| 2022-11-20 | Factor out conservative_is_privately_uninhabited | Cameron Steffen | -1/+1 |
| 2022-11-20 | Rollup merge of #104564 - RalfJung:either, r=oli-obk | Matthias Krüger | -9/+16 |
| 2022-11-19 | Rollup merge of #104411 - lcnr:bivariance-nll, r=compiler-errors | Dylan DPC | -6/+6 |
| 2022-11-18 | review feedback | Ralf Jung | -3/+3 |
| 2022-11-18 | interpret: use Either over Result when it is not representing an error condition | Ralf Jung | -9/+16 |
| 2022-11-17 | Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead | bors | -6/+5 |
| 2022-11-16 | cleanup and dedupe CTFE and Miri error reporting | Ralf Jung | -16/+4 |
| 2022-11-15 | Auto merge of #102570 - cjgillot:deagg-debuginfo, r=oli-obk | bors | -0/+351 |
| 2022-11-15 | Enable SROA by at mir-opt level 3. | Camille GILLOT | -1/+1 |
| 2022-11-15 | Flatten aggregates into locals. | Camille GILLOT | -0/+350 |
| 2022-11-15 | Introduce composite debuginfo. | Camille GILLOT | -0/+1 |
| 2022-11-15 | Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obk | bors | -1/+1 |
| 2022-11-15 | mv utility methods into separate module | lcnr | -5/+5 |
| 2022-11-15 | nll: correctly deal with bivariance | lcnr | -6/+6 |
| 2022-11-15 | Auto merge of #101168 - jachris:dataflow-const-prop, r=oli-obk | bors | -0/+532 |
| 2022-11-14 | assert that we are (de)seiralizing ProvenanceMap correctly | Ralf Jung | -1/+1 |
| 2022-11-13 | Store a LocalDefId in hir::Variant & hir::Field. | Camille GILLOT | -6/+5 |
| 2022-11-13 | add is_sized method on Abi and Layout, and use it | Ralf Jung | -2/+2 |
| 2022-11-12 | Disable limits if mir-opt-level >= 4 | Jannis Christopher Köhl | -2/+3 |
| 2022-11-12 | Expand upon comment regarding self-assignment | Jannis Christopher Köhl | -1/+1 |
| 2022-11-12 | Require -Zmir-opt-level >= 3 for now | Jannis Christopher Köhl | -1/+1 |
| 2022-11-12 | Add comment for guessed constants | Jannis Christopher Köhl | -0/+1 |
| 2022-11-10 | Simplify creation of map | Jannis Christopher Köhl | -1/+1 |
| 2022-11-10 | Don't ICE when encountering ConstKind::Error in RequiredConstsVisitor | Michael Goulet | -1/+1 |
| 2022-11-09 | Fix struct field tracking and add tests for it | Jannis Christopher Köhl | -3/+1 |
| 2022-11-09 | Completely remove tracking of references for now | Jannis Christopher Köhl | -12/+12 |
| 2022-11-08 | Add support for custom MIR parsing | Jakob Degen | -35/+46 |
| 2022-11-07 | Limit number of basic blocks and tracked places to 100 for now | Jannis Christopher Köhl | -2/+8 |
| 2022-11-07 | Use new cast methods | Jannis Christopher Köhl | -12/+15 |
| 2022-11-07 | Limit number of tracked places, and some other perf improvements | Jannis Christopher Köhl | -3/+20 |
| 2022-11-07 | Move HasTop and HasBottom into lattice.rs | Jannis Christopher Köhl | -1/+1 |
| 2022-11-07 | Small documentation changes | Jannis Christopher Köhl | -1/+7 |
| 2022-11-07 | Use ParamEnv consistently | Jannis Christopher Köhl | -9/+8 |
| 2022-11-07 | Prevent propagation of overflow if overflow occured | Jannis Christopher Köhl | -16/+4 |
| 2022-11-07 | Fix unimplemented binary_ptr_op | Jannis Christopher Köhl | -1/+1 |
| 2022-11-07 | Improve documentation, plus some small changes | Jannis Christopher Köhl | -9/+15 |
| 2022-11-07 | Make overflow handling more precise | Jannis Christopher Köhl | -11/+18 |
| 2022-11-07 | Make overflow flag propagation conditional | Jannis Christopher Köhl | -2/+16 |
| 2022-11-07 | Fix rebased CastKind | Jannis Christopher Köhl | -1/+8 |
| 2022-11-07 | Use the same is_enabled as the current const prop | Jannis Christopher Köhl | -2/+1 |
| 2022-11-07 | Prevent registration inside references if target is !Freeze | Jannis Christopher Köhl | -2/+1 |
| 2022-11-07 | Remove `Unknown` state in favor of `Value(Top)` | Jannis Christopher Köhl | -7/+3 |
| 2022-11-07 | Track Scalar instead of ScalarInt for const prop | Jannis Christopher Köhl | -42/+29 |