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
Age
Commit message (
Expand
)
Author
Lines
2023-09-01
Don't manually walk through param indices when adding implicit Sized and Cons...
Michael Goulet
-108
/
+93
2023-08-27
More precisely detect cycle errors from type_of on opaque
Michael Goulet
-77
/
+99
2023-08-08
Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obk
bors
-1
/
+1
2023-08-08
Auto merge of #114602 - compiler-errors:rpit-outlives-sadness, r=oli-obk
bors
-66
/
+28
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-08
Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli...
Matthias Krüger
-2
/
+2
2023-08-07
Store the laziness of type aliases in the DefKind
León Orell Valerian Liehr
-2
/
+2
2023-08-06
lower impl const to bind to host effect param
Deadbeef
-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-30
Remap explicit item bounds of RPITIT's opaque back to ty::Opaque
Michael Goulet
-2
/
+46
2023-07-28
Type-check generic const items
León Orell Valerian Liehr
-70
/
+45
2023-07-28
Lower generic const items to HIR
León Orell Valerian Liehr
-1
/
+1
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-6
/
+5
2023-07-22
Remove Scope::Elision.
Camille GILLOT
-38
/
+21
2023-07-17
Properly document lifetime_mapping in OpaqueTy
Michael Goulet
-1
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-53
/
+51
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-11
/
+11
2023-07-08
Replace RPITIT current impl with new strategy that lowers as a GAT
Santiago Pastorino
-6
/
+2
2023-07-08
Auto merge of #113474 - compiler-errors:rollup-07x1up7, r=compiler-errors
bors
-2
/
+12
2023-07-07
Don't ICE in resolve_bound_vars when associated return-type bounds are in bad...
Michael Goulet
-2
/
+12
2023-07-07
Require TAITs to be mentioned in the signatures of functions that register hi...
Oli Scherer
-1
/
+10
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-36
/
+44
2023-07-05
Auto merge of #113210 - fee1-dead-contrib:effects-mvp, r=oli-obk
bors
-5
/
+25
2023-07-04
include `host_effect_index` in `Generics`
Deadbeef
-5
/
+21
2023-07-04
Replace `mk_const` with `Const::new_x` methods
Boxy
-2
/
+5
2023-07-04
add test
Deadbeef
-2
/
+6
2023-07-04
Auto merge of #113215 - compiler-errors:rpitit-predicates-tweaks, r=spastorino
bors
-3
/
+16
2023-06-30
RPITITs inherit method predicates
Michael Goulet
-2
/
+14
2023-06-30
use explicit predicates
Michael Goulet
-1
/
+2
2023-06-30
Rollup merge of #113071 - compiler-errors:no-parent-non-lifetime-args-in-apit...
Matthias Krüger
-6
/
+49
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
-4
/
+4
2023-06-29
Extract compute_bidirectional_outlives_predicates fn
Santiago Pastorino
-33
/
+51
2023-06-27
pass PredicateFilter to compute_bounds
Michael Goulet
-37
/
+6
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
-68
/
+34
2023-06-26
migrate lifetime too
Michael Goulet
-6
/
+4
2023-06-26
Account for late-bound vars from parent arg-position impl trait
Michael Goulet
-0
/
+45
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
-17
/
+13
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-17
/
+25
2023-06-18
Rollup merge of #112734 - dswij:bounds-predicates-clause, r=compiler-errors
Matthias Krüger
-8
/
+25
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
-8
/
+25
2023-06-16
Add `AliasKind::Weak` for type aliases.
Oli Scherer
-0
/
+1
2023-06-11
properly check associated consts for infer placeholders
Michael Goulet
-2
/
+14
[next]