Commit graph

68 commits

Author SHA1 Message Date
Danyel
4af82a278c
Fix typo "carfo" -> "cargo" in changelog. 2018-02-16 18:53:34 +01:00
Nick Cameron
b7f01769f9
Merge branch 'master' into init-shorthand 2018-02-01 15:20:01 +13:00
Seiichi Uchida
c9c346a89f Add 'use_field_init_shorthand' config option 2018-01-29 22:15:20 +09:00
Seiichi Uchida
56c6d73d82 Reorder modules
Add `reorder_modules` config option.

Two things we must keep in mind when reordering modules:
1. We should not reorder modules with attributes, as doing so could
   potentially break the code (e.g. `#[macro_use]`).
2. We should not reorder inline modules e.g. `mod foo { /* .. */ }`.
   We should only reorder module declarations e.g. `mod foo;`.

Some open questions:
1. Should we bring modules with `pub` in front of those without `pub`
   so that they stand out from others?
2. Instead of keeping modules with attributes in the same place,
   can we bring them in front of others? Is this safe?
2018-01-29 21:59:15 +09:00
Seiichi Uchida
e0e3e22248 0.3.6 2018-01-18 18:56:46 +09:00
Seiichi Uchida
fa782303a6 0.3.5 2018-01-15 21:34:41 +09:00
Seiichi Uchida
fbbaab8051 Update changelog 2018-01-11 17:24:35 +09:00
Seiichi Uchida
6714a447d0 0.3.4 2017-12-23 12:25:42 +09:00
topecongiro
fb0e449ab3 Update CHANGELOG 2017-12-22 17:20:15 +09:00
Seiichi Uchida
85ef4638b6 Make 'cargo fmt' formats every workspace member 2017-12-20 22:47:51 +09:00
topecongiro
c0701f5fa5 0.3.2 2017-12-15 10:39:33 +09:00
Seiichi Uchida
75874bc257 Update CHANGELOG
1. Update CHANGELOG from 0.2.17 to 0.3.1.
2. Add Unreleased section to ease the management of CHANGELOG.
2017-12-12 15:02:29 +09:00
topecongiro
c03d57bad5 Update changelog 2017-11-21 09:06:33 +09:00
Nick Cameron
89535f1fda
Merge pull request #2129 from topecongiro/changelog
Update Changelog
2017-11-08 21:12:09 +13:00
topecongiro
6bfa612fb2 Update changelog 2017-11-08 13:59:05 +09:00
Liigo Zhuang
fe1bef74df
fix old releases dates 2017-11-04 11:13:08 +08:00
topecongiro
58ec7a324d Update changelog 2017-09-28 10:09:22 +09:00
topecongiro
fb4dcbfe5c Add CHANGELOG.md 2017-08-31 14:06:10 +09:00