summary refs log tree commit diff
path: root/tests/ui/feature-gates
AgeCommit message (Expand)AuthorLines
2024-07-05Properly gate `safe` keyword in pre-expansionMichael Goulet-1/+20
2024-06-06Parse unsafe attributescarbotaniuman-0/+21
2024-06-06Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obkbors-0/+13
2024-06-06Rollup merge of #125168 - Jules-Bertholet:match-ergonomics-2024-align-with-rf...Matthias Krüger-63/+0
2024-06-05Add unsafe_extern_blocks feature flagSantiago Pastorino-0/+13
2024-06-04Rollup merge of #124486 - beetrees:vectorcall-tracking-issue, r=ehuss许杰友 Jieyou Xu (Joe)-0/+7
2024-06-03Auto merge of #125778 - estebank:issue-67100, r=compiler-errorsbors-2/+2
2024-05-31Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com...Matthias Krüger-3/+3
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-3/+3
2024-05-29Use parenthetical notation for `Fn` traitsEsteban Küber-2/+2
2024-05-29ast: Revert a breaking attribute visiting order changeVadim Petrochenkov-22/+22
2024-05-29Rollup merge of #124320 - Urgau:print-check-cfg, r=petrochenkov许杰友 Jieyou Xu (Joe)-0/+5
2024-05-21Auto merge of #124417 - Xiretza:translate-early-lints, r=fmeasebors-2/+2
2024-05-21Make early lints translatableXiretza-2/+2
2024-05-20Move 100 entries from tests/ui into subdirsJubilee Young-0/+234
2024-05-21Rollup merge of #124050 - saethlin:less-sysroot-libc, r=ChrisDentonMatthias Krüger-3/+3
2024-05-20Rollup merge of #125314 - jdonszelmann:global-registration-feature-gate, r=pn...Matthias Krüger-0/+16
2024-05-20Fix feature-gates/rustc-private.rsBen Kimock-3/+3
2024-05-20add todo test for feature gatejdonszelmann-1/+16
2024-05-17Rollup merge of #123694 - Xiretza:expand-diagnostics, r=compiler-errorsMatthias Krüger-1/+34
2024-05-15Remove `ref_pat_everywhere`Jules Bertholet-63/+0
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