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
/
explicit.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-15
Implement other logics
tiif
-0
/
+1
2024-10-24
Implement const effect predicate in new solver
Michael Goulet
-1
/
+2
2024-08-27
Add `warn(unreachable_pub)` to `rustc_hir_analysis`.
Nicholas Nethercote
-2
/
+2
2024-05-26
Give EarlyBinder a tcx parameter
Michael Goulet
-2
/
+2
2024-02-14
clean up potential_query_instability with FxIndexMap and UnordMap
yukang
-3
/
+3
2023-07-03
remove TypeWellFormedFromEnv
Michael Goulet
-2
/
+1
2023-06-26
TypeWellFormedInEnv
Michael Goulet
-1
/
+2
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-34
/
+24
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-10
/
+9
2023-06-17
Move ConstEvaluatable to Clause
Michael Goulet
-1
/
+1
2023-06-17
Move WF goal to clause
Michael Goulet
-1
/
+1
2023-05-29
EarlyBinder::new -> EarlyBinder::bind
lcnr
-1
/
+1
2023-05-28
Replace EarlyBinder(x) with EarlyBinder::new(x)
Kyle Matsuda
-1
/
+1
2023-03-23
Rename AliasEq -> AliasRelate
Michael Goulet
-1
/
+1
2023-02-17
Add `Clause::ConstArgHasType` variant
Boxy
-0
/
+1
2023-02-10
add `AliasEq` to `PredicateKind`
Boxy
-0
/
+1
2022-11-25
Introduce PredicateKind::Clause
Santiago Pastorino
-20
/
+22
2022-11-21
Add an always-ambiguous predicate to make sure that we don't accidentlally al...
Oli Scherer
-0
/
+1
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-0
/
+69