rust/src
Kamal Marhubi fd38acb86f deps: Update syntex_syntax to 0.31.0
Most of the churn on this bump comes from the `Visibility` enum changing
from

    pub enum Visibility {
        Public,
        Inherited,
    }

to

    pub enum Visibility {
        Public,
        Crate,
        Restricted { path: P<Path>, id: NodeId },
        Inherited,
    }

which require taking `Visibility` by reference in most places. The new
variants are not handled at this point.

Refs #970
2016-05-01 23:06:58 -04:00
..
bin Change defaults and update tests and source 2016-04-22 19:18:48 +12:00
chains.rs Fix for stable 2016-04-26 14:27:13 +12:00
checkstyle.rs Update checkstyle write mode to take Write arguments. 2016-01-19 00:23:38 -05:00
comment.rs Change defaults and update tests and source 2016-04-22 19:18:48 +12:00
config.rs Change defaults and update tests and source 2016-04-22 19:18:48 +12:00
expr.rs Change defaults and update tests and source 2016-04-22 19:18:48 +12:00
filemap.rs refactor: unify run and run_from_stdin 2016-04-02 22:24:38 +03:00
imports.rs Merge pull request #857 from kamalmarhubi/codemap-ext 2016-03-14 18:00:51 +13:00
issues.rs cleanup: Use const instead of static 2016-02-01 23:40:45 -05:00
items.rs deps: Update syntex_syntax to 0.31.0 2016-05-01 23:06:58 -04:00
lib.rs Always skip children when using Plain write mode 2016-04-28 01:44:45 -04:00
lists.rs Change defaults and update tests and source 2016-04-22 19:18:48 +12:00
macros.rs Merge pull request #960 from rust-lang-nursery/big-closures 2016-04-28 09:49:08 +12:00
missed_spans.rs Change defaults and update tests and source 2016-04-22 19:18:48 +12:00
modules.rs deps: Update syntex_syntax to 0.29.1 2016-03-02 13:08:21 -05:00
patterns.rs Change defaults and update tests and source 2016-04-22 19:18:48 +12:00
rewrite.rs block indent large closures 2016-04-22 11:29:01 +12:00
rustfmt_diff.rs Fixed #700, use default color for titles and context in write-mode=diff 2016-01-01 09:14:39 -08:00
string.rs Change defaults and update tests and source 2016-04-22 19:18:48 +12:00
summary.rs return non-zero exit code if there were errors 2016-04-15 02:51:50 +03:00
types.rs Change defaults and update tests and source 2016-04-22 19:18:48 +12:00
utils.rs deps: Update syntex_syntax to 0.31.0 2016-05-01 23:06:58 -04:00
visitor.rs deps: Update syntex_syntax to 0.31.0 2016-05-01 23:06:58 -04:00