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_middle
/
src
/
ty
/
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
-1
/
+1
2025-06-26
Change const trait bound syntax from ~const to [const]
Oli Scherer
-1
/
+1
2025-03-26
Remove `kw::Empty` uses from `rustc_middle`.
Nicholas Nethercote
-3
/
+1
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-11-11
Simplify some places that deal with generic parameter defaults
León Orell Valerian Liehr
-2
/
+2
2024-10-26
Effects cleanup
Deadbeef
-1
/
+0
2024-10-24
Implement const effect predicate in new solver
Michael Goulet
-0
/
+70
2024-10-24
Remove associated type based effects logic
Michael Goulet
-16
/
+3
2024-10-23
More compare_impl_item simplifications
Michael Goulet
-1
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-16
Don't ICE when RPITIT captures more method args than trait definition
Michael Goulet
-3
/
+5
2024-08-24
Fix `elided_named_lifetimes` in code
Pavel Grigorenko
-1
/
+1
2024-08-06
Stop unnecessarily taking GenericPredicates by &self
Michael Goulet
-6
/
+6
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+2
2024-07-07
iter_identity is a better name
Michael Goulet
-1
/
+1
2024-06-28
implement new effects desugaring
Deadbeef
-1
/
+2
2024-06-18
Uplift the new trait solver
Michael Goulet
-0
/
+4
2024-06-05
Basic removal of `Ty` from places (boring)
Boxy
-10
/
+2
2024-05-27
Rollup merge of #125597 - compiler-errors:early-binder, r=jackh726
Guillaume Gomez
-1
/
+1
2024-05-27
Auto merge of #125468 - BoxyUwU:remove_defid_from_regionparam, r=compiler-errors
bors
-1
/
+1
2024-05-26
Give EarlyBinder a tcx parameter
Michael Goulet
-1
/
+1
2024-05-25
Auto merge of #124187 - compiler-errors:self-ctor, r=petrochenkov
bors
-28
/
+0
2024-05-24
Remove `DefId` from `EarlyParamRegion` (tedium/diagnostics)
Boxy
-1
/
+1
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_middle`.
Nicholas Nethercote
-0
/
+1
2024-05-19
Add and use generics.is_empty() and generics.is_own_empty, rather than using ...
Santiago Pastorino
-0
/
+8
2024-05-18
(Mostly) revert "Account for type param from other item in `note_and_explain`"
Michael Goulet
-28
/
+0
2024-05-10
Lift `TraitRef` into `rustc_type_ir`
Michael Goulet
-0
/
+6
2024-05-09
Rename Generics::params to Generics::own_params
Michael Goulet
-12
/
+12
2024-04-29
Remove `extern crate rustc_macros` from `rustc_middle`.
Nicholas Nethercote
-0
/
+1
2024-04-19
Stop taking ParamTy/ParamConst/EarlyParamRegion/AliasTy by ref
Michael Goulet
-4
/
+4
2024-04-08
Actually create ranged int types in the type system.
Oli Scherer
-3
/
+3
2024-02-28
Avoid code duplication
Veera
-10
/
+7
2024-02-28
Improve error messages for generics with default parameters
Veera
-0
/
+27
2024-02-12
Dejargnonize subst
Shoyu Vanilla
-2
/
+2
2023-12-19
rename to verbose-internals
jyn
-2
/
+2
2023-12-10
clean up leftover FIXME
Deadbeef
-2
/
+4
2023-12-10
Revert "Don't print host effect param in pretty path_generic_args"
Deadbeef
-8
/
+4
2023-12-10
filter out trailing effect param in `own_args_no_defaults`
Deadbeef
-0
/
+2
2023-12-09
Don't print host effect param in pretty path_generic_args
Michael Goulet
-4
/
+8
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-11-14
finish `RegionKind` rename
lcnr
-5
/
+5
2023-10-27
Account for type param from other item in `note_and_explain`
Esteban Küber
-0
/
+28
2023-10-15
Duplicate `~const` bounds with a non-const one in effects desugaring
Deadbeef
-0
/
+4
2023-09-14
treat host effect params as erased generics in codegen
Deadbeef
-2
/
+4
2023-09-11
add `is_host_effect` to `GenericParamDefKind::Const` and address review
Deadbeef
-3
/
+3
2023-07-17
Rename arg_iter to iter_instantiated
Michael Goulet
-1
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-22
/
+22
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-2
/
+2
2023-07-05
Auto merge of #113210 - fee1-dead-contrib:effects-mvp, r=oli-obk
bors
-0
/
+3
2023-07-04
include `host_effect_index` in `Generics`
Deadbeef
-0
/
+3
[next]