summary refs log tree commit diff
path: root/tests/ui/consts
AgeCommit message (Expand)AuthorLines
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
2024-09-14interpret: fix dealing with overflow during slice indexingRalf Jung-0/+22
2024-09-13Update tests for hidden references to mutable staticObei Sideg-6/+8
2024-09-13Auto merge of #129137 - camelid:lazy-def-macro-const, r=BoxyUwUbors-3/+3
2024-09-12Re-enable `ConstArgKind::Path` lowering by defaultNoah Lev-3/+3
2024-09-12Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-deadMatthias Krüger-3/+1
2024-09-11Rollup merge of #129835 - RalfJung:float-tests, r=workingjubileeJubilee-248/+0
2024-09-10move float tests into their own dirJubilee Young-248/+0
2024-09-10turn errors that should be impossible due to our static checks into ICEsRalf Jung-1/+4
2024-09-10const-eval interning: accpt interior mutable pointers in final value (but kee...Ralf Jung-472/+79
2024-09-09Ban non-array SIMDScott McMurray-16/+7
2024-09-08remove const_slice_index annotations, it never had a feature gate anywayRalf Jung-3/+1
2024-09-08const: make ptr.is_null() stop execution on ambiguityRalf Jung-0/+39
2024-09-07Rollup merge of #129555 - RalfJung:const_float_bits_conv, r=dtolnayMatthias Krüger-5/+3
2024-09-04propagate `tainted_by_errors` in `MirBorrowckCtxt::emit_errors`Folkert de Vries-2/+8
2024-09-01stabilize const_float_bits_convRalf Jung-5/+3
2024-09-01Rollup merge of #129207 - GrigorenkoPV:elided-is-named, r=cjgillotMatthias Krüger-3/+23