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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
const-generics
/
defaults
Age
Commit message (
Expand
)
Author
Lines
2022-02-16
allow special behavior when printing const infer
lcnr
-2
/
+2
2022-02-14
Make `find_similar_impl_candidates` a little fuzzier.
Ben Reeves
-0
/
+2
2022-02-11
Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"
Oli Scherer
-12
/
+12
2022-02-02
Lazily resolve type-alias-impl-trait defining uses
Oli Scherer
-12
/
+12
2022-01-30
Bless all pretty printer tests and ui tests
David Tolnay
-1
/
+1
2021-12-14
test
Ellen
-0
/
+25
2021-12-10
update tests
Ellen
-117
/
+36
2021-12-07
Refer to const params as "const params" and not "type params"
Esteban Kuber
-1
/
+1
2021-12-07
Refer to uninferred `const` params by their name, instead of `{ _: _ }`
Esteban Kuber
-1
/
+1
2021-12-07
Only shown relevant type params in E0283 label
Esteban Kuber
-1
/
+1
2021-12-01
Pretty print empty blocks as {}
David Tolnay
-2
/
+2
2021-11-20
Do not mention associated items when they introduce an obligation
Esteban Kuber
-5
/
+0
2021-10-21
*dust dust*
Ellen
-2
/
+2
2021-10-20
Ordering
Ellen
-1
/
+10
2021-10-20
add fixme
Ellen
-1
/
+1
2021-10-20
Inference
Ellen
-0
/
+26
2021-10-20
Wfness
Ellen
-0
/
+59
2021-10-20
Return pos impl trait
Ellen
-0
/
+94
2021-10-20
Trait objects
Ellen
-0
/
+104
2021-08-30
`feature(const_generics)` -> `feature(const_param_types)`
lcnr
-139
/
+28
2021-08-30
rename const_evaluatable_checked to generic_const_exprs
Ellen
-5
/
+5
2021-08-21
Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`
Aaron Hill
-1
/
+0
2021-07-24
Auto merge of #86580 - BoxyUwU:cgd-subst-ice, r=nikomatsakis
bors
-0
/
+96
2021-07-14
OOPS
Ellen
-9
/
+9
2021-07-14
Change type param -> generic param
Ellen
-0
/
+37
2021-07-10
redo tests
Ellen
-31
/
+96
2021-07-10
Moves changes to explicit_preds_of/inferred_outlives_of/generics_of
Ellen
-1
/
+10
2021-07-10
Dont provide all parent generics to cgdefaults
Ellen
-0
/
+22
2021-07-08
only check cg defaults wf once instantiated
lcnr
-23
/
+4
2021-06-12
Rollup merge of #85800 - BoxyUwU:const-param-default-diagnostics, r=oli-obk
Yuki Okushi
-12
/
+40
2021-06-07
note :sparkles: uwuuu
Ellen
-8
/
+13
2021-06-01
Add test for forward declared const param defaults
Ellen
-0
/
+42
2021-05-29
Fix missing note on type mismatch error diagnostics
Ellen
-4
/
+14
2021-05-29
Make lifetime ordering error pretty print const param defaults
Ellen
-2
/
+15
2021-05-13
wow
Ellen
-1
/
+1
2021-05-13
completion uwu
Ellen
-6
/
+0
2021-04-21
supply substs to anon consts in defaults
lcnr
-25
/
+29
2021-04-21
improve wf check for const param defaults
lcnr
-5
/
+54
2021-04-21
loosen ordering restricts for `const_generics_defaults`
lcnr
-71
/
+128
2021-04-21
fix name resolution for param defaults
lcnr
-2
/
+63
2021-03-29
Prefer 4 spaces
JohnTitor
-52
/
+52
2021-03-29
Add a regression test for issue-82792
JohnTitor
-0
/
+14
2021-03-23
Update to not have extra match
kadmin
-0
/
+75
2021-03-23
Update with comments
kadmin
-0
/
+53
2021-03-23
Add query for const_param_default
kadmin
-0
/
+42
2021-03-23
progress, stuff compiles now
lcnr
-7
/
+25
2021-03-23
Some refactoring
varkor
-4
/
+1
2021-03-23
Add has_default to GenericParamDefKind::Const
kadmin
-0
/
+15
2020-12-30
Take type defaults into account in suggestions to reorder generic parameters
max-heller
-10
/
+10
2020-12-26
update tests
Bastian Kauschke
-34
/
+16
[next]