| Age | Commit message (Expand) | Author | Lines |
| 2024-02-13 | Set wasm32_unknown_unknown compiler in test-various | Nikita Popov | -0/+1 |
| 2024-02-13 | Add missing riscv32imafc_unknown_none_elf env vars to dist-various-1 | Nikita Popov | -0/+2 |
| 2024-02-13 | Use CMAKE_MSVC_RUNTIME_LIBRARY instead of LLVM_USE_CRT_* | Nikita Popov | -3/+1 |
| 2024-02-13 | Update to LLVM 18 | Nikita Popov | -0/+0 |
| 2024-02-12 | Rollup merge of #120979 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2024-02-12 | Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk | Matthias Krüger | -12/+18 |
| 2024-02-12 | Rollup merge of #120950 - compiler-errors:miri-async-closurs, r=RalfJung,oli-obk | Matthias Krüger | -1/+44 |
| 2024-02-12 | Rollup merge of #120273 - klensy:ct-run, r=onur-ozkan | Matthias Krüger | -11/+16 |
| 2024-02-12 | Rollup merge of #119451 - Kobzol:ci-pr-clippy, r=Mark-Simulacrum | Matthias Krüger | -5/+1 |
| 2024-02-12 | Rollup merge of #118983 - Urgau:invalid_ref_casting-bigger-layout, r=oli-obk | Matthias Krüger | -11/+13 |
| 2024-02-12 | Allow invalid ref casting in Miri unaligned_ref_addr_of test | Urgau | -0/+2 |
| 2024-02-12 | Avoid UB in clippy transmute_ptr_to_ptr UI test | Urgau | -11/+11 |
| 2024-02-12 | Auto merge of #120980 - matthiaskrgr:rollup-dsjsqql, r=matthiaskrgr | bors | -3/+5 |
| 2024-02-12 | Rollup merge of #120956 - compiler-errors:clean-type-alias, r=GuillaumeGomez | Matthias Krüger | -1/+3 |
| 2024-02-12 | Update books | rustbot | -0/+0 |
| 2024-02-12 | Tweak delayed bug mentions. | Nicholas Nethercote | -2/+2 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -12/+18 |
| 2024-02-12 | Clean inlined type alias with correct param-env | Michael Goulet | -1/+3 |
| 2024-02-12 | Improve some codes according to the reviews | Frank King | -4/+0 |
| 2024-02-12 | Fix compile error in rustdoc. | Frank King | -9/+2 |
| 2024-02-12 | Add rustfmt test from #117942 | Frank King | -0/+12 |
| 2024-02-12 | Lower anonymous structs or unions to HIR | Frank King | -3/+19 |
| 2024-02-12 | Auto merge of #120951 - matthiaskrgr:rollup-0nnm7dv, r=matthiaskrgr | bors | -116/+90 |
| 2024-02-11 | Rollup merge of #120937 - ian-h-chamberlain:docs/update-3ds-links-and-info, r... | Matthias Krüger | -14/+12 |
| 2024-02-11 | Rollup merge of #120872 - petrochenkov:opthirpar, r=cjgillot | Matthias Krüger | -102/+78 |
| 2024-02-11 | Auto merge of #120619 - compiler-errors:param, r=lcnr | bors | -28/+59 |
| 2024-02-11 | Fix async closures in CTFE | Michael Goulet | -0/+43 |
| 2024-02-11 | is_closure_like | Michael Goulet | -1/+1 |
| 2024-02-11 | Auto merge of #120803 - onur-ozkan:fix-compilation-cache, r=Mark-Simulacrum | bors | -171/+250 |
| 2024-02-11 | Gate PR CI on clippy correctness lints | Jakub Beránek | -5/+1 |
| 2024-02-11 | Auto merge of #120903 - matthiaskrgr:rollup-tmsuzth, r=matthiaskrgr | bors | -4/+54 |
| 2024-02-11 | Update links to rust3ds and outdated info | Ian Chamberlain | -14/+12 |
| 2024-02-11 | Auto merge of #120920 - matthiaskrgr:rollup-jsryr8e, r=matthiaskrgr | bors | -3238/+14916 |
| 2024-02-11 | Rollup merge of #120916 - lnicola:sync-from-ra, r=lnicola | Matthias Krüger | -3027/+14636 |
| 2024-02-11 | Rollup merge of #120763 - Nadrieril:suggest-patterns, r=Mark-Simulacrum | Matthias Krüger | -16/+25 |
| 2024-02-11 | Rollup merge of #120729 - ehuss:update-mdbook, r=Mark-Simulacrum | Matthias Krüger | -195/+246 |
| 2024-02-11 | Rollup merge of #120307 - djc:duration-constructors, r=Mark-Simulacrum | Matthias Krüger | -0/+9 |
| 2024-02-11 | Merge commit 'ddf105b646c6749a2de2451c9a499a354eec79c2' into sync-from-ra | Laurențiu Nicola | -3027/+14636 |
| 2024-02-10 | Require that SELECT_XCODE is set. | Eric Huss | -3/+1 |
| 2024-02-10 | Downgrade Xcode from the default (15.0) to 14.3.1. | Eric Huss | -4/+5 |
| 2024-02-11 | Rollup merge of #120890 - TimNN:relax-patches-check, r=onur-ozkan | Matthias Krüger | -4/+3 |
| 2024-02-11 | Rollup merge of #120882 - RalfJung:set-discriminant, r=compiler-errors | Matthias Krüger | -0/+51 |
| 2024-02-10 | Adapt `llvm-has-rust-patches` validation to take `llvm-config` into account. | Tim Neumann | -4/+3 |
| 2024-02-10 | validation: descend from consts into statics | Ralf Jung | -3/+3 |
| 2024-02-10 | interpret/write_discriminant: when encoding niched variant, ensure the stored... | Ralf Jung | -0/+51 |
| 2024-02-10 | refactor use of `Cargo` and `configure_linker` in bootstrap | onur-ozkan | -187/+252 |
| 2024-02-10 | hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}` | Vadim Petrochenkov | -102/+78 |
| 2024-02-10 | Auto merge of #120721 - onur-ozkan:incorrect-llvm-path-on-cross-target, r=alb... | bors | -3/+24 |
| 2024-02-10 | Rollup merge of #120629 - c410-f3r:testsssssss, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2024-02-10 | Rollup merge of #120596 - GuillaumeGomez:jump-to-def-non-local-link, r=notrid... | Matthias Krüger | -79/+171 |