about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2021-05-26Rollup merge of #85678 - lukas-code:matches2021, r=dtolnayDylan DPC-0/+12
2021-05-26Rollup merge of #85633 - lqd:stackless_span_stacks, r=oli-obkDylan DPC-0/+56
2021-05-26Rollup merge of #85627 - LeSeulArtichaut:thir-unsafe-fn-lint, r=nikomatsakisDylan DPC-16/+141
2021-05-26Rollup merge of #85478 - FabianWolff:issue-85348, r=petrochenkovDylan DPC-0/+77
2021-05-26Rollup merge of #85623 - LeSeulArtichaut:stray-stderr, r=Mark-SimulacrumYuki Okushi-58/+0
2021-05-25Run THIR unsafeck on `unsafe_op_in_unsafe_fn` testLeSeulArtichaut-16/+141
2021-05-25add test for issue 85155 and similarRémy Rakic-0/+56
2021-05-25add regression testLukas Markeffsky-0/+12
2021-05-25Auto merge of #85481 - lcnr:const-equate, r=matthewjasperbors-3/+46
2021-05-25Auto merge of #85273 - LeSeulArtichaut:thir-query, r=nikomatsakisbors-59/+35
2021-05-24Auto merge of #85639 - GuillaumeGomez:rollup-modinsi, r=GuillaumeGomezbors-7/+7
2021-05-24Auto merge of #85596 - scottmcm:more-on-unimplemented, r=estebankbors-13/+11
2021-05-24Replace more "NULL" with "null"LeSeulArtichaut-7/+7
2021-05-24Remove stray .stderr filesLeSeulArtichaut-58/+0
2021-05-23Extend rustc_on_implemented to improve a ?-on-ControlFlow error messageScott McMurray-13/+11
2021-05-22Remove some errors in UI testsLeSeulArtichaut-29/+5
2021-05-22Make the THIR unsafeck use the `thir_body` queryLeSeulArtichaut-30/+30
2021-05-22const_fn_unsize: check that the cast behaves correctlyRalf Jung-3/+10
2021-05-22stabilize const_fn_unsizeRalf Jung-75/+31
2021-05-21Auto merge of #85560 - GuillaumeGomez:rollup-8k90rc7, r=GuillaumeGomezbors-55/+575
2021-05-21Rollup merge of #85555 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakisGuillaume Gomez-55/+575
2021-05-21Check for use of mutable/extern statics in THIR unsafeckLeSeulArtichaut-20/+226
2021-05-21Auto merge of #85511 - Mark-Simulacrum:eq-not-sup, r=nikomatsakisbors-19/+33
2021-05-21Check for ptr-to-int casts in const functions in THIR unsafeckLeSeulArtichaut-13/+88
2021-05-21Check for initialization of layout-restricted typesLeSeulArtichaut-2/+33
2021-05-21Adjust self-type to require equalityMark Rousskov-19/+33
2021-05-20Rollup merge of #85375 - SkiFire13:fix-85347, r=jackh726Guillaume Gomez-0/+29
2021-05-20Check for calls to functions with `#[target_feature]` in THIR unsafeckLeSeulArtichaut-11/+120
2021-05-20Check for raw pointer dereference in THIR unsafeckLeSeulArtichaut-9/+108
2021-05-19deal with `const_evaluatable_checked` in `ConstEquate`lcnr-3/+46
2021-05-19Add proc macro Literal parse testDavid Tolnay-0/+27
2021-05-19Make a more meaningful test for Punct eqDavid Tolnay-5/+5
2021-05-19Move proc_macro tests to ui testDavid Tolnay-0/+25
2021-05-19Make a ui test to take the role of libproc_macro #[test] testsDavid Tolnay-0/+28
2021-05-19Disallow shadowing const parametersFabian Wolff-0/+77
2021-05-18Rollup merge of #83767 - camelid:mangle-v0-fix, r=nikomatsakisJack Huey-0/+104
2021-05-18Rollup merge of #83366 - jyn514:stabilize-key-value-attrs, r=petrochenkovJack Huey-50/+2
2021-05-18Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnrbors-264/+483
2021-05-18Rollup merge of #85251 - BoxyUwU:constparamdefaultsany%, r=lcnrRalf Jung-10/+2
2021-05-18Auto merge of #85437 - GuillaumeGomez:rollup-3jcirty, r=GuillaumeGomezbors-4/+311
2021-05-18Rollup merge of #85393 - Aaron1011:async-type-err, r=varkorGuillaume Gomez-0/+25
2021-05-18Rollup merge of #85369 - FabianWolff:issue-84973, r=jackh726Guillaume Gomez-4/+209
2021-05-18Rollup merge of #85339 - FabianWolff:issue-83893, r=varkorGuillaume Gomez-0/+77
2021-05-18Auto merge of #85313 - jackh726:region_eq, r=nikomatsakisbors-1/+5
2021-05-18Stabilize extended_key_value_attributesJoshua Nelson-50/+2
2021-05-17Implement jackh726's suggestionsFabian Wolff-2/+131
2021-05-17Rollup merge of #85355 - hi-rustin:rustin-patch-issue-85255, r=varkorRalf Jung-5/+82
2021-05-17Remove legacy for trait object mangling test and replace crate hashJack Huey-86/+22
2021-05-17Auto merge of #84571 - jedel1043:issue-49804-impl, r=petrochenkovbors-0/+365
2021-05-17Auto merge of #85353 - jonas-schievink:async-blocks-in-ctfe, r=oli-obkbors-17/+61