about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2019-01-21Rollup merge of #56796 - KrishnaSannasi:try_from_impl_change, r=shepmasterMazdak Farrokhzad-0/+37
2019-01-19Auto merge of #56722 - Aaron1011:fix/blanket-eval-overflow, r=nikomatsakisbors-1/+1
2019-01-16Auto merge of #57416 - alexcrichton:remove-platform-intrinsics, r=nagisabors-24/+0
2019-01-15Rollup merge of #56044 - matthewjasper:function-param-drop-order, r=cramertjMazdak Farrokhzad-0/+68
2019-01-14Rollup merge of #57572 - Centril:unaccept-extern-in-path, r=petrochenkovMazdak Farrokhzad-28/+0
2019-01-14rustc: Remove platform intrinsics crateAlex Crichton-24/+0
2019-01-14Rollup merge of #57465 - jethrogb:jb/stablize-cfg-target-vendor, r=joshtriple...Mazdak Farrokhzad-2/+0
2019-01-14Stabilize `cfg_target_vendor`, #29718Jethro Beekman-2/+0
2019-01-14Auto merge of #57387 - euclio:nonstandard-style-suggestions, r=oli-obkbors-107/+0
2019-01-13Auto merge of #57567 - Centril:stabilize-transpose, r=alexregbors-2/+0
2019-01-13remove extern_in_paths.Mazdak Farrokhzad-28/+0
2019-01-13stabilize transpose_result in 1.33Mazdak Farrokhzad-2/+0
2019-01-13const stabilize .Mazdak Farrokhzad-2/+0
2019-01-12Auto merge of #56759 - petrochenkov:prestabuni, r=nikomatsakisbors-24/+13
2019-01-12Stabilize `uniform_paths`Vadim Petrochenkov-24/+13
2019-01-12Auto merge of #57542 - Centril:rollup, r=Centrilbors-63/+8
2019-01-12Rollup merge of #57535 - varkor:stabilise-if-while-let-patterns, r=CentrilMazdak Farrokhzad-54/+0
2019-01-12Rollup merge of #57175 - oli-obk:const_let_stabilization, r=nikomatsakisMazdak Farrokhzad-9/+8
2019-01-12Auto merge of #57532 - Centril:stabilize-2175, r=varkorbors-1/+12
2019-01-12Stabilise irrefutable if-let and while-let patternsvarkor-54/+0
2019-01-12Auto merge of #57234 - Centril:const-stabilizations-2, r=oli-obkbors-120/+113
2019-01-11stabilize top level or-pats in if/while let.Mazdak Farrokhzad-1/+12
2019-01-09const fn feature gate is not needed anymore in a lot of testsOliver Scherer-4/+7
2019-01-09Stabilize `let` bindings and destructuring in constants and const fnOliver Scherer-6/+2
2019-01-08improve non_camel_case_types diagnosticsAndy Russell-33/+0
2019-01-08improve non_upper_case_globals diagnosticsAndy Russell-64/+0
2019-01-08improve non_snake_case diagnosticsAndy Russell-10/+0
2019-01-05Auto merge of #57354 - kennytm:rollup, r=kennytmbors-1/+0
2019-01-05Rollup merge of #57219 - matthewjasper:mir-cleanup, r=nikomatsakiskennytm-1/+0
2019-01-05Auto merge of #57145 - RalfJung:panic-if-uninhabited, r=alexcrichtonbors-7/+34
2019-01-05Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakisbors-47/+41
2019-01-05Auto merge of #56145 - weiznich:re_rebalance_coherence, r=nikomatsakisbors-0/+74
2019-01-04Auto merge of #55986 - cjgillot:issue-45510, r=nikomatsakisbors-0/+88
2019-01-03Improve error generation, fixup recursion limitsAaron Hill-1/+1
2019-01-04implement a hack to make traitobject 0.1.0 compileAriel Ben-Yehuda-47/+0
2019-01-04add testsAriel Ben-Yehuda-0/+41
2019-01-03More test deduplicationGeorg Semmler-446/+38
2019-01-03Add some testsGeorg Semmler-0/+482
2019-01-02update to reflect changes recommended by @shepmaster his reviewOzaren-16/+9
2019-01-02tests: move coherence-subtyping from run-pass to compile-failNiko Matsakis-39/+0
2018-12-31const-stabilize const_int_ops + reverse_bitsMazdak Farrokhzad-114/+113
2018-12-31const stabilizations: adjust run-pass tests.Mazdak Farrokhzad-6/+0
2018-12-30Remove unused nll debug flagsMatthew Jasper-1/+0
2018-12-30Change return types and check return values in tests.Camille GILLOT-0/+88
2018-12-30Move tests to ui.Camille GILLOT-75/+0
2018-12-30test: Add test for issues 45510 and 18952.Camille GILLOT-0/+75
2018-12-30Type annotations in associated constant patterns.David Wood-1/+1
2018-12-29Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkovbors-0/+102
2018-12-27Add testsscalexm-0/+128
2018-12-27panic when calling MaybeUninhabited::into_inner on uninhabited typeRalf Jung-7/+34