| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-10-09 | Auto merge of #3101 - eduardosm:x86-aes-intrinsics, r=RalfJung | bors | -0/+539 |
| 2023-10-09 | Add `--enable-bolt-settings` bootstrap flag | Jakub Beránek | -0/+6 |
| 2023-10-09 | Optimize `librustc_driver.so` with BOLT | Jakub Beránek | -43/+84 |
| 2023-10-09 | Implement `llvm.x86.aesni.*` intrinsics | Eduardo Sánchez Muñoz | -0/+539 |
| 2023-10-09 | Extend impl's def_span to include where clauses | Michael Goulet | -1/+1 |
| 2023-10-09 | Remove no longer used dependency from the list of allowed dependencies | bjorn3 | -1/+0 |
| 2023-10-09 | return_pointer_aliasing2 should also run with SB | Ralf Jung | -2/+45 |
| 2023-10-09 | add test to ensure RET assignments do not get propagated on unwinding | Ralf Jung | -0/+74 |
| 2023-10-09 | add test for self-assignment on call through reference | Ralf Jung | -0/+16 |
| 2023-10-09 | float-to-float casts also have non-deterministic NaN results | Ralf Jung | -10/+121 |
| 2023-10-09 | ensure unary minus propagates NaN payloads exactly | Ralf Jung | -0/+8 |
| 2023-10-08 | compiletest: add a way to specify params with spaces | Michael Howell | -1/+9 |
| 2023-10-08 | Bump to latest beta | Mark Rousskov | -11/+8 |
| 2023-10-08 | miri: make NaN generation non-deterministic | Ralf Jung | -20/+361 |
| 2023-10-08 | linker: Remove `-Zgcc-ld` option | Vadim Petrochenkov | -4/+4 |
| 2023-10-08 | Auto merge of #114623 - Kobzol:opt-dist-gha-summaries, r=Mark-Simulacrum | bors | -28/+94 |