| Age | Commit message (Expand) | Author | Lines |
| 2020-01-19 | When encountering an undefined named lifetime, point to where it can be | Esteban Küber | -18/+249 |
| 2020-01-19 | Auto merge of #68343 - matthiaskrgr:submodule_upd, r=oli-obk | bors | -8/+12 |
| 2020-01-19 | submodules: update clippy from a8d90f6a to fd0428f6 | Matthias Krüger | -8/+12 |
| 2020-01-19 | Rollup merge of #68348 - xfix:patch-14, r=nagisa | Dylan DPC | -0/+6 |
| 2020-01-19 | Rollup merge of #68247 - GuillaumeGomez:clean-up-err-codes, r=Dylan-DPC | Dylan DPC | -7/+15 |
| 2020-01-19 | Rollup merge of #67682 - wesleywiser:remove_opty_const_typedef, r=Dylan-DPC | Dylan DPC | -11/+5 |
| 2020-01-19 | Auto merge of #67758 - ssomers:testing_range, r=Mark-Simulacrum | bors | -31/+150 |
| 2020-01-19 | Auto merge of #68030 - cuviper:llvm-9.0.1, r=nikic | bors | -0/+0 |
| 2020-01-18 | [const-prop] Run `x.py fmt` | Wesley Wiser | -5/+1 |
| 2020-01-18 | [const-prop] Remove useless typedef | Wesley Wiser | -7/+5 |
| 2020-01-18 | Rollup merge of #68342 - lcnr:type_name_docs, r=Dylan-DPC | Mazdak Farrokhzad | -1/+5 |
| 2020-01-18 | Rollup merge of #68341 - fusion-engineering-forks:instant-docs, r=Dylan-DPC | Mazdak Farrokhzad | -4/+4 |
| 2020-01-18 | Rollup merge of #68340 - GuillaumeGomez:clean-up-e0200, r=Dylan-DPC | Mazdak Farrokhzad | -5/+14 |
| 2020-01-18 | Rollup merge of #68224 - GuillaumeGomez:prevent-urls-in-headings, r=ollie27 | Mazdak Farrokhzad | -2/+22 |
| 2020-01-18 | Rollup merge of #67712 - Centril:stabilize-slice_patterns, r=matthewjasper | Mazdak Farrokhzad | -666/+387 |
| 2020-01-18 | slice_patterns: address review comments | Mazdak Farrokhzad | -2/+0 |
| 2020-01-18 | slice_patterns: remove from unstable book | Mazdak Farrokhzad | -32/+0 |
| 2020-01-18 | slice_patterns: organize some tests | Mazdak Farrokhzad | -9/+9 |
| 2020-01-18 | slice_patterns: remove gates in tests | Mazdak Farrokhzad | -490/+349 |
| 2020-01-18 | slice_patterns: remove feature gate test | Mazdak Farrokhzad | -74/+0 |
| 2020-01-18 | slice_patterns: remove internal uses of gate | Mazdak Farrokhzad | -16/+16 |
| 2020-01-18 | Add a test for iter::empty::<*mut i32> being Sync and Send | Konrad Borowski | -0/+1 |
| 2020-01-18 | Make iter::Empty<T> implement Send and Sync for any T | Konrad Borowski | -0/+5 |
| 2020-01-18 | slice_patterns: adjust error codes | Mazdak Farrokhzad | -8/+0 |
| 2020-01-18 | stabilize slice_patterns | Mazdak Farrokhzad | -24/+2 |
| 2020-01-18 | Auto merge of #68001 - Marwes:lexical_region_resolve, r=nikomatsakis | bors | -40/+36 |
| 2020-01-18 | clean up e0200 explanation | Guillaume Gomez | -5/+14 |
| 2020-01-18 | improve type_name_of_val docs | lcnr/Bastian Kauschke | -1/+5 |
| 2020-01-18 | Fix table of syscalls in docs of std::time::SystemTime. | Mara Bos | -2/+2 |
| 2020-01-18 | Fix table of syscalls in docs of std::time::Instant. | Mara Bos | -2/+2 |
| 2020-01-18 | Auto merge of #68170 - wesleywiser:stop_const_prop_ref_taking, r=oli-obk | bors | -22/+82 |
| 2020-01-18 | Auto merge of #68037 - msizanoen1:riscv-ci, r=alexcrichton | bors | -0/+977 |
| 2020-01-18 | Auto merge of #67940 - JohnTitor:rustc-guide, r=JohnTitor | bors | -0/+0 |
| 2020-01-17 | Rollup merge of #68317 - GuillaumeGomez:clean-up-e0199, r=Dylan-DPC | Tyler Mandry | -6/+15 |
| 2020-01-17 | Rollup merge of #68314 - oli-obk:true_unwind, r=eddyb | Tyler Mandry | -13/+6 |
| 2020-01-17 | Rollup merge of #68312 - varkor:issue-67753-regression, r=Centril | Tyler Mandry | -0/+26 |
| 2020-01-17 | Rollup merge of #68291 - tmiasko:sanitizer-tests, r=nikomatsakis | Tyler Mandry | -75/+84 |
| 2020-01-17 | Rollup merge of #68279 - GuillaumeGomez:clean-up-e0198, r=Dylan-DPC | Tyler Mandry | -8/+9 |
| 2020-01-17 | Rollup merge of #68256 - estebank:bad-sugg-span, r=petrochenkov | Tyler Mandry | -9/+30 |
| 2020-01-17 | Rollup merge of #68204 - ecstatic-morse:item-kind-impl, r=oli-obk | Tyler Mandry | -255/+296 |
| 2020-01-17 | Rollup merge of #68093 - GuillaumeGomez:fix-deref-impl-typedef, r=oli-obk | Tyler Mandry | -25/+101 |
| 2020-01-17 | Rollup merge of #66660 - jumbatm:dont_warn_about_snake_case_in_patterns, r=ce... | Tyler Mandry | -1/+75 |
| 2020-01-17 | Use named fields for `hir::ItemKind::Impl` | Dylan MacKenzie | -161/+166 |
| 2020-01-17 | Use named fields for `ast::ItemKind::Impl` | Dylan MacKenzie | -94/+130 |
| 2020-01-17 | Auto merge of #67476 - mark-i-m:simplify-borrow_check-5, r=matthewjasper | bors | -881/+789 |
| 2020-01-17 | Clean up E0199 explanation | Guillaume Gomez | -6/+15 |
| 2020-01-17 | formatting | Guillaume Gomez | -21/+19 |
| 2020-01-17 | Extend url in heading test a bit | Guillaume Gomez | -1/+1 |
| 2020-01-17 | Clean up E0198 explanation | Guillaume Gomez | -8/+9 |
| 2020-01-17 | Add regression test for integer literals in generic arguments in where clauses | varkor | -0/+26 |