| Age | Commit message (Expand) | Author | Lines |
| 2019-12-24 | Rollup merge of #67561 - euclio:remove-description, r=jonas-schievink | Mazdak Farrokhzad | -31/+5 |
| 2019-12-24 | Rollup merge of #67551 - ldm0:E0627, r=Dylan-DPC | Mazdak Farrokhzad | -13/+47 |
| 2019-12-24 | Rollup merge of #67547 - GuillaumeGomez:cleanup-err-codes, r=Dylan-DPC | Mazdak Farrokhzad | -6/+8 |
| 2019-12-24 | Rollup merge of #67543 - JohnTitor:regression-tests, r=Centril | Mazdak Farrokhzad | -1/+90 |
| 2019-12-24 | Rollup merge of #67337 - oli-obk:no_mut_static_ref_from_const, r=RalfJung | Mazdak Farrokhzad | -28/+301 |
| 2019-12-23 | Auto merge of #66296 - Centril:bindings_after_at-init, r=pnkfelix | bors | -187/+2412 |
| 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 | remove `description` from `Error` impls in docs | Andy Russell | -31/+5 |
| 2019-12-23 | Tidy | Oliver Scherer | -1/+2 |
| 2019-12-23 | Rollup merge of #67559 - Mark-Simulacrum:drop-doc, r=RalfJung | Mazdak Farrokhzad | -0/+6 |
| 2019-12-23 | Rollup merge of #67546 - oli-obk:slice_pattern_ice, r=varkor | Mazdak Farrokhzad | -1/+11 |
| 2019-12-23 | Rollup merge of #67538 - varkor:lhs-assign-diagnostics, r=Centril | Mazdak Farrokhzad | -105/+341 |
| 2019-12-23 | Rollup merge of #67536 - Centril:move-is_range_literal, r=Mark-Simulacrum | Mazdak Farrokhzad | -72/+69 |
| 2019-12-23 | Rollup merge of #67527 - GuillaumeGomez:results-show-too-much, r=kinnison | Mazdak Farrokhzad | -46/+45 |
| 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 | -96/+53 |
| 2019-12-23 | Rollup merge of #67233 - Luro02:cursor_traits, r=sfackler | Mazdak Farrokhzad | -1/+13 |
| 2019-12-23 | Fix typo | Oliver Scherer | -1/+1 |
| 2019-12-23 | Document that calling Drop, even after it panics, is UB | Mark Rousskov | -0/+6 |
| 2019-12-23 | Update src/librustc_mir/interpret/intern.rs | Oliver Scherer | -1/+1 |
| 2019-12-23 | Show `const_err` lints | Oliver Scherer | -8/+45 |
| 2019-12-23 | Constants reading or referencing statics is illegal | Oliver Scherer | -8/+9 |
| 2019-12-23 | Dynamically prevent constants from accessing statics | Oliver Scherer | -22/+203 |
| 2019-12-23 | Panic on mutable allocs in constants | Oliver Scherer | -6/+59 |
| 2019-12-23 | adjust E0303 error code docs | Mazdak Farrokhzad | -1/+9 |
| 2019-12-23 | Remove `bindings_after_at` from `INCOMPLETE_FEATURES`. | Mazdak Farrokhzad | -296/+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 | -67/+498 |
| 2019-12-23 | document check_borrow_conflicts_in_at_patterns | Mazdak Farrokhzad | -2/+10 |
| 2019-12-23 | improve robustness of pat walkers | Mazdak Farrokhzad | -11/+16 |
| 2019-12-23 | refactor with extract_binding_mode | Mazdak Farrokhzad | -62/+45 |
| 2019-12-23 | add check_borrow_conflicts_in_at_patterns analysis | Mazdak Farrokhzad | -30/+104 |
| 2019-12-23 | check_legality_of_move_bindings: generalize diagnostics & add comments | Mazdak Farrokhzad | -30/+33 |
| 2019-12-23 | add a fixme | Mazdak Farrokhzad | -0/+1 |
| 2019-12-23 | Introduce `#![feature(bindings_after_at)]`. | Mazdak Farrokhzad | -92/+1156 |
| 2019-12-23 | Yield is an expression form, not a statement. | Donough Liu | -12/+16 |
| 2019-12-23 | Add long error code explanation message for E0627 | Donough Liu | -1/+31 |
| 2019-12-23 | Fix reformatting rebase issues | varkor | -8/+7 |
| 2019-12-23 | is_range_literal: leave FIXME | Mazdak Farrokhzad | -0/+3 |
| 2019-12-23 | is_range_literal: fix fallout | Mazdak Farrokhzad | -20/+14 |
| 2019-12-23 | Add new folder for destructuring assignment tests | varkor | -21/+23 |
| 2019-12-23 | Add span information to `ExprKind::Assign` | varkor | -62/+69 |