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
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
2022-08-03
Add bound_impl_subject and bound_return_ty
Jack Huey
-3
/
+1
2022-08-03
Change sized_constraints to return EarlyBinder
Jack Huey
-1
/
+2
2022-08-01
Store associated item defaultness in impl_defaultness.
Camille GILLOT
-5
/
+7
2022-07-29
Rename local_did to def_id
Miguel Guarniz
-4
/
+8
2022-07-29
Change maybe_body_owned_by to take local def id
Miguel Guarniz
-3
/
+4
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-1
/
+1
2022-07-04
remove an unused `DefId`
lcnr
-1
/
+1
2022-06-10
Implement def_ident_span in rustc_middle.
Camille GILLOT
-17
/
+0
2022-05-30
Auto merge of #96964 - oli-obk:const_trait_mvp, r=compiler-errors
bors
-2
/
+2
2022-05-30
Add a helper function for checking whether a default function in a trait can ...
Oli Scherer
-2
/
+4
2022-05-30
Remove `#[default..]` and add `#[const_trait]`
Deadbeef
-3
/
+1
2022-05-28
Move things to rustc_type_ir
Wilco Kusee
-1
/
+1
2022-05-13
Add bound_type_of
Jack Huey
-1
/
+1
2022-05-10
Introduce EarlyBinder
Jack Huey
-3
/
+5
2022-04-10
Avoid accessing HIR from MIR queries.
Camille GILLOT
-6
/
+1
2022-03-31
Merge impl_constness and is_const_fn_raw.
Camille GILLOT
-10
/
+0
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-4
/
+4
2022-02-21
use `List<Ty<'tcx>>` for tuples
lcnr
-3
/
+3
2022-02-19
Adopt let else in more places
est31
-4
/
+1
2022-02-15
Overhaul `RegionKind` and `Region`.
Nicholas Nethercote
-1
/
+1
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-1
/
+1
2022-01-31
Rollup merge of #90277 - pierwill:fix-70258-inference-terms, r=jackh726
Matthias Krüger
-1
/
+1
2022-01-16
Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr
bors
-12
/
+2
2022-01-15
Reduce use of local_def_id_to_hir_id.
Camille GILLOT
-5
/
+2
2022-01-15
initial revert
Ellen
-12
/
+2
2022-01-07
Move associated_item* providers to their own module
Matthew Jasper
-225
/
+2
2022-01-07
Add `trait_item_def_id` to `AssocItem`
Matthew Jasper
-1
/
+107
2021-12-17
Use a const ParamEnv when in default_method_body_is_const
Deadbeef
-1
/
+7
2021-12-12
Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk"
Deadbeef
-12
/
+73
2021-12-07
Store impl_trait_fn inside OpaqueTyOrigin.
Camille GILLOT
-2
/
+2
2021-12-03
Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino"
Santiago Pastorino
-73
/
+12
[next]