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
2023-02-22
Rename ty_error_with_guaranteed to ty_error, ty_error to ty_error_misc
Michael Goulet
-1
/
+1
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-2
/
+2
2023-02-15
Add specialized variants of `mk_region`.
Nicholas Nethercote
-1
/
+1
2023-02-09
Use `ErrorGuaranteed` more in `ReError`
Esteban Küber
-1
/
+1
2023-02-09
Change to `ReError(ErrorGuaranteed)`
Esteban Küber
-1
/
+1
2023-02-09
Introduce `ReError`
Esteban Küber
-1
/
+1
2023-01-15
instantiate_own doesn't need to return a pair of vectors
Michael Goulet
-9
/
+3
2023-01-14
change const_param_default query to return EarlyBinder; remove bound_const_pa...
Kyle Matsuda
-1
/
+1
2022-12-20
Remove an unused function
Oli Scherer
-8
/
+0
2022-12-10
Rollup merge of #105410 - TaKO8Ki:fix-105257, r=BoxyUwU
Matthias Krüger
-0
/
+9
2022-12-08
add a test case for `generic_const_exprs` in trait items
Takayuki Maeda
-2
/
+2
2022-12-07
consider `parent_count` for const param defaults
Takayuki Maeda
-0
/
+9
2022-12-06
Add GenericParamDef::to_error and InternalSubsts::extend_with_error
Michael Goulet
-0
/
+14
2022-11-24
Use kw::Empty for elided lifetimes in path.
Camille GILLOT
-1
/
+10
2022-09-19
remove the `Subst` trait, always use `EarlyBinder`
lcnr
-2
/
+1
2022-09-08
update `ParamKindOrd`
lcnr
-2
/
+3
2022-09-07
Add instrument and debug calls
Santiago Pastorino
-0
/
+1
2022-08-31
Fix a bunch of typo
Dezhi Wu
-1
/
+1
2022-08-29
Rollup merge of #99821 - cjgillot:ast-lifetimes-2, r=compiler-errors
Dylan DPC
-2
/
+1
2022-08-21
More docs
Michael Goulet
-0
/
+4
2022-08-21
Rework ambiguity errors
Michael Goulet
-0
/
+11
2022-08-03
Compute `object_lifetime_default` per parameter.
Camille GILLOT
-2
/
+1
2022-07-07
Add bound_const_param_default
Jack Huey
-2
/
+2
2022-06-11
Address comments
Michael Goulet
-0
/
+7
2022-06-08
note that methods should only be used for diags
lcnr
-0
/
+4
2022-06-08
dedup diagnostics default params handling
lcnr
-1
/
+36
2022-06-02
add new `emit_inference_failure_err`
lcnr
-0
/
+29
2022-05-10
Introduce EarlyBinder
Jack Huey
-2
/
+9
2022-01-14
reviews ish
Ellen
-0
/
+7
2021-12-10
remove feature gate and cleanup code
Ellen
-4
/
+2
2021-11-18
rustc: Remove `#[rustc_synthetic]`
Vadim Petrochenkov
-18
/
+3
2021-08-03
Do not suggest impl traits as type arguments
Yuki Okushi
-0
/
+15
2021-06-02
Miscellaneous inlining improvements
Tomasz Miąsko
-0
/
+1
2021-04-21
loosen ordering restricts for `const_generics_defaults`
lcnr
-1
/
+1
2021-03-23
Update with comments
kadmin
-2
/
+4
2021-03-23
Add query for const_param_default
kadmin
-3
/
+5
2021-03-23
Add has_default to GenericParamDefKind::Const
kadmin
-10
/
+10
2021-03-10
Moved types starting with 'Generic' into generics.rs.
Nicholas-Baron
-0
/
+257