about summary refs log tree commit diff
path: root/tests/ui/feature-gates
AgeCommit message (Expand)AuthorLines
2024-05-14create a feature gatejdonszelmann-0/+1
2024-05-06Auto merge of #124747 - MasterAwesome:master, r=davidtwcobors-0/+448
2024-05-05Rollup merge of #124749 - RossSmyth:stable_range, r=davidtwcoGuillaume Gomez-20/+0
2024-05-04Auto merge of #124345 - Urgau:compiletest-check-cfg, r=jieyouxubors-12/+12
2024-05-04tests/ui: prepare some tests for --check-cfg by defaultUrgau-12/+12
2024-05-03Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxuMichael Goulet-17/+0
2024-05-02Stabilize exclusive_rangeRoss Smyth-20/+0
2024-05-02Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`Martin Nordholts-17/+0
2024-04-30Replace item names containing an error code with something more meaningfulLeón Orell Valerian Liehr-2/+2
2024-04-28Add tracking issue and unstable book page for `"vectorcall"` ABIbeetrees-0/+7
2024-04-27Rollup merge of #124382 - petrochenkov:itemvisit, r=lcnrMatthias Krüger-22/+22
2024-04-25ast: Generalize item kind visitingVadim Petrochenkov-22/+22
2024-04-25debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[...Vadim Petrochenkov-20/+0
2024-04-25Add `--print=check-cfg` to get the expected configsUrgau-0/+5
2024-04-24Stabilise `inline_const`Gary Guo-19/+0
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-11/+57
2024-04-23Put the RFC behind a feature gate `result_ffi_guarantees`Arvind Mukund-0/+448
2024-04-22expand: fix minor diagnostics bugXiretza-2/+2
2024-04-17consistency rename: language item -> lang itemRalf Jung-5/+5
2024-04-16Rollup merge of #123501 - Urgau:stabilize-check-cfg, r=petrochenkovMatthias Krüger-5/+0
2024-04-16Auto merge of #123468 - compiler-errors:precise-capturing, r=oli-obkbors-0/+17
2024-04-16Rollup merge of #123603 - compiler-errors:no-intrinsic, r=estebankLeón Orell Valerian Liehr-56/+28
2024-04-15Some ordering and duplication checksMichael Goulet-0/+17
2024-04-15Stabilize checking of cfgs at compile-time: --check-cfg optionUrgau-5/+0
2024-04-11tests: add tests for doc comments on expressionsXiretza-1/+34
2024-04-09Further cleanup cfgs in the UI test suiteUrgau-2/+2
2024-04-08Rollup merge of #120144 - petrochenkov:unty, r=davidtwcoMatthias Krüger-18/+0
2024-04-07Don't even parse an intrinsic unless the feature gate is enabledMichael Goulet-56/+28
2024-04-06Put checks that detect UB under their own flag below debug_assertionsBen Kimock-0/+18
2024-04-05Rollup merge of #123311 - Jules-Bertholet:andpat-everywhere, r=NadrierilGuillaume Gomez-0/+63
2024-04-04Rollup merge of #123431 - slanterns:literal_byte_character_c_string_stabilize...Matthias Krüger-47/+0
2024-04-04Stabilize `Literal::c_string`Slanterns-24/+0
2024-04-04Stabilize `Literal::byte_character`Slanterns-23/+0
2024-04-03Fix f16 and f128 feature gates in editions other than 2015Trevor Gross-20/+20
2024-04-03Update f16 and f128 tests to run on both 2015 and 2018 editionsTrevor Gross-10/+124
2024-04-02Address review commentsJules Bertholet-0/+63
2024-03-27Feature gateJules Bertholet-0/+56
2024-03-22Remove RustcEncodable/Decodable from 2024 preludeJacob Pratt-0/+82
2024-03-22Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkovMatthias Krüger-0/+40
2024-03-20Add barest-bones deref patternsNadrieril-0/+22
2024-03-19Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obkbors-199/+0
2024-03-18Rollup merge of #122158 - estebank:feature-sugg, r=WaffleLapkinMatthias Krüger-13/+52
2024-03-18Rollup merge of #122060 - clubby789:stabilize-imported-main, r=lcnrMatthias Krüger-19/+0
2024-03-18Provide structured suggestion for `#![feature(foo)]`Esteban Küber-13/+52
2024-03-14Add feature gates for `f16` and `f128`Trevor Gross-0/+136
2024-03-13privacy: Stabilize lint `unnameable_types`Vadim Petrochenkov-18/+0
2024-03-11Rollup merge of #121840 - oli-obk:freeze, r=dtolnayJacob Pratt-0/+38
2024-03-08Stabilize associated type boundsMichael Goulet-199/+0
2024-03-08Auto merge of #121500 - oli-obk:track_errors12, r=petrochenkovbors-46/+46
2024-03-08Rollup merge of #119365 - nbdd0121:asm-goto, r=AmanieuMatthias Krüger-0/+23