about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-04-29Add clarification on std::cfg macro docs v. #[cfg] attributeDavid Freese-0/+4
2020-04-29Auto merge of #67343 - ecstatic-morse:qualif-structural-match, r=pnkfelixbors-87/+819
2020-04-29Rollup merge of #71657 - Daniel-Worrall:24949, r=estebankDylan DPC-0/+179
2020-04-29Rollup merge of #71654 - zachreizner:patch-1, r=jonas-schievinkDylan DPC-1/+1
2020-04-29Rollup merge of #71296 - ChiefMilesEdgeworth:fix_doc_wording, r=Dylan-DPCDylan DPC-2/+3
2020-04-29Rollup merge of #71286 - Alexendoo:test-issue-69654, r=Dylan-DPCDylan DPC-0/+32
2020-04-29Rollup merge of #71217 - estebank:tail-borrow-sugg, r=pnkfelixDylan DPC-36/+117
2020-04-29Auto merge of #71518 - felix91gr:const_prop_bugfix_just_block_prop, r=wesleyw...bors-41/+818
2020-04-28Suggest `;` or assignment to drop borrows in tail exprsEsteban Küber-36/+117
2020-04-29Add #24949 assoc constant static recursion testDaniel Worrall-0/+179
2020-04-28Bless test that no longer warnsDylan MacKenzie-1/+1
2020-04-28Auto merge of #71486 - alexcrichton:arm64-lld, r=Mark-Simulacrumbors-6/+32
2020-04-28TYPE -> TYPE_ASCRIPTIONGDylan MacKenzie-8/+8
2020-04-28Use path to refer to constants in cross-crate pattern testsDylan MacKenzie-10/+9
2020-04-28Add cross-crate const in pattern testsDylan MacKenzie-0/+55
2020-04-28Add branchy `const` in pattern testsDylan MacKenzie-0/+129
2020-04-28FIXME: ignore test that ICEsDylan MacKenzie-0/+4
2020-04-28Add tests from #67088 and the issues mentioned in its descriptionDylan MacKenzie-16/+468
2020-04-28Incorporate MIR const-checker into `Pat` loweringDylan MacKenzie-63/+89
2020-04-28Add `CustomEq` qualifDylan MacKenzie-1/+64
2020-04-28Pass `Substs` to `in_adt_inherently`Dylan MacKenzie-6/+10
2020-04-28Auto merge of #71642 - ehuss:update-cargo, r=ehussbors-0/+0
2020-04-28Rollup merge of #71641 - ehuss:update-books, r=ehussDylan DPC-0/+0
2020-04-28Rollup merge of #71637 - mibac138:cfg-sanitize, r=petrochenkovDylan DPC-10/+8
2020-04-28Rollup merge of #71615 - RalfJung:share-machine-code, r=oli-obkDylan DPC-113/+74
2020-04-28Rollup merge of #71456 - mzohreva:mz/sgx-no-dylib, r=nikomatsakisDylan DPC-0/+1
2020-04-28Rollup merge of #71340 - Valloric:more-check-pass, r=nikomatsakisDylan DPC-40/+40
2020-04-28Update cargoEric Huss-0/+0
2020-04-28Update booksEric Huss-0/+0
2020-04-28Auto merge of #71636 - Dylan-DPC:rollup-9gc24ak, r=Dylan-DPCbors-33/+36
2020-04-28Rollup merge of #71634 - eddyb:revert-71372, r=petrochenkovDylan DPC-24/+1
2020-04-28Rollup merge of #71585 - tshepang:obsolete-comment, r=Dylan-DPCDylan DPC-7/+0
2020-04-28Rollup merge of #71489 - spastorino:fix-treat-err-as-bug-handling, r=eddybDylan DPC-1/+10
2020-04-28Rollup merge of #71488 - spastorino:normalize-ty-to-fix-broken-mir, r=eddybDylan DPC-0/+2
2020-04-28Rollup merge of #71311 - estebank:fn-type-param, r=varkorDylan DPC-1/+23
2020-04-28Revert "Rollup merge of #71372 - ayushmishra2005:shebang_stripping, r=estebank"Eduard-Mihai Burtescu-24/+1
2020-04-28Auto merge of #71444 - RalfJung:test-async-no-opt, r=jonas-schievinkbors-0/+30
2020-04-28also run some generator tests without MIR optimizationsRalf Jung-0/+15
2020-04-28Auto merge of #71292 - marmeladema:queries-local-def-id, r=eddybbors-239/+288
2020-04-28Polished documentation, removed not-so-useful-anymore traces, and added some ...Félix Fischer-6/+13
2020-04-28Changed `simplify_match` output query because it had become outdatedFélix Fischer-11/+19
2020-04-28Added MIR const-prop diff tests to show why some assertions now fail at compi...Félix Fischer-0/+421
2020-04-28Added new ui tests to show what errors MIR can now find at compile timeFélix Fischer-0/+46
2020-04-28Allow Locals to be propagated into and from, but restricted to their own blockFélix Fischer-32/+197
2020-04-28Auto merge of #71606 - Xanewok:update-rls, r=Xanewokbors-0/+0
2020-04-27Blocked `MutatingUseContext::Projection` for all locals of kind `LocalKind::T...Félix Fischer-4/+13
2020-04-27Added regression test for literal propagation and for scalar pair propagationFélix Fischer-0/+121
2020-04-27Accept `LocalDefId` as key for `check_impl_item_well_formed` querymarmeladema-3/+5
2020-04-27Accept `LocalDefId` as key for `check_trait_item_well_formed` querymarmeladema-3/+5
2020-04-27Accept `LocalDefId` as key for `check_item_well_formed` querymarmeladema-3/+5