| Age | Commit message (Expand) | Author | Lines |
| 2024-05-19 | Auto merge of #125230 - compiler-errors:uplift-query-stuff, r=lcnr | bors | -681/+875 |
| 2024-05-18 | Auto merge of #125257 - jieyouxu:rollup-11evnm9, r=jieyouxu | bors | -1/+11 |
| 2024-05-18 | Move NormalizesTo back down | Michael Goulet | -6/+10 |
| 2024-05-18 | Stop using def_kind() in solver | Michael Goulet | -17/+8 |
| 2024-05-18 | Make proof tree building generic | Michael Goulet | -93/+109 |
| 2024-05-18 | Uplift inspect into rustc_type_ir | Michael Goulet | -318/+399 |
| 2024-05-18 | Uplift GenericArgKind, CanonicalVarValues, QueryInput | Michael Goulet | -268/+370 |
| 2024-05-18 | Rollup merge of #125214 - compiler-errors:gat-guide, r=lcnr | 许杰友 Jieyou Xu (Joe) | -1/+11 |
| 2024-05-18 | Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726 | bors | -361/+332 |
| 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/+5 |
| 2024-05-18 | Rollup merge of #125117 - dev-ardi:improve-parser, r=wesleywiser,fmease | Matthias Krüger | -68/+75 |
| 2024-05-18 | Auto merge of #125180 - mu001999-contrib:improve/macro-diag, r=fee1-dead | bors | -13/+45 |
| 2024-05-18 | Improve error message: missing `;` in macro_rules | r0cky | -13/+45 |
| 2024-05-18 | Auto merge of #124611 - Urgau:rustdoc-stdin, r=GuillaumeGomez | bors | -0/+1 |
| 2024-05-18 | Auto merge of #125004 - pymongo:issue-125002, r=estebank | bors | -9/+15 |
| 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 | -75/+23 |
| 2024-05-18 | Fix println! ICE when parsing percent prefix number | wuaoxiang | -9/+15 |
| 2024-05-17 | Auto merge of #123865 - eholk:expr_2021, r=fmease | bors | -24/+69 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -361/+332 |
| 2024-05-17 | Update compiler/rustc_parse/src/parser/nonterminal.rs | Eric Holk | -2/+1 |
| 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/+11 |
| 2024-05-17 | use signature name for arg | ardi | -2/+2 |
| 2024-05-17 | s/(Ident, ItemKind)/ItemInfo/ | ardi | -2/+2 |
| 2024-05-17 | Clarify that the diff_marker is talking about version control system | ardi | -38/+47 |
| 2024-05-17 | Rollup merge of #125191 - compiler-errors:wf, r=lcnr | Matthias Krüger | -20/+57 |
| 2024-05-17 | Rollup merge of #123694 - Xiretza:expand-diagnostics, r=compiler-errors | Matthias Krüger | -3/+11 |
| 2024-05-17 | Auto merge of #124129 - lqd:enable-lld, r=Mark-Simulacrum | bors | -0/+13 |
| 2024-05-16 | Report better WF obligation leaf obligations in new solver | Michael Goulet | -20/+57 |
| 2024-05-16 | Remove trivial Binder::dummy calls | Michael Goulet | -7/+7 |
| 2024-05-16 | Uplift Goal to rustc_type_ir | Michael Goulet | -109/+130 |
| 2024-05-16 | Make impls UpcastFrom, implement Upcast for UpcastFrom | Michael Goulet | -90/+92 |
| 2024-05-16 | Make P parameter explicit | Michael Goulet | -49/+62 |
| 2024-05-16 | Rename ToPredicate for Upcast | Michael Goulet | -220/+214 |
| 2024-05-16 | Fix ICE in non-operand `aggregate_raw_ptr` instrinsic codegen | Scott McMurray | -1/+5 |
| 2024-05-16 | enable rust-lld on `x86_64-unknown-linux-gnu` when requested | Rémy Rakic | -0/+13 |
| 2024-05-16 | Rollup merge of #125172 - tgross35:f16-f128-as-casting, r=compiler-errors | Matthias Krüger | -1/+4 |
| 2024-05-16 | Rollup merge of #125170 - compiler-errors:uplift-fn-sig-2, r=lcnr | Matthias Krüger | -122/+168 |
| 2024-05-16 | Don't ICE because recomputing overflow goals during find_best_leaf_obligation... | Michael Goulet | -41/+64 |
| 2024-05-16 | Uplift FnSig | Michael Goulet | -122/+168 |
| 2024-05-16 | Fix assertion when attempting to convert `f16` and `f128` with `as` | Trevor Gross | -1/+4 |
| 2024-05-16 | Auto merge of #124987 - workingjubilee:macro-metavar-expr-with-a-shorter-len,... | bors | -8/+8 |
| 2024-05-15 | Rollup merge of #125154 - FractalFir:fnabi_doc, r=compiler-errors | León Orell Valerian Liehr | -4/+9 |
| 2024-05-15 | Improved the documentation of the FnAbi struct | Michał Kostrubiec | -4/+9 |
| 2024-05-15 | Auto merge of #125144 - fmease:rollup-4uft293, r=fmease | bors | -2/+6 |
| 2024-05-15 | Rollup merge of #125137 - RalfJung:mir-sh, r=scottmcm | León Orell Valerian Liehr | -2/+6 |
| 2024-05-15 | Auto merge of #123413 - petrochenkov:delegmulti2, r=fmease | bors | -49/+331 |
| 2024-05-15 | MIR operators: clarify Shl/Shr handling of negative offsets | Ralf Jung | -2/+6 |