summary refs log tree commit diff
path: root/src/test/ui/feature-gates
AgeCommit message (Expand)AuthorLines
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
2022-06-11Fix incorrectly spelled "variadic"Michael Howell-3/+3
2022-06-09Stabilize the `bundle` native library modifierVadim Petrochenkov-61/+0
2022-06-08rustdoc: show tuple impls as `impl Trait for (T, ...)`Michael Howell-1/+15
2022-06-08Remove related testsYuki Okushi-31/+0
2022-06-07Auto merge of #97512 - scottmcm:add-coldcc, r=nagisa,lcnrbors-0/+87
2022-06-03Fully stabilize NLLJack Huey-32/+0
2022-06-01Rollup merge of #97264 - TaKO8Ki:suggest-extern-crate-when-failing-to-resolve...Matthias Krüger-0/+4
2022-05-30Add support for emitting functions with `coldcc` in LLVMScott McMurray-0/+87
2022-05-29Rollup merge of #97028 - ridwanabdillahi:pretty-printer, r=michaelwoeristerGuillaume Gomez-3/+6
2022-05-25Rollup merge of #96913 - Urgau:rfc3239-part2, r=petrochenkovDylan DPC-0/+52
2022-05-25suggest `extern crate foo` when failing to resolve `use foo`Takayuki Maeda-0/+4
2022-05-25Rollup merge of #97266 - est31:unknown_lints_cfg_attr, r=lcnrYuki Okushi-14/+14
2022-05-24Add support for embedding pretty printers via the `#[debugger_visualizer]` at...ridwanabdillahi-3/+6
2022-05-24Emit weird lint name lints after expansionest31-14/+14
2022-05-24RFC3239: Add tests for compact `cfg(target(..))`Loïc BRANSTETT-0/+52
2022-05-21Remove feature: `crate` visibility modifierJacob Pratt-20/+0
2022-05-18Auto merge of #96800 - nbdd0121:const, r=nagisabors-7/+40
2022-05-17Mention traits being upcasted, types being coercedMichael Goulet-1/+2
2022-05-15rustc: Stricter checking for #[link] attributesVadim Petrochenkov-91/+103
2022-05-10Expand feature gate testing for asm_const/asm_symGary Guo-7/+40
2022-05-03Add support for a new attribute `#[debugger_visualizer]` to support embedding...ridwanabdillahi-0/+15
2022-04-30Feature-gate `do yeet` inside `cfg`s tooScott McMurray-0/+40
2022-04-30Add `do yeet` expressions to allow experimentation in nightlyScott McMurray-0/+30
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