about summary refs log tree commit diff
path: root/tests/ui/consts
AgeCommit message (Expand)AuthorLines
2023-10-16add oversized-ref test backRalf Jung-1/+15
2023-10-15more precise error for 'based on misaligned pointer' caseRalf Jung-7/+7
2023-10-15place evaluation: require the original pointer to be aligned if an access hap...Ralf Jung-2/+20
2023-10-15avoid re-checking the offset while iterating an array/sliceRalf Jung-0/+3
2023-10-15don't UB on dangling ptr deref, instead check inbounds on projectionsRalf Jung-118/+150
2023-10-14Rollup merge of #116576 - eduardosm:const-eval-wasm-target-features, r=RalfJungGuillaume Gomez-0/+14
2023-10-14const-eval: allow calling functions with targat features disabled at compile ...Eduardo Sánchez Muñoz-0/+14
2023-10-14Auto merge of #116015 - EvanMerlock:master, r=oli-obkbors-0/+53
2023-10-14Auto merge of #115524 - RalfJung:misalign, r=wesleywiserbors-0/+72
2023-10-11Avoid emitting the non_exhaustive error if other errors already occurredOli Scherer-21/+2
2023-10-11Prevent spurious `unreachable pattern` lintsOli Scherer-19/+22
2023-10-10Rollup merge of #116444 - RalfJung:broken-unused-const, r=oli-obkGuillaume Gomez-0/+31
2023-10-09Rollup merge of #115882 - aliemjay:diag-name-region-1, r=compiler-errorsMatthias Krüger-4/+10
2023-10-08add test for const-eval error in dead code during monomorphizationRalf Jung-0/+31
2023-10-08Do not run optimizations on trivial MIR.Camille GILLOT-1/+1
2023-10-08remove trailing dotsAli MJ Al-Nasrawy-2/+2
2023-10-08always show and explain sub regionAli MJ Al-Nasrawy-2/+8
2023-10-06Rollup merge of #116329 - RalfJung:swap-comments, r=scottmcmGuillaume Gomez-1/+2
2023-10-05Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, r=compiler-er...Matthias Krüger-29/+48
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-29/+48
2023-10-04Fix misuses of a vs ancui fliter-1/+1
2023-10-02MIRI -> MiriRalf Jung-1/+2
2023-09-28Const stabilize mem::discriminantDavid Tolnay-2/+1
2023-09-26add misalignment const-eval testRalf Jung-0/+72
2023-09-25rename lint; add tracking issueRalf Jung-4/+4
2023-09-24work towards rejecting consts in patterns that do not implement PartialEqRalf Jung-1/+25
2023-09-22test(const_eval): add test cases for #114994Evan Merlock-0/+53
2023-09-22Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obkbors-34/+70
2023-09-20Auto merge of #115486 - compiler-errors:dont-capture-late-pls, r=cjgillotbors-0/+33
2023-09-20bless the known-bug testsDeadbeef-28/+7
2023-09-20Enable effects for libcoreDeadbeef-40/+97
2023-09-14don't point at const usage site for resolution-time errorsRalf Jung-55/+49
2023-09-14move required_consts check to general post-mono-check functionRalf Jung-2/+18
2023-09-14add regression test for something we fixedRalf Jung-0/+31
2023-09-07Auto merge of #115527 - oli-obk:drop_maybe_uninit_in_const, r=lcnrbors-0/+17
2023-09-07Don't require `Drop` for `[PhantomData<T>; N]` where `N` and `T` are generic,...Oli Scherer-0/+17
2023-09-05Correctly deny late-bound lifetimes from parent in anon consts and TAITsMichael Goulet-0/+33
2023-09-05Auto merge of #115531 - RalfJung:read_via_copy, r=scottmcmbors-4/+26
2023-09-04read_via_copy: don't prematurely optimize away the readRalf Jung-4/+26
2023-09-04Auto merge of #115513 - Urgau:normalize-msg-after-translate, r=petrochenkovbors-0/+16
2023-09-03Don't forget to normalize the translated messageUrgau-0/+16
2023-08-25Handle Self in paths tooMichael Goulet-2/+2
2023-08-25Rollup merge of #115169 - RalfJung:do-not-ignore-debug, r=cjgillotMatthias Krüger-5/+4
2023-08-24remove some unnecessary ignore-debug clausesRalf Jung-5/+4
2023-08-24Fix ub-int-array test for big-endian platformsUlrich Weigand-42/+10
2023-08-22Rollup merge of #115011 - compiler-errors:warn-on-elided-assoc-ct-lt, r=cjgillotMichael Goulet-0/+52
2023-08-20interpret: have assert_* intrinsics call the panic machinery instead of a dir...Ralf Jung-3/+3
2023-08-20Warn on elided lifetimes in associated constantsMichael Goulet-0/+52
2023-08-08Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obkbors-14/+33
2023-08-07Fix ICEDeadbeef-9/+2