| Age | Commit message (Expand) | Author | Lines |
| 2023-10-16 | Rollup merge of #116790 - klensy:opt-dist-tabled-no-derive, r=Kobzol | Matthias Krüger | -1/+1 |
| 2023-10-16 | Normalize alloc-id in tests. | Camille GILLOT | -0/+29 |
| 2023-10-16 | Auto merge of #116550 - nnethercote:rustc-features-more, r=Nilstrieb | bors | -8/+8 |
| 2023-10-16 | opt-dist: disable unused features for tabled crate | klensy | -1/+1 |
| 2023-10-16 | triagebot: re-enable merge commit check | Ralf Jung | -4/+3 |
| 2023-10-16 | Rename `ACTIVE_FEATURES` as `UNSTABLE_FEATURES`. | Nicholas Nethercote | -8/+8 |
| 2023-10-15 | Auto merge of #3118 - eduardosm:intrinsics-x86-sse41, r=RalfJung | bors | -0/+581 |
| 2023-10-15 | Implement `llvm.x86.sse41.*` intrinsics | Eduardo Sánchez Muñoz | -0/+581 |
| 2023-10-15 | separate bounds-check from alignment check | Ralf Jung | -24/+13 |
| 2023-10-15 | more precise error for 'based on misaligned pointer' case | Ralf Jung | -50/+55 |
| 2023-10-15 | place evaluation: require the original pointer to be aligned if an access hap... | Ralf Jung | -8/+55 |
| 2023-10-15 | don't UB on dangling ptr deref, instead check inbounds on projections | Ralf Jung | -220/+264 |
| 2023-10-14 | Auto merge of #116742 - GuillaumeGomez:rollup-xjxs0mr, r=GuillaumeGomez | bors | -2/+13 |
| 2023-10-14 | Rollup merge of #116576 - eduardosm:const-eval-wasm-target-features, r=RalfJung | Guillaume Gomez | -2/+13 |
| 2023-10-14 | Auto merge of #116352 - Kobzol:rustc-driver-bolt, r=Mark-Simulacrum | bors | -44/+95 |
| 2023-10-14 | const-eval: allow calling functions with targat features disabled at compile ... | Eduardo Sánchez Muñoz | -2/+13 |
| 2023-10-14 | Auto merge of #115822 - compiler-errors:stabilize-rpitit, r=jackh726 | bors | -24/+21 |
| 2023-10-14 | Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkan | bors | -11/+8 |
| 2023-10-14 | Merge from rustc | The Miri Conjob Bot | -18/+4 |
| 2023-10-14 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-10-14 | Auto merge of #115524 - RalfJung:misalign, r=wesleywiser | bors | -16/+2 |
| 2023-10-13 | Stabilize AFIT and RPITIT | Michael Goulet | -24/+21 |
| 2023-10-13 | Clean up unchecked_math, separate out unchecked_shifts | ltdk | -2/+2 |
| 2023-10-13 | doc comment for Provenance::Wildcard | Ralf Jung | -0/+18 |
| 2023-10-13 | add some comments and some cleanup around Miri intptrcast | Ralf Jung | -25/+30 |
| 2023-10-12 | Rollup merge of #116625 - nnethercote:rustc_hir_pretty, r=fee1-dead | Matthias Krüger | -2/+2 |
| 2023-10-12 | Fix identation of a `rustfmt::skip`ed statement | Eduardo Sánchez Muñoz | -6/+6 |
| 2023-10-12 | Remove from miri LLVM intrinsics that are no longer needed | Eduardo Sánchez Muñoz | -220/+1 |
| 2023-10-12 | fmt | Ralf Jung | -6/+6 |
| 2023-10-12 | Merge from rustc | Ralf Jung | -56/+589 |
| 2023-10-12 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-10-11 | Pass BOLT settings at the correct step | Jakub Beránek | -3/+7 |
| 2023-10-11 | Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmease | bors | -1/+9 |
| 2023-10-10 | update cargo | Weihang Lo | -0/+0 |
| 2023-10-10 | Update license for notify | bjorn3 | -1/+1 |
| 2023-10-10 | Update status for the backtrace and stdarch exceptions | bjorn3 | -2/+2 |
| 2023-10-10 | Disable tidy license checker for cg_gcc until it's deps are vendored | bjorn3 | -10/+4 |
| 2023-10-10 | Ensure tidy never updates Cargo.lock | bjorn3 | -2/+3 |
| 2023-10-10 | Check more workspaces | bjorn3 | -0/+23 |
| 2023-10-10 | Give an error instead of a panic if the lockfile is missing | bjorn3 | -0/+10 |
| 2023-10-10 | Clarify some license exceptions | bjorn3 | -13/+10 |
| 2023-10-10 | Check for external package sources in all workspaces | bjorn3 | -26/+38 |
| 2023-10-10 | Run licence checks for cg_gcc and rust-analyzer | bjorn3 | -1/+28 |
| 2023-10-10 | Make it easier to check licenses for new workspaces | bjorn3 | -52/+60 |
| 2023-10-10 | Check permitted dependencies for rustc-main | bjorn3 | -1/+2 |
| 2023-10-10 | Split out check_runtime_license_exceptions | bjorn3 | -19/+48 |
| 2023-10-10 | Auto merge of #116551 - RalfJung:nondet-nan, r=oli-obk | bors | -20/+480 |
| 2023-10-10 | avoid confusing loop in catch_panic test | Ralf Jung | -5/+6 |
| 2023-10-10 | Rejig some top-level `rustc_hir_pretty` functions. | Nicholas Nethercote | -2/+2 |
| 2023-10-09 | Auto merge of #116497 - compiler-errors:impl-span, r=cjgillot | bors | -1/+1 |