about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/print
AgeCommit message (Expand)AuthorLines
2024-10-23nightly feature tracking: get rid of the per-feature bool fieldsRalf Jung-1/+1
2024-10-20Remove the BoundConstness::NotConst variantMichael Goulet-4/+8
2024-10-02Improve const traits diagnostics for new desugaringDeadbeef-12/+34
2024-09-25Compiler: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-2/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-7/+7
2024-09-12Rollup merge of #130250 - compiler-errors:useless-conversion, r=jieyouxuStuart Cook-1/+1
2024-09-11clippy::useless_conversionMichael Goulet-1/+1
2024-09-11Simplify some nested if statementsMichael Goulet-4/+2
2024-08-22Rollup merge of #129395 - fmease:pp-dyn-w-gat, r=compiler-errorsMatthias Krüger-1/+4
2024-08-22Pretty-print own args of existential projectionsLeón Orell Valerian Liehr-1/+4
2024-08-17Use cnum for extern crate dataMichael Goulet-5/+3
2024-08-14Auto merge of #129076 - matthiaskrgr:rollup-rg8mi2x, r=matthiaskrgrbors-1/+3
2024-08-13Use is_lang_item moreMichael Goulet-1/+3
2024-08-09Shrink `TyKind::FnPtr`.Nicholas Nethercote-4/+4
2024-07-29Reformat `use` declarations.Nicholas Nethercote-17/+13
2024-07-19Avoid ref when using format! in compilerYuri Astrakhan-1/+1
2024-07-17Put the dots backMichael Goulet-2/+5
2024-07-07Get rid of the redundant elaboration in middleMichael Goulet-7/+8
2024-07-04Auto merge of #123781 - RalfJung:miri-fn-identity, r=oli-obkbors-2/+2
2024-07-03Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnrbors-1/+31
2024-07-02Re-implement a type-size based limitMichael Goulet-1/+31
2024-07-02Miri function identity hack: account for possible inliningRalf Jung-2/+2
2024-07-01Make `FloatTy` checks exhaustive in pretty printTrevor Gross-16/+18
2024-06-21Rename a bunch of thingsMichael Goulet-1/+1
2024-06-18Make pretty printing for `f16` and `f128` consistentTrevor Gross-1/+9
2024-06-14Use is_lang_item more aggressivelyMichael Goulet-3/+3
2024-06-10ScalarInt: size mismatches are a bug, do not delay the panicRalf Jung-2/+2
2024-06-06Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk"Rémy Rakic-1/+1
2024-06-05Misc fixes (pattern type lowering, cfi, pretty printing)Boxy-18/+1
2024-06-05Add `Ty` to `ConstKind::Value`Boxy-3/+3
2024-06-05Basic removal of `Ty` from places (boring)Boxy-2/+2
2024-06-04Rollup merge of #125968 - BoxyUwU:shrink_ty_expr, r=oli-obkMichael Goulet-58/+44
2024-06-04Downsize `ty::Expr`Boxy-58/+44
2024-06-03Align Term methods with GenericArg methodsMichael Goulet-3/+3
2024-06-03Auto merge of #125778 - estebank:issue-67100, r=compiler-errorsbors-1/+1
2024-06-01Uplift TypeRelation and RelateMichael Goulet-2/+5
2024-05-29Use parenthetical notation for `Fn` traitsEsteban Küber-1/+1
2024-05-28Add an intrinsic for `ptr::metadata`Scott McMurray-0/+2
2024-05-27Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercotebors-1/+1
2024-05-23Auto merge of #125434 - nnethercote:rm-more-extern-tracing, r=jackh726bors-0/+1
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_middle`.Nicholas Nethercote-0/+1
2024-05-23Remove `DelayDm`León Orell Valerian Liehr-1/+1
2024-05-22rustc: Use `tcx.used_crates(())` moreVadim Petrochenkov-1/+1
2024-05-21Uplift OutlivesPredicate, remove a bunch of unnecessary associated types from...Michael Goulet-6/+2
2024-05-21Uplift binderMichael Goulet-14/+5
2024-05-19Add and use generics.is_empty() and generics.is_own_empty, rather than using ...Santiago Pastorino-1/+1
2024-05-17Rename Unsafe to SafetySantiago Pastorino-1/+1
2024-05-16Uplift FnSigMichael Goulet-10/+10
2024-05-13Uplift AliasTyMichael Goulet-27/+27
2024-05-13Apply nitsMichael Goulet-1/+2