| Age | Commit message (Expand) | Author | Lines |
| 2020-05-17 | Auto merge of #5608 - flip1995:rustup, r=phansch | bors | -132/+114 |
| 2020-05-16 | Bless mir-opt tests to account for #72220 | Wesley Wiser | -4/+2 |
| 2020-05-17 | Auto merge of #72286 - Dylan-DPC:rollup-n3rk6df, r=Dylan-DPC | bors | -15/+251 |
| 2020-05-16 | `ret` has been optimized away in debuginfo test | Dylan MacKenzie | -30/+9 |
| 2020-05-16 | Disable MIR optimization for alignment codegen tests | Dylan MacKenzie | -2/+2 |
| 2020-05-16 | Name return place in debuginfo if it is a user variable | Dylan MacKenzie | -1/+6 |
| 2020-05-16 | Test that Miri can handle MIR with NRVO applied | Dylan MacKenzie | -0/+50 |
| 2020-05-16 | Expand comment with possible improvements | Dylan MacKenzie | -2/+6 |
| 2020-05-16 | Add simple NRVO test | Dylan MacKenzie | -0/+51 |
| 2020-05-16 | Bless MIR tests that inline functions qualifying for NRVO | Dylan MacKenzie | -15/+3 |
| 2020-05-16 | Dumb NRVO | Dylan MacKenzie | -0/+221 |
| 2020-05-17 | Rollup merge of #72282 - jonas-schievink:issue-typo, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2020-05-17 | Rollup merge of #72281 - estebank:fix-ws-sugg, r=Dylan-DPC | Dylan DPC | -3/+3 |
| 2020-05-17 | Rollup merge of #72277 - RalfJung:manually-drop-docs, r=Mark-Simulacrum | Dylan DPC | -1/+5 |
| 2020-05-17 | Rollup merge of #72233 - dtolnay:literal, r=petrochenkov | Dylan DPC | -9/+241 |
| 2020-05-17 | Run fmt | flip1995 | -112/+110 |
| 2020-05-17 | Re-remove util/dev | flip1995 | -7/+0 |
| 2020-05-17 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -812/+1077 |
| 2020-05-16 | Auto merge of #72178 - tmiasko:inliner-lifetimes, r=nikic | bors | -13/+50 |
| 2020-05-17 | simplify multispan_sugg interface | Aleksei Latyshev | -20/+20 |
| 2020-05-16 | Improve documentation for drop elaboration | Jonas Schievink | -9/+99 |
| 2020-05-16 | Rename lint `identity_conversion` to `useless_conversion` | ThibsG | -53/+60 |
| 2020-05-16 | Auto merge of #5563 - ThibsG:MergeLints, r=flip1995 | bors | -438/+277 |
| 2020-05-16 | Fix issue number typo in note | Jonas Schievink | -2/+2 |
| 2020-05-16 | Fix whitespace in `?Sized` structured suggestion | Esteban Küber | -3/+3 |
| 2020-05-16 | emphasize that ManuallyDrop is safe-to-access and unsafe-to-drop | Ralf Jung | -1/+5 |
| 2020-05-16 | Auto merge of #72276 - RalfJung:rollup-nkfu3is, r=RalfJung | bors | -547/+608 |
| 2020-05-16 | Rollup merge of #72254 - ehuss:double-backtick, r=dtolnay | Ralf Jung | -4/+4 |
| 2020-05-16 | Rollup merge of #72094 - petrochenkov:overfeature, r=nikic | Ralf Jung | -2/+33 |
| 2020-05-16 | Rollup merge of #72060 - lcnr:move-list, r=estebank | Ralf Jung | -145/+155 |
| 2020-05-16 | Rollup merge of #72047 - Julian-Wollersberger:literal_error_reporting_cleanup... | Ralf Jung | -2/+2 |
| 2020-05-16 | Rollup merge of #72047 - Julian-Wollersberger:literal_error_reporting_cleanup... | Ralf Jung | -214/+132 |
| 2020-05-16 | Rollup merge of #72045 - RalfJung:incomplete-unsound, r=petrochenkov | Ralf Jung | -182/+284 |
| 2020-05-17 | Disallow forbidden usage of non-ascii identifiers. | Charles Lew | -2/+128 |
| 2020-05-16 | Continue lowering for unsupported async generator instead of returning an error. | marmeladema | -11/+7 |
| 2020-05-16 | Auto merge of #72262 - Dylan-DPC:rollup-x56q1jj, r=Dylan-DPC | bors | -115/+218 |
| 2020-05-16 | move borrow-of-packed-field unsafety check out of loop | Ralf Jung | -19/+19 |
| 2020-05-16 | Rollup merge of #72258 - Rustin-Liu:rustin-patch-typo, r=dtolnay | Dylan DPC | -1/+1 |
| 2020-05-16 | Rollup merge of #72234 - dtolnay:default, r=petrochenkov | Dylan DPC | -0/+7 |
| 2020-05-16 | Rollup merge of #72230 - SOF3:patch-1, r=kennytm | Dylan DPC | -2/+2 |
| 2020-05-16 | Rollup merge of #72216 - doctorn:require-lang-item, r=lcnr | Dylan DPC | -27/+34 |
| 2020-05-16 | Rollup merge of #72166 - nnethercote:simpler-slice-Iterator-methods, r=cuviper | Dylan DPC | -18/+106 |
| 2020-05-16 | Rollup merge of #71919 - Xanewok:bump-syn-1, r=Xanewok | Dylan DPC | -56/+32 |
| 2020-05-16 | Rollup merge of #71625 - Diggsey:improve-manually-drop-docs, r=RalfJung | Dylan DPC | -11/+36 |
| 2020-05-16 | Auto merge of #71872 - nnethercote:less-aggressive-arena-growth, r=oli-obk | bors | -13/+26 |
| 2020-05-16 | break out earlier on empty snippet | csmoe | -8/+17 |
| 2020-05-16 | rustc-book: Document `-C code-model` | Vadim Petrochenkov | -2/+18 |
| 2020-05-16 | rustc_target: Stop using "string typing" for code models | Vadim Petrochenkov | -55/+107 |
| 2020-05-16 | Auto merge of #5596 - ebroto:issue_5212, r=phansch | bors | -3/+80 |
| 2020-05-16 | Auto merge of #5602 - ebroto:issue_3430, r=phansch | bors | -3/+44 |