about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-12-03Auto merge of #118072 - estebank:issue-98982, r=cjgillotbors-30/+134
2023-12-03Auto merge of #3206 - RalfJung:simd-bitmask, r=RalfJungbors-13/+16
2023-12-03SIMD bitmasks: use 'round up to multiple of 8' rather than 'clamp to at least 8'Ralf Jung-13/+16
2023-12-03Auto merge of #113730 - belovdv:jobserver-init-check, r=petrochenkovbors-37/+114
2023-12-03Auto merge of #3205 - RalfJung:simd-bitmask, r=RalfJungbors-48/+94
2023-12-03disable a test that currently fails on big-endianRalf Jung-5/+9
2023-12-03also test directly calling simd_select_bitmaskRalf Jung-4/+39
2023-12-03handle the array case consistently for simd_select_bitmask and simd_bitmaskRalf Jung-43/+45
2023-12-03Auto merge of #118526 - sjwang05:issue-118510, r=petrochenkovbors-2/+45
2023-12-03rustc_session: Address all `rustc::potential_query_instability` lintsMartin Nordholts-1/+7
2023-12-03also test simd_select_bitmask on arrays for less than 8 elementsRalf Jung-1/+6
2023-12-03rustc: Harmonize `DefKind` and `DefPathData`Vadim Petrochenkov-132/+133
2023-12-03Fix miri script target dir and update doc linkJefffrey-3/+4
2023-12-03Auto merge of #118567 - RalfJung:miri, r=RalfJungbors-30/+105
2023-12-03library: use c string literalsklensy-26/+26
2023-12-03compiler: replace cstr macro with c str literals in compiler and few other c ...klensy-71/+42
2023-12-03Satisfy tidyNadrieril-0/+0
2023-12-03Parse a pattern with no armNadrieril-3/+7
2023-12-03Disallow arm bodies on never patternsNadrieril-26/+75
2023-12-03Disallow guards on never patternsNadrieril-43/+47
2023-12-03Disallow an arm without a body (except for never patterns)Nadrieril-12/+128
2023-12-03Detect attempts to expand a macro to a match arm againNadrieril-29/+27
2023-12-03Parse a pattern with no armNadrieril-274/+415
2023-12-03Auto merge of #3204 - RalfJung:simd, r=RalfJungbors-5/+74
2023-12-03add simd_bswap and simd_bitreverseRalf Jung-0/+19
2023-12-03add simd_cttz and simd_ctlzRalf Jung-2/+27
2023-12-03interpret: make numeric_intrinsic accessible from MiriRalf Jung-46/+36
2023-12-03simd_select_bitmask: support passing the mask as an arrayRalf Jung-3/+28
2023-12-03Auto merge of #3203 - RalfJung:trophy, r=RalfJungbors-0/+1
2023-12-03new trophy case entryRalf Jung-0/+1
2023-12-03Auto merge of #118546 - RalfJung:hashbrown, r=Amanieubors-32/+56
2023-12-03codegen, miri: fix computing the offset of an unsized field in a packed structRalf Jung-11/+171
2023-12-03more targeted errors when extern types end up in places they should notRalf Jung-0/+22
2023-12-03Auto merge of #118487 - RalfJung:exposed-provenance, r=thomccbors-63/+78
2023-12-03Auto merge of #3202 - rust-lang:rustup-2023-12-03, r=saethlinbors-2471/+6456
2023-12-03Merge from rustcThe Miri Conjob Bot-2470/+6455
2023-12-03Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-12-03Auto merge of #118128 - RalfJung:bad-intrinsics, r=the8472bors-0/+10
2023-12-03Auto merge of #118542 - chenyukang:yukang-fix-parser-ice-118531, r=cjgillotbors-12/+110
2023-12-03fix: handle `std::ptr::null{_mut}`Kisaragi Marine-5/+426
2023-12-03coverage: Skip spans that can't be un-expanded back to the function bodyZalathar-28/+30
2023-12-02Auto merge of #118541 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-12-02Update cargoWeihang Lo-0/+0
2023-12-02Fix ICE when suggesting closures for non-fn-like defssjwang05-2/+45
2023-12-02Auto merge of #118347 - Mark-Simulacrum:asm-code-size, r=spastorinobors-58/+63
2023-12-02FileCheck while_let_loops.Camille GILLOT-1/+2
2023-12-02FileCheck tuple_literal_propagation.Camille GILLOT-2/+3
2023-12-02FileCheck return_place.Camille GILLOT-1/+2
2023-12-02FileCheck switch_int.Camille GILLOT-1/+8
2023-12-02FileCheck slice_len.Camille GILLOT-7/+22