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
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
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-4
/
+6
2023-06-27
pass PredicateFilter to compute_bounds
Michael Goulet
-3
/
+3
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-8
/
+4
2023-06-22
Expect clause more
Michael Goulet
-1
/
+1
2023-06-22
Migrate item_bounds to ty::Clause
Michael Goulet
-20
/
+14
2023-06-19
Fully fledged Clause type
Michael Goulet
-6
/
+4
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-3
/
+5
2023-06-17
`Bound::predicates` to return `Clause`
dswij
-2
/
+10
2023-06-16
Add `AliasKind::Weak` for type aliases.
Oli Scherer
-0
/
+1
2023-05-29
EarlyBinder::new -> EarlyBinder::bind
lcnr
-2
/
+2
2023-05-28
Replace EarlyBinder(x) with EarlyBinder::new(x)
Kyle Matsuda
-2
/
+2
2023-05-01
Do not consider associated type bounds for super_predicates_that_define_assoc...
Michael Goulet
-3
/
+3
2023-04-20
add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite...
Kyle Matsuda
-6
/
+7
2023-04-20
change usages of explicit_item_bounds to bound_explicit_item_bounds
Kyle Matsuda
-5
/
+6
2023-04-06
Make elaborator generic
Michael Goulet
-1
/
+1
2023-03-26
Don't elaborate non-obligations into obligations
Michael Goulet
-7
/
+4
2023-03-21
IdentitySubsts::identity_for_item takes Into<DefId>
Michael Goulet
-3
/
+3
2023-03-21
Use LocalDefId in ItemCtxt
Michael Goulet
-10
/
+14
[next]