| Age | Commit message (Expand) | Author | Lines |
| 2020-05-14 | Rollup merge of #72126 - nnethercote:change-WorkProduct-saved_files, r=alexcr... | Dylan DPC | -42/+36 |
| 2020-05-14 | Rollup merge of #72087 - matthewjasper:regionck-hang, r=nikomatsakis | Dylan DPC | -4/+23 |
| 2020-05-14 | Rollup merge of #71910 - mibac138:necessary-paren, r=cuviper | Dylan DPC | -4/+43 |
| 2020-05-14 | Auto merge of #72187 - RalfJung:rollup-a7a9jdi, r=RalfJung | bors | -233/+222 |
| 2020-05-14 | Rollup merge of #72183 - tmiasko:decr-strong-count, r=Mark-Simulacrum | Ralf Jung | -3/+5 |
| 2020-05-14 | Rollup merge of #72169 - GuillaumeGomez:cleanup-e0582, r=Dylan-DPC | Ralf Jung | -2/+2 |
| 2020-05-14 | Rollup merge of #72163 - tshepang:nonexistent-link, r=matthewjasper | Ralf Jung | -1/+1 |
| 2020-05-14 | Rollup merge of #72151 - ehuss:update-books, r=ehuss | Ralf Jung | -0/+0 |
| 2020-05-14 | Rollup merge of #72150 - jackh726:unnorm_projection, r=nikomatsakis | Ralf Jung | -100/+24 |
| 2020-05-14 | Rollup merge of #72138 - wesleywiser:add_doc_comment, r=matthewjasper | Ralf Jung | -0/+3 |
| 2020-05-14 | Rollup merge of #72137 - GuillaumeGomez:cleanup-e0581, r=Dylan-DPC | Ralf Jung | -3/+6 |
| 2020-05-14 | Rollup merge of #71964 - jcotton42:bootstrap_decode_none_windows, r=Mark-Simu... | Ralf Jung | -3/+6 |
| 2020-05-14 | Rollup merge of #71909 - Dolpheyn:doc-from-trait-for-option, r=steveklabnik | Ralf Jung | -0/+45 |
| 2020-05-14 | Rollup merge of #71870 - ltratt:more_specific_type_name_doc, r=kennytm | Ralf Jung | -7/+9 |
| 2020-05-14 | Rollup merge of #71741 - RalfJung:pointer-print, r=oli-obk | Ralf Jung | -99/+107 |
| 2020-05-14 | Rollup merge of #71525 - ldm0:intosug, r=Mark-Simulacrum | Ralf Jung | -15/+14 |
| 2020-05-14 | Auto merge of #69756 - wesleywiser:simplify_try, r=oli-obk | bors | -73/+1032 |
| 2020-05-14 | Auto merge of #72058 - RalfJung:no-dist-lldb, r=Mark-Simulacrum | bors | -180/+7 |
| 2020-05-14 | Fix Arc::decr_strong_count doc test | Tomasz Miąsko | -3/+5 |
| 2020-05-13 | Auto merge of #72118 - flip1995:clippyup, r=oli-obk | bors | -257/+1574 |
| 2020-05-13 | docs: fix link | Tshepang Lekhonkhobe | -1/+1 |
| 2020-05-13 | Auto merge of #72013 - nnethercote:make-RawVec-grow-mostly-non-generic, r=Ama... | bors | -149/+95 |
| 2020-05-13 | Update src/libcore/option.rs | Faris Sufyan | -0/+2 |
| 2020-05-13 | Update src/libcore/option.rs | Faris Sufyan | -0/+1 |
| 2020-05-13 | Update src/libcore/option.rs | Faris Sufyan | -1/+1 |
| 2020-05-13 | Update src/libcore/option.rs | Faris Sufyan | -0/+1 |
| 2020-05-13 | Update src/libcore/option.rs | Faris Sufyan | -0/+1 |
| 2020-05-13 | Update src/libcore/option.rs | Faris Sufyan | -1/+1 |
| 2020-05-13 | Update src/libcore/option.rs | Faris Sufyan | -0/+1 |
| 2020-05-13 | Update src/libcore/option.rs | Faris Sufyan | -1/+1 |
| 2020-05-13 | Clean up E0582 explanation | Guillaume Gomez | -2/+2 |
| 2020-05-13 | Auto merge of #71451 - estebank:suggest-super-trait-constraint, r=nikomatsakis | bors | -100/+282 |
| 2020-05-13 | Auto merge of #70416 - mzohreva:mz/sgx-test, r=nikomatsakis | bors | -0/+32 |
| 2020-05-12 | review comments | Esteban Küber | -2/+9 |
| 2020-05-12 | Update books | Eric Huss | -0/+0 |
| 2020-05-12 | fix test output after rebase | Esteban Küber | -1/+1 |
| 2020-05-12 | Increase verbosity of bound restriction suggestions | Esteban Küber | -123/+215 |
| 2020-05-12 | Suggest adding super trait constraints | Esteban Küber | -13/+96 |
| 2020-05-12 | Map to -> return. | Laurence Tratt | -1/+1 |
| 2020-05-12 | Fix bootstrap failing on win32 | Joshua Cotton | -3/+6 |
| 2020-05-12 | Auto merge of #72091 - RalfJung:miri, r=RalfJung | bors | -8/+7 |
| 2020-05-12 | Add doc comment for `rustc_middle::mir::mono::Linkage` | Wesley Wiser | -0/+3 |
| 2020-05-12 | Clean up E0581 explanation | Guillaume Gomez | -3/+6 |
| 2020-05-12 | Pointer printing: do not print 0 offset | Ralf Jung | -99/+107 |
| 2020-05-12 | Rollup merge of #72128 - RalfJung:str-validity, r=oli-obk | Dylan DPC | -11/+12 |
| 2020-05-12 | Rollup merge of #72096 - jonas-schievink:mirck-docs, r=matthewjasper | Dylan DPC | -54/+50 |
| 2020-05-12 | Rollup merge of #72048 - jonas-schievink:visit-return, r=oli-obk | Dylan DPC | -3/+38 |
| 2020-05-12 | Rollup merge of #71928 - mibac138:strikethrough, r=GuillaumeGomez | Dylan DPC | -3/+17 |
| 2020-05-12 | Rollup merge of #71737 - RalfJung:miri-test-threads, r=shepmaster | Dylan DPC | -9/+10 |
| 2020-05-12 | Change `WorkProduct::saved_files` to an `Option`. | Nicholas Nethercote | -42/+36 |