summary refs log tree commit diff
path: root/src/test/ui/feature-gates
AgeCommit message (Expand)AuthorLines
2022-10-06Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"Camille GILLOT-66/+11
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
2022-08-21Rework point-at-argMichael Goulet-3/+1
2022-08-20Rollup merge of #99935 - CAD97:unstable-syntax-lints, r=petrochenkovMatthias Krüger-0/+101
2022-08-17New ui tests for new soft feature gatesChristopher Durham-0/+101
2022-08-17Rollup merge of #100652 - compiler-errors:no-defer-sized-checks, r=TaKO8KiMatthias Krüger-2/+7
2022-08-16Remove deferred sized checksMichael Goulet-2/+7
2022-08-16use `span_suggestion` instead of `span_suggestion_verbose`Takayuki Maeda-5/+1
2022-08-16suggest adding an array length if possibleTakayuki Maeda-13/+17
2022-08-05Auto merge of #100073 - dpaoliello:externvar, r=michaelwoeristerbors-1/+13
2022-08-04Add test for raw-dylib with an external variableDaniel Paoliello-1/+13
2022-08-02Add items to `DocAliasBadLocation` check error match armhdelc-6/+6
2022-07-17rustdoc: extend `#[doc(tuple_variadic)]` to fn pointersMichael Howell-4/+4
2022-07-15passes: migrate half of `check_attr`David Wood-11/+11
2022-07-15Make item spans more consistentMichael Goulet-4/+2
2022-07-14Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillotDylan DPC-0/+41
2022-07-13remove untagged_union feature gateRalf Jung-110/+4
2022-07-13also allow arrays of allowed typesRalf Jung-4/+8
2022-07-13allow unions with mutable references and tuples of allowed typesRalf Jung-7/+37
2022-07-12Lower closure binders to hir & properly check themMaybe Waffle-48/+10
2022-07-12Parse closure bindersMaybe Waffle-0/+79
2022-07-01Shorten def_span for more items.Camille GILLOT-9/+5
2022-06-21Only keep a single well-formed query.Camille GILLOT-16/+16
2022-06-17Auto merge of #97892 - klensy:fix-spaces, r=oli-obkbors-1/+1
2022-06-16 fix one more case of trailing spaceklensy-1/+1
2022-06-16Auto merge of #97842 - notriddle:notriddle/tuple-docs, r=jsha,GuillaumeGomezbors-1/+15
2022-06-14Remove `rustc_deprecated` diagnosticsJacob Pratt-164/+163
2022-06-13Rollup merge of #97875 - JohnTitor:rm-infer-static-outlives-requirements, r=p...Matthias Krüger-31/+0
2022-06-11Fix broken test caseMichael Howell-1/+1