about summary refs log tree commit diff
path: root/tests/ui/consts
AgeCommit message (Expand)AuthorLines
2023-12-14update use of feature flagslcnr-1/+1
2023-12-13Auto merge of #118534 - RalfJung:extern-type-size-of-val, r=WaffleLapkinbors-59/+52
2023-12-12also test projecting to some sized fields at non-zero offset in structs with ...Ralf Jung-2/+7
2023-12-12make it more clear what comments refer to; avoid dangling unaligned referencesRalf Jung-5/+11
2023-12-12reject projecting to fields whose offset we cannot computeRalf Jung-59/+41
2023-12-12Improve an error involving attribute values.Nicholas Nethercote-2/+2
2023-12-11Auto merge of #118661 - fee1-dead-contrib:restore-const-partialEq, r=compiler...bors-7/+1
2023-12-10fix testsDeadbeef-7/+1
2023-12-10remove redundant importssurechen-2/+0
2023-12-08Auto merge of #118689 - compiler-errors:const-drop, r=fee1-deadbors-12/+1
2023-12-07also print 'immutable' flagRalf Jung-61/+61
2023-12-07compile-time evaluation: emit a lint when a write through an immutable pointe...Ralf Jung-15/+94
2023-12-07Fix const drop checkingMichael Goulet-12/+1
2023-12-02Auto merge of #118077 - calebzulawski:sync-portable-simd-2023-11-19, r=workin...bors-19/+19
2023-12-02Auto merge of #118470 - nnethercote:cleanup-error-handlers, r=compiler-errorsbors-1/+1
2023-12-02Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.Nicholas Nethercote-1/+1
2023-11-30generic_const_exprs: suggest to add the feature, not use itRalf Jung-1/+1
2023-11-27make const tests independent of std debug assertionsRalf Jung-232/+112
2023-11-26Update std::simd usage and test outputsCaleb Zulawski-19/+19
2023-11-25Fix testsGary Guo-114/+116
2023-11-24Manual find replace updatesNilstrieb-9/+9
2023-11-24Show number in error message even for one errorNilstrieb-169/+169
2023-11-19Rollup merge of #117832 - RalfJung:interpret-shift, r=cjgillotMichael Goulet-20/+20
2023-11-19Auto merge of #117807 - RalfJung:raw-str-slice, r=davidtwcobors-2/+19
2023-11-12interpret: simplify handling of shifts by no longer trying to handle signed a...Ralf Jung-20/+20
2023-11-12patterns: don't ice when encountering a raw str sliceRalf Jung-2/+19
2023-11-12Reenable effects in libcoreDeadbeef-2/+22
2023-11-08Auto merge of #116930 - RalfJung:raw-ptr-match, r=davidtwcobors-25/+70
2023-11-08Rollup merge of #113925 - clubby789:const-ctor-repeat, r=estebankMatthias Krüger-9/+55
2023-11-05Auto merge of #116218 - tgross35:const-maybe-uninit-zeroed, r=dtolnaybors-7/+6
2023-11-04Stabilize `const_mem_zeroed`Trevor Gross-7/+6
2023-10-31Do not ICE on constant evaluation failure in GVN.Camille GILLOT-3/+26
2023-10-28Auto merge of #116240 - dtolnay:constdiscriminant, r=thomccbors-2/+1
2023-10-28also lint against fn ptr and raw ptr nested inside the constRalf Jung-3/+23
2023-10-28patterns: reject raw pointers that are not just integersRalf Jung-9/+34
2023-10-27Auto merge of #103208 - cjgillot:match-fake-read, r=oli-obk,RalfJungbors-0/+10
2023-10-27Auto merge of #116205 - WaffleLapkin:stabilize_pointer_byte_offsets, r=dtolnaybors-12/+9
2023-10-26Remove unused feature from a miri testMaybe Waffle-4/+3
2023-10-25Stabilize `[const_]pointer_byte_offsets`Maybe Waffle-9/+7
2023-10-25Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua...Oli Scherer-4/+44
2023-10-25Auto merge of #116482 - matthewjasper:thir-unsafeck-inline-constants, r=b-naberbors-1/+10
2023-10-24Use `PlaceMention` for match scrutinees.Camille GILLOT-0/+10
2023-10-23return unfixed len if pat has reported errorbohan-0/+33
2023-10-20Avoid a `track_errors` by bubbling up most errors from `check_well_formed`Oli Scherer-2/+12
2023-10-18Rollup merge of #116856 - oli-obk:no_effects, r=compiler-errorsAli MJ Al-Nasrawy-0/+30
2023-10-17Disable effects in libcore againOli Scherer-0/+30
2023-10-16Stop trying to preserve pretty-printing.Camille GILLOT-65/+65
2023-10-16Rebless.Camille GILLOT-11/+11
2023-10-16Normalize alloc-id in tests.Camille GILLOT-100/+100
2023-10-16Fix inline const pattern unsafety checking in THIRMatthew Jasper-1/+10