index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_ty_utils
/
src
/
ty.rs
Age
Commit message (
Expand
)
Author
Lines
2023-03-30
Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>`
Scott McMurray
-2
/
+2
2023-03-22
Do not feed param_env for RPITITs impl side
Santiago Pastorino
-1
/
+3
2023-03-21
Use local key in providers
Michael Goulet
-8
/
+6
2023-03-20
Walk un-shifted nested `impl Trait` in trait when setting up default trait me...
Michael Goulet
-16
/
+26
2023-03-16
Don't install default opaque projection predicates in RPITIT associated type'...
Michael Goulet
-7
/
+15
2023-03-16
Install projection from RPITIT to default trait method opaque correctly
Michael Goulet
-3
/
+14
2023-03-15
ImplTraitPlaceholder -> is_impl_trait_in_trait
Santiago Pastorino
-1
/
+3
2023-03-15
Rename impl_trait_in_trait_parent to impl_trait_in_trait_parent_fn
Santiago Pastorino
-1
/
+1
2023-03-14
Encode opt_rpitit_info for associated types
Michael Goulet
-6
/
+3
2023-03-12
Auto merge of #108700 - spastorino:new-rpitit-impl-side-2, r=compiler-errors
bors
-2
/
+11
2023-03-06
Implement param_env for RPITITs assoc type
Santiago Pastorino
-2
/
+11
2023-02-28
Shift vars for default RPITIT methods correctly
Michael Goulet
-1
/
+24
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-8
/
+5
2023-02-22
Rename ty_error_with_guaranteed to ty_error, ty_error to ty_error_misc
Michael Goulet
-1
/
+1
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-4
/
+2
2023-02-18
Assume we can normalize trait default method RPITITs in param-env instead
Michael Goulet
-2
/
+59
2023-02-17
Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU
bors
-4
/
+4
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-7
/
+9
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-7
/
+5
2023-02-16
make issue33140_self_ty return Option<EarlyBinder<Ty>>
Kyle Matsuda
-3
/
+5
2023-01-30
nits
Michael Goulet
-4
/
+0
2023-01-28
Make unsizing_params_for_adt into a query
Michael Goulet
-0
/
+52
2023-01-27
Introduce GeneratorWitnessMIR.
Camille GILLOT
-1
/
+7
2023-01-26
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...
Kyle Matsuda
-1
/
+1
2023-01-26
replace usages of fn_sig query with bound_fn_sig
Kyle Matsuda
-1
/
+1
2023-01-23
fix: use LocalDefId instead of HirId in trait res
Vincenzo Palazzo
-9
/
+2
2023-01-14
change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...
Kyle Matsuda
-2
/
+2
2023-01-14
change usages of impl_trait_ref to bound_impl_trait_ref
Kyle Matsuda
-3
/
+4
2023-01-04
Rollup merge of #106403 - compiler-errors:rename-hir-methods, r=cjgillot
Michael Goulet
-1
/
+1
2023-01-04
Split `-Zchalk` flag into `-Ztrait-solver=(stock|chalk|next)` flag
Michael Goulet
-1
/
+2
2023-01-04
rename get_parent_node to parent_id
Michael Goulet
-1
/
+1
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-4
/
+1
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-1
/
+1
2022-11-21
Stop passing the self-type as a separate argument.
Oli Scherer
-1
/
+1
2022-11-21
Allow iterators instead of requiring slices that will get turned into iterators
Oli Scherer
-1
/
+1
2022-11-21
Assert that various types have the right amount of generic args and fix the s...
Oli Scherer
-6
/
+3
2022-11-21
Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk
bors
-5
/
+0
2022-11-20
Factor out conservative_is_privately_uninhabited
Cameron Steffen
-57
/
+0
2022-11-13
Create bidirectional bounds between original and duplicated parameters.
Camille GILLOT
-5
/
+0
2022-11-02
Properly render asyncness for traits without default body
Michael Goulet
-1
/
+1
2022-10-20
Note discrepancies in constness calculation
Michael Goulet
-0
/
+5
2022-10-20
Revert "Unify tcx.constness and param env constness checks"
Michael Goulet
-1
/
+68
2022-10-12
Rollup merge of #102830 - compiler-errors:constness-parity, r=fee1-dead
Dylan DPC
-68
/
+1
2022-10-12
Unify tcx.constness and param env constness checks
Michael Goulet
-68
/
+1
2022-10-10
Check representability in adt_sized_constraint
Cameron Steffen
-4
/
+8
2022-10-09
ImplItemKind::TyAlias => ImplItemKind::Type
Michael Goulet
-1
/
+1
2022-09-19
remove the `Subst` trait, always use `EarlyBinder`
lcnr
-1
/
+0
2022-09-12
Plumb dyn trait representation through ty::Dynamic
Eric Holk
-1
/
+1
2022-09-01
tracing::instrument cleanup
Oli Scherer
-2
/
+0
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-1
/
+1
[next]