| Age | Commit message (Expand) | Author | Lines |
| 2023-08-14 | add a csky-unknown-linux-gnuabiv2 target | Dirreke | -0/+2 |
| 2023-08-14 | Use `{Local}ModDefId` in many queries | Nilstrieb | -4/+4 |
| 2023-08-14 | Remove constness from `ImplSource::Param` | Deadbeef | -1/+1 |
| 2023-08-13 | Update cargo | Weihang Lo | -0/+0 |
| 2023-08-12 | Merge from rustc | The Miri Conjob Bot | -392/+1351 |
| 2023-08-12 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-08-11 | Include spans in use-after-free diagnostics | Ben Kimock | -18/+230 |
| 2023-08-11 | Auto merge of #3025 - eduardosm:float-to-int, r=RalfJung | bors | -117/+132 |
| 2023-08-11 | Auto merge of #114735 - RalfJung:miri, r=RalfJung | bors | -55/+1795 |
| 2023-08-11 | Remove `float_to_int_unchecked` and inline it into its call sites | Eduardo Sánchez Muñoz | -39/+56 |
| 2023-08-11 | Add checked float-to-int helper function | Eduardo Sánchez Muñoz | -83/+81 |
| 2023-08-11 | llvm.prefetch is not a math function | Ralf Jung | -2/+1 |
| 2023-08-11 | Auto merge of #114729 - flip1995:clippyup, r=Manishearth | bors | -378/+1543 |
| 2023-08-11 | Auto merge of #2989 - eduardosm:x86-intrinsics, r=RalfJung | bors | -0/+1720 |
| 2023-08-11 | Auto merge of #3023 - RalfJung:gamma, r=RalfJung | bors | -10/+683 |
| 2023-08-11 | miri: implement some `llvm.x86.sse.*` intrinsics and add tests | Eduardo Sánchez Muñoz | -0/+1720 |
| 2023-08-11 | Auto merge of #113432 - klensy:ms-cut-backtrace, r=ChrisDenton | bors | -1/+1 |
| 2023-08-11 | Merge commit '1e8fdf492808a25d78a97e1242b835ace9924e4d' into clippyup | Philipp Krones | -378/+1543 |
| 2023-08-11 | Auto merge of #114719 - compiler-errors:rollup-bf1vr51, r=compiler-errors | bors | -205/+0 |
| 2023-08-10 | Rollup merge of #114715 - Centri3:revert-clippy-11115, r=Manishearth | Michael Goulet | -205/+0 |
| 2023-08-10 | Rollup merge of #114622 - petrochenkov:noplugin, r=oli-obk | Michael Goulet | -2/+1 |
| 2023-08-10 | Revert "New lint [`filter_map_bool_then`]" | Catherine Flores | -205/+0 |
| 2023-08-10 | add gamma function shims | Ralf Jung | -2/+42 |
| 2023-08-10 | Merge from rustc | Ralf Jung | -7/+640 |
| 2023-08-10 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-08-10 | replace AsAny hack by trait upcasting :) | Ralf Jung | -31/+22 |
| 2023-08-10 | Stabilize thread local cell methods. | Mara Bos | -1/+0 |
| 2023-08-10 | Auto merge of #112482 - tgross35:ci-non-rust-linters, r=pietroalbini | bors | -3/+629 |
| 2023-08-10 | Auto merge of #114001 - meysam81:issue-111894-fix, r=clubby789 | bors | -2/+2 |
| 2023-08-09 | Rollup merge of #111891 - rustbox:feat/riscv-isr-cconv, r=jackh726 | Matthias Krüger | -0/+2 |
| 2023-08-09 | Auto merge of #3021 - ttsugriy:bin-search, r=RalfJung | bors | -17/+6 |
| 2023-08-09 | expand comment | Ralf Jung | -0/+1 |
| 2023-08-09 | Use Vec's binary search instead of hand-written one. | Taras Tsugrii | -17/+5 |
| 2023-08-09 | Remove usage of `--use-old-text` for BOLT | Jakub Beránek | -1/+6 |
| 2023-08-09 | rustc: Move `crate_types` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -2/+1 |
| 2023-08-08 | feat: `riscv-interrupt-{m,s}` calling conventions | Seth Pellegrino | -0/+2 |
| 2023-08-08 | [nit][typo] Remove "currently" that breaks reading flow. | Taras Tsugrii | -1/+1 |
| 2023-08-08 | interpret: remove incomplete protection against invalid where clauses | Ralf Jung | -1/+1 |
| 2023-08-08 | Auto merge of #3020 - rust-lang:rustup-2023-08-08, r=RalfJung | bors | -1087/+4288 |
| 2023-08-08 | Merge from rustc | The Miri Conjob Bot | -1086/+4287 |
| 2023-08-08 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-08-07 | [perf] Reserve capacity for argvs. | Taras Tsugrii | -1/+1 |
| 2023-08-08 | Rollup merge of #114596 - Kobzol:opt-dist-host, r=lqd | Matthias Krüger | -5/+5 |
| 2023-08-08 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -3/+3 |
| 2023-08-07 | Rename method in `opt-dist` | Jakub Beránek | -5/+5 |
| 2023-08-07 | Auto merge of #114344 - Kobzol:opt-dist-llvm-profdata, r=nikic | bors | -11/+23 |
| 2023-08-07 | Rollup merge of #114570 - ttsugriy:miri-vc-typo, r=RalfJung | Matthias Krüger | -1/+1 |
| 2023-08-07 | Rollup merge of #114562 - Trolldemorted:thiscall, r=oli-obk | Matthias Krüger | -16/+0 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -3/+3 |
| 2023-08-07 | stabilize abi_thiscall | Benedikt Radtke | -16/+0 |