| Age | Commit message (Expand) | Author | Lines |
| 2025-05-21 | Rollup merge of #141267 - dianne:fix-141265, r=oli-obk | Matthias Krüger | -1/+3 |
| 2025-05-21 | Auto merge of #140386 - oli-obk:match-on-lang-item-kind, r=compiler-errors | bors | -85/+91 |
| 2025-05-21 | Async drop fix for 'broken mir in AsyncDropGlue, place has deref as a later p... | Andrew Zhogin | -8/+13 |
| 2025-05-21 | When AsyncDrop impl is empty, sync drop generated in elaborator (Fixes #140974) | Andrew Zhogin | -1/+23 |
| 2025-05-21 | eagerly check nested obligations when coercing fndefs | lcnr | -3/+31 |
| 2025-05-21 | Use DeepRejectCtxt in assemble_inherent_candidates_from_param | Michael Goulet | -12/+12 |
| 2025-05-21 | Rollup merge of #141318 - nnethercote:fix-140884, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2025-05-21 | Rollup merge of #141317 - dianne:continue-liveness-ice-fix, r=compiler-errors | Matthias Krüger | -14/+33 |
| 2025-05-21 | Rollup merge of #141284 - compiler-errors:query-nit, r=oli-obk | Matthias Krüger | -0/+1 |
| 2025-05-21 | Rollup merge of #141213 - xizheyin:issue-141136, r=nnethercote | Matthias Krüger | -6/+18 |
| 2025-05-21 | Do not eagerly fold consts in normalize_param_env_or_error if new solver | Michael Goulet | -3/+1 |
| 2025-05-21 | Avoid creating an empty identifer in `Symbol::to_ident_string`. | Nicholas Nethercote | -1/+2 |
| 2025-05-21 | Downgrade the confident of suggestion `available field in format string` and ... | xizheyin | -10/+4 |
| 2025-05-21 | Update UI tests | Marcelo Domínguez | -4/+3 |
| 2025-05-21 | Initial naive implementation using `Symbols` to represent autodiff modes (`Fo... | Marcelo Domínguez | -8/+22 |
| 2025-05-21 | Disable autodiff bootstrapping | Marcelo Domínguez | -9/+1 |
| 2025-05-21 | Rollup merge of #141308 - spastorino:fix-rpitit-error-reporting-ice, r=nnethe... | Matthias Krüger | -10/+13 |
| 2025-05-21 | Auto merge of #127721 - bvanjoi:issue-124273, r=petrochenkov | bors | -32/+115 |
| 2025-05-20 | typeck: catch `continue`s pointing to blocks | dianne | -14/+33 |
| 2025-05-20 | Auto merge of #141305 - matthiaskrgr:rollup-l6nwaht, r=matthiaskrgr | bors | -0/+25 |
| 2025-05-20 | Rename `cfg_match!` to `cfg_select!` | Trevor Gross | -6/+6 |
| 2025-05-20 | Do not call name() on rpitit assoc_item | Santiago Pastorino | -10/+13 |
| 2025-05-20 | Rollup merge of #140972 - Stypox:machine-tracing-flag, r=RalfJung | Matthias Krüger | -0/+25 |
| 2025-05-21 | Rename `MetaItemParser::path_without_args` as `MetaItemParser::path`. | Nicholas Nethercote | -13/+13 |
| 2025-05-21 | Remove `MetaItemParser::{path,deconstruct}`. | Nicholas Nethercote | -15/+7 |
| 2025-05-21 | Remove `MetaItemParser::{word,word_without_args,path_is}`. | Nicholas Nethercote | -23/+0 |
| 2025-05-21 | Remove an unnecessary lifetime. | Nicholas Nethercote | -1/+1 |
| 2025-05-21 | collect doc alias as tips during resolution | bohan | -32/+115 |
| 2025-05-20 | Add enter_trace_span!() that checks if tracing is enabled | Stypox | -0/+19 |
| 2025-05-20 | Rollup merge of #141285 - compiler-errors:tick, r=lcnr | Matthias Krüger | -1/+1 |
| 2025-05-20 | Rollup merge of #141279 - nnethercote:lower_to_hir, r=compiler-errors | Matthias Krüger | -38/+26 |
| 2025-05-20 | Rollup merge of #141275 - dianne:gather-guard-pat-locals-once, r=compiler-errors | Matthias Krüger | -1/+6 |
| 2025-05-20 | Rollup merge of #141253 - azhogin:azhogin/async-drop-feature-inconsistency-wa... | Matthias Krüger | -1/+1 |
| 2025-05-20 | Rollup merge of #141236 - jagunter:issue-140823, r=compiler-errors | Matthias Krüger | -6/+8 |
| 2025-05-20 | Split `autodiff` into `autodiff_forward` and `autodiff_reverse` | Marcelo Domínguez | -16/+33 |
| 2025-05-20 | Querify coroutine_hidden_types | Michael Goulet | -41/+67 |
| 2025-05-20 | Add tick to RePlaceholder debug output | Michael Goulet | -1/+1 |
| 2025-05-20 | Allow trailing comma after argument in query definition | Michael Goulet | -0/+1 |
| 2025-05-20 | Revert "Fix stack overflow in exhaustiveness due to recursive HIR opaque type... | Michael Goulet | -35/+5 |
| 2025-05-20 | Just error on recursive opaque ty in HIR typeck | Michael Goulet | -3/+67 |
| 2025-05-19 | `gather_locals`: only visit guard pattern guards when checking the guard | dianne | -1/+6 |
| 2025-05-20 | Inline and remove `lower_*` methods. | Nicholas Nethercote | -28/+18 |
| 2025-05-20 | Hoist `ItemLowerer` out of a loop. | Nicholas Nethercote | -7/+7 |
| 2025-05-20 | Remove unused return value from `lower_node`. | Nicholas Nethercote | -3/+1 |
| 2025-05-20 | Rollup merge of #141261 - RalfJung:current_dll_path, r=Noratrieb | Stuart Cook | -1/+1 |
| 2025-05-20 | Remove `MetaItemListParser::all_{word,path}_list`, which are unused. | Nicholas Nethercote | -14/+0 |
| 2025-05-19 | only resolve top-level guard patterns' guards once | dianne | -1/+3 |
| 2025-05-20 | Avoid `rustc_span::` qualifiers. | Nicholas Nethercote | -17/+16 |
| 2025-05-20 | Fix up some comments. | Nicholas Nethercote | -16/+15 |
| 2025-05-20 | Simplify `Accepts`. | Nicholas Nethercote | -10/+7 |