summary refs log tree commit diff
path: root/tests/ui/consts
AgeCommit message (Expand)AuthorLines
2024-11-20Rollup merge of #132708 - estebank:const-as-binding, r=NadrierilMatthias Krüger-27/+85
2024-11-19Auto merge of #133164 - RalfJung:promoted-oom, r=jieyouxubors-0/+27
2024-11-18interpret: do not ICE when a promoted fails with OOMRalf Jung-0/+27
2024-11-18rename rustc_const_stable_intrinsic -> rustc_intrinsic_const_stable_indirectRalf Jung-1/+1
2024-11-17Make suggestion verboseEsteban Küber-16/+20
2024-11-17Unify expanded constants and named constants in `PatKind`Esteban Küber-12/+60
2024-11-17Use `item_name` instead of a span snippet when talking about const patternEsteban Küber-3/+3
2024-11-17Point at `const` definition when used instead of a binding in a `let` statementEsteban Küber-9/+15
2024-11-17Rollup merge of #133116 - RalfJung:const-null-ptr, r=dtolnay许杰友 Jieyou Xu (Joe)-3/+1
2024-11-16stabilize const_ptr_is_nullRalf Jung-3/+1
2024-11-16Rollup merge of #132449 - RalfJung:is_val_statically_known, r=compiler-errorsMatthias Krüger-1/+1
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-10ensure that all publicly reachable const fn have const stability infoRalf Jung-28/+28
2024-11-10honor rustc_const_stable_indirect in non-staged_api crate with -Zforce-unstab...Ralf Jung-0/+121
2024-11-08mark is_val_statically_known intrinsic as stably const-callableRalf Jung-1/+1
2024-11-07core: move intrinsics.rs into intrinsics folderRalf Jung-2/+2
2024-11-05Rollup merge of #132571 - RalfJung:const_eval_select_macro, r=oli-obkMatthias Krüger-2/+2
2024-11-05add const_eval_select macro to reduce redundancyRalf Jung-2/+2
2024-11-04when an intrinsic has a const-stable fallback body, we can easily expose it o...Ralf Jung-2/+24
2024-11-04most const intrinsics don't need an explicit rustc_const_unstable any moreRalf Jung-10/+8
2024-11-04add new rustc_const_stable_intrinsic attribute for const-stable intrinsicsRalf Jung-3/+3
2024-11-04remove support for extern-block const intrinsicsRalf Jung-159/+73
2024-11-04Rollup merge of #132544 - dianne:unstable-library-feature-backticks, r=compil...Matthias Krüger-8/+8
2024-11-03use backticks instead of single quotes when reporting "use of unstable librar...dianne-8/+8
2024-11-03Rename the FIXMEs, remove a few that dont matter anymoreMichael Goulet-4/+4
2024-11-03Yeet effects featureMichael Goulet-17/+13
2024-11-01Add missing backtickchengehe-1/+1
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-8/+8
2024-10-29Rollup merge of #132119 - compiler-errors:effects-old-solver, r=lcnrJubilee-8/+9
2024-10-29Auto merge of #128985 - GrigorenkoPV:instantly-dangling-pointer, r=Urgaubors-2/+5
2024-10-28Hack out effects support for old solverMichael Goulet-8/+9
2024-10-28Auto merge of #132145 - RalfJung:stdarch, r=Amanieubors-6/+21
2024-10-28New lint: `dangling_pointers_from_temporaries`Pavel Grigorenko-2/+5
2024-10-28we can now enable the 'const stable fn must be stable' checkRalf Jung-6/+21
2024-10-26Pass constness with span into lower_poly_trait_refMichael Goulet-54/+54
2024-10-26Deny calls to non-`#[const_trait]` methods in MIR constckDeadbeef-145/+64
2024-10-25add a HACK to allow stdarch migrationRalf Jung-21/+6
2024-10-25Re-do recursive const stability checksRalf Jung-202/+517
2024-10-24Add next-solver to more effects testsMichael Goulet-8/+5
2024-10-24Implement const effect predicate in new solverMichael Goulet-19/+95
2024-10-15Rollup merge of #130568 - eduardosm:const-float-methods, r=RalfJung,tgross35Michael Goulet-0/+47
2024-10-15Make some float methods unstable `const fn`Eduardo Sánchez Muñoz-0/+47
2024-10-12Stabilize `const_option`Trevor Gross-6/+16
2024-10-12library: Stabilize `const_ptr_write`Jubilee Young-1/+0
2024-10-08Rollup merge of #131355 - clubby789:old-tests, r=jieyouxuStuart Cook-0/+1
2024-10-07Test for issue 23600clubby789-0/+1
2024-10-07Rollup merge of #128399 - mammothbane:master, r=Amanieu,tgross35Stuart Cook-10/+2
2024-10-06liballoc: introduce String, Vec const-slicingNathan Perry-10/+2
2024-10-06Auto merge of #130540 - veera-sivarajan:fix-87525, r=estebankbors-0/+123