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
/
constrained_generic_params.rs
Age
Commit message (
Expand
)
Author
Lines
2025-04-24
Remove `weak` alias terminology
Boxy
-4
/
+4
2025-04-08
clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()`
xizheyin
-1
/
+1
2025-03-15
Stop relying on rustc_type_ir in non-type-system crates
Michael Goulet
-2
/
+1
2025-03-15
Fold visit into ty
Michael Goulet
-2
/
+1
2025-03-15
Squash fold into ty
Michael Goulet
-1
/
+1
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_hir_analysis`.
Nicholas Nethercote
-0
/
+1
2024-08-27
Add `warn(unreachable_pub)` to `rustc_hir_analysis`.
Nicholas Nethercote
-5
/
+5
2024-05-13
Auto merge of #125076 - compiler-errors:alias-term, r=lcnr
bors
-2
/
+2
2024-05-13
split out AliasTy -> AliasTerm
Michael Goulet
-2
/
+2
2024-05-13
Remove `extern crate rustc_middle` from `rustc_hir_analysis`.
Nicholas Nethercote
-0
/
+1
2024-03-05
Convert `TypeVisitor` and `DefIdVisitor` to use `VisitorResult`
Jason Newcomb
-8
/
+6
2024-02-20
Use expand_weak_alias_tys when collecting constrained generics params in impls
León Orell Valerian Liehr
-34
/
+19
2024-02-17
Properly check constrainedness of gen params in the presence of weak alias types
León Orell Valerian Liehr
-10
/
+33
2024-02-12
Dejargnonize subst
Shoyu Vanilla
-1
/
+1
2023-11-14
finish `RegionKind` rename
lcnr
-3
/
+3
2023-11-02
Minimize `pub` usage in `source_map.rs`.
Nicholas Nethercote
-1
/
+1
2023-08-12
Opaques do not constrain generic params
Michael Goulet
-1
/
+1
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-4
/
+2
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-1
/
+1
2023-05-04
IAT: Introduce AliasKind::Inherent
León Orell Valerian Liehr
-1
/
+1
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-2
/
+2
2023-02-13
Make visiting traits generic over the Interner
Alan Egerton
-1
/
+1
2023-02-13
Alias folding/visiting traits instead of re-export
Alan Egerton
-1
/
+1
2023-01-17
Stop using `BREAK` & `CONTINUE` in compiler
Scott McMurray
-2
/
+2
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-1
/
+1
2022-11-25
Introduce PredicateKind::Clause
Santiago Pastorino
-1
/
+2
2022-10-10
Fix compiler docs
Guillaume Gomez
-3
/
+7
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-0
/
+221