Andrew Brown
|
f19456640c
|
Add documentation for top-level items in cranelift-codegen/meta
|
2019-10-31 09:35:08 -07:00 |
|
Peter Huene
|
9f506692c2
|
Fix clippy warnings.
This commit fixes the current set of (stable) clippy warnings in the repo.
|
2019-10-24 17:20:12 -07:00 |
|
Benjamin Bouvier
|
f0244516c5
|
[meta] Make more things pub(crate) instead of pub;
This could help the compiler find unused fields/methods. It didn't find any
during this migration.
|
2019-09-23 14:42:20 +02:00 |
|
Benjamin Bouvier
|
9dcc185264
|
[meta] Add a MapWithDefault trait;
This traits augments HashMap so they have a `get_or_default` method that
can be used to avoid boilerplate around usage of `entry.or_default`.
|
2019-07-03 18:39:28 +02:00 |
|