| Age | Commit message (Expand) | Author | Lines |
| 2023-11-16 | Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyup | Philipp Krones | -10369/+10338 |
| 2023-11-16 | Auto merge of #3166 - devnexen:reallocarray, r=RalfJung | bors | -1/+48 |
| 2023-11-16 | reallocarray shim linux/freebsd support proposal. | David Carlier | -1/+48 |
| 2023-11-16 | Auto merge of #117875 - Mark-Simulacrum:bootstrap-bump, r=clubby789 | bors | -3/+1 |
| 2023-11-16 | Auto merge of #3168 - RalfJung:set_var, r=RalfJung | bors | -5/+5 |
| 2023-11-16 | get rid of our last uses of set_var | Ralf Jung | -5/+5 |
| 2023-11-16 | Merge from rustc | Ralf Jung | -33/+44 |
| 2023-11-16 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-11-16 | Update cargo | Weihang Lo | -0/+0 |
| 2023-11-16 | Add test suggestions for `mir-opt` and `coverage` | Zalathar | -0/+11 |
| 2023-11-16 | Support multiple globs in static suggestions | Zalathar | -13/+15 |
| 2023-11-16 | Allow trailing commas in static suggestions | Zalathar | -5/+5 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -3/+1 |
| 2023-11-15 | Auto merge of #3164 - devnexen:fbsd_upd3, r=RalfJung | bors | -2/+20 |
| 2023-11-15 | freebsd adding getrandom interception. | David Carlier | -2/+20 |
| 2023-11-15 | Auto merge of #117908 - lcnr:region-kind-rename, r=BoxyUwU | bors | -3/+3 |
| 2023-11-15 | Add arm64e-apple-darwin target | Artyom Tetyukhin | -0/+1 |
| 2023-11-15 | Add arm64e-apple-ios target | Artyom Tetyukhin | -0/+1 |
| 2023-11-15 | Auto merge of #117814 - RalfJung:rustc-logger-without-set-var, r=TaKO8Ki | bors | -30/+41 |
| 2023-11-15 | Merge from rustc | The Miri Conjob Bot | -2143/+15109 |
| 2023-11-15 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-11-14 | Rollup merge of #116244 - estebank:issue-73497, r=b-naber | Matthias Krüger | -1/+1 |
| 2023-11-14 | Auto merge of #117701 - lnicola:sync-from-ra, r=onur-ozkan,HKalbasi | bors | -2058/+14899 |
| 2023-11-14 | Depend on rustc_driver | Laurențiu Nicola | -0/+4 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -3/+3 |
| 2023-11-14 | Auto merge of #117330 - tmiasko:custom-mir-cleanup-blocks, r=cjgillot | bors | -31/+31 |
| 2023-11-14 | Custom MIR: Support cleanup blocks | Tomasz Miąsko | -31/+31 |
| 2023-11-13 | don't expose all the borrow tracker stuff to the entire crate | Ralf Jung | -41/+47 |
| 2023-11-13 | Add missing rustc_private features | Laurențiu Nicola | -1/+8 |
| 2023-11-13 | share getentropy shim across various unixes | Ralf Jung | -36/+48 |
| 2023-11-13 | organize pass-dep tests more by the crate they test | Ralf Jung | -14/+18 |
| 2023-11-13 | update type flags | lcnr | -3/+3 |
| 2023-11-13 | rename `ReLateBound` to `ReBound` | lcnr | -5/+5 |
| 2023-11-13 | freebsd adding getentropy interception support | David Carlier | -1/+29 |
| 2023-11-12 | Auto merge of #117855 - RalfJung:miri, r=RalfJung | bors | -120/+648 |
| 2023-11-12 | Auto merge of #3159 - eduardosm:sse41-round, r=RalfJung | bors | -96/+372 |
| 2023-11-12 | Improve SSE4.1 rounding tests coverage | Eduardo Sánchez Muñoz | -137/+305 |
| 2023-11-12 | more consistent naming for TLS tests | Ralf Jung | -10/+13 |
| 2023-11-12 | Auto merge of #2931 - max-heller:issue-2881, r=RalfJung | bors | -10/+148 |
| 2023-11-12 | allow allocations referenced by main thread TLS to leak | max-heller | -10/+148 |
| 2023-11-12 | Implement roundps and roundpd SSE4.1 intrinsics | Eduardo Sánchez Muñoz | -16/+124 |
| 2023-11-12 | better error when calling pthread shims on unsupported unixes | Ralf Jung | -0/+70 |
| 2023-11-12 | tweak comments | Ralf Jung | -9/+5 |
| 2023-11-12 | interpret: simplify handling of shifts by no longer trying to handle signed a... | Ralf Jung | -0/+24 |
| 2023-11-12 | freebsd interceptions update proposal | David Carlier | -7/+45 |
| 2023-11-11 | Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnay | bors | -2/+1 |
| 2023-11-11 | Miri: use new init_logger function, avoid calling env::set_var | Ralf Jung | -29/+39 |
| 2023-11-11 | rustc_log: provide a way to init logging based on the values, not names, of t... | Ralf Jung | -1/+2 |
| 2023-11-10 | Update cargo | Weihang Lo | -0/+1 |
| 2023-11-10 | Drop anymap license exception | Laurențiu Nicola | -1/+0 |