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-05-06
wording tweaks
Ellen
-11
/
+11
2022-05-05
make `compare_generic_param_kinds` errors consistent
Ellen
-24
/
+69
2022-05-05
exit out of `compare_number_of_generics` early
Ellen
-29
/
+16
2022-05-05
handle mismatched generic parameter kinds
Ellen
-0
/
+77
2022-04-28
Revert diagnostic duplication and accidental stabilization
Oli Scherer
-49
/
+3
2022-04-05
Rollup merge of #95654 - notriddle:notriddle/issue-95616, r=davidtwco
Dylan DPC
-2
/
+2
2022-04-04
Remove hack, fix fmt and tests
Esteban Kuber
-3
/
+3
2022-04-04
Refer to the TraitRef::identity in the message to be clearer
Esteban Kuber
-2
/
+2
2022-04-04
Dedup logic and improve output for other types that impl trait
Esteban Kuber
-3
/
+3
2022-04-04
Mention implementers of unsatisfied trait
Esteban Kuber
-12
/
+6
2022-04-04
diagnostics: use correct span for const generics
Michael Howell
-2
/
+2
2022-03-28
Revert to inference variable based hidden type computation for RPIT
Oli Scherer
-13
/
+60
2022-03-28
Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"
Oli Scherer
-12
/
+12
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
[next]