about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty
AgeCommit message (Expand)AuthorLines
2025-07-09compiler: recomment `needs_fn_once_adapter_shim`Jubilee Young-8/+6
2025-07-09Add opaque TypeId handles for CTFEOli Scherer-0/+1
2025-07-09Port `#[fundamental]` to the new attribute systemPavel Grigorenko-2/+1
2025-07-09Port `#[type_const]` to the new attribute systemPavel Grigorenko-2/+3
2025-07-09Port `#[const_trait]` to the new attribute systemPavel Grigorenko-7/+4
2025-07-07Auto merge of #143182 - xdoardo:more-addrspace, r=workingjubileebors-7/+7
2025-07-07compiler: Parse `p-` specs in datalayout string, allow definition of custom d...Edoardo Marangoni-7/+7
2025-07-06Rewrite empty attribute lintJonathan Brouwer-5/+2
2025-07-05Auto merge of #139598 - compiler-errors:no-bound-var-symbol, r=WaffleLapkinbors-145/+109
2025-07-05Rollup merge of #143372 - cjgillot:bare-glob-map, r=petrochenkovMatthias Krüger-4/+0
2025-07-05Rollup merge of #143085 - JonathanBrouwer:non_exhaustive_parser, r=jdonszelmannMatthias Krüger-1/+4
2025-07-04Port `#[non_exhaustive]` to the new attribute parsing infrastructureJonathan Brouwer-1/+4
2025-07-04NitsMichael Goulet-1/+1
2025-07-04Fix elided lifetimes in rustdocMichael Goulet-4/+4
2025-07-04Fix pretty printing of placeholder typesMichael Goulet-8/+12
2025-07-04Same for typesMichael Goulet-6/+6
2025-07-04Remove Symbol for Named LateParam/Bound variantsMichael Goulet-130/+90
2025-07-04Auto merge of #114669 - cjgillot:metadata-wp, r=petrochenkovbors-0/+4
2025-07-04Rollup merge of #143308 - compiler-errors:no-pointer-like, r=oli-obkMatthias Krüger-5/+9
2025-07-04Reuse metadata file from work products.Camille GILLOT-0/+4
2025-07-04Remove names_imported_by_glob_use query.Camille GILLOT-4/+0
2025-07-04Auto merge of #143247 - cjgillot:metadata-no-red, r=petrochenkovbors-12/+10
2025-07-03Remove PointerLike traitMichael Goulet-5/+9
2025-07-03Rollup merge of #143038 - Qelxiros:142676-private-dependency-traits, r=tgross35Jana Dönszelmann-1/+1
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-5/+5
2025-07-02avoid suggesting traits from private dependenciesJeremy Smart-1/+1
2025-07-02Hash resolutions.Camille GILLOT-6/+6
2025-07-02Do not depend on FOREVER_RED_NODE.Camille GILLOT-6/+4
2025-07-02Auto merge of #142974 - cuviper:stage0-bump, r=Mark-Simulacrumbors-4/+3
2025-07-01Remove support for dyn*Michael Goulet-28/+1
2025-07-01Update `cfg(bootstrap)`Josh Stone-4/+3
2025-07-01Auto merge of #142921 - JonathanBrouwer:rustc_attributes_parser, r=oli-obkbors-26/+4
2025-06-29give Pointer::into_parts a more scary name and offer a safer alternativeRalf Jung-1/+1
2025-06-27Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-deadMatthias Krüger-4/+4
2025-06-27Report infer ty errors during hir ty loweringOli Scherer-0/+1
2025-06-27Port `#[rustc_layout_scalar_valid_range_start/end]` to the new attribute pars...Jonathan Brouwer-26/+4
2025-06-27Auto merge of #142223 - compiler-errors:perf-wf, r=lcnrbors-1/+67
2025-06-27Auto merge of #143074 - compiler-errors:rollup-cv64hdh, r=compiler-errorsbors-38/+23
2025-06-26Rollup merge of #142927 - compiler-errors:note-find-const, r=BoxyUwUMichael Goulet-35/+14
2025-06-26const-eval: allow constants to refer to mutable/external memory, but reject s...Ralf Jung-3/+9
2025-06-26Rollup merge of #141311 - folkertdev:tidy-natural-sort, r=jieyouxuMatthias Krüger-7/+7
2025-06-26Change const trait bound syntax from ~const to [const]Oli Scherer-4/+4
2025-06-25make `tidy-alphabetical` use a natural sortFolkert de Vries-7/+7
2025-06-25Rollup merge of #142146 - workingjubilee:doubt-that-cmse-nonsecure-abis-alway...Jana Dönszelmann-5/+5
2025-06-25Auto merge of #142746 - compiler-errors:super-implied-outlives, r=lcnrbors-0/+7
2025-06-25compiler: Trim the misleading C from ExternAbi::CCmse*Jubilee Young-5/+5
2025-06-24Add rust-invalid ABIMichael Goulet-1/+2
2025-06-24Introduce trivial WF functions, use it in fast pathMichael Goulet-1/+67
2025-06-23Uplift find_const_ty_from_envMichael Goulet-43/+0
2025-06-23Add note to find_const_ty_from_envMichael Goulet-5/+27