summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-05-29Move common code to `WhereClause`Esteban Küber-22/+9
2020-05-29fix encode with shorthand for PredicateBastian Kauschke-2/+2
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-29Get libdir from stage0 compilerO01eg-4/+21
2020-05-29liveness: Warn about unused captured variablesTomasz Miąsko-64/+505
2020-05-29liveness: Include upvars in the analysisTomasz Miąsko-36/+33
2020-05-29liveness: Remove unused fallthrough_lnTomasz Miąsko-9/+1
2020-05-29liveness: Remove unused clean_exit_varTomasz Miąsko-14/+1
2020-05-29liveness: Log information about used variablesTomasz Miąsko-5/+8
2020-05-29Fix lld detection if stage0 rustc built with custom libdirO01eg-7/+13
2020-05-29Auto merge of #72671 - flip1995:clippyup, r=Xanewokbors-451/+1576
2020-05-29Remove flaky test and document the other's flakinessmendess-8/+5
2020-05-29Add missing empty line in E0619 explanationGuillaume Gomez-0/+1
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-29Fix missing import lost in revertAaron Hill-1/+1
2020-05-29Clarify comment message & MAX_LENGTH constNathan West-3/+7
2020-05-29Added fast-path, testsNathan West-20/+54
2020-05-29`SocketAddr(V4|V6)?`::Display now correctly pads its contentNathan West-3/+27
2020-05-29Revert "Move functions to librustc_parse"Aaron Hill-123/+179
2020-05-29Revert "Recursively expand nonterminals"Aaron Hill-95/+16
2020-05-29Revert "Add test for macro_rules! invoking a proc-macro with capture groups"Aaron Hill-30/+0
2020-05-29Revert "Fix rebase fallout"Aaron Hill-4/+3
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-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 #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-29Remove unused mut from long-linker-command-lines testTomasz Miąsko-1/+1
2020-05-28Account for trailing comma when suggesting `where` clausesEsteban Küber-14/+20