about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-04-10Parse condition options into a structmejrs-165/+168
2025-04-10Write the format string parserand split it from conditions parsermejrs-280/+529
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-10Allow drivers to supply a list of extra symbols to internAlex Macleod-53/+80
2025-04-10Auto merge of #139622 - matthiaskrgr:rollup-8ri1vid, r=matthiaskrgrbors-202/+143
2025-04-10add `span_extend_to_prev_char_before()` to `SourceMap`Makai-0/+18
2025-04-10Add minimal x86_64-lynx-lynxos178 support.Tim Newsome-0/+67
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 some more duplicationOli Scherer-25/+13
2025-04-10Some performance shenanigansOli Scherer-29/+40
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-09Move errorsmejrs-77/+89
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-09Deduplicate `target` type setting in `unify_and` callbacksOli Scherer-40/+50
2025-04-09Add a dedicated function for the common `unify_and(identity)` caseOli Scherer-14/+15
2025-04-09Rename `unify` to `unify_raw`Oli Scherer-6/+6
2025-04-09Simplify some `unify_and` callsOli Scherer-14/+6
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-09Handle `UnsafePointer` coercions in one placeOli Scherer-37/+23
2025-04-09update cfgsBoxy-9/+9
2025-04-09replace version placeholderBoxy-8/+8
2025-04-09Remove redundant wordstimesince-1/+1
2025-04-09re-use sized fast pathDavid Wood-24/+56
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-09Suggest the use of `impl Trait` in function parameter onlyRomain Perier-6/+17
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