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
/
hir_ty_lowering
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-29
Add `overlapping_assoc_constraints` param to `lower_bounds`
Jules Bertholet
-0
/
+1
2025-09-24
Address review comments
Jules Bertholet
-3
/
+15
2025-09-18
Enforce E0719 only for trait aliases
Jules Bertholet
-1
/
+2
2025-09-17
Merge modules dyn_compatibility and lint into dyn_trait
León Orell Valerian Liehr
-11
/
+3
2025-09-17
Remove `DynKind`
León Orell Valerian Liehr
-6
/
+1
2025-09-02
stabilize extended_varargs_abi_support
Ralf Jung
-2
/
+2
2025-08-11
Propagate TraitImplHeader to hir
Cameron Steffen
-1
/
+1
2025-08-07
Use `tcx.short_string()` in more diagnostics
Esteban Küber
-2
/
+3
2025-08-03
Auto merge of #144677 - nnethercote:bound-const-handling, r=lcnr
bors
-3
/
+5
2025-07-31
Deduplicate `IntTy`/`UintTy`/`FloatTy`.
Nicholas Nethercote
-3
/
+3
2025-07-31
Make const bound handling more like types/regions.
Nicholas Nethercote
-3
/
+5
2025-07-20
Rollup merge of #144142 - compiler-errors:itib, r=fmease
Matthias Krüger
-0
/
+8
2025-07-18
Add implicit sized bound to trait ascription types
Michael Goulet
-0
/
+8
2025-07-18
HIR ty lowering: Validate `PointeeSized` bounds
León Orell Valerian Liehr
-23
/
+26
2025-07-18
HIR ty lowering: Simplify signature of `lower_poly_trait_ref`
León Orell Valerian Liehr
-5
/
+8
2025-07-12
Clean up implementation of RPITIT assoc item lowering
Michael Goulet
-2
/
+2
2025-07-13
query RPITIT in a trait or impl
bohan
-2
/
+2
2025-07-06
compiler: rename {ast,hir}::BareFn* to FnPtr*
Jubilee Young
-9
/
+9
2025-07-04
Same for types
Michael Goulet
-2
/
+1
2025-07-04
Remove Symbol for Named LateParam/Bound variants
Michael Goulet
-13
/
+7
2025-07-03
Rollup merge of #143038 - Qelxiros:142676-private-dependency-traits, r=tgross35
Jana Dönszelmann
-1
/
+1
2025-07-03
Rollup merge of #134006 - klensy:typos, r=nnethercote
Jana Dönszelmann
-1
/
+1
2025-07-03
setup CI and tidy to use typos for spellchecking and fix few typos
klensy
-1
/
+1
2025-07-02
avoid suggesting traits from private dependencies
Jeremy Smart
-1
/
+1
2025-07-02
Rollup merge of #143258 - compiler-errors:disambiguator-state, r=oli-obk
Matthias Krüger
-9
/
+19
2025-07-01
Remove support for dyn*
Michael Goulet
-1
/
+0
2025-06-30
Don't recompute DisambiguatorState for every RPITIT in trait definition
Michael Goulet
-9
/
+19
2025-06-30
Introduce `ByteSymbol`.
Nicholas Nethercote
-2
/
+2
2025-06-26
Change const trait bound syntax from ~const to [const]
Oli Scherer
-3
/
+3
2025-06-23
compiler: Remove unsupported_fn_ptr_calling_conventions lint
Jubilee Young
-2
/
+2
2025-06-17
Don't build `ParamEnv` and do trait solving in `ItemCtxt`s
Boxy
-112
/
+39
2025-06-12
Remove lower_arg_ty as all callers were passing `None`
Oli Scherer
-10
/
+0
2025-06-11
Auto merge of #141763 - lcnr:fixme-gamer, r=BoxyUwU
bors
-1
/
+5
2025-06-05
Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of None
Oli Scherer
-1
/
+1
2025-06-03
`FIXME(-Znext-solver)` triage
lcnr
-1
/
+5
2025-05-27
Rollup merge of #141495 - compiler-errors:rename-unpack, r=fmease
Matthias Krüger
-1
/
+1
2025-05-27
Rename unpack to kind
Michael Goulet
-1
/
+1
2025-05-27
Use more detailed spans in dyn compat errors within bodies
Oli Scherer
-1
/
+5
2025-05-06
Factor out `resolve_type_relative_path`
León Orell Valerian Liehr
-48
/
+75
2025-05-06
Rename and move several error reporting methods
León Orell Valerian Liehr
-171
/
+19
2025-05-06
Introduce Boolean type `PermitVariants` for legibility
León Orell Valerian Liehr
-13
/
+22
2025-05-06
Name methods pertaining to HIR ty lowering of paths more appropriately
León Orell Valerian Liehr
-132
/
+148
2025-05-06
Eliminate unnecessary parameter
León Orell Valerian Liehr
-8
/
+2
2025-05-06
Consistently use the DiagCtxtHandle of HirTyLowerer instead of the one of TyCtxt
León Orell Valerian Liehr
-4
/
+4
2025-05-02
resolve: Support imports of associated types and glob imports from traits
Vadim Petrochenkov
-16
/
+18
2025-04-29
Rollup merge of #139909 - oli-obk:or-patterns, r=BoxyUwU
Trevor Gross
-24
/
+36
2025-04-28
Add or-patterns to pattern types
Oli Scherer
-0
/
+8
2025-04-28
Separate pattern lowering from pattern type lowering
Oli Scherer
-24
/
+28
2025-04-24
Remove `weak` alias terminology
Boxy
-1
/
+1
2025-04-20
Don't compute name of associated item if it's an RPITIT
Michael Goulet
-3
/
+3
[next]