| Age | Commit message (Expand) | Author | Lines |
| 2024-05-22 | Simplify | Lukas Wirth | -16/+11 |
| 2024-05-22 | internal: refactor `prefer_no_std`/`prefer_prelude` bools into a struct | David Barsky | -351/+304 |
| 2024-05-22 | Auto merge of #17277 - Veykril:find-path-fixes, r=Veykril | bors | -346/+647 |
| 2024-05-22 | Auto merge of #17279 - Veykril:format_args-escape, r=Veykril | bors | -6/+18 |
| 2024-05-22 | fix: Fix format_args lowering passing incorrect parameters to rustc_parse_format | Lukas Wirth | -6/+18 |
| 2024-05-22 | Auto merge of #17248 - mladedav:dm/delay-clear, r=Veykril | bors | -1/+10 |
| 2024-05-22 | Auto merge of #17268 - Veykril:signatures, r=Veykril | bors | -226/+388 |
| 2024-05-22 | Update assists test fixtures | Lukas Wirth | -29/+18 |
| 2024-05-22 | expectify find_path tests | Lukas Wirth | -184/+447 |
| 2024-05-22 | fix: Fix general find-path inconsistencies | Lukas Wirth | -193/+242 |
| 2024-05-19 | Auto merge of #17259 - lnicola:sync-from-rust, r=lnicola | bors | -492474/+2972490 |
| 2024-05-19 | Bump rustc crates | Laurențiu Nicola | -15/+38 |
| 2024-05-19 | Merge from rust-lang/rust | Laurențiu Nicola | -492459/+2972451 |
| 2024-05-19 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -0/+1 |
| 2024-05-19 | Auto merge of #124500 - VladimirMakaev:lldb-str-formatters, r=Mark-Simulacrum | bors | -4/+70 |
| 2024-05-19 | Auto merge of #99969 - calebsander:feature/collect-box-str, r=dtolnay | bors | -4/+54 |
| 2024-05-19 | Auto merge of #125230 - compiler-errors:uplift-query-stuff, r=lcnr | bors | -681/+886 |
| 2024-05-18 | Auto merge of #125257 - jieyouxu:rollup-11evnm9, r=jieyouxu | bors | -57/+1844 |
| 2024-05-18 | Move NormalizesTo back down | Michael Goulet | -6/+12 |
| 2024-05-18 | Stop using def_kind() in solver | Michael Goulet | -17/+8 |
| 2024-05-18 | Make proof tree building generic | Michael Goulet | -93/+111 |
| 2024-05-18 | Uplift inspect into rustc_type_ir | Michael Goulet | -318/+399 |
| 2024-05-18 | Uplift GenericArgKind, CanonicalVarValues, QueryInput | Michael Goulet | -268/+377 |
| 2024-05-18 | Rollup merge of #125251 - jonhoo:patch-1, r=Nilstrieb | 许杰友 Jieyou Xu (Joe) | -5/+7 |
| 2024-05-18 | Rollup merge of #125236 - dtolnay:expandtest, r=nnethercote | 许杰友 Jieyou Xu (Joe) | -51/+1807 |
| 2024-05-18 | Rollup merge of #125214 - compiler-errors:gat-guide, r=lcnr | 许杰友 Jieyou Xu (Joe) | -1/+30 |
| 2024-05-18 | Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726 | bors | -494/+460 |
| 2024-05-18 | Add tests for -Zunpretty=expanded ported from stringify's tests | David Tolnay | -51/+1807 |
| 2024-05-18 | Auto merge of #125254 - matthiaskrgr:rollup-ukvsxbc, r=matthiaskrgr | bors | -83/+120 |
| 2024-05-18 | Clarify how String::leak and into_boxed_str differ | Jon Gjengset | -5/+7 |
| 2024-05-18 | Rollup merge of #125248 - GuillaumeGomez:migrate-rustdoc-scrape-examples-inva... | Matthias Krüger | -6/+6 |
| 2024-05-18 | Rollup merge of #125240 - lnicola:rustc-abi-nonzerousize, r=fee1-dead | Matthias Krüger | -6/+5 |
| 2024-05-18 | Rollup merge of #125184 - scottmcm:fix-thin-ptr-ice, r=jieyouxu | Matthias Krüger | -1/+28 |
| 2024-05-18 | Rollup merge of #125117 - dev-ardi:improve-parser, r=wesleywiser,fmease | Matthias Krüger | -70/+81 |
| 2024-05-18 | Auto merge of #125244 - RalfJung:android-alloc, r=workingjubilee | bors | -18/+1 |
| 2024-05-18 | Show fn traits in signature info for trait implementors | Lukas Wirth | -68/+196 |
| 2024-05-18 | Migrate `run-make/rustdoc-scrape-examples-invalid-expr` to `rmake.rs` | Guillaume Gomez | -6/+6 |
| 2024-05-18 | Enable linked locations for closure param inlay hints | Lukas Wirth | -10/+5 |
| 2024-05-18 | Auto merge of #125180 - mu001999-contrib:improve/macro-diag, r=fee1-dead | bors | -13/+64 |
| 2024-05-18 | Render closure fn trait kind in siganture help | Lukas Wirth | -27/+79 |
| 2024-05-18 | Improve error message: missing `;` in macro_rules | r0cky | -13/+64 |
| 2024-05-18 | Auto merge of #124611 - Urgau:rustdoc-stdin, r=GuillaumeGomez | bors | -29/+86 |
| 2024-05-18 | android: use posix_memalign for aligned allocations | Ralf Jung | -18/+1 |
| 2024-05-18 | Allow hir::Param to refer to other entity params aside from functions | Lukas Wirth | -118/+114 |
| 2024-05-18 | Update builtin tool list | Lukas Wirth | -25/+16 |
| 2024-05-18 | Auto merge of #125004 - pymongo:issue-125002, r=estebank | bors | -9/+49 |
| 2024-05-18 | Temporarily revert to NonZeroUsize in rustc-abi to fix building on stable | Laurențiu Nicola | -6/+5 |
| 2024-05-18 | Auto merge of #125105 - nnethercote:rustc_resolve-cleanups, r=estebank | bors | -93/+41 |
| 2024-05-18 | Auto merge of #17250 - adaszko:patch-1, r=lnicola | bors | -1/+1 |
| 2024-05-18 | Auto merge of #125237 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |