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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_hir_analysis
/
src
/
collect
/
predicates_of.rs
Age
Commit message (
Expand
)
Author
Lines
2024-04-16
Avoid unnecessary `rustc_span::DUMMY_SP` usage.
Nicholas Nethercote
-1
/
+1
2024-03-22
Split out ImplPolarity and PredicatePolarity
Michael Goulet
-2
/
+2
2024-03-22
Rename module astconv to hir_ty_lowering
León Orell Valerian Liehr
-1
/
+1
2024-03-22
Update local variables and tracing calls
León Orell Valerian Liehr
-9
/
+9
2024-03-22
Update (doc) comments
León Orell Valerian Liehr
-10
/
+11
2024-03-22
Rename AstConv to HIR ty lowering
León Orell Valerian Liehr
-17
/
+17
2024-03-18
Use `hir::Node` helper methods instead of repeat the same impl multiple times
Oli Scherer
-66
/
+17
2024-03-14
hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id`
Vadim Petrochenkov
-4
/
+2
2024-03-08
Rename some functions to represent their generalized behavior
Michael Goulet
-1
/
+1
2024-02-21
Prevent cycle in implied predicates computation
Michael Goulet
-8
/
+22
2024-02-17
Properly check constrainedness of gen params in the presence of weak alias types
León Orell Valerian Liehr
-1
/
+1
2024-02-10
hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}`
Vadim Petrochenkov
-2
/
+1
2024-01-08
~const trait or projection bounds do not imply non-const bounds
Michael Goulet
-32
/
+6
2023-12-15
Annotate some bugs
Michael Goulet
-1
/
+6
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-5
/
+5
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-7
/
+7
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-3
/
+3
2023-11-14
finish `RegionKind` rename
lcnr
-3
/
+3
2023-10-17
Auto merge of #116756 - fee1-dead-contrib:dupe-those-bounds, r=oli-obk
bors
-5
/
+32
2023-10-15
Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstrieb
bors
-1
/
+3
2023-10-15
Duplicate `~const` bounds with a non-const one in effects desugaring
Deadbeef
-5
/
+32
2023-10-13
Fix a comment
Deadbeef
-1
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-1
/
+3
2023-09-01
Don't manually walk through param indices when adding implicit Sized and Cons...
Michael Goulet
-29
/
+5
2023-08-08
Install bidirectional outlives predicates for RPITITs (and RPITs) correctly
Michael Goulet
-66
/
+28
2023-08-08
Unconditionally record lifetime mapping
Michael Goulet
-1
/
+1
2023-08-05
Consolidate opaque ty and async fn lowering code
Michael Goulet
-1
/
+1
2023-08-02
Remove constness from `TraitPredicate`
Deadbeef
-12
/
+4
2023-07-28
Type-check generic const items
León Orell Valerian Liehr
-0
/
+2
2023-07-17
Properly document lifetime_mapping in OpaqueTy
Michael Goulet
-1
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-21
/
+20
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-2
/
+8
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-1
/
+2
2023-07-04
Replace `mk_const` with `Const::new_x` methods
Boxy
-2
/
+5
2023-06-30
RPITITs inherit method predicates
Michael Goulet
-2
/
+14
2023-06-30
use explicit predicates
Michael Goulet
-1
/
+2
2023-06-29
Add bidirectional where clauses on RPITIT synthesized GATs
Santiago Pastorino
-2
/
+56
2023-06-29
Intern OpaqueTy on ItemKind::OpaqueTy
Santiago Pastorino
-1
/
+1
2023-06-29
Extract compute_bidirectional_outlives_predicates fn
Santiago Pastorino
-33
/
+51
2023-06-27
pass PredicateFilter to compute_bounds
Michael Goulet
-34
/
+3
2023-06-27
Make associated type bounds in supertrait position implied
Michael Goulet
-50
/
+54
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-59
/
+29
2023-06-19
Fully fledged Clause type
Michael Goulet
-11
/
+9
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-13
/
+19
2023-06-18
Rollup merge of #112734 - dswij:bounds-predicates-clause, r=compiler-errors
Matthias Krüger
-6
/
+15
2023-06-17
Move ConstEvaluatable to Clause
Michael Goulet
-1
/
+1
2023-06-17
Move WF goal to clause
Michael Goulet
-1
/
+1
2023-06-17
`Bound::predicates` to return `Clause`
dswij
-6
/
+15
2023-06-02
No more TyCtxt::lazy_normalization
Michael Goulet
-1
/
+1
2023-05-29
Rename `tcx.mk_re_*` => `Region::new_*`
Maybe Waffle
-5
/
+8
[next]