| Age | Commit message (Expand) | Author | Lines |
| 2023-02-14 | s/eval_usize/eval_target_usize/ for clarity | Oli Scherer | -2/+5 |
| 2023-02-13 | Make visiting traits generic over the Interner | Alan Egerton | -1/+1 |
| 2023-02-13 | Alias folding/visiting traits instead of re-export | Alan Egerton | -1/+1 |
| 2023-02-08 | Rollup merge of #107769 - compiler-errors:pointer-like, r=eholk | Matthias Krüger | -1/+1 |
| 2023-02-07 | Rename PointerSized to PointerLike | Michael Goulet | -1/+1 |
| 2023-02-07 | Rollup merge of #107756 - RalfJung:miri-out-of-addresses, r=oli-obk | Matthias Krüger | -16/+15 |
| 2023-02-07 | miri: fix ICE when running out of address space | Ralf Jung | -16/+15 |
| 2023-02-06 | interpret: move discriminant reading and writing to separate file | Ralf Jung | -234/+245 |
| 2023-02-02 | Introduce write_aggregate. | Camille GILLOT | -19/+29 |
| 2023-02-02 | Interpret aggregates. | Camille GILLOT | -13/+16 |
| 2023-01-31 | Rollup merge of #107467 - WaffleLapkin:uneq, r=oli-obk | Guillaume Gomez | -2/+2 |
| 2023-01-31 | Auto merge of #107297 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -9/+9 |
| 2023-01-31 | Download rustc component for rustfmt toolchain as well | Mark Rousskov | -9/+9 |
| 2023-01-30 | Use `Mutability::{is_mut, is_not}` | Maybe Waffle | -2/+2 |
| 2023-01-29 | Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk | bors | -1/+11 |
| 2023-01-27 | Introduce GeneratorWitnessMIR. | Camille GILLOT | -0/+2 |
| 2023-01-26 | Auto merge of #107314 - matthiaskrgr:rollup-j40lnlj, r=matthiaskrgr | bors | -3/+3 |
| 2023-01-26 | Auto merge of #105582 - saethlin:instcombine-assert-inhabited, r=cjgillot | bors | -2/+2 |
| 2023-01-23 | Thread a ParamEnv down to might_permit_raw_init | Ben Kimock | -2/+2 |
| 2023-01-23 | Add back Machine::before_terminator(...) method | Bryan Garza | -0/+8 |
| 2023-01-23 | Replace terminator-based const eval limit | Bryan Garza | -22/+4 |
| 2023-01-23 | Remove debugging-related code | Bryan Garza | -1/+0 |
| 2023-01-23 | Create stable metric to measure long computation in Const Eval | Bryan Garza | -0/+21 |
| 2023-01-22 | abi: add `AddressSpace` field to `Primitive::Pointer` | Erik Desjardins | -3/+3 |
| 2023-01-20 | Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb | bors | -15/+13 |
| 2023-01-17 | Stop using `BREAK` & `CONTINUE` in compiler | Scott McMurray | -2/+2 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -25/+25 |
| 2023-01-17 | Self review suggestions | Maybe Waffle | -26/+33 |
| 2023-01-17 | Review suggestions | Maybe Waffle | -3/+3 |
| 2023-01-17 | Undo questionable changes | Maybe Waffle | -23/+24 |
| 2023-01-17 | `rustc_const_eval`: remove `ref` patterns (+some pattern matching imps) | Maybe Waffle | -63/+53 |
| 2023-01-09 | Use newtype for unused generic parameters | Nilstrieb | -2/+1 |
| 2022-12-22 | Auto merge of #106054 - matthiaskrgr:rollup-38epsfh, r=matthiaskrgr | bors | -2/+4 |
| 2022-12-22 | Rollup merge of #105847 - compiler-errors:issue-104396, r=oli-obk | Matthias Krüger | -2/+4 |
| 2022-12-22 | Auto merge of #103957 - JakobDegen:drop-retag, r=RalfJung | bors | -3/+12 |
| 2022-12-22 | Auto merge of #106023 - JohnTitor:rollup-k8mettz, r=JohnTitor | bors | -6/+17 |
| 2022-12-21 | Don't run `Drop` terminators on types that do not have drop glue in const eval | Jakob Degen | -3/+12 |
| 2022-12-22 | Rollup merge of #105602 - RalfJung:read-convenience, r=oli-obk | Yuki Okushi | -6/+17 |
| 2022-12-21 | Auto merge of #105613 - Nilstrieb:rename-assert_uninit_valid, r=RalfJung | bors | -2/+4 |
| 2022-12-18 | Rollup merge of #105875 - matthiaskrgr:needless_borrowed_reference, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-12-18 | don't restuct references just to reborrow | Matthias Krüger | -1/+1 |
| 2022-12-18 | avoid .into() conversion to identical types | Matthias Krüger | -9/+6 |
| 2022-12-17 | Ensure param-env is const before calling eval_to_valtree | Michael Goulet | -2/+4 |
| 2022-12-15 | Move alignment failure error reporting to machine | Oli Scherer | -40/+10 |
| 2022-12-15 | Make alignment checks a future incompat lint | Oli Scherer | -35/+77 |
| 2022-12-15 | Always pass alignment and handle checking lazily | Oli Scherer | -9/+17 |
| 2022-12-13 | Combine identical alias arms | Michael Goulet | -7/+4 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -4/+4 |
| 2022-12-13 | squash OpaqueTy and ProjectionTy into AliasTy | Michael Goulet | -1/+1 |
| 2022-12-13 | Use ty::OpaqueTy everywhere | Michael Goulet | -1/+1 |