| Age | Commit message (Expand) | Author | Lines |
| 2019-12-26 | Auto merge of #67592 - matthewjasper:cleanup-match, r=Centril | bors | -0/+93 |
| 2019-12-26 | Auto merge of #67327 - oli-obk:cleanup, r=RalfJung | bors | -16/+91 |
| 2019-12-26 | A cycle error on a diverging function is now a const stack overflow again | Oliver Scherer | -16/+91 |
| 2019-12-26 | Auto merge of #66670 - crlf0710:normalize_ident, r=Dylan-DPC | bors | -1/+9 |
| 2019-12-26 | Add a test and bless existing test case. | Charles Lew | -1/+9 |
| 2019-12-26 | Auto merge of #67268 - estebank:assoc-types, r=oli-obk | bors | -300/+627 |
| 2019-12-26 | Auto merge of #67580 - RalfJung:miri-unleash-tests, r=oli-obk | bors | -17/+61 |
| 2019-12-25 | Auto merge of #66919 - dtolnay:description, r=KodrAus | bors | -1/+1 |
| 2019-12-25 | Fix rebase and sort assoc type list for deterministic output | Esteban Küber | -19/+19 |
| 2019-12-25 | Auto merge of #67524 - LukasKalbertodt:improve-into-iter-lint, r=matthewjasper | bors | -0/+122 |
| 2019-12-25 | use error-pattern | Ralf Jung | -2/+2 |
| 2019-12-25 | Feature gate or patterns in const contexts | Matthew Jasper | -0/+93 |
| 2019-12-24 | Deprecate Error::description for real | David Tolnay | -1/+1 |
| 2019-12-24 | Fix suggestion span for typo in associated type name | Esteban Küber | -14/+14 |
| 2019-12-24 | Cleanup: move code to their own methods and deduplicate actions | Esteban Küber | -2/+2 |
| 2019-12-24 | Account for multiple trait bounds with missing associated types | Esteban Küber | -13/+176 |
| 2019-12-24 | Avoid output dependency on std spans | Esteban Küber | -67/+60 |
| 2019-12-24 | Use structured suggestion for bad `Fn` traits | Esteban Küber | -14/+7 |
| 2019-12-24 | Handle more specific case E0222 | Esteban Küber | -25/+29 |
| 2019-12-24 | Fix case in `associated-type-projection-from-multiple-supertraits.rs` | Esteban Küber | -11/+11 |
| 2019-12-24 | Tweak errors for missing associated types and type parameters | Esteban Küber | -243/+417 |
| 2019-12-24 | Auto merge of #67445 - llogiq:todo, r=dtolnay | bors | -4/+4 |
| 2019-12-24 | Auto merge of #67241 - mark-i-m:simplify-borrow_check-3, r=matthewjasper | bors | -6/+6 |
| 2019-12-24 | Generalize `array_into_iter` lint to also lint for boxed arrays | Lukas Kalbertodt | -0/+122 |
| 2019-12-24 | Differentiate todo! and unimplemented! | Andre Bogus | -4/+4 |
| 2019-12-24 | this has sysroot spans to let's ignore it the usual way | Ralf Jung | -3/+4 |
| 2019-12-24 | better variable names | Ralf Jung | -17/+17 |
| 2019-12-24 | add test for dropping in const | Ralf Jung | -0/+43 |
| 2019-12-24 | Show value for consts in the documentation | Ohad Ravid | -7/+66 |
| 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 |