about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2018-12-17Auto merge of #56810 - sinkuu:build_match, r=oli-obkbors-0/+83
2018-12-17Auto merge of #56642 - nikic:llvm-6, r=alexcrichtonbors-4/+1
2018-12-15Auto merge of #56540 - oli-obk:less_const_hackery, r=varkorbors-0/+1
2018-12-15Improve `match` MIR generation for rangesShotaro Yamada-0/+83
2018-12-14Rollup merge of #56789 - alexcrichton:simd_select_bitmask, r=rkruppekennytm-0/+30
2018-12-14Rollup merge of #56748 - kinnison:kinnison/fix-56734, r=dtolnaykennytm-1/+2
2018-12-13Update panic message to be clearer about env-varsDaniel Silverstone-1/+2
2018-12-13rustc: Add an unstable `simd_select_bitmask` intrinsicAlex Crichton-0/+30
2018-12-13Update tests to show diagnosticsOliver Scherer-1/+1
2018-12-12rustc: Switch `extern` functions to abort by default on panicAlex Crichton-3/+1
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-39/+39
2018-12-11Diagnostics improvement!Oliver Scherer-1/+2
2018-12-09Bump minimum required LLVM version to 6.0Nikita Popov-4/+1
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-67/+43
2018-12-06Auto merge of #56282 - qnighy:additional-sizedness-fix, r=nikomatsakisbors-0/+11
2018-12-06Rollup merge of #56446 - arielb1:special-env-implications, r=nikomatsakisPietro Albini-0/+38
2018-12-05Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNNPietro Albini-4/+1
2018-12-04Utilize `?` instead of `return None`.Corey Farwell-4/+1
2018-12-03Rollup merge of #56366 - alexreg:stabilise-self_in_typedefs, r=Centrilkennytm-2/+1
2018-12-03pass the parameter environment to `traits::find_associated_item`Ariel Ben-Yehuda-0/+38
2018-12-02Auto merge of #56110 - varkor:inhabitedness-union-enum, r=cramertjbors-0/+1
2018-11-30Removed feature gate.Alexander Regueiro-2/+1
2018-12-01Rollup merge of #56365 - alexreg:stabilise-self_struct_ctor, r=Centrilkennytm-2/+0
2018-11-30Removed feature gate.Alexander Regueiro-2/+0
2018-11-30tests: ignore wasm32 for run-pass/proc-macro/expand-with-a-macro.Eduard-Mihai Burtescu-0/+2
2018-11-30tests: use `force-host` and `no-prefer-dynamic` in all proc_macro tests.Eduard-Mihai Burtescu-1/+35
2018-11-30tests: move all proc_macro tests from -fulldeps.Eduard-Mihai Burtescu-0/+2310
2018-11-29Fix broken testsvarkor-0/+1
2018-11-27remove uses of feature gateMark Mansi-2/+0
2018-11-27Normalize type before deferred sizedness checking.Masaki Hara-0/+11
2018-11-25Rollup merge of #56207 - SimonSapin:int_to_from_bytes, r=nagisaPietro Albini-1/+1
2018-11-25Rollup merge of #56151 - alexcrichton:move-out-flaky-test, r=nagisaPietro Albini-0/+25
2018-11-25Rollup merge of #56101 - frewsxcv:frewsxcv-dyn, r=steveklabnikPietro Albini-1/+2
2018-11-25Rollup merge of #56072 - da-x:stabilize-literal-matcher, r=petrochenkovPietro Albini-2/+0
2018-11-25Rollup merge of #56045 - qnighy:additional-sizedness, r=cramertjPietro Albini-0/+1
2018-11-25Stabilize the int_to_from_bytes featureSimon Sapin-1/+1
2018-11-25Auto merge of #55921 - scalexm:placeholders, r=nikomatsakisbors-0/+1
2018-11-25Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakisbors-1/+1
2018-11-24Try to work around #53332 in `src/test/run-pass/rustc-rust-log.rs`scalexm-0/+1
2018-11-21Move a flaky process test out of libstdAlex Crichton-0/+25
2018-11-21macro_literal_matcher: fixes per petrochenkov's reviewDan Aloni-2/+0
2018-11-21Stabilize macro_literal_matcherDan Aloni-2/+2
2018-11-21Add tests for unsized-locals functions stability.Masaki Hara-0/+1
2018-11-20Incorporate `dyn` into more comments and docs.Corey Farwell-1/+2
2018-11-19Rollup merge of #55968 - ehuss:non-mod-rs-tests, r=petrochenkovPietro Albini-0/+26
2018-11-19Rollup merge of #55963 - stepancheg:mpsc-take-2, r=alexcrichtonPietro Albini-0/+172
2018-11-18Remove mir::StatementKind::EndRegionMatthew Jasper-1/+1
2018-11-15Auto merge of #54906 - qnighy:fix-issue-50452, r=nikomatsakisbors-0/+29
2018-11-14Clean up some non-mod-rs stuff.Eric Huss-0/+26
2018-11-15Stress test for MPSCStepan Koltsov-0/+172