summary refs log tree commit diff
path: root/tests/ui/consts/const-eval
AgeCommit message (Expand)AuthorLines
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-09-27Rollup merge of #130730 - veera-sivarajan:clean-test-headers, r=compiler-errorsMatthias Krüger-11/+12
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-18Add TestsVeera-0/+82
2024-09-15const: don't ICE when encountering a mutable ref to immutable memoryRalf Jung-16/+1
2024-09-15also stabilize const_refs_to_cellRalf Jung-3/+2
2024-09-15stabilize const_mut_refsRalf Jung-109/+34
2024-09-14Auto merge of #129753 - folkertdev:stabilize-const-extern-fn, r=RalfJungbors-6/+4
2024-09-14Auto merge of #128543 - RalfJung:const-interior-mut, r=fee1-deadbors-26/+4
2024-09-14stabilize `const_extern_fn`Folkert de Vries-6/+4
2024-09-12Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-deadMatthias Krüger-3/+1
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-26/+1
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-08-26interpret: do not make const-eval query result depend on tcx.sessRalf Jung-11/+6
2024-08-17make writes_through_immutable_pointer a hard errorRalf Jung-52/+11
2024-08-13Auto merge of #128742 - RalfJung:miri-vtable-uniqueness, r=saethlinbors-77/+152
2024-08-10Update testsNadrieril-2/+2
2024-08-09interpret: make identity upcasts a NOP again to avoid them generating a new r...Ralf Jung-77/+152
2024-08-01on a signed deref check, mention the right pointer in the errorRalf Jung-2/+2
2024-07-27improve dangling/oob errors and make them more uniformRalf Jung-10/+10
2024-07-26Rollup merge of #124941 - Skgland:stabilize-const-int-from-str, r=dtolnayTrevor Gross-4/+2
2024-07-19Rollup merge of #127856 - RalfJung:interpret-cast-sanity, r=oli-obkMatthias Krüger-182/+113
2024-07-18interpret: add sanity check in dyn upcast to double-check what codegen doesRalf Jung-182/+113
2024-07-12Make parse error suggestions verbose and fix spansEsteban Küber-6/+21
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-27/+27
2024-07-04stabilize `const_int_from_str`Skgland-4/+2
2024-06-22don't ICE when encountering an extern type field during validationRalf Jung-1/+25
2024-06-19Remove c_unwind from tests and fix testsGary Guo-1/+1
2024-06-12Spell out other trait diagnosticAlex Macleod-8/+8
2024-06-11add const eval bool-to-int cast testRalf Jung-0/+31
2024-05-24Move the checks for Arguments constructors to inline constBen Kimock-4/+4
2024-05-01Add inline comments why we're forcing the target cpuJosh Stone-1/+2
2024-05-01Use an explicit x86-64 cpu in tests that are sensitive to itJosh Stone-1/+1
2024-04-27Add missing tests for an ICEGurinder Singh-0/+76
2024-04-24Fix tests and blessGary Guo-2/+0
2024-04-23promotion: do not promote const-fn calls in const when that may fail without ...Ralf Jung-184/+0
2024-04-22Stabilize generic `NonZero`.Markus Reiter-3/+2
2024-04-17Validate before reporting interning errors.Oli Scherer-6/+16
2024-04-16Fail candidate assembly for erroneous typesGurinder Singh-0/+39
2024-04-09tests: bless ui and rustdoc-ui tests for ICE messages许杰友 Jieyou Xu (Joe)-0/+2
2024-03-30Make {integer}::from_str_radix constantGeorge Bateman-0/+41
2024-03-27Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ...Oli Scherer-4/+4