| Age | Commit message (Expand) | Author | Lines |
| 2020-05-25 | Clean up E0608 explanation | Guillaume Gomez | -1/+1 |
| 2020-05-25 | Fix UB in Arc | Diggory Blake | -9/+26 |
| 2020-05-25 | Auto merge of #72562 - RalfJung:rollup-2ngjgwi, r=RalfJung | bors | -136/+212 |
| 2020-05-25 | more test ref-to-packed tests | Ralf Jung | -1/+19 |
| 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 | remove some unused types from the tests | Ralf Jung | -25/+6 |
| 2020-05-25 | add a lint against references to packed fields | Ralf Jung | -2/+127 |
| 2020-05-25 | Add test for old compiler ICE when using `Borrow` | Ross MacArthur | -0/+57 |
| 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 | perf: Add inline on commonly used methods added in 69464 | Markus Westerlind | -21/+35 |
| 2020-05-24 | Added a codegen test for a recent optimization for overflow-checks=on | Alex Gaynor | -0/+26 |
| 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 | Fix tests | Hoe Hao Cheng | -2/+2 |
| 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 | Remove heterogeneous ordering for SocketAddr | Hoe Hao Cheng | -55/+15 |
| 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 |
| 2020-05-24 | Rollup merge of #72284 - Aaron1011:feature/inline-macro-did, r=petrochenkov | Ralf Jung | -19/+44 |
| 2020-05-24 | Fix typo in doc comment. | Eitan Mosenkis | -1/+1 |
| 2020-05-24 | Auto merge of #72524 - RalfJung:rollup-s9f1pcc, r=RalfJung | bors | -205/+246 |
| 2020-05-24 | bootstrap: propagate test-args to miri and clippy test suites | Ralf Jung | -0/+4 |
| 2020-05-24 | Miri casts: do not blindly rely on dest type | Ralf Jung | -51/+76 |
| 2020-05-24 | Rollup merge of #72517 - lcnr:refactor-winnowing, r=jonas-schievink | Ralf Jung | -19/+6 |
| 2020-05-24 | Rollup merge of #72388 - Aaron1011:fix/deep-tokenstream-equality, r=petrochenkov | Ralf Jung | -186/+240 |
| 2020-05-24 | Added comment about static variables | Michal Sudwoj | -0/+1 |