| Age | Commit message (Expand) | Author | Lines |
| 2025-05-21 | Anon consts cant appear as repeat expr elements | Boxy | -5/+1 |
| 2025-05-21 | Check for element being `const` before resolving repeat count | Boxy | -48/+47 |
| 2025-05-21 | GAI logic on stable too | Boxy | -52/+47 |
| 2025-05-21 | Don't allow repeat expr count inference side effects to propagate | Boxy | -17/+46 |
| 2025-05-21 | Don't evaluate constants depending on infers or params | Boxy | -42/+64 |
| 2025-05-21 | Introduce `tcx.anon_const_kind` query | Boxy | -46/+86 |
| 2025-05-21 | Document why we allow escaping bound vars in LTA norm | Boxy | -4/+13 |
| 2025-05-21 | Auto merge of #141345 - matthiaskrgr:rollup-vux7gok, r=matthiaskrgr | bors | -28/+83 |
| 2025-05-21 | `unpretty=thir-tree`: don't require the final expr to be the entrypoint | dianne | -9/+4 |
| 2025-05-21 | lower bodies' params to thir before the body's value | dianne | -1/+2 |
| 2025-05-21 | Move -Zcrate-attr injection to just after crate root parsing | bjorn3 | -8/+8 |
| 2025-05-21 | fix better_any breakage by making the solver more unsound | lcnr | -2/+42 |
| 2025-05-21 | Rollup merge of #141334 - lcnr:coerce-nested-obligations, r=compiler-errors | Matthias Krüger | -3/+31 |
| 2025-05-21 | Rollup merge of #141333 - compiler-errors:param-env-candidate-unnorm, r=lcnr | Matthias Krüger | -12/+12 |
| 2025-05-21 | Rollup merge of #141332 - compiler-errors:no-fold-const, r=lcnr | Matthias Krüger | -3/+1 |
| 2025-05-21 | Rollup merge of #141328 - azhogin:azhogin/async-drop-ice-for-empty-impl-fix, ... | Matthias Krüger | -1/+23 |
| 2025-05-21 | Rollup merge of #141296 - azhogin:azhogin/async-drop-broken-mir-place-deref-f... | Matthias Krüger | -8/+13 |
| 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 |