about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-04-10Rollup merge of #139614 - nnethercote:fix-139512, r=oli-obkMatthias Krüger-7/+8
2025-04-10Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-deadMatthias Krüger-209/+221
2025-04-10Rollup merge of #139502 - yaahc:still-mutable-ice, r=bjorn3Matthias Krüger-5/+10
2025-04-10Auto merge of #139622 - matthiaskrgr:rollup-8ri1vid, r=matthiaskrgrbors-202/+143
2025-04-10Rollup merge of #139568 - nnethercote:empty-trait-name, r=compiler-errorsMatthias Krüger-17/+7
2025-04-10Rollup merge of #139563 - EnzymeAD:better-autodiff-err, r=jieyouxuMatthias Krüger-1/+1
2025-04-10Rollup merge of #139530 - oli-obk:rustc-intrinsic-cleanup, r=RalfJungMatthias Krüger-37/+13
2025-04-10Rollup merge of #139449 - Nadrieril:peel-recursive, r=lcnrMatthias Krüger-145/+115
2025-04-10Rollup merge of #139423 - compiler-errors:field-autoderef, r=oli-obkMatthias Krüger-2/+7
2025-04-10Auto merge of #139088 - spastorino:ergonomic-ref-counting-2, r=nikomatsakisbors-8/+75
2025-04-10Avoid empty identifiers for delegate params and args.Nicholas Nethercote-7/+8
2025-04-10Auto merge of #139000 - compiler-errors:rigid-missing-item, r=lcnrbors-77/+185
2025-04-10Auto merge of #139279 - BoxyUwU:bump-boostrap, r=jieyouxubors-17/+17
2025-04-10Address review comments.Nicholas Nethercote-8/+11
2025-04-10Rename some `name` variables as `ident`.Nicholas Nethercote-209/+218
2025-04-09Make unnormalizable item ambiguous in coherenceMichael Goulet-2/+18
2025-04-09Use a query rather than recomputing the tail repeatedlyMichael Goulet-76/+75
2025-04-09Mark GAT WC as GoalSource::AliasWellFormed so that we recurse into them in er...Michael Goulet-4/+7
2025-04-09Rigidly project missing item due to guaranteed impossible sized predicateMichael Goulet-52/+142
2025-04-09Rollup merge of #139575 - timesince:master, r=wesleywiserMatthias Krüger-1/+1
2025-04-09Rollup merge of #139551 - jogru0:121672, r=oli-obkMatthias Krüger-8/+25
2025-04-09Rollup merge of #139513 - compiler-errors:higher-ranked-proj, r=lcnrMatthias Krüger-3/+33
2025-04-09Report higher-ranked trait error when higher-ranked projection goal fails in ...Michael Goulet-3/+33
2025-04-09Rollup merge of #139468 - compiler-errors:has_stashed_diagnostic, r=oli-obkMatthias Krüger-26/+44
2025-04-09Rollup merge of #139364 - Kohei316:feat/doc-hidden-suggestion, r=nnethercoteMatthias Krüger-2/+14
2025-04-09update cfgsBoxy-9/+9
2025-04-09replace version placeholderBoxy-8/+8
2025-04-09Remove redundant wordstimesince-1/+1
2025-04-09Auto merge of #139327 - cjgillot:gvn-place, r=oli-obkbors-27/+47
2025-04-09Remove some dead or leftover code related to rustc-intrinsic abi removalOli Scherer-37/+13
2025-04-09Auto merge of #139552 - matthiaskrgr:rollup-b194mk8, r=matthiaskrgrbors-61/+104
2025-04-09Avoid an empty trait name in impl blocks.Nicholas Nethercote-7/+5
2025-04-09Return early on an error path in `parse_item_impl`.Nicholas Nethercote-11/+3
2025-04-08emit a better error message for using the macro incorrectlyManuel Drehwald-1/+1
2025-04-08Auto merge of #139536 - matthiaskrgr:rollup-j6goald, r=matthiaskrgrbors-140/+154
2025-04-08fix "still mutable" ice while metrics are enabledJane Losare-Lusby-5/+10
2025-04-08Remove redundant assignmentNadrieril-17/+5
2025-04-08Return a type from `check_pat_inner`Nadrieril-55/+49
2025-04-08Reorganize `check_pat_inner`Nadrieril-57/+61
2025-04-08Turn the peeling loop into a recursive callNadrieril-34/+46
2025-04-08Insert adjustments incrementallyNadrieril-9/+7
2025-04-08Inline `calc_default_binding_mode`Nadrieril-92/+66
2025-04-08Rollup merge of #139541 - compiler-errors:transmute, r=lcnrMatthias Krüger-3/+3
2025-04-08Rollup merge of #139515 - compiler-errors:sig-mismatch, r=lcnrMatthias Krüger-32/+58
2025-04-08Rollup merge of #139494 - compiler-errors:restrict-queries, r=oli-obkMatthias Krüger-26/+43
2025-04-08for large assignment lint, use the correct span for checking for duplicate lintsJonathan Gruner-5/+8
2025-04-08report call site of inlined scopes for large assignment lintsJonathan Gruner-3/+17
2025-04-08Instantiate higher-ranked transmute goalMichael Goulet-3/+3
2025-04-08Rollup merge of #139509 - xizheyin:issue-139359, r=lcnrMatthias Krüger-121/+111
2025-04-08Rollup merge of #139501 - compiler-errors:suppress-stack-overflow, r=lcnrMatthias Krüger-5/+35