| Age | Commit message (Expand) | Author | Lines |
| 2019-12-10 | cleanup polonius liveness fact generation | Remy Rakic | -22/+14 |
| 2019-12-09 | Rollup merge of #67149 - JohnTitor:fix-ice-1, r=Dylan-DPC | Tyler Mandry | -1/+2 |
| 2019-12-09 | Rollup merge of #67145 - RalfJung:miri-step, r=oli-obk | Tyler Mandry | -1/+3 |
| 2019-12-09 | Check for `ConstantIndex` move paths correctly in borrowck | Matthew Jasper | -15/+6 |
| 2019-12-09 | Remove `uniform_array_move_out` passes | Matthew Jasper | -432/+163 |
| 2019-12-09 | Make const index and subslice array projections more useful | Matthew Jasper | -42/+84 |
| 2019-12-09 | Ensure that unevaluated constants of type `!` are present in the MIR | Matthew Jasper | -1/+8 |
| 2019-12-09 | Auto merge of #67016 - lqd:placeholder_loans, r=matthewjasper | bors | -35/+250 |
| 2019-12-09 | Do not ICE on closure | Yuki Okushi | -1/+2 |
| 2019-12-09 | Auto merge of #67004 - estebank:issue-66958, r=eddyb | bors | -9/+10 |
| 2019-12-08 | fix miri step debug printing | Ralf Jung | -1/+3 |
| 2019-12-08 | Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddyb | Mazdak Farrokhzad | -161/+167 |
| 2019-12-08 | Rollup merge of #66325 - BartMassey:master, r=joshtriplett | Mazdak Farrokhzad | -1/+1 |
| 2019-12-08 | Ensure that we get a hard error on generic ZST constants if their body causes... | Oliver Scherer | -4/+9 |
| 2019-12-07 | Auto merge of #65881 - anp:implicit-caller-location, r=eddyb,oli-obk | bors | -8/+28 |
| 2019-12-07 | Auto merge of #66927 - RalfJung:engines-dont-panic, r=oli-obk | bors | -8/+6 |
| 2019-12-06 | Address review feedback. | Adam Perry | -13/+6 |
| 2019-12-06 | Always call const fns with #[track_caller]. | Adam Perry | -2/+6 |
| 2019-12-06 | Rollup merge of #66606 - christianpoveda:mut-refs-in-const-fn, r=oli-obk | Mazdak Farrokhzad | -32/+57 |
| 2019-12-06 | Auto merge of #65195 - varkor:to_option, r=Centril | bors | -36/+19 |
| 2019-12-06 | Do not ICE on async fn with non-Copy infered type arg | Esteban Küber | -9/+10 |
| 2019-12-06 | const-prop: Restrict scalar pair propagation | Ömer Sinan Ağacan | -11/+37 |
| 2019-12-07 | Rollup merge of #66988 - osa1:issue66985, r=matthewjasper | Yuki Okushi | -1/+1 |
| 2019-12-06 | Fix rebase issues | varkor | -3/+2 |
| 2019-12-06 | Rename to `then_some` and `then` | varkor | -9/+9 |
| 2019-12-06 | Use `to_option` in various places | varkor | -33/+17 |
| 2019-12-06 | appease the vociferous tidy | Remy Rakic | -7/+22 |
| 2019-12-06 | Implement subset errors using Polonius | Remy Rakic | -18/+172 |
| 2019-12-06 | Polonius: emit `placeholder` and `known_subset` facts, as inputs to the subse... | Remy Rakic | -0/+32 |
| 2019-12-06 | UniversalRegionRelations: add a way to list the base non-transitive `outlives... | Remy Rakic | -0/+5 |
| 2019-12-06 | update to polonius 0.11 to compute subset errors | lqd | -14/+23 |
| 2019-12-05 | `#[track_caller]` suppresses MIR inlining. | Adam Perry | -0/+5 |
| 2019-12-05 | Generate &core::panic::Location type in a single place. | Adam Perry | -6/+1 |
| 2019-12-05 | Implement #[track_caller] in const. | Adam Perry | -0/+23 |
| 2019-12-05 | rustc_mir: Fix tidy line lengths | Paul Daniel Faria | -2/+8 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -161/+161 |
| 2019-12-06 | Auto merge of #66911 - eddyb:nicer-rustc_regions, r=matthewjasper | bors | -12/+10 |
| 2019-12-05 | Rollup merge of #67055 - lqd:const_qualif, r=oli-obk | Mazdak Farrokhzad | -1/+6 |
| 2019-12-05 | update comment to explain the importance of this check more clearly | Remy Rakic | -2/+3 |
| 2019-12-05 | Auto merge of #66815 - mark-i-m:simplify-borrow_check-errors, r=Dylan-DPC | bors | -110/+130 |
| 2019-12-05 | make const-qualif look at more `const fn`s | Remy Rakic | -1/+5 |
| 2019-12-04 | Auto merge of #66866 - oli-obk:const_fn_memoization, r=RalfJung | bors | -19/+20 |
| 2019-12-04 | Simplify | Nadrieril | -18/+13 |
| 2019-12-04 | Only special-case empty matches when `exhaustive_patterns` is off | Nadrieril | -17/+14 |
| 2019-12-04 | Move empty_match check after usefulness check | Nadrieril | -41/+39 |
| 2019-12-04 | Reuse `adt_defined_here` | Nadrieril | -8/+4 |
| 2019-12-04 | Move empty match check to `check_exhaustive` | Nadrieril | -53/+56 |
| 2019-12-04 | Simplify | Nadrieril | -22/+24 |
| 2019-12-04 | Use the default code path to list missing patterns | Nadrieril | -32/+19 |
| 2019-12-04 | List missing constructors in an almost empty match | Nadrieril | -6/+14 |