about summary refs log tree commit diff
path: root/tests/ui/consts/const-eval
AgeCommit message (Expand)AuthorLines
2025-03-01Rollup merge of #136503 - estebank:const-panic, r=RalfJungMatthias Krüger-180/+127
2025-02-28Shorten span of panic failures in const contextEsteban Küber-180/+127
2025-02-27make `simd_insert` and `simd_extract` `const fn`sFolkert de Vries-16/+1
2025-02-27remove most `simd_` intrinsic declaration in testsFolkert de Vries-5/+11
2025-01-30Auto merge of #134824 - niklasf:int_from_ascii, r=ibraheemdevbors-4/+8
2025-01-27Remove all dead files inside tests/ui/León Orell Valerian Liehr-18/+0
2025-01-25Fix typo in const stability error messageDeadbeef-1/+1
2025-01-07Update tests.Mara Bos-1/+1
2025-01-05[generic_assert] Constify methods used by the formatting systemCaio-23/+3
2025-01-01Try to write the panic message with a single `write_all` callJohn Kåre Alsaker-0/+1
2024-12-27Implement `int_from_ascii` (#134821)Niklas Fiekas-4/+8
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-27/+27
2024-12-23Note def descr in NonConstFunctionCallMichael Goulet-7/+7
2024-12-12Filter empty lines, comments and delimiters from previous to last multiline s...Esteban Küber-5/+0
2024-12-12Tweak multispan renderingEsteban Küber-33/+4
2024-12-04fix testEsteban Küber-7/+1
2024-12-04Tweak unevaluated constant in pattern errorEsteban Küber-23/+4
2024-12-04On `const` pattern errors, point at the `const` item definitionEsteban Küber-0/+6
2024-11-23Stabilize `const_float_methods`Eduardo Sánchez Muñoz-1/+0
2024-11-07core: move intrinsics.rs into intrinsics folderRalf Jung-2/+2
2024-11-04remove support for extern-block const intrinsicsRalf Jung-8/+12
2024-10-25Re-do recursive const stability checksRalf Jung-4/+17
2024-10-15Make some float methods unstable `const fn`Eduardo Sánchez Muñoz-0/+47
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