rust/src
2015-09-07 00:30:46 -04:00
..
bin fix outdated help text 2015-09-04 21:28:37 +02:00
comment.rs Fix https://github.com/nrc/rustfmt/issues/278 2015-09-07 00:30:46 -04:00
config.rs Allow partial rustfmt.toml 2015-09-05 00:09:26 +02:00
expr.rs Merge pull request #265 from nrc/unsafe_one_line 2015-09-06 22:44:06 +02:00
filemap.rs Formatting 2015-08-20 08:11:14 +12:00
imports.rs Replace uses of x.len() == 0 by x.is_empty() #187 2015-08-25 01:07:48 +03:00
issues.rs Format assignment 2015-08-25 21:43:13 +02:00
items.rs Format <foo + 'bar> nicely 2015-09-04 17:04:54 +12:00
lib.rs Merge pull request #248 from sinhpham/unicode_string_lit 2015-09-07 08:01:06 +12:00
lists.rs code improvements suggested by clippy 2015-09-04 23:39:33 +02:00
missed_spans.rs Fix #190 for submodules 2015-08-24 22:01:01 +02:00
modules.rs code improvements suggested by clippy 2015-09-04 23:39:33 +02:00
rewrite.rs Fix a bug where struct lits nested in fn calls were over-indented 2015-09-02 15:36:17 +12:00
string.rs Support unicode in string literals. 2015-09-03 23:41:25 -04:00
types.rs Fix qself rewrites without explicit casts 2015-09-06 23:18:27 +02:00
utils.rs Support unicode in string literals. 2015-09-03 23:41:25 -04:00
visitor.rs code improvements suggested by clippy 2015-09-04 23:39:33 +02:00