| Age | Commit message (Expand) | Author | Lines |
| 2023-02-02 | Introduce write_aggregate. | Camille GILLOT | -19/+29 |
| 2023-02-02 | Stop deaggegating MIR. | Camille GILLOT | -79/+0 |
| 2023-02-02 | Stop deaggregating enums in MIR. | Camille GILLOT | -17/+5 |
| 2023-02-02 | Interpret aggregates. | Camille GILLOT | -13/+16 |
| 2023-02-02 | Put a DefId in AggregateKind. | Camille GILLOT | -1/+1 |
| 2023-01-31 | Rollup merge of #107467 - WaffleLapkin:uneq, r=oli-obk | Guillaume Gomez | -7/+6 |
| 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 | Replace some `_ == _ || _ == _`s with `matches!(_, _ | _)`s | Maybe Waffle | -1/+1 |
| 2023-01-30 | Use `Mutability::{is_mut, is_not}` | Maybe Waffle | -2/+2 |
| 2023-01-30 | Replace enum `==`s with `match`es where it makes sense | Maybe Waffle | -4/+3 |
| 2023-01-29 | Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk | bors | -3/+15 |
| 2023-01-27 | Remember where a type was kept in MIR. | Camille GILLOT | -2/+2 |
| 2023-01-27 | Introduce GeneratorWitnessMIR. | Camille GILLOT | -1/+5 |
| 2023-01-26 | add method_substs to CallKind | Kyle Matsuda | -1/+2 |
| 2023-01-26 | change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB... | Kyle Matsuda | -2/+2 |
| 2023-01-26 | replace usages of fn_sig query with bound_fn_sig | Kyle Matsuda | -3/+3 |
| 2023-01-26 | Auto merge of #107318 - matthiaskrgr:rollup-776kd81, r=matthiaskrgr | bors | -6/+1 |
| 2023-01-26 | Rollup merge of #107074 - lcnr:validate-dont-skip-opaque, r=compiler-errors | Matthias Krüger | -6/+1 |
| 2023-01-26 | Auto merge of #107314 - matthiaskrgr:rollup-j40lnlj, r=matthiaskrgr | bors | -3/+3 |
| 2023-01-26 | Rollup merge of #107248 - erikdesjardins:addrspace, r=oli-obk | Matthias Krüger | -3/+3 |
| 2023-01-26 | Auto merge of #105582 - saethlin:instcombine-assert-inhabited, r=cjgillot | bors | -6/+12 |
| 2023-01-23 | Thread a ParamEnv down to might_permit_raw_init | Ben Kimock | -6/+12 |
| 2023-01-23 | Add comments and remove unnecessary code | Bryan Garza | -5/+0 |
| 2023-01-23 | Add back Machine::before_terminator(...) method | Bryan Garza | -0/+13 |
| 2023-01-23 | Replace terminator-based const eval limit | Bryan Garza | -24/+6 |
| 2023-01-23 | Remove debugging-related code | Bryan Garza | -5/+0 |
| 2023-01-23 | Create stable metric to measure long computation in Const Eval | Bryan Garza | -0/+27 |
| 2023-01-23 | fix: use LocalDefId instead of HirId in trait res | Vincenzo Palazzo | -4/+1 |
| 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 | -95/+89 |
| 2023-01-19 | remove unnecessary check for opaque types | lcnr | -6/+1 |
| 2023-01-18 | Also remove `#![feature(control_flow_enum)]` where possible | Scott McMurray | -1/+0 |
| 2023-01-17 | Stop using `BREAK` & `CONTINUE` in compiler | Scott McMurray | -6/+6 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -26/+26 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -26/+26 |
| 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 | -24/+25 |
| 2023-01-17 | tidy | Waffle Maybe | -1/+1 |
| 2023-01-17 | `rustc_const_eval`: remove `ref` patterns (+some pattern matching imps) | Maybe Waffle | -144/+130 |
| 2023-01-16 | Avoid trivial checks on cleanup control flow in MIR validator | Jakob Degen | -4/+11 |
| 2023-01-16 | Add cycle checking to cleanup control flow validation | Jakob Degen | -18/+47 |
| 2023-01-16 | Document wf constraints on control flow in cleanup blocks | Jakob Degen | -5/+57 |
| 2023-01-12 | fix fmt and bless | Deadbeef | -1/+1 |
| 2023-01-12 | fix fn_sig ice | Deadbeef | -2/+13 |
| 2023-01-12 | attempt to make a minimal example work | Deadbeef | -0/+16 |
| 2023-01-12 | suggest adding const_trait_impl if error because of that | Deadbeef | -1/+13 |
| 2023-01-11 | Rollup merge of #106648 - Nilstrieb:poly-cleanup, r=compiler-errors | nils | -2/+1 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -1/+1 |