about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-12-02FileCheck scalar_literal_propagation.Camille GILLOT-1/+3
2023-12-02FileCheck repeat.Camille GILLOT-1/+3
2023-12-02FileCheck reify_fn_ptr.Camille GILLOT-1/+4
2023-12-02FileCheck ref_deref.Camille GILLOT-8/+19
2023-12-02FileCheck read_immutable_static.Camille GILLOT-1/+3
2023-12-02FileCheck mutable_variable_unprop_assign.Camille GILLOT-2/+12
2023-12-02FileCheck mutable_variable_aggregate_partial_read.Camille GILLOT-1/+7
2023-12-02FileCheck mutable_variable_no_prop.Camille GILLOT-1/+8
2023-12-02FileCheck mutable_variable_aggregate_mut_ref.Camille GILLOT-1/+8
2023-12-02FileCheck mutable_variable_aggregate.Camille GILLOT-1/+6
2023-12-02FileCheck mutable_variable.Camille GILLOT-1/+6
2023-12-02FileCheck mult_by_zero.Camille GILLOT-3/+4
2023-12-02FileCheck issue_67019.Camille GILLOT-2/+8
2023-12-02FileCheck issue_66971.Camille GILLOT-6/+20
2023-12-02FileCheck inherit_overflow.Camille GILLOT-3/+6
2023-12-02Avoid per-register closure expansionsMark Rousskov-58/+63
2023-12-02FileCheck indirect.Camille GILLOT-1/+3
2023-12-02FileCheck discriminant.Camille GILLOT-2/+13
2023-12-02FileCheck and rename const_prop_fails_gracefully.Camille GILLOT-12/+18
2023-12-02FileCheck checked_add.Camille GILLOT-1/+4
2023-12-02FileCheck cast.Camille GILLOT-2/+5
2023-12-02FileCheck boxes.Camille GILLOT-1/+5
2023-12-02FileCheck boolean_identities.Camille GILLOT-8/+36
2023-12-02FileCheck bad_op_unsafe_oob_for_slices.Camille GILLOT-1/+4
2023-12-02FileCheck bad_op_mod_by_zero.Camille GILLOT-1/+8
2023-12-02FileCheck bad_op_div_by_zero.Camille GILLOT-2/+8
2023-12-02FileCheck array_index.Camille GILLOT-2/+4
2023-12-02FileCheck aggregate.Camille GILLOT-174/+14
2023-12-02FileCheck address_of_pair.Camille GILLOT-1/+14
2023-12-02Auto merge of #118484 - blyxxyz:os-str-slice, r=BurntSushibors-2/+131
2023-12-02Update regex-syntax to support new word boundry assertionsPeter Gerber-1/+5
2023-12-02std: Invert logic for inclusion of `sys_common::net`Alex Crichton-8/+8
2023-12-02allow zerocopy licenseRalf Jung-0/+3
2023-12-02Cleanup FileId stuffLukas Wirth-48/+64
2023-12-02update hashbrownRalf Jung-32/+53
2023-12-02Auto merge of #118077 - calebzulawski:sync-portable-simd-2023-11-19, r=workin...bors-1190/+2289
2023-12-03Add a function to check whether binary oprands are nontrivialcocodery-0/+59
2023-12-02Add codegen testCaleb Zulawski-0/+32
2023-12-02Auto merge of #11905 - pgerber:tests, r=dswijbors-1/+6
2023-12-02Auto merge of #118543 - matthiaskrgr:rollup-0kl4o90, r=matthiaskrgrbors-40/+163
2023-12-02Some more minor cleanupsLukas Wirth-21/+65
2023-12-02Rollup merge of #118539 - RalfJung:packed-struct-tests, r=lqdMatthias Krüger-1/+1
2023-12-02Rollup merge of #118528 - onur-ozkan:use-std-once-lock, r=clubby789Matthias Krüger-15/+14
2023-12-02Rollup merge of #118524 - celinval:smir-instance-def, r=ouz-aMatthias Krüger-20/+134
2023-12-02Rollup merge of #118514 - Enselic:ice-probe, r=cjgillotMatthias Krüger-4/+14
2023-12-02Add test using non-power-of-two vectorCaleb Zulawski-1/+15
2023-12-02Implement repr(packed) for repr(simd)Caleb Zulawski-3/+69
2023-12-02Remove link to core::arch::x86_64Caleb Zulawski-1/+1
2023-12-02Fix parser ICE from attrsyukang-12/+110
2023-12-02Add diagnostic item to PartialEq::{eq,ne}Urgau-0/+4