summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2018-10-04Do not put noalias annotations by defaultSimonas Kazlauskas-0/+33
2018-07-30Auto merge of #52823 - RalfJung:test, r=eddybbors-2/+21
2018-07-29invalid_const_promotion: check if we get the right signalRalf Jung-2/+21
2018-07-27Add the -Zcrate-attr=foo nightly rustc flag to inject crate attributesPietro Albini-0/+21
2018-07-26Rollup merge of #52635 - yodaldevoid:issue_18804, r=oli-obkMark Rousskov-0/+43
2018-07-26Rollup merge of #52558 - wesleywiser:ice_melting, r=estebankMark Rousskov-0/+106
2018-07-25Place the ignore comments in the correct file for test issue-18804Gabriel Smith-3/+3
2018-07-24Disable regression test for issue #18804 on Emscripten and AsmjsGabriel Smith-0/+3
2018-07-24Add regression test for issue #18804Gabriel Smith-0/+40
2018-07-23Implement 2015 vs 2018 `?` kleene op + testmark-47/+2
2018-07-23Add run-pass test for #44005Wesley Wiser-0/+39
2018-07-23Add test for #33264Wesley Wiser-0/+39
2018-07-23Add tests for #34784Wesley Wiser-0/+28
2018-07-23Auto merge of #50494 - F001:as_cell, r=alexcrichtonbors-0/+21
2018-07-23use inherent method insteadF001-3/+2
2018-07-23Auto merge of #52571 - oli-obk:promotion_abort, r=nagisabors-0/+38
2018-07-22Use correct exclusion commentOliver Schneider-1/+2
2018-07-21don't spawn processes on wasmOliver Schneider-0/+2
2018-07-21Rollup merge of #52527 - ljedrz:cleanup_13973, r=oli-obkkennytm-10/+0
2018-07-21Rollup merge of #52526 - ljedrz:cleanup_18800, r=alexcrichtonkennytm-1/+0
2018-07-20Add trailing newlineOliver Schneider-1/+1
2018-07-20Add testOliver Schneider-0/+35
2018-07-20Auto merge of #52498 - oli-obk:const_prop, r=nikomatsakisbors-1/+6
2018-07-20Remove duplicate E0396 testsljedrz-10/+0
2018-07-19Enable run-pass/sepcomp-lib-lto.rs on Androidljedrz-1/+0
2018-07-18Const-propagate castsOliver Schneider-1/+6
2018-07-18Adjust run pass test to stricter existential type rulesOliver Schneider-22/+3
2018-07-18Implement existential typesOliver Schneider-0/+113
2018-07-18revert DerefF001-1/+1
2018-07-17code style fixesF001-2/+3
2018-07-17impl `Deref` instead of `Index`F001-0/+1
2018-07-17remove "get_with" methodF001-2/+0
2018-07-17implement rfc 1789F001-0/+22
2018-07-15Auto merge of #52348 - oli-obk:bugfix, r=petrochenkovbors-1/+5
2018-07-13Use the correct visibilityOliver Schneider-1/+5
2018-07-13Fix some RangeInclusive test cases.kennytm-10/+19
2018-07-12Auto merge of #52089 - eddyb:issue-51907, r=nagisabors-0/+26
2018-07-11Rollup merge of #51952 - petrochenkov:transmark, r=alexcrichtonMark Rousskov-27/+0
2018-07-11Auto merge of #51966 - alexcrichton:llvm7, r=michaelwoeristerbors-14/+32
2018-07-10Upgrade to LLVM's master branch (LLVM 7)Alex Crichton-14/+32
2018-07-10Auto merge of #52191 - SimonSapin:alloc_error_handler, r=alexcrichtonbors-0/+28
2018-07-09Add a test for the default allocation error hookSimon Sapin-0/+28
2018-07-09bump minimum LLVM version to 5.0gnzlbg-11/+0
2018-07-08Remove fallback to parent modules from lexical resolutionVadim Petrochenkov-27/+0
2018-07-06Rollup merge of #52058 - davidtwco:issue-51345, r=nikomatsakisMark Rousskov-0/+17
2018-07-07Add a test for Weak::new() not crashing for uninhabited typesSimon Sapin-0/+15
2018-07-06Auto merge of #52018 - flip1995:rfc2103, r=oli-obkbors-0/+31
2018-07-06Auto merge of #51894 - mikhail-m1:8636, r=nikomatsakisbors-0/+33
2018-07-06rustc_codegen_llvm: replace the first argument early in FnType::new_vtable.Eduard-Mihai Burtescu-0/+26
2018-07-05fix for issue #8636Mikhail Modin-0/+33