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
/
collect
/
item_bounds.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-08
Rustfmt
bjorn3
-8
/
+10
2025-01-28
Make item self/non-self bound naming less whack
Michael Goulet
-6
/
+5
2024-12-18
Fix const conditions for RPITITs
Michael Goulet
-4
/
+3
2024-10-31
Make SelfTraitThatDefines a tighter filter
Michael Goulet
-3
/
+3
2024-10-30
Remove dead code stemming from the old effects desugaring
León Orell Valerian Liehr
-3
/
+0
2024-10-26
Collect item bounds for RPITITs from trait where clauses just like associated...
Michael Goulet
-14
/
+2
2024-10-26
Effects cleanup
Deadbeef
-2
/
+2
2024-10-24
Implement const effect predicate in new solver
Michael Goulet
-4
/
+32
2024-10-20
Inline lower_mono_bounds into lower_poly_bounds
Michael Goulet
-2
/
+5
2024-10-04
rm `ItemKind::OpaqueTy`
Noah Lev
-9
/
+4
2024-10-02
Move in_trait into OpaqueTyOrigin
Michael Goulet
-31
/
+39
2024-10-02
Use named fields for OpaqueTyOrigin
Michael Goulet
-2
/
+2
2024-09-27
properly elaborate effects implied bounds for super traits
Deadbeef
-26
/
+3
2024-09-25
Add a few more tests, comments
Michael Goulet
-0
/
+6
2024-09-25
Pull out into helper function
Michael Goulet
-99
/
+112
2024-09-25
Collect relevant item bounds from trait clauses for nested rigid projections,...
Michael Goulet
-10
/
+216
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-21
Assert that explicit_super_predicates_of and explicit_item_bounds truly only ...
Michael Goulet
-10
/
+22
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_hir_analysis`.
Nicholas Nethercote
-0
/
+1
2024-08-06
Cache supertrait outlives of impl header for soundness check
Michael Goulet
-0
/
+21
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+6
2024-06-28
address review comments
Deadbeef
-1
/
+1
2024-06-28
general fixups and turn `TODO`s into `FIXME`s
Deadbeef
-3
/
+6
2024-06-28
Implement `Self::Effects: Compat<HOST>` desugaring
Deadbeef
-3
/
+1
2024-06-28
move desugaring to item bounds
Deadbeef
-0
/
+26
2024-06-28
implement new effects desugaring
Deadbeef
-2
/
+2
2024-06-24
Split out IntoIterator and non-Iterator constructors for AliasTy/AliasTerm/Tr...
Michael Goulet
-2
/
+2
2024-06-21
Rename a bunch of things
Michael Goulet
-1
/
+1
2024-06-19
Allow tracing through item_bounds query invocations on opaques
Oli Scherer
-1
/
+1
2024-05-26
Give EarlyBinder a tcx parameter
Michael Goulet
-6
/
+6
2024-05-13
Auto merge of #125076 - compiler-errors:alias-term, r=lcnr
bors
-1
/
+1
2024-05-13
split out AliasTy -> AliasTerm
Michael Goulet
-1
/
+1
2024-05-13
Remove `extern crate rustc_middle` from `rustc_hir_analysis`.
Nicholas Nethercote
-0
/
+1
2024-04-21
also remap RPITITs nested in other types back to their opaques
Lukas Markeffsky
-2
/
+2
2024-04-04
cache type info for ParamEnv
Lukas Markeffsky
-7
/
+4
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
-6
/
+6
2024-03-22
Update (doc) comments
León Orell Valerian Liehr
-2
/
+2
2024-03-22
Rename AstConv to HIR ty lowering
León Orell Valerian Liehr
-5
/
+5
2024-03-20
Split item bounds and item super predicates
Michael Goulet
-5
/
+49
2024-03-03
Add a proper `with_no_queries` to printing
John Kåre Alsaker
-1
/
+1
2023-12-15
Annotate some bugs
Michael Goulet
-3
/
+5
2023-12-13
Auto merge of #118500 - ZetaNumbers:tcx_hir_refactor, r=petrochenkov
bors
-3
/
+2
2023-12-12
clippy::complexity fixes
Matthias Krüger
-7
/
+4
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-3
/
+2
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-1
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-2
/
+2
2023-07-30
Remap explicit item bounds of RPITIT's opaque back to ty::Opaque
Michael Goulet
-2
/
+46
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-6
/
+6
2023-07-08
Replace RPITIT current impl with new strategy that lowers as a GAT
Santiago Pastorino
-6
/
+2
[next]