| Age | Commit message (Expand) | Author | Lines |
| 2024-05-19 | use posix_memalign on most Unix targets | Ralf Jung | -9/+7 |
| 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 | Migrate `run-make/rustdoc-scrape-examples-invalid-expr` to `rmake.rs` | Guillaume Gomez | -6/+6 |
| 2024-05-18 | Auto merge of #125180 - mu001999-contrib:improve/macro-diag, r=fee1-dead | bors | -13/+64 |
| 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 | 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 #125237 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-05-17 | Update cargo | Weihang Lo | -0/+0 |
| 2024-05-18 | Auto merge of #125232 - coolreader18:inline-duration-new, r=jhpratt | bors | -6/+28 |
| 2024-05-18 | Fix println! ICE when parsing percent prefix number | wuaoxiang | -9/+49 |
| 2024-05-18 | Auto merge of #125233 - jieyouxu:rollup-76hk8qu, r=jieyouxu | bors | -56/+79 |
| 2024-05-18 | Rollup merge of #125221 - Oneirical:fourth, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -6/+13 |
| 2024-05-18 | Rollup merge of #125215 - Oneirical:easy-test-the-second, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -41/+51 |
| 2024-05-18 | Rollup merge of #125213 - Oneirical:easy-test, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -9/+15 |
| 2024-05-17 | Inline Duration construction into Duration::from_{millis,micros,nanos} | Noa | -3/+21 |
| 2024-05-17 | Auto merge of #123865 - eholk:expr_2021, r=fmease | bors | -24/+204 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -494/+460 |
| 2024-05-17 | Don't call Duration::new unnecessarily in Duration::from_secs | Noa | -3/+7 |
| 2024-05-17 | Update compiler/rustc_parse/src/parser/nonterminal.rs | Eric Holk | -2/+1 |
| 2024-05-17 | rewrite and rename issue-28766 | Oneirical | -6/+13 |
| 2024-05-17 | Auto merge of #125153 - compiler-errors:opt-poly, r=lcnr | bors | -23/+23 |
| 2024-05-17 | to_opt_poly_X_pred -> as_X_clause | Michael Goulet | -23/+23 |
| 2024-05-17 | Only make GAT ambiguous in match_projection_projections considering shallow r... | Michael Goulet | -1/+30 |
| 2024-05-17 | Auto merge of #125216 - BoxyUwU:boxy_compiler_rereviews, r=joboet | bors | -0/+1 |
| 2024-05-17 | Update allowed_run_make_makefiles.txt | Julien | -1/+0 |
| 2024-05-17 | add boxy to compiler reviews | Boxy | -0/+1 |