| Age | Commit message (Expand) | Author | Lines |
| 2020-04-16 | Rollup merge of #71191 - GuillaumeGomez:cleanup-e0520, r=Dylan-DPC | Dylan DPC | -1/+3 |
| 2020-04-16 | Rollup merge of #71179 - matthiaskrgr:cl6ppy, r=Dylan-DPC | Dylan DPC | -124/+111 |
| 2020-04-16 | Rollup merge of #71149 - RalfJung:check-const-call, r=eddyb | Dylan DPC | -16/+5 |
| 2020-04-16 | Rollup merge of #71141 - Duddino:master, r=estebank | Dylan DPC | -1/+68 |
| 2020-04-16 | Rollup merge of #70566 - jumbatm:exceeding-bitshifts-constprop, r=RalfJung | Dylan DPC | -115/+133 |
| 2020-04-16 | Clean up E0520 explanation | Guillaume Gomez | -1/+3 |
| 2020-04-16 | Auto merge of #70831 - sfackler:shrink-future-stack, r=matthewjasper | bors | -25/+40 |
| 2020-04-16 | Auto merge of #71173 - RalfJung:miri, r=RalfJung | bors | -10/+7 |
| 2020-04-16 | Auto merge of #71159 - topecongiro:rustfmt-1.4.14, r=Dylan-DPC | bors | -14/+18 |
| 2020-04-16 | bump Miri | Ralf Jung | -10/+7 |
| 2020-04-15 | Auto merge of #71180 - Dylan-DPC:rollup-pscpg6q, r=Dylan-DPC | bors | -474/+970 |
| 2020-04-16 | Rollup merge of #71166 - GuillaumeGomez:cleanup-e0518, r=Dylan-DPC | Dylan DPC | -3/+3 |
| 2020-04-16 | Rollup merge of #71145 - pfmooney:illumos-triple, r=nagisa | Dylan DPC | -18/+366 |
| 2020-04-16 | Rollup merge of #70990 - GuillaumeGomez:rustdoc-cleanup, r=ollie27 | Dylan DPC | -29/+25 |
| 2020-04-16 | Rollup merge of #70774 - GuillaumeGomez:clean-rustdoc-js-tools, r=ollie27 | Dylan DPC | -419/+403 |
| 2020-04-16 | Rollup merge of #69903 - estebank:icemation, r=oli-obk | Dylan DPC | -5/+173 |
| 2020-04-16 | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | -111/+99 |
| 2020-04-15 | Fix clippy warnings | Matthias Krüger | -13/+12 |
| 2020-04-15 | Auto merge of #71139 - matthiaskrgr:submodule_upd, r=Dylan-DPC | bors | -13/+17 |
| 2020-04-15 | submodules: update clippy from af5940b7 to 6651c1b9 | Matthias Krüger | -13/+17 |
| 2020-04-15 | Do not ICE in the face of invalid enum discriminant | Esteban Küber | -5/+173 |
| 2020-04-15 | update tool maintainers | Pietro Albini | -1/+1 |
| 2020-04-15 | Clean up E0518 explanation | Guillaume Gomez | -3/+3 |
| 2020-04-15 | Provide better compiler output when using `?` on `Option` in fn returning `Re... | Duddino | -6/+6 |
| 2020-04-15 | Rollup merge of #71116 - marmeladema:dummy-hir-id-removal, r=eddyb | Mazdak Farrokhzad | -94/+79 |
| 2020-04-15 | Rollup merge of #71100 - RalfJung:miri-frame-hook, r=oli-obk | Mazdak Farrokhzad | -46/+88 |
| 2020-04-15 | Rollup merge of #71030 - petrochenkov:linkorder2, r=nagisa | Mazdak Farrokhzad | -225/+219 |
| 2020-04-15 | Rollup merge of #70891 - lcnr:replace-rvalue_aggregate, r=eddyb | Mazdak Farrokhzad | -198/+869 |
| 2020-04-15 | remove rustfmt-induced spurious trailing comma | Ralf Jung | -1/+1 |
| 2020-04-15 | remove an impossible branch from check_consts | Ralf Jung | -16/+5 |
| 2020-04-15 | Auto merge of #71106 - jonas-schievink:remove-call-guard-pass, r=ecstatic-mor... | bors | -5/+7 |
| 2020-04-15 | Bump rustfmt and rls | topecongiro | -14/+18 |
| 2020-04-15 | Use fcntl() to set nonblock for solarish sockets | Patrick Mooney | -0/+8 |
| 2020-04-15 | Auto merge of #71151 - Dylan-DPC:rollup-6rt4h7b, r=Dylan-DPC | bors | -45/+217 |
| 2020-04-15 | Update stderrs after rebase. | jumbatm | -0/+6 |
| 2020-04-15 | Move early needs_subst bailout to _after_ linting. | jumbatm | -5/+5 |
| 2020-04-15 | Amend exceeding-bitshifts test case for #69021. | jumbatm | -113/+125 |
| 2020-04-14 | Rollup merge of #71135 - ehuss:update-books, r=ehuss | Dylan DPC | -0/+0 |
| 2020-04-14 | Rollup merge of #71133 - MiSawa:fix-sort-by-key-doc, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2020-04-14 | Rollup merge of #71128 - Mark-Simulacrum:clean-expansion, r=petrochenkov | Dylan DPC | -5/+1 |
| 2020-04-14 | Rollup merge of #71082 - NeoRaider:ptr_slice_len, r=oli-obk,SimonSapin | Dylan DPC | -4/+93 |
| 2020-04-14 | Rollup merge of #71002 - Freax13:fix-target, r=ollie27 | Dylan DPC | -2/+7 |
| 2020-04-14 | Rollup merge of #70949 - WaffleLapkin:simlify_vec_macro, r=petrochenkov | Dylan DPC | -3/+2 |
| 2020-04-14 | Rollup merge of #70947 - RalfJung:ctfe-no-read-mut-global, r=oli-obk | Dylan DPC | -8/+23 |
| 2020-04-14 | Rollup merge of #70657 - lcnr:unused_delims_try, r=Centril | Dylan DPC | -21/+89 |
| 2020-04-14 | Auto merge of #70452 - eddyb:repeat-expr-correct-generics-parent, r=nikomatsakis | bors | -118/+276 |
| 2020-04-14 | Add illumos triple | Patrick Mooney | -18/+358 |
| 2020-04-14 | ptr: add tracking issue for len() method on raw slices | Matthias Schiffer | -4/+4 |
| 2020-04-14 | Provide better compiler output when using `?` on `Option` in fn returning `Re... | Duddino | -1/+68 |
| 2020-04-14 | Auto merge of #71138 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |