| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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 |
| 2020-01-20 | Auto merge of #68057 - Aaron1011:fix/marker-trait-selection, r=matthewjasper | bors | -0/+17 |
| 2020-01-19 | Test that ReifyShim + caller_location return the def site. | Adam Perry | -2/+8 |
| 2020-01-19 | Add failing #[track_caller] test with fn pointers. | Adam Perry | -0/+32 |
| 2020-01-20 | Fix ICE #68025 | Yuki Okushi | -0/+12 |
| 2020-01-19 | fix real_drop_in_place in comments | Ralf Jung | -2/+2 |
| 2020-01-19 | adjust codegen-units tests | Ralf Jung | -38/+37 |
| 2020-01-19 | Rollup merge of #68348 - xfix:patch-14, r=nagisa | Dylan DPC | -0/+1 |
| 2020-01-18 | rustdoc: Fix handling of compile errors when running `rustdoc --test` | Oliver Middleton | -0/+62 |
| 2020-01-18 | Rollup merge of #68224 - GuillaumeGomez:prevent-urls-in-headings, r=ollie27 | Mazdak Farrokhzad | -0/+17 |
| 2020-01-18 | slice_patterns: address review comments | Mazdak Farrokhzad | -2/+0 |