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