| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-12-13 | Rename `assert_uninit_valid` intrinsic | Nilstrieb | -2/+4 |
| 2022-12-12 | interpret: add read_machine_[ui]size convenience methods | Ralf Jung | -6/+17 |
| 2022-12-11 | Rollup merge of #105537 - kadiwa4:remove_some_imports, r=fee1-dead | Matthias Krüger | -9/+0 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -9/+0 |
| 2022-12-09 | Remove unneeded field from `SwitchTargets` | Jakob Degen | -2/+1 |
| 2022-12-09 | Auto merge of #104449 - oli-obk:unhide_unknown_spans, r=estebank,RalfJung | bors | -15/+3 |
| 2022-12-06 | Remove now-redundant file/line info from const backtraces | Oli Scherer | -15/+3 |
| 2022-12-06 | make retagging work even with 'unstable' places | Ralf Jung | -6/+49 |
| 2022-12-03 | interpret: clobber return place when calling function | Ralf Jung | -0/+4 |