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-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
2021-12-02
Auto merge of #91354 - fee1-dead:const_env, r=spastorino
bors
-12
/
+73
2021-12-01
Format
Deadbeef
-6
/
+26
2021-11-29
`ParamEnv` should be const when `ImplItem` is within a const impl.
Deadbeef
-1
/
+37
2021-11-29
Completely remove ConstnessAnd
Oli Scherer
-3
/
+1
2021-11-29
Re-use `constness_for_typeck` instead of rolling it ourselves
Oli Scherer
-11
/
+1
2021-11-29
Add constness to ParamEnv
Oli Scherer
-10
/
+27
2021-11-28
Take a LocalDefId in expect_*item.
Camille GILLOT
-7
/
+4
2021-11-06
Improve terminology around "after typeck"
pierwill
-1
/
+1
2021-10-25
expose default substs in param_env
b-naber
-0
/
+12
2021-10-19
Replace FnLikeNode by FnKind.
Camille GILLOT
-3
/
+2
2021-09-20
Do not store visibility in *ItemRef.
Camille GILLOT
-1
/
+1
2021-08-27
Auto merge of #88371 - Manishearth:rollup-pkkjsme, r=Manishearth
bors
-1
/
+12
2021-08-26
Rollup merge of #88123 - camelid:tup-pat-precise-spans, r=estebank
Manish Goregaokar
-1
/
+12
2021-08-26
add `tcx` to `fn walk`
lcnr
-2
/
+2
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-2
/
+2
[next]