| Age | Commit message (Expand) | Author | Lines |
| 2023-12-03 | Auto merge of #118072 - estebank:issue-98982, r=cjgillot | bors | -30/+134 |
| 2023-12-03 | Auto merge of #3206 - RalfJung:simd-bitmask, r=RalfJung | bors | -13/+16 |
| 2023-12-03 | SIMD bitmasks: use 'round up to multiple of 8' rather than 'clamp to at least 8' | Ralf Jung | -13/+16 |
| 2023-12-03 | Auto merge of #113730 - belovdv:jobserver-init-check, r=petrochenkov | bors | -37/+114 |
| 2023-12-03 | Auto merge of #3205 - RalfJung:simd-bitmask, r=RalfJung | bors | -48/+94 |
| 2023-12-03 | disable a test that currently fails on big-endian | Ralf Jung | -5/+9 |
| 2023-12-03 | also test directly calling simd_select_bitmask | Ralf Jung | -4/+39 |
| 2023-12-03 | handle the array case consistently for simd_select_bitmask and simd_bitmask | Ralf Jung | -43/+45 |
| 2023-12-03 | Auto merge of #118526 - sjwang05:issue-118510, r=petrochenkov | bors | -2/+45 |
| 2023-12-03 | rustc_session: Address all `rustc::potential_query_instability` lints | Martin Nordholts | -1/+7 |
| 2023-12-03 | also test simd_select_bitmask on arrays for less than 8 elements | Ralf Jung | -1/+6 |
| 2023-12-03 | rustc: Harmonize `DefKind` and `DefPathData` | Vadim Petrochenkov | -132/+133 |
| 2023-12-03 | Fix miri script target dir and update doc link | Jefffrey | -3/+4 |
| 2023-12-03 | Auto merge of #118567 - RalfJung:miri, r=RalfJung | bors | -30/+105 |
| 2023-12-03 | library: use c string literals | klensy | -26/+26 |
| 2023-12-03 | compiler: replace cstr macro with c str literals in compiler and few other c ... | klensy | -71/+42 |
| 2023-12-03 | Satisfy tidy | Nadrieril | -0/+0 |
| 2023-12-03 | Parse a pattern with no arm | Nadrieril | -3/+7 |
| 2023-12-03 | Disallow arm bodies on never patterns | Nadrieril | -26/+75 |
| 2023-12-03 | Disallow guards on never patterns | Nadrieril | -43/+47 |
| 2023-12-03 | Disallow an arm without a body (except for never patterns) | Nadrieril | -12/+128 |
| 2023-12-03 | Detect attempts to expand a macro to a match arm again | Nadrieril | -29/+27 |
| 2023-12-03 | Parse a pattern with no arm | Nadrieril | -274/+415 |
| 2023-12-03 | Auto merge of #3204 - RalfJung:simd, r=RalfJung | bors | -5/+74 |
| 2023-12-03 | add simd_bswap and simd_bitreverse | Ralf Jung | -0/+19 |
| 2023-12-03 | add simd_cttz and simd_ctlz | Ralf Jung | -2/+27 |
| 2023-12-03 | interpret: make numeric_intrinsic accessible from Miri | Ralf Jung | -46/+36 |
| 2023-12-03 | simd_select_bitmask: support passing the mask as an array | Ralf Jung | -3/+28 |
| 2023-12-03 | Auto merge of #3203 - RalfJung:trophy, r=RalfJung | bors | -0/+1 |
| 2023-12-03 | new trophy case entry | Ralf Jung | -0/+1 |
| 2023-12-03 | Auto merge of #118546 - RalfJung:hashbrown, r=Amanieu | bors | -32/+56 |
| 2023-12-03 | codegen, miri: fix computing the offset of an unsized field in a packed struct | Ralf Jung | -11/+171 |
| 2023-12-03 | more targeted errors when extern types end up in places they should not | Ralf Jung | -0/+22 |
| 2023-12-03 | Auto merge of #118487 - RalfJung:exposed-provenance, r=thomcc | bors | -63/+78 |
| 2023-12-03 | Auto merge of #3202 - rust-lang:rustup-2023-12-03, r=saethlin | bors | -2471/+6456 |
| 2023-12-03 | Merge from rustc | The Miri Conjob Bot | -2470/+6455 |
| 2023-12-03 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-12-03 | Auto merge of #118128 - RalfJung:bad-intrinsics, r=the8472 | bors | -0/+10 |
| 2023-12-03 | Auto merge of #118542 - chenyukang:yukang-fix-parser-ice-118531, r=cjgillot | bors | -12/+110 |
| 2023-12-03 | fix: handle `std::ptr::null{_mut}` | Kisaragi Marine | -5/+426 |
| 2023-12-03 | coverage: Skip spans that can't be un-expanded back to the function body | Zalathar | -28/+30 |
| 2023-12-02 | Auto merge of #118541 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-12-02 | Update cargo | Weihang Lo | -0/+0 |
| 2023-12-02 | Fix ICE when suggesting closures for non-fn-like defs | sjwang05 | -2/+45 |
| 2023-12-02 | Auto merge of #118347 - Mark-Simulacrum:asm-code-size, r=spastorino | bors | -58/+63 |
| 2023-12-02 | FileCheck while_let_loops. | Camille GILLOT | -1/+2 |
| 2023-12-02 | FileCheck tuple_literal_propagation. | Camille GILLOT | -2/+3 |
| 2023-12-02 | FileCheck return_place. | Camille GILLOT | -1/+2 |
| 2023-12-02 | FileCheck switch_int. | Camille GILLOT | -1/+8 |
| 2023-12-02 | FileCheck slice_len. | Camille GILLOT | -7/+22 |