about summary refs log tree commit diff
path: root/src/test/ui/feature-gates
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-9814/+0
2023-01-09fix: fix CI errorsEzra Shaw-0/+1
2022-12-29Revert "Add tests"David Tolnay-69/+0
2022-12-28Rollup merge of #105484 - nbdd0121:upcast, r=compiler-errorsfee1-dead-0/+69
2022-12-14Tweak output for bare `dyn Trait` in argumentsEsteban Küber-7/+49
2022-12-13Avoid rendering empty annotationsOli Scherer-1/+3
2022-12-13Don't emit empty notesOli Scherer-2/+0
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-5/+2
2022-12-09Add testsGary Guo-0/+69
2022-12-08Rollup merge of #105408 - cuviper:help-rpitirpit, r=compiler-errorsMatthias Krüger-0/+6
2022-12-06Add help for `#![feature(impl_trait_in_fn_trait_return)]`Josh Stone-0/+6
2022-12-05Move linkage type check to HIR analysis and fix semantics issues.Peter Collingbourne-2/+2
2022-11-27Stabilize native library modifier `verbatim`Vadim Petrochenkov-17/+0
2022-11-11Print all labels, even if they have no span. Fall back to main item's span.Oli Scherer-8/+8
2022-11-09Rollup merge of #104020 - nicholasbishop:bishop-limit-efiapi, r=nagisaManish Goregaokar-99/+127
2022-11-08Add support for custom MIR parsingJakob Degen-0/+23
2022-11-06Limit efiapi calling convention to supported archesNicholas Bishop-99/+127
2022-11-06Auto merge of #99943 - compiler-errors:tuple-trait, r=jackh726bors-34/+37
2022-11-05Auto merge of #102458 - JohnTitor:stabilize-instruction-set, r=oli-obkbors-31/+0
2022-11-05Adjust diagnostics, bless testsMichael Goulet-34/+37
2022-10-31Rewrite implementation of `#[alloc_error_handler]`Amanieu d'Antras-5/+7
2022-10-25add a test for gate `impl_trait_in_fn_trait_return`Maybe Waffle-0/+21
2022-10-17Stabilize asm_symAmanieu d'Antras-40/+0
2022-10-01bless ui testsMaybe Waffle-7/+7
2022-09-29Stabilize the `instruction_set` featureYuki Okushi-31/+0
2022-09-24Auto merge of #102064 - cjgillot:revert, r=Mark-Simulacrumbors-66/+11
2022-09-22Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"Camille GILLOT-66/+11
2022-09-21Split out async_fn_in_trait into a separate featureDan Johnson-2/+33
2022-09-15Remove feature gate from let else suggestionest31-1/+1
2022-09-15Stabilize the let_else featureest31-19/+0
2022-09-14Bless ui test.Camille GILLOT-11/+66
2022-09-13Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errorsbors-112/+1
2022-09-13Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiserbors-0/+19
2022-09-10Auto merge of #99916 - dpaoliello:stablizerawdylib, r=wesleywiserbors-11/+13
2022-09-09Stabilze raw-dylib for non-x86Daniel Paoliello-11/+13
2022-09-09Tweak feature error, add testMichael Goulet-0/+3
2022-09-09Add testsMichael Goulet-0/+14
2022-09-07ssa: implement `#[collapse_debuginfo]`David Wood-0/+19
2022-09-03Include enum path in variant suggestionMichael Goulet-4/+4
2022-09-03Auto merge of #100966 - compiler-errors:revert-remove-deferred-sized-checks, ...bors-4/+1
2022-09-02Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplettbors-0/+16
2022-08-31Rollup merge of #101185 - compiler-errors:tweak-wf-locs, r=davidtwcoMatthias Krüger-4/+4
2022-08-30Stabilize GATsJack Huey-112/+1
2022-08-30Tweak WellFormedLocs a bitMichael Goulet-4/+4
2022-08-28Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()`Martin Nordholts-0/+16
2022-08-28Remove `register_attr`-related testsYuki Okushi-15/+0
2022-08-27Revert "Remove deferred sized checks"Michael Goulet-4/+1
2022-08-26Implementation of import_name_typeDaniel Paoliello-0/+29
2022-08-25Rollup merge of #99332 - jyn514:stabilize-label-break-value, r=petrochenkovYuki Okushi-17/+0
2022-08-23Stabilize `#![feature(label_break_value)]`Joshua Nelson-17/+0