| Age | Commit message (Expand) | Author | Lines |
| 2020-05-26 | Auto merge of #71900 - GuillaumeGomez:clean-up-rustdoc, r=ollie27,kinnison | bors | -50/+51 |
| 2020-05-26 | Auto merge of #72093 - jonas-schievink:unmut, r=oli-obk | bors | -11/+116 |
| 2020-05-26 | Auto merge of #71487 - rcoh:71471-shebang, r=petrochenkov | bors | -7/+154 |
| 2020-05-25 | Rollup merge of #72538 - rakshith-ravi:refactor/remove-const-query, r=oli-obk | Dylan DPC | -51/+7 |
| 2020-05-25 | Rollup merge of #72451 - ecstatic-morse:nrvo-type-mismatch, r=matthewjasper | Dylan DPC | -12/+6 |
| 2020-05-25 | Rollup merge of #72450 - csmoe:issue-72442, r=oli-obk | Dylan DPC | -1/+48 |
| 2020-05-25 | Rollup merge of #72424 - RalfJung:mir-print-ice, r=oli-obk | Dylan DPC | -10/+20 |
| 2020-05-25 | Rollup merge of #72061 - lcnr:const-inference-test, r=eddyb | Dylan DPC | -4/+74 |
| 2020-05-25 | Always validate MIR after optimizing | Jonas Schievink | -0/+5 |
| 2020-05-25 | Add a small MIR validation pass | Jonas Schievink | -1/+96 |
| 2020-05-25 | Avoid `Operand::Copy` with `&mut T` | Jonas Schievink | -10/+15 |
| 2020-05-25 | Auto merge of #72575 - Dylan-DPC:rollup-zo679hv, r=Dylan-DPC | bors | -11/+171 |
| 2020-05-25 | Rollup merge of #72567 - GuillaumeGomez:cleanup-e0608, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-05-25 | Rollup merge of #72308 - Aaron1011:fix/hygiene-error-message, r=matthewjasper | Dylan DPC | -4/+52 |
| 2020-05-25 | Rollup merge of #72153 - lcnr:exhaustively-match, r=pnkfelix | Dylan DPC | -6/+118 |
| 2020-05-25 | Fix bug in shebang handling | Russell Cohen | -7/+154 |
| 2020-05-25 | Auto merge of #72354 - tamird:remove-copyright, r=Mark-Simulacrum | bors | -18/+9 |
| 2020-05-25 | Clean up E0608 explanation | Guillaume Gomez | -1/+1 |
| 2020-05-25 | Auto merge of #72562 - RalfJung:rollup-2ngjgwi, r=RalfJung | bors | -136/+212 |
| 2020-05-25 | Rollup merge of #72551 - alilleybrinker:document-debug-stability, r=KodrAus | Ralf Jung | -0/+7 |
| 2020-05-25 | Rollup merge of #72544 - sexxi-goose:upvars_mentioned, r=matthewjasper | Ralf Jung | -34/+41 |
| 2020-05-25 | Rollup merge of #72537 - Amanieu:fix-asm-liveness, r=petrochenkov | Ralf Jung | -8/+2 |
| 2020-05-25 | Rollup merge of #72525 - RalfJung:miri-cast-checks, r=eddyb | Ralf Jung | -94/+101 |
| 2020-05-25 | Rollup merge of #71940 - SimonSapin:nonnull-slice, r=kennytm | Ralf Jung | -0/+61 |
| 2020-05-25 | fix ICE when debug-printing MIR | Ralf Jung | -10/+20 |
| 2020-05-25 | Auto merge of #72520 - jonas-schievink:cleanup-userty, r=matthewjasper | bors | -17/+21 |
| 2020-05-25 | Auto merge of #72472 - LeSeulArtichaut:sync-command, r=dtolnay | bors | -7/+11 |
| 2020-05-24 | First draft documenting Debug stability. | Andrew Lilley Brinker | -0/+7 |
| 2020-05-24 | Auto merge of #72287 - Aaron1011:feature/min-token-collect, r=petrochenkov | bors | -18/+97 |
| 2020-05-24 | Collect tokens for `ast::Expr` | Aaron Hill | -18/+97 |
| 2020-05-24 | Auto merge of #72539 - RalfJung:rollup-8yfidi8, r=RalfJung | bors | -67/+130 |
| 2020-05-24 | librustc_middle: Rename upvars query to upvars_mentioned | Aman Arora | -34/+41 |
| 2020-05-24 | comment nit | Ralf Jung | -1/+1 |
| 2020-05-24 | use helper method for determining size of int type | Ralf Jung | -15/+11 |
| 2020-05-24 | Rollup merge of #72535 - saschanaz:patch-1, r=jonas-schievink | Ralf Jung | -1/+1 |
| 2020-05-24 | Rollup merge of #72532 - ratijas:dyn-trait-object-doc, r=jonas-schievink | Ralf Jung | -4/+4 |
| 2020-05-24 | Rollup merge of #72530 - GuillaumeGomez:cleanup-e0602, r=Dylan-DPC | Ralf Jung | -2/+2 |
| 2020-05-24 | Rollup merge of #72527 - RalfJung:miri-clippy-test-args, r=Mark-Simulacrum | Ralf Jung | -0/+4 |
| 2020-05-24 | Rollup merge of #72402 - marmeladema:resolver-outputs-def-id, r=ecstatic-morse | Ralf Jung | -60/+119 |
| 2020-05-24 | Auto merge of #72531 - RalfJung:miri-upd, r=RalfJung | bors | -7/+11 |
| 2020-05-24 | Removed all instances of const_field. | Rakshith Ravi | -51/+7 |
| 2020-05-24 | Fix InlineAsmOperand expresions being visited twice during liveness checking | Amanieu d'Antras | -8/+2 |
| 2020-05-24 | bump Miri | Ralf Jung | -7/+11 |
| 2020-05-24 | Fix unsizing casts | Ralf Jung | -20/+18 |
| 2020-05-24 | Use sort_unstable_by in its own docs | Kagami Sascha Rosylight | -1/+1 |
| 2020-05-24 | Use `dyn` trait syntax in more comments and docs | ratijas | -4/+4 |
| 2020-05-24 | Auto merge of #72529 - RalfJung:rollup-ydthv90, r=RalfJung | bors | -95/+160 |
| 2020-05-24 | Clean up E0602 explanation | Guillaume Gomez | -2/+2 |
| 2020-05-24 | Rollup merge of #72528 - emosenkis:patch-1, r=dtolnay | Ralf Jung | -1/+1 |
| 2020-05-24 | Rollup merge of #72393 - Aaron1011:feature/rewrite-collect-tokens, r=petroche... | Ralf Jung | -75/+115 |