about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/generic_args.rs
AgeCommit message (Expand)AuthorLines
2024-01-30Remove the lifetime from `DiagnosticArgValue`.Nicholas Nethercote-1/+1
2024-01-18Modify GenericArg and Term structs to use strict provenance rulesKamalesh Palanisamy-10/+32
2023-12-10remove redundant importssurechen-1/+1
2023-11-25Rollup merge of #117871 - klensy:unused-pub, r=cjgillotGuillaume Gomez-7/+0
2023-11-23remove unused pub fnklensy-7/+0
2023-11-22Cache flags for ty::ConstMichael Goulet-2/+2
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-1/+1
2023-11-14finish `RegionKind` renamelcnr-4/+4
2023-11-13rename `ReLateBound` to `ReBound`lcnr-1/+1
2023-10-20s/generator/coroutine/Oli Scherer-3/+3
2023-10-20s/Generator/Coroutine/Oli Scherer-5/+5
2023-10-18Don't compare host param by nameMichael Goulet-5/+0
2023-09-18Remove unused `Lift` derives.Nicholas Nethercote-2/+2
2023-09-14treat host effect params as erased generics in codegenDeadbeef-2/+7
2023-09-11Disentangle `Debug` and `Display` for `Ty`.Nicholas Nethercote-0/+5
2023-09-07Implement refinement lint for RPITITMichael Goulet-1/+1
2023-07-17Rename arg_iter to iter_instantiatedMichael Goulet-13/+17
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-0/+1049