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-06-05
Basic removal of `Ty` from places (boring)
Boxy
-1
/
+1
2024-06-05
Unify optional param info with object lifetime default boolean into an enum t...
Oli Scherer
-5
/
+8
2024-06-05
Use a `LocalDefId` for `HirTyLowerer::item_def_id`, since we only ever (can) ...
Oli Scherer
-1
/
+0
2024-05-27
Auto merge of #125468 - BoxyUwU:remove_defid_from_regionparam, r=compiler-errors
bors
-1
/
+1
2024-05-24
Actually just remove the special case altogether
Michael Goulet
-75
/
+47
2024-05-24
Remove `DefId` from `EarlyParamRegion` (tedium/diagnostics)
Boxy
-1
/
+1
2024-05-16
Make P parameter explicit
Michael Goulet
-13
/
+12
2024-05-16
Rename ToPredicate for Upcast
Michael Goulet
-10
/
+10
2024-05-13
Auto merge of #125076 - compiler-errors:alias-term, r=lcnr
bors
-1
/
+3
2024-05-13
split out AliasTy -> AliasTerm
Michael Goulet
-1
/
+3
2024-05-13
Remove `extern crate rustc_middle` from `rustc_hir_analysis`.
Nicholas Nethercote
-0
/
+1
2024-05-09
Rename Generics::params to Generics::own_params
Michael Goulet
-3
/
+3
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
[next]