about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-09-30Add test for issue #74761samlich-0/+31
2020-09-29Auto merge of #76754 - varkor:diagnostic-cleanup-ii, r=ecstatic-morsebors-340/+341
2020-09-28Auto merge of #77302 - RalfJung:rollup-n8gg3v6, r=RalfJungbors-813/+130
2020-09-28Rollup merge of #77170 - ecstatic-morse:const-fn-ptr, r=oli-obkRalf Jung-86/+109
2020-09-28Rollup merge of #76711 - davidtwco:issue-51154-param-closure, r=estebankRalf Jung-0/+21
2020-09-28Rollup merge of #76454 - poliorcetics:ui-to-unit-test-1, r=matkladRalf Jung-727/+0
2020-09-28Auto merge of #76899 - wesleywiser:experimental_unsound_mir_opts_flag, r=oli-obkbors-1/+1
2020-09-28Auto merge of #77236 - matthewjasper:defer-typeof-impl-trait, r=davidtwcobors-417/+346
2020-09-27[mir-opt] Introduce a new flag to enable experimental/unsound mir optsWesley Wiser-1/+1
2020-09-27Reopen standard streams when they are closed on UnixTomasz Miąsko-2/+20
2020-09-27Remove feature gate test for `rustc_allow_const_fn_ptr`Dylan MacKenzie-47/+0
2020-09-27Mark `min_const_fn_fn_ptr` test as gate testDylan MacKenzie-2/+4
2020-09-27Bless testsDylan MacKenzie-44/+106
2020-09-27Update tests with new feature gateDylan MacKenzie-26/+32
2020-09-27Rollup merge of #77203 - ecstatic-morse:const-stability-attr-checks, r=oli-obkJonas Schievink-0/+20
2020-09-27Auto merge of #77118 - exrook:stability-generic-parameters-2, r=varkorbors-0/+1009
2020-09-27Auto merge of #71274 - RalfJung:raw-init-check-aggregate, r=petrochenkovbors-2/+38
2020-09-27Auto merge of #77154 - fusion-engineering-forks:lazy-stdio, r=dtolnaybors-0/+20
2020-09-26Test more attributes in test issue-75930-derive-cfg.rsAaron Hill-6/+1652
2020-09-26Fix UI test falloutvarkor-1/+1
2020-09-26Auto merge of #77224 - RalfJung:rollup-hdvb96c, r=RalfJungbors-93/+138
2020-09-26Call `type_of` for opaque types later in compilationMatthew Jasper-417/+346
2020-09-26Normalise `BITS` in UI testvarkor-7/+7
2020-09-26`char` not charvarkor-45/+46
2020-09-26Make invalid integer operation messages consistentvarkor-293/+293
2020-09-26Rollup merge of #77122 - ecstatic-morse:const-fn-arithmetic, r=RalfJung,oli-obkRalf Jung-75/+107
2020-09-26Rollup merge of #77093 - lcnr:const-generics-infer-warning, r=varkorRalf Jung-18/+31
2020-09-26might_permit_raw_init: also check aggregate fieldsRalf Jung-2/+38
2020-09-26Disable stdout-during-shutdown test on emscripten.Mara Bos-0/+5
2020-09-26Auto merge of #76485 - estebank:format_arg_capture_spans, r=davidtwcobors-21/+16
2020-09-26Auto merge of #70743 - oli-obk:eager_const_to_pat_conversion, r=eddybbors-304/+312
2020-09-25Move from {{closure}}#0 syntax to {closure#0} for (def) path componentsmarmeladema-85/+85
2020-09-25Test for missing const-stability attributesDylan MacKenzie-0/+20
2020-09-25Rollup merge of #77183 - bugadani:issue-77088, r=varkorJonas Schievink-4/+14
2020-09-25Rollup merge of #77073 - lcnr:ty-trait-param, r=matthewjasperJonas Schievink-0/+40
2020-09-25Rollup merge of #77066 - jonas-schievink:dest-prop-borrow, r=oli-obkJonas Schievink-0/+16
2020-09-25Use proper issue for `const_fn_floating_point_arithmetic`Dylan MacKenzie-6/+6
2020-09-25Move const fn floating point test out of `min_const_fn`Dylan MacKenzie-62/+94
2020-09-25Bless testsDylan MacKenzie-24/+24
2020-09-25Auto merge of #73453 - erikdesjardins:tuplayout, r=eddybbors-0/+75
2020-09-25Allow multiple allow_internal_unstable attributesDániel Buga-4/+14
2020-09-25Rollup merge of #77160 - ecstatic-morse:const-fn-transmute-suggestion, r=oli-obkJonas Schievink-42/+52
2020-09-25Rollup merge of #77136 - ecstatic-morse:issue-77134, r=oli-obkJonas Schievink-45/+45
2020-09-24Bless testsDylan MacKenzie-42/+52
2020-09-24Add test to check stdout flushing during shutdown.Mara Bos-0/+15
2020-09-24Revert a test change to make sure it's still testing the original issueOliver Scherer-2/+2
2020-09-24Use correct type in diagnostics againOliver Scherer-5/+5
2020-09-24update testsBastian Kauschke-3/+5
2020-09-24visit impl self ty + traitBastian Kauschke-0/+25
2020-09-24assign the correct `DefId` in `nominal_obligations`Bastian Kauschke-3/+3