about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-11-21Restore closure-kind error messagesMichael Goulet-3/+47
2023-11-21Remove ClosureKind predicate kindMichael Goulet-99/+6
2023-11-21Improve diagnostic for unexpected feature config name from CargoUrgau-0/+2
2023-11-21Remove `feature` from the list of well known check-cfg nameUrgau-2/+1
2023-11-21Uplift CanonicalVarInfo and friendsMichael Goulet-158/+313
2023-11-21Uplift BoundVarMichael Goulet-7/+9
2023-11-21remove quotation from filenameouz-a-10/+8
2023-11-21Rollup merge of #118091 - psumbera:solaris-target, r=compiler-errorsNilstrieb-21/+0
2023-11-21Rollup merge of #118035 - ouz-a:november_ice2, r=compiler-errorsNilstrieb-2/+9
2023-11-21Rollup merge of #118029 - saethlin:allocid-gc, r=RalfJungNilstrieb-7/+25
2023-11-21Rollup merge of #117522 - Urgau:check-cfg-cli-own-lint, r=petrochenkovNilstrieb-47/+1
2023-11-21de-structure variable and add stablesouz-a-33/+45
2023-11-21Add VarDebugInfo to Stable MIRouz-a-5/+116
2023-11-21improve help for multiple `#[default]` variantsLukas Markeffsky-9/+8
2023-11-21Auto merge of #117580 - compiler-errors:hash-stable-simplify-rustc_type_ir, r...bors-316/+79
2023-11-21the unadjusted ABI needs to pass aggregates by-valueRalf Jung-6/+30
2023-11-21Auto merge of #118126 - Nilstrieb:rollup-5ogh896, r=Nilstriebbors-503/+148
2023-11-21Rollup merge of #118121 - nnethercote:rustc_hir, r=compiler-errorsNilstrieb-468/+123
2023-11-21Rollup merge of #118115 - spastorino:fix-old-fn-names, r=compiler-errorsNilstrieb-2/+2
2023-11-21Rollup merge of #118081 - nnethercote:rustc_ty_utils, r=compiler-errorsNilstrieb-33/+23
2023-11-21lib features ending in '_internals?' are internalRalf Jung-6/+12
2023-11-21Auto merge of #115691 - jsgf:typed-json-diags, r=est31,dtolnaybors-30/+35
2023-11-21Unify HashStable implementationsMichael Goulet-64/+49
2023-11-21Add HashStable_NoContext to simplify HashStable implementations in rustc_type_irMichael Goulet-291/+69
2023-11-21Use macros to avoid `expect_*` boilerplate.Nicholas Nethercote-369/+102
2023-11-21Remove some unused functions.Nicholas Nethercote-54/+4
2023-11-21Wrap a long line.Nicholas Nethercote-1/+1
2023-11-21Auto merge of #118015 - celinval:smir-place-ty, r=compiler-errorsbors-31/+304
2023-11-21Auto merge of #118107 - matthiaskrgr:rollup-k5bfkfr, r=matthiaskrgrbors-169/+312
2023-11-20Fix occurrences of old fn names in comment and tracingSantiago Pastorino-2/+2
2023-11-20Update some more cases of "type" -> "$message_type"David Tolnay-1/+2
2023-11-20let-chain fmtEsteban Küber-31/+24
2023-11-20Rely in resolve and not on path name for `&str` -> `String` suggestionEsteban Küber-49/+54
2023-11-20Do not consider traits as ownable in suggestionEsteban Küber-7/+55
2023-11-20Account for '_ in lifetime suggestionEsteban Küber-4/+15
2023-11-20Suggest 'a when trait object assoc type has '_Esteban Küber-12/+21
2023-11-20Fix incorrect lifetime suggestionEsteban Küber-2/+2
2023-11-20Tweak wordingEsteban Küber-4/+4
2023-11-20Account for impl Trait in lifetime suggestionEsteban Küber-5/+72
2023-11-20On borrow return type, suggest borrowing from arg or owned return typeEsteban Küber-12/+126
2023-11-20Don't ICE when ambiguity is found when selecting Index implementation in typeckMichael Goulet-4/+18
2023-11-20Document DefiningAnchor a bit moreMichael Goulet-4/+17
2023-11-20Improve code per PR commentsCelina G. Val-35/+37
2023-11-20Add place.ty() and Ty build from a kind to smirCelina G. Val-31/+302
2023-11-20Fix early param lifetimes in generic_const_exprsouz-a-2/+9
2023-11-20Rollup merge of #118089 - lcnr:intercrate-ambig-msg, r=compiler-errorsMatthias Krüger-37/+84
2023-11-20Rollup merge of #118026 - compiler-errors:deref-into-dyn-regions, r=lcnrMatthias Krüger-6/+12
2023-11-20Rollup merge of #118010 - gurry:117821-ice-no-type-for-local-var, r=compiler-...Matthias Krüger-9/+12
2023-11-20Rollup merge of #117992 - compiler-errors:sound-but-not-complete, r=lcnr,alie...Matthias Krüger-10/+23
2023-11-20Rollup merge of #117851 - compiler-errors:uplift-infer-const, r=spastorinoMatthias Krüger-94/+87