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_hir_analysis
/
src
/
outlives
/
implicit_infer.rs
Age
Commit message (
Expand
)
Author
Lines
2025-05-27
Rename unpack to kind
Michael Goulet
-2
/
+2
2025-04-24
Remove `weak` alias terminology
Boxy
-2
/
+2
2025-04-07
Implement overflow for infinite implied lifetime bounds
Michael Goulet
-4
/
+17
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-1
/
+1
2025-01-31
Remove an unnecessary loop label.
Nicholas Nethercote
-2
/
+2
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_hir_analysis`.
Nicholas Nethercote
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-07-19
Avoid ref when using format! in compiler
Yuri Astrakhan
-3
/
+3
2024-05-26
Give EarlyBinder a tcx parameter
Michael Goulet
-3
/
+3
2024-02-15
Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoerister
bors
-5
/
+5
2024-02-14
clean up potential_query_instability with FxIndexMap and UnordMap
yukang
-5
/
+5
2024-02-12
Dejargnonize subst
Shoyu Vanilla
-3
/
+3
2023-12-28
Imply outlives-bounds on lazy type aliases
León Orell Valerian Liehr
-71
/
+108
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-16
/
+15
2023-05-29
EarlyBinder::new -> EarlyBinder::bind
lcnr
-1
/
+1
2023-05-28
Make EarlyBinder's inner value private; and fix all of the resulting errors
Kyle Matsuda
-4
/
+7
2023-05-28
Replace EarlyBinder(x) with EarlyBinder::new(x)
Kyle Matsuda
-1
/
+1
2023-05-04
IAT: Introduce AliasKind::Inherent
León Orell Valerian Liehr
-0
/
+3
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-1
/
+1
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-1
/
+1
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-1
/
+1
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-3
/
+3
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-1
/
+1
2022-12-13
ProjectionTy.item_def_id -> ProjectionTy.def_id
Michael Goulet
-1
/
+1
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-1
/
+1
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-0
/
+300