rust/src
2015-09-03 23:41:25 -04:00
..
bin Simplify match expression 2015-08-28 23:51:26 +02:00
comment.rs Remove faulty shortcut in rewrite_string_lit 2015-09-01 20:42:07 +02:00
config.rs Support struct-like layouts for fn args 2015-09-02 09:41:08 +12:00
expr.rs Support unicode in string literals. 2015-09-03 23:41:25 -04: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 Preserve some whitespace between struct fields etc. 2015-09-02 14:11:19 +12:00
lib.rs Support unicode in string literals. 2015-09-03 23:41:25 -04:00
lists.rs Preserve some whitespace between struct fields etc. 2015-09-02 14:11:19 +12:00
missed_spans.rs Fix #190 for submodules 2015-08-24 22:01:01 +02:00
modules.rs Formatting 2015-08-20 08:11:14 +12: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 Replace uses of x.len() == 0 by x.is_empty() #187 2015-08-25 01:07:48 +03:00
utils.rs Support unicode in string literals. 2015-09-03 23:41:25 -04:00
visitor.rs Format match expressions properly when they appear on an overflowing line. 2015-09-02 14:29:47 +12:00