about summary refs log tree commit diff
path: root/tests/ui/consts
AgeCommit message (Expand)AuthorLines
2024-01-11Use the right level with `-Ztreat-err-as-bug`.Nicholas Nethercote-1/+1
2024-01-09Auto merge of #117449 - oli-obk:query_merge_immobile_game, r=matthewjasperbors-3/+31
2024-01-09Avoid silencing relevant follow-up errorsOli Scherer-3/+31
2024-01-09Rollup merge of #117556 - obeis:static-mut-ref-lint, r=davidtwcoGuillaume Gomez-82/+206
2024-01-07Update test for `E0796` and `static_mut_ref` lintObei Sideg-82/+206
2024-01-06remove an unnecessary stderr-per-bitwidthRalf Jung-140/+6
2024-01-05Stabilize THIR unsafeckMatthew Jasper-16/+18
2024-01-05Remove revisions for THIR unsafeckMatthew Jasper-42/+24
2024-01-05Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkinbors-10/+10
2024-01-05Auto merge of #117213 - oli-obk:check_item_type_cleanup, r=estebankbors-29/+29
2024-01-03Rollup merge of #119505 - fmease:no-host-param-for-trait-fns, r=fee1-deadLeón Orell Valerian Liehr-6/+18
2024-01-02Adjust compiler tests for unused_tuple_struct_fields -> dead_codeJake Goulding-10/+10
2024-01-02Reorder `check_item_type` diagnostics so they occur next to the corresponding...Oli Scherer-29/+29
2024-01-02E0379: Provide suggestionsLeón Orell Valerian Liehr-4/+16
2024-01-02E0379: Make diagnostic more preciseLeón Orell Valerian Liehr-3/+3
2023-12-30Auto merge of #116012 - cjgillot:gvn-const, r=oli-obkbors-6/+0
2023-12-27Auto merge of #119099 - fmease:always-const-trait-bounds, r=fee1-deadbors-11/+11
2023-12-27Introduce `const Trait` (always-const trait bounds)León Orell Valerian Liehr-11/+11
2023-12-26Auto merge of #119133 - scottmcm:assert-unchecked, r=thomccbors-0/+19
2023-12-24Replace legacy ConstProp by GVN.Camille GILLOT-6/+0
2023-12-24fix ICE when using raw ptr in a patternRalf Jung-0/+33
2023-12-19Add `hint::assert_unchecked`Scott McMurray-0/+19
2023-12-19bless ui testsDeadbeef-58/+30
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