summary refs log tree commit diff
path: root/tests/ui/feature-gates
AgeCommit message (Expand)AuthorLines
2024-04-04Fix f16 and f128 feature gates in editions other than 2015Trevor Gross-20/+20
2024-04-04Update f16 and f128 tests to run on both 2015 and 2018 editionsTrevor Gross-10/+124
2024-03-18Explicitly pass RUSTC_BOOTSTRAP to running wasmtimeMark Rousskov-0/+1
2024-03-14Add feature gates for `f16` and `f128`Trevor Gross-0/+136
2024-03-11Rollup merge of #121840 - oli-obk:freeze, r=dtolnayJacob Pratt-0/+38
2024-03-08Auto merge of #121500 - oli-obk:track_errors12, r=petrochenkovbors-46/+46
2024-03-08Rollup merge of #119365 - nbdd0121:asm-goto, r=AmanieuMatthias Krüger-0/+23
2024-03-07Merge collect_mod_item_types query into check_well_formedOli Scherer-46/+46
2024-03-03Use root obligation on E0277 for some casesEsteban Küber-1/+0
2024-03-03Add feature gate test for `pattern_complexity` attributeGuillaume Gomez-0/+18
2024-02-29Remove stray stdout/stderr files许杰友 Jieyou Xu (Joe)-80/+0
2024-02-29Forbid implementing `Freeze` even if the trait is stabilizedOli Scherer-0/+38
2024-02-26Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obkbors-76/+69
2024-02-25fix use of platform_intrinsics in testsRalf Jung-76/+69
2024-02-24Stabilize `cfg_target_abi`Chris Denton-56/+0
2024-02-24Add tests for asm gotoGary Guo-0/+23
2024-02-17Add help to `hir_analysis_unrecognized_intrinsic_function`Scott McMurray-0/+8
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-69/+69
2024-02-16Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkinbors-28/+50
2024-02-12Check signature of intrinsics with fallback bodiesOli Scherer-28/+50
2024-02-12Auto merge of #120980 - matthiaskrgr:rollup-dsjsqql, r=matthiaskrgrbors-15/+1
2024-02-12Check representation of unnamed fieldsFrank King-5/+10
2024-02-12Lower anonymous structs or unions to HIRFrank King-32/+4
2024-02-11check_consts: fix some duplicate errors by not calling check_static unnecessa...Ralf Jung-15/+1
2024-02-10rebless after rebaseRalf Jung-0/+3
2024-02-10unstably allow constants to refer to statics and read from immutable staticsRalf Jung-0/+49
2024-02-10No more associated type bounds in dyn traitMichael Goulet-39/+8
2024-02-09For a rigid projection, recursively look at the self type's item boundsMichael Goulet-30/+18
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-11/+72
2024-02-06Rollup merge of #120502 - clubby789:remove-ffi-returns-twice, r=compiler-errorsMatthias Krüger-19/+0
2024-02-01Update `never_type` feature gate ui testGuillaume Gomez-1/+40
2024-01-31Rollup merge of #120495 - clubby789:remove-amdgpu-kernel, r=oli-obkNadrieril-134/+0
2024-01-30Remove `ffi_returns_twice` featureclubby789-19/+0
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-1/+1
2024-01-30Remove the `abi_amdgpu_kernel` featureclubby789-134/+0
2024-01-29Supress unhelpful diagnostics for unresolved top level attributesyukang-24/+6
2024-01-26Rollup merge of #119562 - LegionMammal978:rename-pin-pointer, r=Amanieu,dtolnayMatthias Krüger-1/+1
2024-01-22Rollup merge of #120233 - oli-obk:revert_trait_obj_upcast_stabilization, r=lcnrMatthias Krüger-0/+27
2024-01-22Auto merge of #120242 - matthiaskrgr:rollup-a93yj3i, r=matthiaskrgrbors-1/+1
2024-01-22Rollup merge of #118639 - fmease:deny-features-in-stable-rustc-crates, r=Waff...Matthias Krüger-1/+1
2024-01-22Rollup merge of #120152 - rowan-sl:help-message-for-range-pattern, r=oli-obkMatthias Krüger-0/+1
2024-01-22Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin"Oli Scherer-0/+27
2024-01-19Split remaining offset_of features into new tracking issuesGeorge Bateman-7/+12
2024-01-19Stabilize simple offset_ofGeorge Bateman-1/+84
2024-01-19add help message for `exclusive_range_pattern` errorRowan S-L-0/+1
2024-01-16proc_macro_c_str_literals: Implement Literal::c_string constructornovafacing-0/+24
2024-01-16Rename `pointer` field on `Pin`LegionMammal978-1/+1
2024-01-15Auto merge of #119610 - Nadrieril:never_pattern_bindings, r=compiler-errorsbors-24/+14
2024-01-13Bless testsGeorge-lewis-36/+389
2024-01-13Auto merge of #118947 - Bryanskiy:delegStep1, r=petrochenkov,lcnrbors-9/+13