| Age | Commit message (Expand) | Author | Lines |
| 2023-10-02 | subtyping_projections | ouz-a | -1/+7 |
| 2023-10-02 | MIRI -> Miri | Ralf Jung | -1/+1 |
| 2023-10-01 | Auto merge of #116281 - Nadrieril:eager-const-eval, r=cjgillot | bors | -1/+10 |
| 2023-10-01 | Move `eval_bits` optimization upstream | Nadrieril | -1/+10 |
| 2023-09-30 | Auto merge of #116254 - WaffleLapkin:nicen-traversal, r=cjgillot | bors | -72/+45 |
| 2023-09-30 | dont call mir.post_mono_checks in codegen | Ralf Jung | -44/+1 |
| 2023-09-29 | Remove deleted docs + better link together MIR traversing docs | Maybe Waffle | -2/+37 |
| 2023-09-28 | Use `and_then` instead of while let chain to clarify `iter` scope | Maybe Waffle | -1/+1 |
| 2023-09-28 | Remove unnecessary `&mut/ref mut` pair | Maybe Waffle | -1/+1 |
| 2023-09-28 | Don't resolve basic block data in `Postorder` | Maybe Waffle | -7/+6 |
| 2023-09-28 | `(&mut iter)` -> `iter.by_ref()` | Maybe Waffle | -1/+1 |
| 2023-09-28 | Simplify `Postorder::next` | Maybe Waffle | -6/+4 |
| 2023-09-28 | Remove `ReversePostorder` altogether | Maybe Waffle | -58/+0 |
| 2023-09-28 | Remove outdated comment | Maybe Waffle | -2/+1 |
| 2023-09-28 | Add a mir validation check to prevent OpaqueCast after analysis passes finish | Oli Scherer | -0/+1 |
| 2023-09-28 | Rollup merge of #116211 - matthiaskrgr:clippy3, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2023-09-27 | fix clippy::{redundant_guards, useless_format} | Matthias Krüger | -2/+2 |
| 2023-09-27 | Auto merge of #109597 - cjgillot:gvn, r=oli-obk | bors | -1/+1 |
| 2023-09-24 | Remove span from BrAnon. | Camille GILLOT | -2/+1 |
| 2023-09-24 | Add global value numbering pass. | Camille GILLOT | -1/+1 |
| 2023-09-23 | Auto merge of #116052 - oli-obk:ceci_nest_pas_une_query, r=WaffleLapkin | bors | -1/+1 |
| 2023-09-22 | Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obk | bors | -3/+3 |
| 2023-09-22 | Add a way to decouple the implementation and the declaration of a TyCtxt method. | Oli Scherer | -1/+1 |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -3/+3 |
| 2023-09-21 | Auto merge of #114399 - Zalathar:no-renumber, r=jackh726 | bors | -10/+0 |
| 2023-09-21 | Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obk | Guillaume Gomez | -134/+124 |
| 2023-09-21 | coverage: Don't bother renumbering expressions on the Rust side | Zalathar | -10/+0 |
| 2023-09-21 | rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const | Ralf Jung | -123/+118 |
| 2023-09-20 | Auto merge of #115870 - RalfJung:const-value-slice, r=oli-obk | bors | -9/+18 |
| 2023-09-20 | Auto merge of #115827 - eduardosm:miri-sse-reduce-code-dup, r=RalfJung | bors | -4/+18 |
| 2023-09-20 | the Const::eval_bits methods don't need to be given the Ty | Ralf Jung | -11/+6 |
| 2023-09-19 | adjust constValue::Slice to work for arbitrary slice types | Ralf Jung | -9/+18 |
| 2023-09-19 | comment on the difference between mir::ConstantKind::Unevaluated and mir::Con... | Ralf Jung | -0/+5 |
| 2023-09-19 | move ConstValue into mir | Ralf Jung | -169/+169 |
| 2023-09-19 | organize mir pretty.rs and move more things into it; move statement-related t... | Ralf Jung | -1371/+1393 |
| 2023-09-19 | use pretty_print_const_value from MIR constant 'extra' printing | Ralf Jung | -127/+133 |
| 2023-09-19 | move some MIR const pretty-printing into pretty.rs | Ralf Jung | -177/+161 |
| 2023-09-19 | more MIR const types to separate file | Ralf Jung | -409/+422 |
| 2023-09-18 | Auto merge of #115748 - RalfJung:post-mono, r=oli-obk | bors | -19/+93 |
| 2023-09-18 | Remove more unused `Lift` impls. | Nicholas Nethercote | -4/+4 |
| 2023-09-18 | Remove unused `Lift` derives. | Nicholas Nethercote | -4/+4 |
| 2023-09-16 | miri: reduce code duplication in SSE/SSE2 bin_op_* functions | Eduardo Sánchez Muñoz | -4/+8 |
| 2023-09-14 | don't point at const usage site for resolution-time errors | Ralf Jung | -17/+41 |
| 2023-09-14 | move required_consts check to general post-mono-check function | Ralf Jung | -10/+60 |
| 2023-09-14 | Auto merge of #115804 - RalfJung:valtree-to-const-val, r=oli-obk | bors | -17/+17 |
| 2023-09-14 | Auto merge of #115817 - fee1-dead-contrib:fix-codegen, r=oli-obk | bors | -3/+5 |
| 2023-09-14 | fix clippy (and MIR printing) handling of ConstValue::Indirect slices | Ralf Jung | -26/+62 |
| 2023-09-14 | don't force all slice-typed ConstValue to be ConstValue::Slice | Ralf Jung | -18/+7 |
| 2023-09-14 | treat host effect params as erased generics in codegen | Deadbeef | -3/+5 |
| 2023-09-14 | found another place where we can eval() a const, and go through valtrees | Ralf Jung | -1/+5 |