| Age | Commit message (Expand) | Author | Lines |
| 2023-09-28 | ci: upgrade to crosstool-ng 1.26.0 | WANG Rui | -23/+5 |
| 2023-09-27 | Document -Zlink-native-libraries | Tyler Mandry | -0/+8 |
| 2023-09-27 | Auto merge of #116148 - DaniPopes:rustdoc-type-layout-ws, r=jsha | bors | -2/+2 |
| 2023-09-27 | fix clippy::{redundant_guards, useless_format} | Matthias Krüger | -1/+1 |
| 2023-09-27 | Auto merge of #109597 - cjgillot:gvn, r=oli-obk | bors | -4/+16 |
| 2023-09-27 | rustdoc: while -> if | Matthias Krüger | -1/+1 |
| 2023-09-27 | Auto merge of #114901 - compiler-errors:style-guide-wc, r=calebcartwright | bors | -6/+32 |
| 2023-09-27 | Update location of personality | Emmanuel Ferdman | -1/+1 |
| 2023-09-27 | Rollup merge of #115934 - oli-obk:smir_identity, r=spastorino | Matthias Krüger | -1/+4 |
| 2023-09-27 | clippy | Ralf Jung | -2/+2 |
| 2023-09-27 | Merge from rustc | The Miri Conjob Bot | -2366/+4129 |
| 2023-09-27 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-09-27 | Auto merge of #116189 - weihanglo:update-cargo, r=weihanglo | bors | -2/+2 |
| 2023-09-27 | Auto merge of #116163 - compiler-errors:lazyness, r=oli-obk | bors | -9/+9 |
| 2023-09-27 | Update cargo | Weihang Lo | -2/+2 |
| 2023-09-26 | Auto merge of #116144 - lcnr:subst-less, r=oli-obk | bors | -2/+2 |
| 2023-09-26 | Rollup merge of #116153 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2023-09-26 | Rollup merge of #116151 - DaniPopes:rustdoc-unstable-typo, r=fmease | Matthias Krüger | -1/+1 |
| 2023-09-26 | const-eval: make misalignment a hard error | Ralf Jung | -16/+2 |
| 2023-09-26 | Add tests for simd_shuffle{_generic} | Oli Scherer | -1/+20 |
| 2023-09-26 | Promote loongarch64-unknown-none* to Tier 2 | WANG Rui | -3/+7 |
| 2023-09-26 | subst -> instantiate | lcnr | -2/+2 |
| 2023-09-26 | Auto merge of #116139 - flip1995:clippyup, r=Manishearth | bors | -2312/+3995 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -9/+9 |
| 2023-09-25 | Auto merge of #116084 - fmease:rustdoc-fix-x-crate-async-fn, r=GuillaumeGomez | bors | -30/+35 |
| 2023-09-25 | Update books | rustbot | -0/+0 |
| 2023-09-25 | Auto merge of #3085 - RalfJung:test-norm, r=RalfJung | bors | -5/+33 |
| 2023-09-25 | Fix typo in rustdoc unstable features doc | DaniPopes | -1/+1 |
| 2023-09-25 | Fix whitespace in rustdoc type_layout.html | DaniPopes | -2/+2 |
| 2023-09-25 | Auto merge of #3083 - saethlin:gc-history, r=oli-obk | bors | -0/+27 |
| 2023-09-25 | Auto merge of #116147 - compiler-errors:jq, r=dtolnay | bors | -1/+1 |
| 2023-09-25 | Split out the stable part of smir into its own crate to prevent accidental us... | Oli Scherer | -1/+4 |
| 2023-09-25 | Fix jq in CI | Michael Goulet | -1/+1 |
| 2023-09-25 | rustdoc: correctly render ret ty of cross-crate async fns | León Orell Valerian Liehr | -30/+35 |
| 2023-09-25 | fix normalization in backtrace-api tests | Ralf Jung | -5/+33 |
| 2023-09-25 | Show enum variant value if it is a C-like variant | Guillaume Gomez | -18/+47 |
| 2023-09-25 | Add colored help | blyxyas | -54/+64 |
| 2023-09-25 | Auto merge of #3008 - oli-obk:ui_test_progress_bars, r=RalfJung | bors | -64/+165 |
| 2023-09-25 | Explain single element vector | Oli Scherer | -0/+2 |
| 2023-09-25 | Document new env var | Oli Scherer | -0/+2 |
| 2023-09-25 | Auto merge of #116029 - chenx97:mipsr6-update-crates, r=Mark-Simulacrum | bors | -1/+0 |
| 2023-09-25 | Merge commit '7671c283a50b5d1168841f3014b14000f01dd204' into clippyup | Philipp Krones | -2312/+3995 |
| 2023-09-25 | Auto merge of #116138 - RalfJung:miri, r=RalfJung | bors | -2069/+3199 |
| 2023-09-25 | remove some dead code | Ralf Jung | -51/+1 |
| 2023-09-25 | Auto merge of #3075 - eduardosm:x86-addcarry-subborrow, r=RalfJung | bors | -1789/+1948 |
| 2023-09-25 | Use `cfg` gates in x86 SSE and SSE2 tests | Eduardo Sánchez Muñoz | -1752/+1762 |
| 2023-09-25 | Implement `llvm.x86.subborrow.32` and `llvm.x86.subborrow.64` | Eduardo Sánchez Muñoz | -0/+68 |
| 2023-09-25 | Fix the carry semantics of `_addcarry_u32` and `_addcarry_u64` | Eduardo Sánchez Muñoz | -8/+21 |
| 2023-09-25 | Implement `llvm.x86.addcarry.32` by refactoring `llvm.x86.addcarry.64` to mak... | Eduardo Sánchez Muñoz | -16/+45 |
| 2023-09-25 | Move `llvm.x86.*` implementations into `shims::x86` | Eduardo Sánchez Muñoz | -36/+75 |