| Age | Commit message (Expand) | Author | Lines |
| 2023-10-14 | Update minifier version to 0.2.3 | Guillaume Gomez | -1/+1 |
| 2023-10-13 | Stabilize AFIT and RPITIT | Michael Goulet | -24/+21 |
| 2023-10-13 | Auto merge of #116670 - oli-obk:host_docs, r=fmease | bors | -21/+38 |
| 2023-10-13 | MCP636: Add simpler and more explicit syntax to check-cfg | Urgau | -85/+135 |
| 2023-10-13 | Add some FIXMEs for remaining issues that we need to fix before using more c... | Oli Scherer | -0/+4 |
| 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 | hide `host` param from generic parameter list of `~const` bounds | Oli Scherer | -8/+17 |
| 2023-10-12 | Rollup merge of #116669 - ehuss:fix-platform-table, r=nikic | Matthias Krüger | -4/+0 |
| 2023-10-12 | Rollup merge of #116625 - nnethercote:rustc_hir_pretty, r=fee1-dead | Matthias Krüger | -2/+2 |
| 2023-10-12 | Rollup merge of #116593 - tgross35:no-jump-tables-docs, r=compiler-errors | Matthias Krüger | -0/+19 |
| 2023-10-12 | Hide host effect params from docs | Oli Scherer | -13/+17 |
| 2023-10-12 | Fix mips platform support entries. | Eric Huss | -4/+0 |
| 2023-10-12 | Auto merge of #116600 - GuillaumeGomez:repr-enums-discriminant, r=fmease | bors | -10/+24 |
| 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 | -360/+1318 |
| 2023-10-12 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-10-11 | Add documentation for the riscv64-android-linux target | Chris Wailes | -0/+16 |
| 2023-10-11 | Auto merge of #116448 - Kobzol:bootstrap-host-flags, r=onur-ozkan,petrochenkov | bors | -37/+57 |
| 2023-10-11 | Improve code documentation a bit | Guillaume Gomez | -2/+2 |
| 2023-10-11 | Show enum discriminant if a compatible repr is used | Guillaume Gomez | -10/+24 |
| 2023-10-12 | remove outdated bootstrap FIXME | onur-ozkan | -4/+0 |
| 2023-10-11 | Pass BOLT settings at the correct step | Jakub Beránek | -4/+8 |
| 2023-10-11 | Handle private dep at the same level as masked crates | Guillaume Gomez | -15/+10 |
| 2023-10-11 | Prevent showing methods from blanket impls of not available foreign traits to... | Guillaume Gomez | -1/+13 |
| 2023-10-11 | Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmease | bors | -61/+233 |
| 2023-10-11 | Auto merge of #116622 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-10-10 | implement sinlge line let-chain rules | Yacin Tmimi | -3/+41 |
| 2023-10-10 | Add support for ExprKind::Let | Cameron Steffen | -1/+32 |
| 2023-10-11 | Rollup merge of #116611 - mejrs:diagnostic_namespace, r=ehuss | Ali MJ Al-Nasrawy | -0/+84 |
| 2023-10-10 | update cargo | Weihang Lo | -0/+0 |
| 2023-10-11 | Document `diagnostic_namespace` feature | mejrs | -0/+84 |
| 2023-10-10 | Rollup merge of #116574 - rustbot:docs-update, r=ehuss | Guillaume Gomez | -0/+0 |
| 2023-10-10 | Rollup merge of #116503 - ehuss:fix-mips-tier, r=Amanieu | Guillaume Gomez | -0/+4 |
| 2023-10-10 | Rollup merge of #109422 - notriddle:notriddle/impl-disambiguate-search, r=Gui... | Guillaume Gomez | -51/+146 |
| 2023-10-10 | move `features` above to appear before others sections | onur-ozkan | -3/+3 |
| 2023-10-10 | sort/reorganize dependencies in bootstrap/Cargo.toml | onur-ozkan | -9/+9 |
| 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 | Add two lockfiles | bjorn3 | -0/+91 |
| 2023-10-10 | Update rand dependency for test-float-parse | bjorn3 | -1/+1 |
| 2023-10-10 | Clarify some license exceptions | bjorn3 | -13/+10 |
| 2023-10-10 | Check for external package sources in all workspaces | bjorn3 | -26/+38 |