about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2018-12-18Auto merge of #56481 - arielb1:dynamic-order, r=nikomatsakisbors-0/+57
2018-12-17Auto merge of #56810 - sinkuu:build_match, r=oli-obkbors-0/+83
2018-12-17Address LLVM assertion failure by prepopulating with *just* name-anon-globals.Felix S. Klock II-1/+1
2018-12-17Auto merge of #56642 - nikic:llvm-6, r=alexcrichtonbors-4/+1
2018-12-16Add test to check order of repr(int) enum fieldsPeter Todd-24/+30
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-14add coherence future-compat warnings for marker-only trait objectsAriel Ben-Yehuda-0/+57
2018-12-14process nested obligations in autoderefAriel Ben-Yehuda-0/+34
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-14fix issue 54153 by ignoring issue-18804 test on windows/mac.Felix S. Klock II-0/+5
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-11Fix some misbehaving testsvarkor-0/+2
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-12-01Introduce proc_macro::Span::source_textOlivier Goffart-2/+43
2018-11-30Removed feature gate.Alexander Regueiro-2/+1
2018-11-30Drop function parameters in expected orderMatthew Jasper-0/+68
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-30Improve the diagnostic messageOliver Scherer-1/+1
2018-11-30Reenable `const_let` feature gateOliver Scherer-1/+5
2018-11-30Allow `let` bindings everywhereOliver Scherer-5/+1
2018-11-30Remove a bunch of now-unnecessary `const_let` feature gatesOliver Scherer-27/+1
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