| Age | Commit message (Expand) | Author | Lines |
| 2020-01-24 | Print constants in `type_name` for const generics | varkor | -0/+19 |
| 2020-01-24 | Rollup merge of #68479 - Tyg13:unused_parens_return, r=Centril | Tyler Mandry | -12/+31 |
| 2020-01-24 | Rollup merge of #68469 - ollie27:skip_count, r=sfackler | Tyler Mandry | -0/+8 |
| 2020-01-24 | Rollup merge of #68438 - Aaron1011:fix/tait-non-defining, r=estebank | Tyler Mandry | -0/+27 |
| 2020-01-24 | Rollup merge of #68424 - estebank:suggest-borrow-for-non-copy-vec, r=davidtwco | Tyler Mandry | -0/+42 |
| 2020-01-23 | use `diagnostic_item` and modify wording | Esteban Küber | -1/+1 |
| 2020-01-23 | unused-parens: implement for block return values | Tyler Lanphear | -12/+31 |
| 2020-01-23 | Auto merge of #68298 - Mark-Simulacrum:binary-depdep-fix, r=petrochenkov | bors | -2/+7 |
| 2020-01-22 | Rollup merge of #68425 - phi-gamma:try-method, r=varkor | Tyler Mandry | -1/+56 |
| 2020-01-22 | Rollup merge of #68410 - tmiasko:msan-lto, r=varkor | Tyler Mandry | -21/+41 |
| 2020-01-22 | Rollup merge of #68388 - varkor:toogeneric-wf, r=eddyb | Tyler Mandry | -5/+22 |
| 2020-01-22 | Avoid overflow in `std::iter::Skip::count` | Oliver Middleton | -0/+8 |
| 2020-01-22 | Auto merge of #68192 - GuillaumeGomez:remove-inlined-types, r=kinnison | bors | -0/+6 |
| 2020-01-22 | Auto merge of #68069 - JohnTitor:fix-closure-ice, r=matthewjasper | bors | -0/+12 |
| 2020-01-22 | Auto merge of #68194 - jonas-schievink:fix-thumb-ci, r=alexcrichton | bors | -21/+227 |
| 2020-01-21 | Account for non-types in substs for opaque type error messages | Aaron Hill | -0/+27 |
| 2020-01-21 | Suggest borrowing `Vec<NonCopy>` in for loop | Esteban Küber | -0/+42 |
| 2020-01-21 | Rollup merge of #68399 - Centril:check-match-unify, r=oli-obk | Mazdak Farrokhzad | -2/+127 |
| 2020-01-21 | Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk | Mazdak Farrokhzad | -94/+49 |
| 2020-01-21 | Do not use Cortex-M0 since Qemu is too old | Jonas Schievink | -1/+2 |
| 2020-01-21 | Check in lockfile | Jonas Schievink | -0/+199 |
| 2020-01-21 | Update dependencies | Jonas Schievink | -8/+4 |
| 2020-01-21 | Use the right runners for all thumb targets | Jonas Schievink | -6/+19 |
| 2020-01-21 | Fix thumb target CI | Jonas Schievink | -7/+4 |
| 2020-01-21 | Test try diagnostics for impl and trait methods | Philipp Gesang | -1/+56 |
| 2020-01-21 | Auto merge of #68267 - estebank:lt-sugg, r=petrochenkov | bors | -41/+370 |
| 2020-01-21 | Make `TooGeneric` error in WF checking a proper error | varkor | -5/+22 |
| 2020-01-21 | Mark __msan_keep_going as an exported symbol for LTO | Tomasz Miąsko | -20/+36 |
| 2020-01-20 | check_match: simplify check_arm | Mazdak Farrokhzad | -1/+3 |
| 2020-01-21 | Rollup merge of #68397 - ollie27:rustdoc_async_unsafe, r=Centril | Yuki Okushi | -0/+7 |
| 2020-01-21 | Rollup merge of #68302 - anp:caller-fn-ptr, r=eddyb,oli-obk | Yuki Okushi | -0/+38 |
| 2020-01-21 | Rollup merge of #68297 - Aaron1011:fix/new-const-prop-bounds, r=oli-obk | Yuki Okushi | -0/+43 |
| 2020-01-21 | Rollup merge of #68290 - petrochenkov:passcheck, r=oli-obk | Yuki Okushi | -25/+28 |
| 2020-01-21 | Rollup merge of #67795 - Mark-Simulacrum:fmt-argument, r=dtolnay | Yuki Okushi | -31/+8 |
| 2020-01-20 | Mark __msan_track_origins as an exported symbol for LTO | Nikita Popov | -1/+5 |
| 2020-01-20 | Correct rmeta/rlib test | Mark Rousskov | -2/+7 |
| 2020-01-20 | Add aliases attribute check | Guillaume Gomez | -0/+6 |
| 2020-01-20 | check_match: unify some lowering code and fix some ICEs | Mazdak Farrokhzad | -0/+77 |
| 2020-01-20 | rustdoc: Correct order of `async` and `unsafe` in `async unsafe fn`s | Oliver Middleton | -0/+7 |
| 2020-01-20 | Fix UI test | Mark Rousskov | -31/+8 |
| 2020-01-20 | generalize bindings_with_variant_name lint | Mazdak Farrokhzad | -1/+47 |
| 2020-01-20 | Add regression test for #64319 back in. | Michael Woerister | -0/+53 |
| 2020-01-20 | Add regression test for shared-generics x dylibs (#67276). | Michael Woerister | -0/+74 |
| 2020-01-20 | Update tests | Dylan MacKenzie | -94/+49 |
| 2020-01-20 | Rollup merge of #68357 - ollie27:rustdoc_test_errors, r=GuillaumeGomez | Dylan DPC | -0/+62 |
| 2020-01-20 | Rollup merge of #68335 - RalfJung:drop-in-place, r=Mark-Simulacrum | Dylan DPC | -51/+50 |
| 2020-01-20 | Rollup merge of #68326 - ollie27:rustdoc_hightlight_fatal_errors, r=Guillaume... | Dylan DPC | -0/+28 |
| 2020-01-19 | review comments | Esteban Küber | -25/+25 |
| 2020-01-19 | When encountering an expected named lifetime and none are present, suggest ad... | Esteban Küber | -29/+157 |
| 2020-01-19 | When encountering an undefined named lifetime, point to where it can be | Esteban Küber | -12/+213 |