about summary refs log tree commit diff
path: root/tests/ui/consts
AgeCommit message (Expand)AuthorLines
2023-08-06Add a new `compare_bytes` intrinsic instead of calling `memcmp` directlyScott McMurray-0/+122
2023-08-06bless testsDeadbeef-14/+40
2023-08-04Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31Matthias Krüger-2/+2
2023-08-04Improve spans for indexing expressionsNilstrieb-2/+2
2023-08-03Rollup merge of #114372 - RalfJung:const-pointer-as-int, r=oli-obkMatthias Krüger-168/+228
2023-08-03Rollup merge of #113657 - Urgau:expand-incorrect_fn_null_check-lint, r=cjgillotMatthias Krüger-0/+1
2023-08-03Also lint on cast/cast_mut and ptr::from_mut/ptr::from_refUrgau-0/+1
2023-08-02const validation: point at where we found a pointer but expected an integerRalf Jung-168/+228
2023-08-02Remove constness from `TraitPredicate`Deadbeef-7/+43
2023-08-02Rollup merge of #114335 - RalfJung:ptr_comparisons, r=oli-obkNilstrieb-68/+8
2023-08-02Auto merge of #114333 - RalfJung:dangling-ptr-offset, r=oli-obkbors-4/+4
2023-08-01fix and extend ptr_comparison testRalf Jung-68/+8
2023-08-01properly track why we checked whether a pointer is in-boundsRalf Jung-4/+4
2023-08-01Auto merge of #112849 - m-ou-se:panic-message-format, r=thomccbors-2/+2
2023-07-30Auto merge of #112843 - chenyukang:yukang-more-on-backtrace, r=workingjubileebors-1/+1
2023-07-30Rollup merge of #102198 - lukas-code:nonnull_as_ref, r=AmanieuMatthias Krüger-0/+30
2023-07-29print omitted frames count for short backtrace modeyukang-1/+1
2023-07-29Fix tests.Mara Bos-1/+1
2023-07-29Change default panic handler message format.Mara Bos-1/+1
2023-07-27update tests, adding known-bugDeadbeef-181/+70
2023-07-25bless moreRalf Jung-7/+20
2023-07-25interpret: refactor projection code to work on a common trait, and use that f...Ralf Jung-22/+69
2023-07-24Improve diagnostic for const ctors in array repeat expressionsclubby789-9/+55
2023-07-24interpret: support projecting into Place::Local without force_allocationRalf Jung-1/+1
2023-07-21Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk"David Tolnay-4/+2
2023-07-21add `naive_layout_of` queryMoulins-2/+4
2023-07-18moved note as unspanned note, moved note to the bottom of the msgnxya-40/+8
2023-07-18added links as a notenxya-8/+8
2023-07-18add links to query documentation for E0391nxya-8/+8
2023-07-18added links as a notenxya-8/+48
2023-07-18add links to query documentation for E0391nxya-8/+8
2023-07-16Add const-eval test for `#[target_feature(enable = ...)]` function callsEduardo Sánchez Muñoz-0/+26
2023-07-10Do not set up wrong span for adjustmentsMichael Goulet-1/+1
2023-07-08Auto merge of #113491 - matthiaskrgr:rollup-mueqz7h, r=matthiaskrgrbors-10/+39
2023-07-08Rollup merge of #113005 - compiler-errors:dont-query-normalize, r=cjgillotMatthias Krüger-10/+39
2023-07-08Rollup merge of #113158 - davidtwco:unset-rustc-log-color-in-test, r=wesleywiserMatthias Krüger-0/+1
2023-07-04implement `ConstEvaluatable` goals in new solverlcnr-2/+20
2023-06-29tests: unset `RUSTC_LOG_COLOR`David Wood-0/+1
2023-06-27Don't sort strings right after we just sorted by typesMichael Goulet-17/+17
2023-06-24use Const::eval instead of QueryNormalize in error reportingMichael Goulet-0/+29
2023-06-22Stop hiding const eval limit in external macrosOli Scherer-0/+40
2023-06-12Adjust UI tests for `unit_bindings`许杰友 Jieyou Xu (Joe)-13/+13
2023-06-02Auto merge of #112198 - compiler-errors:rollup-o2xe4of, r=compiler-errorsbors-4/+16
2023-06-01Implement custom diagnostic for ConstParamTyMichael Goulet-4/+16
2023-06-01Use translatable diagnostics in `rustc_const_eval`Deadbeef-50/+58
2023-05-31Remove const eval limit and implement an exponential backoff lint insteadOli Scherer-187/+177
2023-05-29Rollup merge of #111558 - c410-f3r:t3st3ss, r=WaffleLapkinMatthias Krüger-0/+95
2023-05-26Blesses UI tests, add known bug to typeid-equality-by-subtypingonestacked-3/+0
2023-05-24Address commentsCaio-0/+11
2023-05-24Move testsCaio-0/+84