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-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
2021-08-21
Make E0023 spans even more precise
Noah Lev
-1
/
+12
2021-07-10
Add impl_constness query
Deadbeef
-0
/
+11
2021-07-06
Revert "Revert "Merge CrateDisambiguator into StableCrateId""
bjorn3
-8
/
+1
2021-07-01
Include terminators in instance size estimate
Tomasz Miąsko
-1
/
+1
2021-06-07
Revert "Merge CrateDisambiguator into StableCrateId"
bjorn3
-1
/
+8
2021-06-02
Restrict access to crate_name.
Camille GILLOT
-8
/
+1
2021-06-01
Revert "Reduce the amount of untracked state in TyCtxt"
Camille Gillot
-1
/
+8
2021-05-30
Restrict access to crate_name.
Camille GILLOT
-8
/
+1
2021-05-30
Merge CrateDisambiguator into StableCrateId
bjorn3
-7
/
+0
2021-04-29
Split crate_hash from index_hir.
Camille GILLOT
-6
/
+0
2021-04-05
resolve conflicts
hi-rustin
-2
/
+2
2021-02-24
Auto merge of #82159 - BoxyUwU:uwu, r=varkor
bors
-0
/
+58
2021-02-23
yeet
Ellen
-0
/
+58
2021-02-15
Only store a LocalDefId in hir::ImplItem.
Camille GILLOT
-7
/
+5
2021-02-15
Only store a LocalDefId in hir::TraitItem.
Camille GILLOT
-6
/
+5
2021-01-23
Infallible version of def_span.
Camille GILLOT
-5
/
+0
2021-01-16
Review changes
Jack Huey
-2
/
+2
2021-01-16
Remove PredicateKind
Jack Huey
-2
/
+2
2021-01-13
Auto merge of #77524 - Patryk27:fixes/66228, r=estebank
bors
-0
/
+5
2021-01-12
Separate out a `hir::Impl` struct
Joshua Nelson
-8
/
+9
2021-01-10
Rework diagnostics for wrong number of generic args
Patryk Wychowaniec
-0
/
+5
[next]