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
Age
Commit message (
Expand
)
Author
Lines
2021-10-02
Remove various unused feature gates
bjorn3
-2
/
+0
2021-09-26
Auto merge of #89144 - sexxi-goose:insig_stdlib, r=nikomatsakis
bors
-18
/
+57
2021-09-22
PR fixup
Aman Arora
-7
/
+16
2021-09-21
Auto merge of #89103 - Mark-Simulacrum:migrate-2021, r=estebank
bors
-1
/
+1
2021-09-21
Handle type params in insig dtors
Aman Arora
-10
/
+16
2021-09-21
2229: Early exit when we see an insigificant drop
Aman Arora
-9
/
+33
2021-09-20
Migrate to 2021
Mark Rousskov
-1
/
+1
2021-09-20
Do not store visibility in *ItemRef.
Camille GILLOT
-1
/
+1
2021-09-09
Remove the queries
Deadbeef
-75
/
+13
2021-09-09
Const drop selection candidates
Deadbeef
-1
/
+2
2021-09-09
Const dropping
Deadbeef
-11
/
+76
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-26
make unevaluated const substs optional
lcnr
-2
/
+3
2021-08-26
require a `tcx` for `TypeVisitor`
lcnr
-0
/
+3
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-08-18
Fold `vtable_trait_upcasting_coercion_new_vptr_slot` logic into obligation pr...
Charles Lew
-1
/
+2
2021-07-29
rfc3052: Remove authors field from Cargo manifests
Jade
-1
/
+0
2021-07-10
Add impl_constness query
Deadbeef
-0
/
+11
2021-07-06
Revert "Revert "Merge CrateDisambiguator into StableCrateId""
bjorn3
-8
/
+1
2021-07-04
Combine individual limit queries into single `limits` query
Aaron Hill
-1
/
+1
2021-07-04
Query-ify global limit attribute handling
Aaron Hill
-1
/
+1
2021-07-03
Simplify `visit_region` implementation
Yuki Okushi
-13
/
+4
2021-07-03
Correct `visit_region` implementation
Yuki Okushi
-1
/
+26
2021-07-03
Use `BoundVarsCollector` for now
Yuki Okushi
-9
/
+92
2021-07-03
Fix const-generics ICE related to binding
Yuki Okushi
-1
/
+8
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-05-14
add new attribute rustc_insignificant_dtor and a query to check if a type has...
Dhruv Jauhar
-4
/
+49
2021-05-10
Implement changes suggested by tmiasko and davidtwco
Fabian Wolff
-43
/
+42
2021-05-06
Fix stack overflow when checking for structural recursion
Fabian Wolff
-17
/
+199
2021-04-29
Split crate_hash from index_hir.
Camille GILLOT
-6
/
+0
2021-04-27
move `representability` out of `rustc_middle`
lcnr
-0
/
+187
2021-04-05
resolve conflicts
hi-rustin
-2
/
+2
2021-03-31
Track bound vars
Jack Huey
-1
/
+1
2021-03-21
Don't consider !Unpin references as noalias
Nikita Popov
-1
/
+11
2021-02-24
Auto merge of #82159 - BoxyUwU:uwu, r=varkor
bors
-0
/
+60
2021-02-23
yeet
Ellen
-0
/
+60
2021-02-18
Auto merge of #81172 - SimonSapin:ptr-metadata, r=oli-obk
bors
-1
/
+2
2021-02-16
Auto merge of #81611 - cjgillot:meowner, r=estebank
bors
-13
/
+10
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-02-15
Add `ptr::Pointee` trait (for all types) and `ptr::metadata` function
Simon Sapin
-1
/
+2
2021-02-14
param_env debugs are instrumental to rustc's success
Ellen
-6
/
+3
[next]