rust/src
Alex Crichton 36abfe5dc2 Remove usage of many unstable features
This removes usage of:

* PathExt
* split_last
* split_last_mut
* catch_panic

The catch_panic one was a little tricky as the ident interner needed to be
cloned across threads (a little unsafely), but it should otherwise be good to
go.
2015-10-23 13:46:14 -07:00
..
bin Remove usage of many unstable features 2015-10-23 13:46:14 -07:00
chains.rs Remove usage of many unstable features 2015-10-23 13:46:14 -07:00
comment.rs Remove usage of many unstable features 2015-10-23 13:46:14 -07:00
config.rs Deal with floating links in chains 2015-10-22 22:30:01 +02:00
expr.rs Improve handling of commas after match arms. 2015-10-21 14:35:45 -07:00
filemap.rs Increase default function call width limit 2015-10-06 22:27:11 +02:00
imports.rs Increase default function call width limit 2015-10-06 22:27:11 +02:00
issues.rs Increase default function call width limit 2015-10-06 22:27:11 +02:00
items.rs Fix large block comments 2015-10-19 23:06:36 +02:00
lib.rs Remove usage of many unstable features 2015-10-23 13:46:14 -07:00
lists.rs Format vec! macro using brackets 2015-10-16 22:55:42 +02:00
macros.rs Remove usage of many unstable features 2015-10-23 13:46:14 -07:00
missed_spans.rs Fix large block comments 2015-10-19 23:06:36 +02:00
modules.rs Changes to source formatting 2015-09-26 13:58:12 +12:00
patterns.rs Format some patterns 2015-10-19 20:15:36 +02:00
rewrite.rs Remove overflow indentation 2015-10-19 23:06:36 +02:00
rustfmt_diff.rs Changes to rustfmt source 2015-09-26 18:29:48 +12:00
string.rs infinite while loop fixed, redundancy removed 2015-10-02 11:13:07 -05:00
types.rs Format some patterns 2015-10-19 20:15:36 +02:00
utils.rs Format more type variants 2015-10-17 16:05:59 +02:00
visitor.rs Don't use visit::walk_*. Instead, recurse by hand. 2015-10-21 13:46:13 -07:00