| Age | Commit message (Expand) | Author | Lines |
| 2025-04-10 | Parse condition options into a struct | mejrs | -165/+168 |
| 2025-04-10 | Write the format string parserand split it from conditions parser | mejrs | -280/+529 |
| 2025-04-10 | Rollup merge of #139614 - nnethercote:fix-139512, r=oli-obk | Matthias Krüger | -7/+8 |
| 2025-04-10 | Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-dead | Matthias Krüger | -209/+221 |
| 2025-04-10 | Rollup merge of #139502 - yaahc:still-mutable-ice, r=bjorn3 | Matthias Krüger | -5/+10 |
| 2025-04-10 | Allow drivers to supply a list of extra symbols to intern | Alex Macleod | -53/+80 |
| 2025-04-10 | Auto merge of #139622 - matthiaskrgr:rollup-8ri1vid, r=matthiaskrgr | bors | -202/+143 |
| 2025-04-10 | add `span_extend_to_prev_char_before()` to `SourceMap` | Makai | -0/+18 |
| 2025-04-10 | Add minimal x86_64-lynx-lynxos178 support. | Tim Newsome | -0/+67 |
| 2025-04-10 | Rollup merge of #139568 - nnethercote:empty-trait-name, r=compiler-errors | Matthias Krüger | -17/+7 |
| 2025-04-10 | Rollup merge of #139563 - EnzymeAD:better-autodiff-err, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-04-10 | Rollup merge of #139530 - oli-obk:rustc-intrinsic-cleanup, r=RalfJung | Matthias Krüger | -37/+13 |
| 2025-04-10 | Rollup merge of #139449 - Nadrieril:peel-recursive, r=lcnr | Matthias Krüger | -145/+115 |
| 2025-04-10 | Rollup merge of #139423 - compiler-errors:field-autoderef, r=oli-obk | Matthias Krüger | -2/+7 |
| 2025-04-10 | Auto merge of #139088 - spastorino:ergonomic-ref-counting-2, r=nikomatsakis | bors | -8/+75 |
| 2025-04-10 | Avoid some more duplication | Oli Scherer | -25/+13 |
| 2025-04-10 | Some performance shenanigans | Oli Scherer | -29/+40 |
| 2025-04-10 | Avoid empty identifiers for delegate params and args. | Nicholas Nethercote | -7/+8 |
| 2025-04-10 | Auto merge of #139000 - compiler-errors:rigid-missing-item, r=lcnr | bors | -77/+185 |
| 2025-04-10 | Auto merge of #139279 - BoxyUwU:bump-boostrap, r=jieyouxu | bors | -17/+17 |
| 2025-04-10 | Address review comments. | Nicholas Nethercote | -8/+11 |
| 2025-04-10 | Rename some `name` variables as `ident`. | Nicholas Nethercote | -209/+218 |
| 2025-04-09 | Make unnormalizable item ambiguous in coherence | Michael Goulet | -2/+18 |
| 2025-04-09 | Use a query rather than recomputing the tail repeatedly | Michael Goulet | -76/+75 |
| 2025-04-09 | Mark GAT WC as GoalSource::AliasWellFormed so that we recurse into them in er... | Michael Goulet | -4/+7 |
| 2025-04-09 | Rigidly project missing item due to guaranteed impossible sized predicate | Michael Goulet | -52/+142 |
| 2025-04-09 | Move errors | mejrs | -77/+89 |
| 2025-04-09 | Rollup merge of #139575 - timesince:master, r=wesleywiser | Matthias Krüger | -1/+1 |
| 2025-04-09 | Rollup merge of #139551 - jogru0:121672, r=oli-obk | Matthias Krüger | -8/+25 |
| 2025-04-09 | Rollup merge of #139513 - compiler-errors:higher-ranked-proj, r=lcnr | Matthias Krüger | -3/+33 |
| 2025-04-09 | Report higher-ranked trait error when higher-ranked projection goal fails in ... | Michael Goulet | -3/+33 |
| 2025-04-09 | Deduplicate `target` type setting in `unify_and` callbacks | Oli Scherer | -40/+50 |
| 2025-04-09 | Add a dedicated function for the common `unify_and(identity)` case | Oli Scherer | -14/+15 |
| 2025-04-09 | Rename `unify` to `unify_raw` | Oli Scherer | -6/+6 |
| 2025-04-09 | Simplify some `unify_and` calls | Oli Scherer | -14/+6 |
| 2025-04-09 | Rollup merge of #139468 - compiler-errors:has_stashed_diagnostic, r=oli-obk | Matthias Krüger | -26/+44 |
| 2025-04-09 | Rollup merge of #139364 - Kohei316:feat/doc-hidden-suggestion, r=nnethercote | Matthias Krüger | -2/+14 |
| 2025-04-09 | Handle `UnsafePointer` coercions in one place | Oli Scherer | -37/+23 |
| 2025-04-09 | update cfgs | Boxy | -9/+9 |
| 2025-04-09 | replace version placeholder | Boxy | -8/+8 |
| 2025-04-09 | Remove redundant words | timesince | -1/+1 |
| 2025-04-09 | re-use sized fast path | David Wood | -24/+56 |
| 2025-04-09 | Auto merge of #139327 - cjgillot:gvn-place, r=oli-obk | bors | -27/+47 |
| 2025-04-09 | Remove some dead or leftover code related to rustc-intrinsic abi removal | Oli Scherer | -37/+13 |
| 2025-04-09 | Suggest the use of `impl Trait` in function parameter only | Romain Perier | -6/+17 |
| 2025-04-09 | Auto merge of #139552 - matthiaskrgr:rollup-b194mk8, r=matthiaskrgr | bors | -61/+104 |
| 2025-04-09 | Avoid an empty trait name in impl blocks. | Nicholas Nethercote | -7/+5 |
| 2025-04-09 | Return early on an error path in `parse_item_impl`. | Nicholas Nethercote | -11/+3 |
| 2025-04-08 | emit a better error message for using the macro incorrectly | Manuel Drehwald | -1/+1 |
| 2025-04-08 | Auto merge of #139536 - matthiaskrgr:rollup-j6goald, r=matthiaskrgr | bors | -140/+154 |