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