| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-01-09 | Assert defining anchor is set in take_opaque_types | Michael Goulet | -1/+1 |
| 2023-01-09 | Use newtype for unused generic parameters | Nilstrieb | -2/+1 |
| 2023-01-04 | rename find_parent_node to opt_parent_id | Michael Goulet | -1/+1 |
| 2022-12-24 | Auto merge of #105085 - oli-obk:stop_promoting_all_the_things, r=RalfJung | bors | -8/+6 |
| 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 #106025 - matthiaskrgr:rollup-vz5rqah, r=matthiaskrgr | bors | -3/+6 |
| 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-21 | Forbid `RetagKind::TwoPhase` as well | Jakob Degen | -2/+2 |
| 2022-12-21 | Clarify that raw retags are not permitted in Mir | Jakob Degen | -3/+6 |
| 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 |