about summary refs log tree commit diff
path: root/tests/ui/consts/min_const_fn
AgeCommit message (Expand)AuthorLines
2025-05-25const-check: stop recommending the use of rustc_allow_const_fn_unstableRalf Jung-96/+16
2025-04-10replace `//@ compile-flags: --edition` with `//@ edition`Pietro Albini-1/+1
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-2/+2
2025-01-25Fix typo in const stability error messageDeadbeef-14/+14
2024-12-23Note def descr in NonConstFunctionCallMichael Goulet-2/+2
2024-11-13check_consts: fix error requesting feature gate when that gate is not actuall...Ralf Jung-1/+1
2024-11-12allow rustc_private feature in force-unstable-if-unmarked cratesRalf Jung-5/+3
2024-11-10honor rustc_const_stable_indirect in non-staged_api crate with -Zforce-unstab...Ralf Jung-0/+121
2024-10-25Re-do recursive const stability checksRalf Jung-44/+206
2024-09-26Stabilize `const_refs_to_static`Ding Xiang Fei-29/+4
2024-09-15also stabilize const_refs_to_cellRalf Jung-26/+16
2024-09-15stabilize const_mut_refsRalf Jung-310/+21
2024-09-01Rollup merge of #129207 - GrigorenkoPV:elided-is-named, r=cjgillotMatthias Krüger-3/+23
2024-08-31Auto merge of #129831 - matthiaskrgr:rollup-befq6zx, r=matthiaskrgrbors-2/+2
2024-08-31make the const-unstable-in-stable error more clearRalf Jung-2/+2
2024-08-31elided_named_lifetimes: bless & add testsPavel Grigorenko-3/+23
2024-08-31const fn stability checking: also check declared language featuresRalf Jung-0/+20
2024-08-25tweak rustc_allow_const_fn_unstable hint, and add back test for stable-const-...Ralf Jung-8/+16
2024-08-22stabilize const_fn_floating_point_arithmeticRalf Jung-39/+29
2024-08-18stabilize raw_ref_opRalf Jung-6/+2
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-7/+7
2024-02-10rebless after rebaseRalf Jung-0/+2
2024-02-10unstably allow constants to refer to statics and read from immutable staticsRalf Jung-8/+14
2024-01-22raw pointers are not referencesRalf Jung-4/+4
2024-01-13Bless testsGeorge-lewis-0/+21
2023-11-24Show number in error message even for one errorNilstrieb-1/+1
2023-04-16fix library and rustdoc testsDeadbeef-11/+5
2023-04-12Tweak output for 'add line' suggestionEsteban Küber-4/+8
2023-03-09Test `let _ =` for const_mut_refs.Camille GILLOT-1/+13
2023-01-11Move /src/test to /testsAlbert Larsan-0/+967