about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2017-12-15Auto merge of #46537 - pnkfelix:two-phase-borrows, r=arielb1bors-0/+48
2017-12-14Review feedback: Added test with control flow merge of two borrows "before ac...Felix S. Klock II-0/+27
2017-12-14Auto merge of #46582 - nikomatsakis:nll-master-to-rust-master-4, r=arielb1bors-0/+38
2017-12-13the minimal test for two-phase borrows: the core example from niko's blog pos...Felix S. Klock II-0/+21
2017-12-13normalize fn sig as part of reificationNiko Matsakis-0/+38
2017-12-13Auto merge of #46419 - jseyfried:all_imports_in_metadata, r=nrcbors-0/+59
2017-12-13Auto merge of #46616 - cramertj:impl-trait-elision, r=nikomatsakisbors-1/+25
2017-12-13Auto merge of #46613 - petrochenkov:absext, r=nikomatsakisbors-0/+51
2017-12-12Auto merge of #46570 - AgustinCB:issue-46553, r=oli-obkbors-0/+32
2017-12-13Resolve absolute paths as extern under a feature flagVadim Petrochenkov-0/+51
2017-12-12Implement impl Trait lifetime elisionTaylor Cramer-1/+25
2017-12-09Auto merge of #46573 - jseyfried:add_decl_macro_test, r=nrcbors-0/+25
2017-12-08Auto merge of #46556 - michaelwoerister:enable-query-caching, r=nmatsakisbors-336/+1
2017-12-08Remove some svh-tests from run-pass.Michael Woerister-336/+1
2017-12-08Auto merge of #46549 - alexcrichton:thinlto-weak, r=michaelwoeristerbors-0/+37
2017-12-08deny instead of warnAgustin Chiappe Berrini-1/+1
2017-12-07Add test for #44128.Jeffrey Seyfried-0/+25
2017-12-07Ignore `unsopported constant expr` errorAgustin Chiappe Berrini-0/+32
2017-12-07rustc: Further tweak linkage in ThinLTOAlex Crichton-0/+37
2017-12-07Auto merge of #46528 - CensoredUsername:stabilize_abi_sysv64, r=arielb1bors-2/+0
2017-12-07rustc_mir: promote references of statics from other statics.Eduard-Mihai Burtescu-0/+2
2017-12-06Auto merge of #46268 - arielb1:union-borrow, r=nikomatsakisbors-0/+1
2017-12-06Auto merge of #46192 - arielb1:locally-coherent, r=nikomatsakisbors-0/+36
2017-12-05Include non-`pub` `use` and `extern crate` items in the crate metadata for ma...Jeffrey Seyfried-0/+59
2017-12-06Stabilize abi_sysv64CensoredUsername-2/+0
2017-12-06work around weird match arm lifetimesAriel Ben-Yehuda-0/+1
2017-12-05rustc_trans: don't write discriminants for uninhabited variantsSimon Sapin-0/+37
2017-12-06convert errors to warningsAriel Ben-Yehuda-2/+0
2017-12-05convert the new conflicts to a soft errorAriel Ben-Yehuda-0/+38
2017-12-05rustc_mir: don't move temporaries that are still used later.Eduard-Mihai Burtescu-0/+4
2017-12-03Auto merge of #46334 - mikhail-m1:slice_pattern_array_drop, r=arielb1bors-1/+37
2017-12-03Auto merge of #46320 - arielb1:always-resume, r=nikomatsakisbors-0/+2
2017-12-03don't track borrows for empty regionsAriel Ben-Yehuda-0/+1
2017-12-03initialize the destination in unit statementsAriel Ben-Yehuda-0/+1
2017-12-02Auto merge of #46382 - alexcrichton:thinlto-default, r=michaelwoeristerbors-4/+4
2017-12-02create a drop ladder for an array if any value is moved outMikhail Modin-1/+37
2017-12-02Rollup merge of #46401 - alexcrichton:wasm-tests, r=arielb1kennytm-1/+0
2017-12-02Rollup merge of #45880 - arielb1:never-coerce, r=nikomatsakiskennytm-1/+1
2017-12-01Auto merge of #46236 - davidtwco:issue-46023, r=arielb1bors-0/+2
2017-11-30Added test for spurious cannot borrow immutable item error with a closureDavid Wood-0/+2
2017-11-30rustc: Prepare to enable ThinLTO by defaultAlex Crichton-1/+1
2017-11-30Rename long test names to be a bit shorterAlex Crichton-3/+3
2017-11-30wasm: Update LLVM to fix a testAlex Crichton-1/+0
2017-11-30make coercions to `!` in unreachable code a hard errorAriel Ben-Yehuda-1/+1
2017-11-30Implement RFC 2128 (use_nested_groups)Pietro Albini-0/+35
2017-11-30Auto merge of #46226 - arielb1:special-region-obligation, r=nikomatsakisbors-0/+32
2017-11-29Rollup merge of #46287 - SimonSapin:stable-constness, r=aturonkennytm-34/+2
2017-11-28ci: Start running wasm32 tests on TravisAlex Crichton-0/+2
2017-11-28Auto merge of #46123 - Gankro:c-repr, r=eddybbors-3/+403
2017-11-28Fix and improve test for enum repr sizesAlexis Beingessner-3/+49