| Age | Commit message (Expand) | Author | Lines |
| 2019-12-24 | Rollup merge of #67551 - ldm0:E0627, r=Dylan-DPC | Mazdak Farrokhzad | -9/+13 |
| 2019-12-24 | Rollup merge of #67543 - JohnTitor:regression-tests, r=Centril | Mazdak Farrokhzad | -0/+89 |
| 2019-12-24 | Rollup merge of #67337 - oli-obk:no_mut_static_ref_from_const, r=RalfJung | Mazdak Farrokhzad | -5/+235 |
| 2019-12-23 | Auto merge of #66296 - Centril:bindings_after_at-init, r=pnkfelix | bors | -77/+2215 |
| 2019-12-23 | Bless tests | Oliver Scherer | -1/+1 |
| 2019-12-24 | Apply suggestion from Centril | Yuki Okushi | -1/+1 |
| 2019-12-24 | Add test for issue-67424 | Yuki Okushi | -0/+33 |
| 2019-12-23 | Rollup merge of #67546 - oli-obk:slice_pattern_ice, r=varkor | Mazdak Farrokhzad | -0/+9 |
| 2019-12-23 | Rollup merge of #67538 - varkor:lhs-assign-diagnostics, r=Centril | Mazdak Farrokhzad | -58/+254 |
| 2019-12-23 | Rollup merge of #67507 - Mark-Simulacrum:purge-uninit, r=Centril | Mazdak Farrokhzad | -48/+81 |
| 2019-12-23 | Rollup merge of #67466 - oli-obk:const_intrinsic, r=Centril | Mazdak Farrokhzad | -0/+5 |
| 2019-12-23 | Show `const_err` lints | Oliver Scherer | -8/+45 |
| 2019-12-23 | Constants reading or referencing statics is illegal | Oliver Scherer | -5/+5 |
| 2019-12-23 | Dynamically prevent constants from accessing statics | Oliver Scherer | -5/+154 |
| 2019-12-23 | Panic on mutable allocs in constants | Oliver Scherer | -0/+44 |
| 2019-12-23 | Remove `bindings_after_at` from `INCOMPLETE_FEATURES`. | Mazdak Farrokhzad | -295/+153 |
| 2019-12-23 | Test that nested type ascription is banned. | Mazdak Farrokhzad | -0/+69 |
| 2019-12-23 | Test that `_ @ subpat` is syntactically rejected. | Mazdak Farrokhzad | -0/+59 |
| 2019-12-23 | harden & split borrowck-pat-at-and-box | Mazdak Farrokhzad | -62/+139 |
| 2019-12-23 | enhance borrowck-pat-by-copy-bindings-in-at | Mazdak Farrokhzad | -0/+7 |
| 2019-12-23 | clarify bind-by-move-neither-can-livee.. | Mazdak Farrokhzad | -4/+72 |
| 2019-12-23 | bindings_after_at: harden tests wrt. contexts & slice_patterns | Mazdak Farrokhzad | -108/+477 |
| 2019-12-23 | bindings_after_at: harden tests wrt. promotion | Mazdak Farrokhzad | -93/+235 |
| 2019-12-23 | --bless bindings-after-at tests | Mazdak Farrokhzad | -66/+497 |
| 2019-12-23 | check_legality_of_move_bindings: generalize diagnostics & add comments | Mazdak Farrokhzad | -19/+20 |
| 2019-12-23 | Introduce `#![feature(bindings_after_at)]`. | Mazdak Farrokhzad | -76/+1133 |
| 2019-12-23 | Yield is an expression form, not a statement. | Donough Liu | -9/+13 |
| 2019-12-23 | Add new folder for destructuring assignment tests | varkor | -20/+20 |
| 2019-12-23 | Add span information to `ExprKind::Assign` | varkor | -34/+34 |
| 2019-12-23 | Recognise nested tuples/arrays/structs | varkor | -1/+16 |
| 2019-12-23 | Add note about destructuring assignments | varkor | -0/+135 |
| 2019-12-23 | Improve invalid assignment error | varkor | -41/+83 |
| 2019-12-23 | Add the full issue reference to equality constraints in `where` clauses | varkor | -4/+8 |
| 2019-12-22 | Remove mem::uninitalized from tests | Mark Rousskov | -48/+81 |
| 2019-12-22 | Change bound order in rustfmt test | Mark Rousskov | -2/+2 |
| 2019-12-23 | Fix ICE in mir interpretation | Oliver Scherer | -0/+9 |
| 2019-12-22 | test fallout | Mark Rousskov | -9/+9 |
| 2019-12-23 | Add test for issue-66270 | Yuki Okushi | -0/+22 |
| 2019-12-23 | Add test for issue-66205 | Yuki Okushi | -0/+10 |
| 2019-12-23 | Add test for issue-61747 | Yuki Okushi | -0/+24 |
| 2019-12-22 | Auto merge of #67505 - Centril:rollup-7win7ty, r=Centril | bors | -263/+381 |
| 2019-12-22 | Rollup merge of #67500 - JohnTitor:non-shorthand-field-patterns, r=Centril | Mazdak Farrokhzad | -15/+113 |
| 2019-12-22 | Rollup merge of #67480 - rossmacarthur:fix-41260-avoid-issue-0-part-2, r=Centril | Mazdak Farrokhzad | -212/+212 |
| 2019-12-22 | Rollup merge of #67148 - Centril:ty-polish, r=estebank | Mazdak Farrokhzad | -36/+56 |
| 2019-12-22 | Auto merge of #66932 - rust-lang:pass-check-runfail, r=petrochenkov | bors | -341/+467 |
| 2019-12-22 | Tweak non_shorthand_field_patterns' suggestion | Yuki Okushi | -15/+113 |
| 2019-12-21 | add build-fail to 32-bit tests | Mazdak Farrokhzad | -2/+4 |
| 2019-12-21 | fix rebase fallout | Mazdak Farrokhzad | -8/+9 |
| 2019-12-21 | refactor & address review comments | Mazdak Farrokhzad | -13/+5 |
| 2019-12-21 | rework run-fail and support check,build-fail | Mazdak Farrokhzad | -327/+458 |