about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-12-12Rollup merge of #118756 - jyn514:colors, r=estebankMatthias Krüger-11/+132
2023-12-12Improve an error involving attribute values.Nicholas Nethercote-40/+49
2023-12-12Coroutine variant fields can be uninitializedTomasz Miąsko-3/+54
2023-12-11add more niches to rawvecThe 8472-1/+1
2023-12-11Rollup merge of #118726 - dtolnay:matchguardlet, r=compiler-errorsMatthias Krüger-1/+20
2023-12-11Add tests for `--env` usage with `tracked_env::var`Guillaume Gomez-0/+45
2023-12-11Auto merge of #117758 - Urgau:lint_pointer_trait_comparisons, r=davidtwcobors-0/+595
2023-12-11Auto merge of #118823 - GuillaumeGomez:rollup-6v51gxv, r=GuillaumeGomezbors-110/+29
2023-12-11Rollup merge of #118802 - ehuss:remove-edition-preview, r=TaKO8KiGuillaume Gomez-110/+29
2023-12-11Auto merge of #118661 - fee1-dead-contrib:restore-const-partialEq, r=compiler...bors-119/+69
2023-12-11Auto merge of #117116 - calebzulawski:repr-simd-packed, r=workingjubileebors-0/+59
2023-12-11Auto merge of #118494 - nnethercote:default_configuration-fill_well_known, r=...bors-12/+12
2023-12-11Auto merge of #118032 - RalfJung:char-u32, r=Mark-Simulacrumbors-0/+7
2023-12-11Auto merge of #114571 - nnethercote:improve-print_tts, r=petrochenkovbors-320/+441
2023-12-11Rearrange `default_configuration` and `CheckCfg::fill_well_known`.Nicholas Nethercote-12/+12
2023-12-11Add a few cases with wonky formatting to `stringify.rs` test.Nicholas Nethercote-0/+4
2023-12-11Add spacing information to delimiters.Nicholas Nethercote-83/+96
2023-12-11Improve `print_tts` by changing `tokenstream::Spacing`.Nicholas Nethercote-280/+384
2023-12-10Auto merge of #118368 - GuillaumeGomez:env-flag, r=Nilstriebbors-0/+26
2023-12-10Remove edition umbrella features.Eric Huss-110/+29
2023-12-10Auto merge of #118791 - saethlin:use-immediate-type, r=nikicbors-0/+15
2023-12-10Auto merge of #116952 - compiler-errors:lifetime_capture_rules_2024, r=TaKO8Kibors-6/+117
2023-12-10Add feature gate test for `--env` flagGuillaume Gomez-0/+5
2023-12-10Add ui tests for `--env` optionGuillaume Gomez-0/+21
2023-12-10Auto merge of #118692 - surechen:remove_unused_imports, r=petrochenkovbors-89/+6
2023-12-10fix testsDeadbeef-21/+42
2023-12-10Revert "Don't print host effect param in pretty path_generic_args"Deadbeef-1/+1
2023-12-10Restore `const PartialEq`Deadbeef-111/+40
2023-12-10Auto merge of #118788 - compiler-errors:const-pretty, r=fee1-deadbors-6/+6
2023-12-10remove redundant importssurechen-89/+6
2023-12-10Auto merge of #118787 - GuillaumeGomez:rollup-fj5wr3q, r=GuillaumeGomezbors-7/+126
2023-12-09Use immediate_backend_type when reading from a const allocBen Kimock-0/+15
2023-12-09Auto merge of #118308 - Nadrieril:sound-exhaustive-patterns-take-3, r=compile...bors-545/+2127
2023-12-09Print constness in TraitPredPrintModifiersAndPathMichael Goulet-5/+5
2023-12-09Don't print host effect param in pretty path_generic_argsMichael Goulet-2/+2
2023-12-09Rollup merge of #118775 - Young-Flash:fix, r=compiler-errorsGuillaume Gomez-3/+69
2023-12-09Rollup merge of #118774 - lcnr:region-refactor-uwu, r=compiler-errorsGuillaume Gomez-4/+57
2023-12-09report_not_const_evaluatable_error to avoid ICEing on ConstKind::ExprLenko Donchev-0/+89
2023-12-09Auto merge of #118780 - GuillaumeGomez:rollup-nd0syaf, r=GuillaumeGomezbors-77/+607
2023-12-09use different revisions for testing colors on windowsjyn-6/+81
2023-12-09Rollup merge of #118734 - nnethercote:literal-cleanups, r=fee1-deadGuillaume Gomez-0/+0
2023-12-09Rollup merge of #118702 - Urgau:check-cfg-strengthen-well-known, r=nnethercoteGuillaume Gomez-77/+295
2023-12-09Rollup merge of #118057 - bvanjoi:fix-118048, r=cjgillotGuillaume Gomez-0/+31
2023-12-09Rollup merge of #117953 - farnoy:masked-load-store, r=workingjubileeGuillaume Gomez-0/+281
2023-12-09Auto merge of #116170 - matthewjasper:remove-thir-destruction-scopes, r=cjgillotbors-306/+163
2023-12-09Add simd_masked_{load,store} platform-intrinsicsJakub Okoński-0/+281
2023-12-09Avoid target_os and target_arch in some check-cfg testsUrgau-21/+4
2023-12-09Strengthen well known check-cfg names and values testUrgau-56/+291
2023-12-09add test for inductive cycle hangslcnr-4/+57
2023-12-09chore: add test case for type with genericYoung-Flash-3/+69