summary refs log tree commit diff
path: root/src/test/ui/feature-gates
AgeCommit message (Expand)AuthorLines
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
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