| Age | Commit message (Expand) | Author | Lines |
| 2021-03-29 | Auto merge of #83185 - jyn514:remove-dead-code, r=oli-obk | bors | -43/+2 |
| 2021-03-28 | unaligned_references: align(N) fields in packed(N) structs are fine | Ralf Jung | -11/+24 |
| 2021-03-27 | Address more review comments | Joshua Nelson | -0/+5 |
| 2021-03-27 | Address review comments | Joshua Nelson | -6/+12 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -52/+0 |
| 2021-03-27 | Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se | Dylan DPC | -29/+32 |
| 2021-03-27 | Rollup merge of #82525 - RalfJung:unaligned-ref-warn, r=petrochenkov | Dylan DPC | -143/+77 |
| 2021-03-27 | make unaligned_refereces future-incompat lint warn-by-default, and remove the... | Ralf Jung | -143/+77 |
| 2021-03-27 | lazily calls some fns | klensy | -1/+1 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -29/+32 |
| 2021-03-25 | Auto merge of #83445 - erikdesjardins:rmunion, r=RalfJung | bors | -1/+33 |
| 2021-03-25 | Auto merge of #83307 - richkadel:cov-unused-functions-1.1, r=tmandry | bors | -28/+32 |
| 2021-03-24 | RemoveZsts: don't touch unions | Erik Desjardins | -1/+33 |
| 2021-03-23 | Add has_default to GenericParamDefKind::Const | kadmin | -1/+2 |
| 2021-03-23 | Auto merge of #83177 - erikdesjardins:zstassign, r=oli-obk | bors | -52/+86 |
| 2021-03-22 | only run RemoveZsts at mir-opt-level 3 and above | Erik Desjardins | -0/+3 |
| 2021-03-22 | Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis | bors | -1/+1 |
| 2021-03-22 | Rollup merge of #83351 - RalfJung:precise-const-drop, r=oli-obk | Dylan DPC | -1/+7 |
| 2021-03-21 | post-drop-elab check-const: explain why we still check qualifs | Ralf Jung | -1/+7 |
| 2021-03-21 | Rollup merge of #83327 - tmiasko:visit-lhs, r=davidtwco | Dylan DPC | -1/+3 |
| 2021-03-20 | update `const_eval_resolve` | lcnr | -2/+2 |
| 2021-03-20 | extract `ConstKind::Unevaluated` into a struct | lcnr | -17/+19 |
| 2021-03-19 | avoid calling for types which can't be ZSTs | Erik Desjardins | -12/+30 |
| 2021-03-19 | stabilize or_patterns | mark | -1/+1 |
| 2021-03-19 | coverage bug fixes and optimization support | Rich Kadel | -28/+32 |
| 2021-03-20 | Extend comment in `UsedLocals::visit_lhs` | Tomasz Miąsko | -1/+3 |
| 2021-03-19 | Rollup merge of #83277 - spastorino:early_otherwise-opt-unsound, r=oli-obk | Dylan DPC | -0/+5 |
| 2021-03-19 | Auto merge of #82951 - sexxi-goose:wr-mir-replace-methods2, r=nikomatsakis | bors | -44/+81 |
| 2021-03-18 | Replace closures_captures and upvar_capture with closure_min_captures | Jennifer Wills | -44/+81 |
| 2021-03-18 | Mark early otherwise optimization unsound | Santiago Pastorino | -0/+5 |
| 2021-03-18 | Remove unwrap_none/expect_none from compiler/. | Mara Bos | -12/+19 |
| 2021-03-17 | remove inhabitedness check | Erik Desjardins | -1/+1 |
| 2021-03-17 | remove unnecessary and ineffective caching | Erik Desjardins | -22/+9 |
| 2021-03-18 | Rollup merge of #83080 - tmiasko:inline-coverage, r=wesleywiser | Dylan DPC | -18/+57 |
| 2021-03-16 | move to separate pass, cache layouts | Erik Desjardins | -26/+52 |
| 2021-03-16 | Auto merge of #82936 - oli-obk:valtree, r=RalfJung,lcnr,matthewjasper | bors | -110/+261 |
| 2021-03-16 | Update compiler/rustc_mir/src/const_eval/mod.rs | Oli Scherer | -5/+4 |
| 2021-03-15 | remove assignments to ZST places | Erik Desjardins | -1/+26 |
| 2021-03-15 | revert changes from #83118 to mark zst return place as unused | Erik Desjardins | -52/+27 |
| 2021-03-15 | Functions inlined into reachable functions are reachable | Tomasz Miąsko | -0/+25 |
| 2021-03-15 | Make source-based code coverage compatible with MIR inlining | Tomasz Miąsko | -18/+32 |
| 2021-03-15 | Use tracing instrumentation for better bug diagnosing | Oli Scherer | -8/+3 |
| 2021-03-15 | Explain pointer and dyn Trait handling in const_to_valtree | Oli Scherer | -9/+7 |
| 2021-03-15 | Explain how we encode enums at the encoding site | Oli Scherer | -3/+4 |
| 2021-03-15 | Explain why we do not allow const_to_valtree to read from statics | Oli Scherer | -1/+6 |
| 2021-03-15 | s/ConstantSource/ConstantKind/ | Oli Scherer | -12/+12 |
| 2021-03-14 | remove unnecessary condition | Erik Desjardins | -3/+1 |
| 2021-03-13 | Move ZST check inside UsedLocals | Simon Vandel Sillesen | -50/+53 |
| 2021-03-13 | Extend SimplifyLocals to remove ZST writes | Simon Vandel Sillesen | -3/+27 |
| 2021-03-12 | We won't support trait object constants in type level constants for the forse... | Oli Scherer | -3/+5 |