| Age | Commit message (Expand) | Author | Lines |
| 2023-12-07 | Auto merge of #118324 - RalfJung:ctfe-read-only-pointers, r=saethlin | bors | -11/+28 |
| 2023-12-07 | also print 'immutable' flag | Ralf Jung | -2/+16 |
| 2023-12-07 | compile-time evaluation: emit a lint when a write through an immutable pointe... | Ralf Jung | -3/+4 |
| 2023-12-07 | ctfe interpreter: extend provenance so that it can track whether a pointer is... | Ralf Jung | -6/+8 |
| 2023-12-07 | Move round_* functions from `shims::x86::sse41` module to `shims::x86` | Eduardo Sánchez Muñoz | -84/+84 |
| 2023-12-07 | Move unary_op_* functions from `shims::x86::sse` module to `shims::x86` | Eduardo Sánchez Muñoz | -125/+129 |
| 2023-12-06 | Rollup merge of #117874 - esp-rs:riscv3264imafc-unknown-none-elf, r=davidtwco | Matthias Krüger | -0/+1 |
| 2023-12-06 | Adjust tests for newly added ambiguous_wide_pointer_comparisons lint | Urgau | -0/+2 |
| 2023-12-06 | Drop clippy::vtable_address_comparisons | Urgau | -244/+70 |
| 2023-12-06 | Auto merge of #118663 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-12-05 | Update cargo | Weihang Lo | -0/+0 |
| 2023-12-06 | Auto merge of #118655 - compiler-errors:rollup-vrngyzn, r=compiler-errors | bors | -1/+1 |
| 2023-12-05 | remove unnecesary `-Zunstable-options` | Weihang Lo | -4/+1 |
| 2023-12-06 | Auto merge of #117072 - betrusted-io:unwinding-crate-support, r=cuviper | bors | -0/+1 |
| 2023-12-06 | tidy: add `unwinding` as an allowed dependency | Sean Cross | -0/+1 |
| 2023-12-05 | Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errors | Michael Goulet | -1/+1 |
| 2023-12-05 | Auto merge of #118457 - eholk:genfn, r=compiler-errors | bors | -23/+37 |
| 2023-12-05 | Fix formatting | Igor Matuszewski | -1/+3 |
| 2023-12-05 | Add riscv32 imafc bare metal target | Scott Mabin | -0/+1 |
| 2023-12-05 | Don't explicitly warn against `semicolon_in_expressions_from_macros` | Igor Matuszewski | -1/+1 |
| 2023-12-05 | simd numeric intrinsics: share code with scalar intrinsic | Ralf Jung | -12/+1 |
| 2023-12-05 | fix miri_promise_symbolic_alignment for huge alignments | Ralf Jung | -3/+46 |
| 2023-12-05 | fix typo in comment | Ralf Jung | -1/+1 |
| 2023-12-05 | fmt | The Miri Conjob Bot | -20/+24 |
| 2023-12-05 | Merge from rustc | The Miri Conjob Bot | -192/+911 |
| 2023-12-05 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-12-04 | Fix build | Eric Holk | -1/+1 |
| 2023-12-04 | Update doctest | Eric Holk | -2/+2 |
| 2023-12-04 | Remove bad merge | Eric Holk | -199/+0 |
| 2023-12-04 | Address code review feedback | Eric Holk | -15/+6 |
| 2023-12-04 | Option<CoroutineKind> | Eric Holk | -10/+24 |
| 2023-12-04 | Merge Async and Gen into CoroutineKind | Eric Holk | -20/+228 |
| 2023-12-04 | Auto merge of #118592 - lnicola:sync-from-ra, r=lnicola | bors | -170/+821 |
| 2023-12-04 | Auto merge of #118602 - TaKO8Ki:rollup-njcouns, r=TaKO8Ki | bors | -0/+73 |
| 2023-12-04 | Avoid adding compiler-used functions to `symbols.o` | DianQK | -0/+1 |
| 2023-12-04 | Rollup merge of #118540 - RalfJung:unsized-packed-offset, r=TaKO8Ki | Takayuki Maeda | -0/+73 |
| 2023-12-04 | Don't ask for a specific branch in cargotest | Laurențiu Nicola | -1/+1 |
| 2023-12-04 | Merge commit 'e402c494b7c7d94a37c6d789a216187aaf9ccd3e' into sync-from-ra | Laurențiu Nicola | -170/+821 |
| 2023-12-04 | fix clippy | Ralf Jung | -1/+2 |
| 2023-12-04 | fmt | The Miri Conjob Bot | -10/+2 |
| 2023-12-04 | Merge from rustc | The Miri Conjob Bot | -103/+209 |
| 2023-12-04 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-12-04 | Auto merge of #116915 - bend-n:unwet, r=saethlin | bors | -21/+16 |
| 2023-12-04 | use `assume(idx < self.len())` in `[T]::get_unchecked` | bendn | -21/+16 |
| 2023-12-03 | Auto merge of #117840 - RalfJung:miri-promise-align, r=cjgillot | bors | -96/+191 |
| 2023-12-03 | miri: support 'promising' alignment for symbolic alignment check | Ralf Jung | -96/+191 |
| 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 | -0/+8 |
| 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 |