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-10-02
Auto merge of #147138 - jackh726:split-canonical-bound, r=lcnr
bors
-6
/
+10
2025-09-30
Split Bound into Canonical and Bound
jackh726
-6
/
+10
2025-09-29
Add `overlapping_assoc_constraints` param to `lower_bounds`
Jules Bertholet
-3
/
+17
2025-07-31
Make const bound handling more like types/regions.
Nicholas Nethercote
-5
/
+5
2025-07-13
Imply always-const host effects the same as any other item bound
Michael Goulet
-0
/
+1
2025-07-13
Dont collect assoc ty item bounds from trait where clause for host effect pre...
Michael Goulet
-22
/
+34
2025-06-26
Change const trait bound syntax from ~const to [const]
Oli Scherer
-2
/
+2
2025-06-16
hir_analysis: add `{Meta,Pointee}Sized` bounds
David Wood
-0
/
+16
2025-05-27
Rename unpack to kind
Michael Goulet
-1
/
+1
2025-04-03
Initial support for auto traits with default bounds
Bryanskiy
-5
/
+4
2025-03-15
Stop relying on rustc_type_ir in non-type-system crates
Michael Goulet
-2
/
+1
2025-03-15
Squash fold into ty
Michael Goulet
-1
/
+1
2025-02-15
HIR analysis: Remove unnecessary abstraction over list of clauses
León Orell Valerian Liehr
-5
/
+4
2025-02-12
Rollup merge of #136806 - adwinwhite:cycle-in-pretty-print-rpitit, r=compiler...
Jacob Pratt
-43
/
+45
2025-02-11
reduce query calls in pretty printing when finding bounds of
Adwin White
-43
/
+45
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
[next]