| Age | Commit message (Expand) | Author | Lines |
| 2022-05-12 | Auto merge of #95562 - lcnr:attr-no-encode, r=davidtwco | bors | -17/+13 |
| 2022-05-11 | Remove `PartialOrd`/`Ord` impl for `PlaceRef` | Aaron Hill | -2/+3 |
| 2022-05-10 | only_local: always check for misuse | lcnr | -17/+13 |
| 2022-05-09 | Auto merge of #96815 - SparrowLii:promote_const, r=oli-obk | bors | -42/+52 |
| 2022-05-09 | use `Result<(),()>` instead of Validity enum | SparrowLii | -54/+35 |
| 2022-05-07 | optimize `promote_consts` by cache the validate check | SparrowLii | -41/+70 |
| 2022-05-06 | Check that field projections have the correct type | Jakob Degen | -1/+55 |
| 2022-05-06 | Expand validator to be more precise on checked binary ops | Jakob Degen | -3/+41 |
| 2022-04-30 | Eliminate duplication of RPO calculation for mir | SparrowLii | -2/+2 |
| 2022-04-22 | Relax restrictions for copy operands | Jakob Degen | -1/+2 |
| 2022-04-13 | Consider lifetimes when comparing types for equality in MIR validator | Jakob Degen | -4/+3 |
| 2022-04-11 | Remove rule that place loads may not happen with variant index set | Jakob Degen | -5/+2 |
| 2022-04-11 | Address various comments and change some details around place to value conver... | Jakob Degen | -1/+1 |
| 2022-04-11 | Adjust MIR validator to check a few more things for terminators | Jakob Degen | -5/+19 |
| 2022-04-11 | Extend the MIR validator to check many more things around rvalues. | Jakob Degen | -39/+161 |
| 2022-04-11 | Adjust computation of place types to detect more invalid places | Jakob Degen | -1/+9 |
| 2022-04-11 | Add new `Deinit` statement kind | Jakob Degen | -3/+19 |
| 2022-04-10 | Avoid accessing HIR from MIR queries. | Camille GILLOT | -14/+4 |
| 2022-03-30 | Auto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r=Dylan-DPC | bors | -2/+2 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -2/+2 |
| 2022-03-28 | Normalize all projections in mir validation again | Oli Scherer | -1/+6 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -8/+16 |
| 2022-03-26 | Auto merge of #95149 - cjgillot:once-diag, r=estebank | bors | -2/+2 |
| 2022-03-23 | Clarify which kinds of MIR are allowed during which phases. | Jakob Degen | -28/+48 |
| 2022-03-21 | Rename `~const Drop` to `~const Destruct` | Deadbeef | -9/+7 |
| 2022-03-20 | Take &mut Diagnostic in emit_diagnostic. | Camille GILLOT | -2/+2 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -3/+3 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -6/+6 |
| 2022-03-07 | Stabilize const_impl_trait as well | Eric Holk | -22/+0 |
| 2022-03-07 | Remove dead/useless code | Eric Holk | -58/+0 |
| 2022-03-07 | Update tests after feature stabilization | Eric Holk | -59/+0 |
| 2022-03-07 | Stabilize const_fn_fn_ptr_basics and const_fn_trait_bound | Eric Holk | -125/+4 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -34/+34 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -28/+136 |
| 2022-02-23 | Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`. | Eduard-Mihai Burtescu | -9/+11 |
| 2022-02-21 | Rollup merge of #94143 - est31:let_else_const_eval, r=lcnr | Matthias Krüger | -14/+8 |
| 2022-02-19 | rustc_const_eval: adopt let else in more places | est31 | -14/+8 |
| 2022-02-16 | Move ty::print methods to Drop-based scope guards | Mark Rousskov | -3/+4 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -2/+2 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -2/+2 |
| 2022-02-12 | Report the selection error when possible | Deadbeef | -15/+36 |
| 2022-02-12 | Adapt new change | Deadbeef | -4/+11 |
| 2022-02-12 | Handle Fn family trait call errror | Deadbeef | -2/+39 |
| 2022-02-12 | Rebased and improved errors | Deadbeef | -1/+1 |
| 2022-02-12 | Improve error messages even more | Deadbeef | -126/+241 |
| 2022-02-12 | More informative error message for E0015 | Deadbeef | -49/+51 |
| 2022-02-11 | add tainted_by_errors to mir::Body | Michael Goulet | -5/+8 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -17/+8 |
| 2022-02-07 | Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis | bors | -8/+17 |
| 2022-02-02 | Fixup changes that aren't neccessary anymore | Oli Scherer | -2/+2 |