about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-05-29Add Span to arena_types! for decoding &'tcx [Span]Amanieu d'Antras-0/+2
2020-05-29Improve inline asm error diagnosticsAmanieu d'Antras-57/+365
2020-05-29Auto merge of #72671 - flip1995:clippyup, r=Xanewokbors-496/+1623
2020-05-29Auto merge of #72727 - JohnTitor:rollup-nni16m2, r=JohnTitorbors-57/+112
2020-05-29Add fibersapi feature to winapi in rustc-workspace-hackflip1995-0/+1
2020-05-29Rollup merge of #72720 - poliorcetics:clarify-take-doc, r=joshtriplettYuki Okushi-0/+11
2020-05-29Rollup merge of #72713 - rust-lang:jonas-schievink-patch-2, r=Mark-SimulacrumYuki Okushi-1/+1
2020-05-29Rollup merge of #72711 - lcnr:fixme-heyho, r=jonas-schievinkYuki Okushi-1/+1
2020-05-29Rollup merge of #72547 - alex:patch-1, r=oli-obkYuki Okushi-0/+26
2020-05-29Rollup merge of #72534 - chrissimpkins:fix-72373, r=estebankYuki Okushi-0/+42
2020-05-29Rollup merge of #72495 - GuillaumeGomez:cleanup-e0601, r=Dylan-DPCYuki Okushi-4/+6
2020-05-29Rollup merge of #72452 - Lucretiel:precision-doc, r=dtolnayYuki Okushi-1/+2
2020-05-29Rollup merge of #72324 - Amanieu:atomic_minmax, r=dtolnayYuki Okushi-10/+2
2020-05-29Rollup merge of #72288 - vorner:stabilize-weak-into-raw, r=dtolnayYuki Okushi-24/+8
2020-05-29Rollup merge of #71843 - sfackler:cas-loop-cleanup, r=dtolnayYuki Okushi-15/+11
2020-05-29Rollup merge of #71633 - a1phyr:infallible_error, r=dtolnayYuki Okushi-1/+2
2020-05-29Auto merge of #72506 - Nadrieril:fix-72476, r=matthewjasperbors-19/+52
2020-05-29Clarify the documentation of takeAlexis Bourget-0/+11
2020-05-29Auto merge of #72716 - Dylan-DPC:rollup-wdj97ab, r=Dylan-DPCbors-225/+248
2020-05-29Rollup merge of #72702 - petrochenkov:unudeps, r=estebankDylan DPC-1/+9
2020-05-29Rollup merge of #72697 - ehuss:rm-rustc-ux-guidelines, r=nikomatsakisDylan DPC-90/+0
2020-05-29Rollup merge of #72695 - jclulow:illumos-llvm-catchup, r=nikicDylan DPC-1/+2
2020-05-29Rollup merge of #72682 - JohnTitor:mir-tests, r=RalfJungDylan DPC-0/+11
2020-05-29Rollup merge of #72674 - Mark-Simulacrum:clippy-always-test-pass, r=oli-obkDylan DPC-34/+26
2020-05-29Rollup merge of #72670 - rust-lang:jonas-schievink-patch-1, r=nikomatsakisDylan DPC-1/+1
2020-05-29Rollup merge of #72667 - RalfJung:unaligned-ref-test, r=nikomatsakisDylan DPC-11/+34
2020-05-29Rollup merge of #72645 - ldm0:mailmap, r=nikomatsakisDylan DPC-0/+2
2020-05-29Rollup merge of #72636 - marmeladema:resolver-outputs-def-id, r=petrochenkovDylan DPC-79/+44
2020-05-29Rollup merge of #72605 - GuillaumeGomez:cleanup-e0617, r=Dylan-DPCDylan DPC-0/+11
2020-05-29Rollup merge of #72466 - lzutao:stabilize_str-strip, r=dtolnayDylan DPC-7/+2
2020-05-29Rollup merge of #72239 - hch12907:master, r=dtolnayDylan DPC-1/+106
2020-05-29Whitelist #[allow_internal_unstable]Jonas Schievink-1/+1
2020-05-28remove redundant `mk_const`Bastian Kauschke-1/+1
2020-05-28Update RLS to clippyup branchflip1995-0/+0
2020-05-28rustc_lint: Remove `unused_crate_dependencies` from the `unused` groupVadim Petrochenkov-1/+9
2020-05-28Remove rustc-ux-guidelinesEric Huss-90/+0
2020-05-28Temp fix: don't run cargo lint tests in rustc test suiteflip1995-0/+3
2020-05-28update data layout for illumos x86Joshua M. Clulow-1/+2
2020-05-28Update Cargo.lockflip1995-0/+2
2020-05-28Set CFG_RELEASE for tools in bootstrap/tool.rsIgor Matuszewski-0/+4
2020-05-28submodules: Update RLS and RustfmtIgor Matuszewski-63/+63
2020-05-28Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5' into clippyup2flip1995-433/+1550
2020-05-28Add test for #66930Yuki Okushi-0/+11
2020-05-28Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakisbors-196/+194
2020-05-27Clippy should always buildMark Rousskov-34/+26
2020-05-27Fix incorrect comment in generator testJonas Schievink-1/+1
2020-05-27Add working example for E0617 explanationGuillaume Gomez-0/+11
2020-05-27Auto merge of #5652 - rust-lang:flip1995-patch-1, r=yaahcbors-2/+2
2020-05-27Auto merge of #71996 - Marwes:detach_undo_log, r=nikomatsakisbors-33/+41
2020-05-27expand unaligned_references testRalf Jung-11/+34