Commit graph

48 commits

Author SHA1 Message Date
Stéphane Campinas 08ea8efc9f
changelog for 1.2.1 2019-05-20 23:39:40 +02:00
Stéphane Campinas c64f0698f0
changelog for 1.2.0 2019-05-20 23:30:15 +02:00
Stéphane Campinas eaefa27c31
changelog for 1.1.1 2019-05-20 23:26:50 +02:00
Stéphane Campinas bd799e554f
changelog for 1.1.0 2019-05-20 23:20:03 +02:00
Stéphane Campinas 312a727c7d
changelog for 1.0.3 2019-05-20 22:50:15 +02:00
Stéphane Campinas fa59a683c0
changelog for 1.0.2 2019-05-20 22:48:29 +02:00
Stéphane Campinas 7a711b357e
changelog for 1.0.1 2019-05-20 22:15:58 +02:00
Stéphane Campinas b7dec0c357
changelog for 1.0.0 2019-05-20 22:06:44 +02:00
Stéphane Campinas 416795d1d6
changelog for 0.99.9 2019-05-20 21:10:34 +02:00
Stéphane Campinas c51c27034a
changelog for 0.99.8 2019-05-20 21:07:56 +02:00
Stéphane Campinas ca18c45d99
changelog for 0.99.7 2019-05-20 20:58:16 +02:00
Stéphane Campinas 1c3437db8c
changelog for 0.99.6 2019-05-20 20:41:16 +02:00
Stéphane Campinas 61dc467a59
changelog for 0.99.5 2019-05-20 10:19:57 +02:00
Stéphane Campinas 9618e22a34
changelog for 0.99.4 2019-05-20 09:48:44 +02:00
Stéphane Campinas 135db8e787
changelog for 0.99.3 2019-05-20 09:41:02 +02:00
Stéphane Campinas 9646ef1a14
changelog for 0.99.2 2019-05-19 23:02:30 +02:00
Stéphane Campinas e425e4c376
changelog for 0.99.1 2019-05-19 22:58:18 +02:00
Stéphane Campinas 3ac895236c
changelog for 0.99.0 2019-05-19 22:55:36 +02:00
Stéphane Campinas 67bab695ad
changelog for 0.9.0 2019-05-19 22:53:13 +02:00
Stéphane Campinas 8ea5460e79
changelog for 0.8.2 2019-05-19 12:17:47 +02:00
Stéphane Campinas 6d83d59b8d
changelog for 0.7.0 2019-05-19 12:05:10 +02:00
Stéphane Campinas d169b95710
changelog for 0.6.1 2019-05-19 11:03:02 +02:00
Stéphane Campinas 583d58d80b
changelog for 0.6.0 2019-05-18 20:30:52 +02:00
Stéphane Campinas 2c7a0ca575
changelog for 0.5.0 2019-05-18 20:29:09 +02:00
Stéphane Campinas 5a5aa459f6
changelog for 0.4.2 2019-05-18 20:20:52 +02:00
xiongmao86 a9932f6606 update CHANGELOG. 2019-05-10 21:29:08 +08:00
Matthias Krüger b25f974c0d fix a few typos found via codespell. 2018-10-19 12:28:00 +02:00
Nick Cameron 261238ea51 Change use_small_heuristics to an enum and stabilise
Since it is now an enum, we can be future compatible since we can add variants
for different heuristics.

Closes #1974
2018-06-19 13:28:27 +12:00
topecongiro 87180d9065 0.4.1 2018-03-16 08:58:25 +09:00
Seiichi Uchida 314c912303 Update CHANGELOG 2018-03-14 00:38:42 +09:00
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