about summary refs log tree commit diff
path: root/src/test/ui/feature-gates
AgeCommit message (Expand)AuthorLines
2022-04-30Bless tests.Camille GILLOT-2/+4
2022-04-15Rollup merge of #94457 - jhpratt:stabilize-derive_default_enum, r=davidtwcoDylan DPC-20/+0
2022-04-08Split `fuzzy_provenance_casts` into lossy and fuzzy, feature gate and test itniluxv-0/+82
2022-04-07Stabilize `derive_default_enum`Jacob Pratt-20/+0
2022-04-05Rollup merge of #95654 - notriddle:notriddle/issue-95616, r=davidtwcoDylan DPC-2/+2
2022-04-04Mention implementers of unsatisfied traitEsteban Kuber-0/+6
2022-04-04diagnostics: use correct span for const genericsMichael Howell-2/+2
2022-03-31Rollup merge of #94869 - jackh726:gats_extended, r=compiler-errorsDylan DPC-0/+17
2022-03-30Add the generic_associated_types_extended featureJack Huey-0/+17
2022-03-30Stabilize native library modifier syntax and the `whole-archive` modifier spe...Vadim Petrochenkov-51/+4
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-80/+4
2022-03-15Add deprecated_safe feature gate and attribute, cc #94978skippy10110-0/+28
2022-03-10Rollup merge of #94274 - djkoloski:unknown_unstable_lints, r=tmandryDylan DPC-32/+105
2022-03-10Rollup merge of #94635 - jhpratt:merge-deprecated-attrs, r=davidtwcoMatthias Krüger-137/+0
2022-03-09Permit `#[deprecated]` in stdlibJacob Pratt-137/+0
2022-03-08Update for changes to other lintsDavid Koloski-10/+15
2022-03-08Fix docs, fix incorrect lint source in noteDavid Koloski-2/+2
2022-03-08Switch the primary diagnostic to `unknown_lints`David Koloski-32/+100
2022-03-08Suggest `if let`/`let_else` for refutable pat in `let`Esteban Kuber-2/+6
2022-03-08Rollup merge of #94586 - sunfishcode:sunfishcode/io-lifetimes-tests, r=davidtwcoMatthias Krüger-2/+2
2022-03-08Change wording of suggestion to add missing `match` armEsteban Kuber-2/+2
2022-03-08Point at uncovered variants in enum definition in `note` instead of a `span_l...Esteban Kuber-5/+12
2022-03-08When finding a match expr with a single arm that requires more, suggest itEsteban Kuber-2/+10
2022-03-08When encountering a match expr with no arms, suggest itEsteban Kuber-2/+2
2022-03-05Change syntax for TyAlias where clausesJack Huey-2/+2
2022-03-03Generalize `get_nullable_type` to allow types where null is all-ones.Dan Gohman-2/+2
2022-03-03Cleanup feature gates.Camille GILLOT-6/+18
2022-03-03Gate stability attrs with other attributes.Camille GILLOT-99/+153
2022-03-01Rollup merge of #93926 - PatchMixolydic:bugfix/must_use-on-exprs, r=cjgillotDylan DPC-162/+193
2022-02-27Lint against more useless `#[must_use]` attributesRuby Lazuli-162/+193
2022-02-24Remove in-band lifetimesMichael Goulet-293/+0
2022-02-21fix testMario Carneiro-2/+2
2022-02-19Rollup merge of #93658 - cchiw:issue-77443-fix, r=joshtriplettMatthias Krüger-32/+0
2022-02-18Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkovMatthias Krüger-0/+5
2022-02-17fix impl trait message, bless testsMichael Goulet-12/+6
2022-02-17Add more information to `impl Trait` deny errorMichael Goulet-6/+12
2022-02-17Rollup merge of #93337 - Amanieu:asm_tracking, r=tmiaskoMatthias Krüger-4/+4
2022-02-17Rollup merge of #94031 - danielhenrymantilla:diagnostics/union-drop-suggest-c...Matthias Krüger-6/+8
2022-02-16Destabilize cfg(target_has_atomic_load_store = ...)Mark Rousskov-0/+71
2022-02-16Add mentions to `Copy` for `union` fieldsDaniel Henry-Mantilla-6/+8
2022-02-16Implement --check-cfg option (RFC 3013)Loïc BRANSTETT-0/+5
2022-02-14Mark `unsafe_pin_internals` as `incomplete`.Daniel Henry-Mantilla-0/+31
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-4/+80
2022-02-10RebaseCharisee-32/+0
2022-02-10Rollup merge of #93824 - Amanieu:stable_cfg_target_has_atomic, r=davidtwcoMatthias Krüger-391/+71
2022-02-09Rollup merge of #91504 - cynecx:used_retain, r=nikicMatthias Krüger-0/+28
2022-02-09Stabilize cfg_target_has_atomicAmanieu d'Antras-391/+71
2022-02-09Add tracking issueNikita Popov-0/+2
2022-02-07Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakisbors-80/+4
2022-02-07Rollup merge of #93416 - name1e5s:chore/remove_allow_fail, r=m-ou-seMara Bos-20/+0