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
/
generics.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-01
Remove dead code stemming from an old effects desugaring
León Orell Valerian Liehr
-8
/
+1
2025-07-19
rename `emit_unless` to `emit_unless_delay`
xizheyin
-1
/
+1
2025-06-11
stabilize gai
Boxy
-14
/
+1
2025-06-04
Verbose suggestion to make param `const`
Esteban Küber
-1
/
+1
2025-04-02
Move methods from `Map` to `TyCtxt`, part 5.
Nicholas Nethercote
-1
/
+1
2025-03-04
mgca: Lower all const paths as `ConstArgKind::Path`
Noah Lev
-1
/
+1
2025-02-28
Introduce `feature(generic_const_parameter_types)`
Boxy
-1
/
+1
2025-02-21
Move methods from Map to TyCtxt, part 3.
Nicholas Nethercote
-2
/
+1
2025-02-18
Move methods from `Map` to `TyCtxt`, part 2.
Nicholas Nethercote
-1
/
+1
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-1
/
+1
2025-01-31
Remove an unused arg from the trait method `provided_kind`.
Nicholas Nethercote
-1
/
+1
2025-01-23
Semantic changes from new hir representation
Boxy
-11
/
+15
2025-01-23
Split hir `TyKind` and `ConstArgKind` in two and update `hir::Visitor`
Boxy
-2
/
+1
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-1
/
+1
2024-11-30
Remove hir::ArrayLen, introduce ConstArgKind::Infer
Dominik Stolz
-1
/
+1
2024-11-19
Introduce `min_generic_const_args` and directly represent paths
Noah Lev
-7
/
+12
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_hir_analysis`.
Nicholas Nethercote
-0
/
+1
2024-08-07
Rollup merge of #128424 - fee1-dead-contrib:fx-clean, r=oli-obk
Guillaume Gomez
-26
/
+0
2024-07-31
minor `effects` cleanups
Deadbeef
-26
/
+0
2024-07-29
Fix ICE Caused by Incorrectly Delaying E0107
Veera
-14
/
+27
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-9
/
+10
2024-07-17
Remove some unintended changes to imports
Noah Lev
-3
/
+3
2024-07-16
Add `ConstArgKind::Path` and make `ConstArg` its own HIR node
Noah Lev
-5
/
+8
2024-07-16
hir: Create `hir::ConstArgKind` enum
Noah Lev
-2
/
+3
2024-07-09
Automatically taint when reporting errors from ItemCtxt
Oli Scherer
-20
/
+22
2024-07-08
Remove `structured_errors` module
Oli Scherer
-1
/
+1
2024-07-08
Remove `StructuredDiag`
Oli Scherer
-16
/
+14
2024-06-28
general fixups and turn `TODO`s into `FIXME`s
Deadbeef
-1
/
+1
2024-06-28
implement new effects desugaring
Deadbeef
-1
/
+2
2024-06-12
E0229: Suggest Moving Type Constraints to Type Parameter Declaration
Veera
-1
/
+16
2024-06-03
Provide previous generic arguments to `provided_kind`
Oli Scherer
-1
/
+1
2024-06-03
Always provide previous generic arguments
Oli Scherer
-4
/
+5
2024-06-03
Store indices of generic args instead of spans, as the actual entries are unu...
Oli Scherer
-13
/
+2
2024-06-03
Avoid an `Option` that is always `Some`
Oli Scherer
-1
/
+1
2024-05-31
Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com...
Matthias Krüger
-14
/
+16
2024-05-30
Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup
León Orell Valerian Liehr
-14
/
+16
2024-05-23
Remove `LintDiagnostic::msg`
León Orell Valerian Liehr
-2
/
+3
2024-05-09
Rename Generics::params to Generics::own_params
Michael Goulet
-4
/
+4
2024-04-23
Rollup merge of #122591 - gurry:122162-impl-type-binding-suggestion, r=fmease
León Orell Valerian Liehr
-1
/
+1
2024-04-21
cleanup: unnecessary clone during lower generics args
bohan
-2
/
+2
2024-04-16
Emit suggestions when equality constraints are wrongly used
Gurinder Singh
-1
/
+1
2024-03-22
Rename module astconv to hir_ty_lowering
León Orell Valerian Liehr
-0
/
+658