about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-05-26Auto merge of #71900 - GuillaumeGomez:clean-up-rustdoc, r=ollie27,kinnisonbors-50/+51
2020-05-26Auto merge of #72093 - jonas-schievink:unmut, r=oli-obkbors-11/+116
2020-05-26Auto merge of #71487 - rcoh:71471-shebang, r=petrochenkovbors-7/+154
2020-05-25Rollup merge of #72538 - rakshith-ravi:refactor/remove-const-query, r=oli-obkDylan DPC-51/+7
2020-05-25Rollup merge of #72451 - ecstatic-morse:nrvo-type-mismatch, r=matthewjasperDylan DPC-12/+6
2020-05-25Rollup merge of #72450 - csmoe:issue-72442, r=oli-obkDylan DPC-1/+48
2020-05-25Rollup merge of #72424 - RalfJung:mir-print-ice, r=oli-obkDylan DPC-10/+20
2020-05-25Rollup merge of #72061 - lcnr:const-inference-test, r=eddybDylan DPC-4/+74
2020-05-25Always validate MIR after optimizingJonas Schievink-0/+5
2020-05-25Add a small MIR validation passJonas Schievink-1/+96
2020-05-25Avoid `Operand::Copy` with `&mut T`Jonas Schievink-10/+15
2020-05-25Auto merge of #72575 - Dylan-DPC:rollup-zo679hv, r=Dylan-DPCbors-11/+171
2020-05-25Rollup merge of #72567 - GuillaumeGomez:cleanup-e0608, r=Dylan-DPCDylan DPC-1/+1
2020-05-25Rollup merge of #72308 - Aaron1011:fix/hygiene-error-message, r=matthewjasperDylan DPC-4/+52
2020-05-25Rollup merge of #72153 - lcnr:exhaustively-match, r=pnkfelixDylan DPC-6/+118
2020-05-25Fix bug in shebang handlingRussell Cohen-7/+154
2020-05-25Auto merge of #72354 - tamird:remove-copyright, r=Mark-Simulacrumbors-18/+9
2020-05-25Clean up E0608 explanationGuillaume Gomez-1/+1
2020-05-25Auto merge of #72562 - RalfJung:rollup-2ngjgwi, r=RalfJungbors-136/+212
2020-05-25Rollup merge of #72551 - alilleybrinker:document-debug-stability, r=KodrAusRalf Jung-0/+7
2020-05-25Rollup merge of #72544 - sexxi-goose:upvars_mentioned, r=matthewjasperRalf Jung-34/+41
2020-05-25Rollup merge of #72537 - Amanieu:fix-asm-liveness, r=petrochenkovRalf Jung-8/+2
2020-05-25Rollup merge of #72525 - RalfJung:miri-cast-checks, r=eddybRalf Jung-94/+101
2020-05-25Rollup merge of #71940 - SimonSapin:nonnull-slice, r=kennytmRalf Jung-0/+61
2020-05-25fix ICE when debug-printing MIRRalf Jung-10/+20
2020-05-25Auto merge of #72520 - jonas-schievink:cleanup-userty, r=matthewjasperbors-17/+21
2020-05-25Auto merge of #72472 - LeSeulArtichaut:sync-command, r=dtolnaybors-7/+11
2020-05-24First draft documenting Debug stability.Andrew Lilley Brinker-0/+7
2020-05-24Auto merge of #72287 - Aaron1011:feature/min-token-collect, r=petrochenkovbors-18/+97
2020-05-24Collect tokens for `ast::Expr`Aaron Hill-18/+97
2020-05-24Auto merge of #72539 - RalfJung:rollup-8yfidi8, r=RalfJungbors-67/+130
2020-05-24librustc_middle: Rename upvars query to upvars_mentionedAman Arora-34/+41
2020-05-24comment nitRalf Jung-1/+1
2020-05-24use helper method for determining size of int typeRalf Jung-15/+11
2020-05-24Rollup merge of #72535 - saschanaz:patch-1, r=jonas-schievinkRalf Jung-1/+1
2020-05-24Rollup merge of #72532 - ratijas:dyn-trait-object-doc, r=jonas-schievinkRalf Jung-4/+4
2020-05-24Rollup merge of #72530 - GuillaumeGomez:cleanup-e0602, r=Dylan-DPCRalf Jung-2/+2
2020-05-24Rollup merge of #72527 - RalfJung:miri-clippy-test-args, r=Mark-SimulacrumRalf Jung-0/+4
2020-05-24Rollup merge of #72402 - marmeladema:resolver-outputs-def-id, r=ecstatic-morseRalf Jung-60/+119
2020-05-24Auto merge of #72531 - RalfJung:miri-upd, r=RalfJungbors-7/+11
2020-05-24Removed all instances of const_field.Rakshith Ravi-51/+7
2020-05-24Fix InlineAsmOperand expresions being visited twice during liveness checkingAmanieu d'Antras-8/+2
2020-05-24bump MiriRalf Jung-7/+11
2020-05-24Fix unsizing castsRalf Jung-20/+18
2020-05-24Use sort_unstable_by in its own docsKagami Sascha Rosylight-1/+1
2020-05-24Use `dyn` trait syntax in more comments and docsratijas-4/+4
2020-05-24Auto merge of #72529 - RalfJung:rollup-ydthv90, r=RalfJungbors-95/+160
2020-05-24Clean up E0602 explanationGuillaume Gomez-2/+2
2020-05-24Rollup merge of #72528 - emosenkis:patch-1, r=dtolnayRalf Jung-1/+1
2020-05-24Rollup merge of #72393 - Aaron1011:feature/rewrite-collect-tokens, r=petroche...Ralf Jung-75/+115