about summary refs log tree commit diff
path: root/tests/ui/consts
AgeCommit message (Expand)AuthorLines
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
2024-10-05Add a Lint for Pointer to Integer Transmutes in ConstsVeera-12/+53
2024-10-04Use wide pointers consistenly across the compilerUrgau-1/+1
2024-09-30Rollup merge of #130966 - RalfJung:ptr-metadata-const-stable, r=scottmcmTrevor Gross-0/+70
2024-09-30add test ensuring we cannot call const-stable unstable functionsRalf Jung-0/+70
2024-09-29fix(hir_analysis/wfcheck): don't leak {type error}Barrett Ray-15/+2
2024-09-28Rollup merge of #130953 - workingjubilee:rename-a-few-ctypes-tests, r=fee1-deadMatthias Krüger-0/+3
2024-09-27tests: issue-69488.rs => load-preserves-partial-init-issue-69488.rsJubilee Young-0/+3
2024-09-27Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-...Matthias Krüger-2/+2
2024-09-27Rollup merge of #130730 - veera-sivarajan:clean-test-headers, r=compiler-errorsMatthias Krüger-11/+12
2024-09-26Stabilize `const_refs_to_static`Ding Xiang Fei-252/+101
2024-09-25Compiler: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-2/+2
2024-09-23stabilize const_intrinsic_copyRalf Jung-8/+5
2024-09-23Reorganize Test HeadersVeera-11/+12
2024-09-22Don't call const normalize in error reportingMichael Goulet-4/+4
2024-09-21Rollup merge of #130665 - veera-sivarajan:fix-118612, r=compiler-errorsJubilee-0/+116
2024-09-21Prevent Deduplication of `LongRunningWarn`Veera-1/+73
2024-09-21Update TestsVeera-0/+44
2024-09-20Don't emit spurious error for pattern matched array with erroneous len constMichael Goulet-10/+3
2024-09-20Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errorsbors-6/+8
2024-09-18Add TestsVeera-0/+82
2024-09-15const: don't ICE when encountering a mutable ref to immutable memoryRalf Jung-29/+35
2024-09-15Rollup merge of #130342 - RalfJung:slice-idx-overflow, r=saethlinMatthias Krüger-0/+22
2024-09-15also stabilize const_refs_to_cellRalf Jung-137/+92
2024-09-15stabilize const_mut_refsRalf Jung-799/+179
2024-09-14Auto merge of #129753 - folkertdev:stabilize-const-extern-fn, r=RalfJungbors-70/+50
2024-09-14Auto merge of #128543 - RalfJung:const-interior-mut, r=fee1-deadbors-472/+82
2024-09-14stabilize `const_extern_fn`Folkert de Vries-70/+50