rust/src/libsyntax
bors 371bf0eda2 Auto merge of #33982 - LeoTestard:remove-check-matcher-old, r=pnkfelix
Remove the old FOLLOW checking (aka `check_matcher_old`).

It was supposed to be removed at the next release cycle but is still in the tree since like 6 months.
Potential breaking change, since some cases (such as #25658) will change from a warning to an error. But the warning stating that it will be a hard error in the next release has been there for 6 months now.
I think it's safe to break this code. ^_^
2016-06-07 17:56:35 -07:00
..
diagnostics replace fileline_{help,note} with {help,note} 2016-05-02 11:49:23 -04:00
errors Back to single line between errors. Add header space to secondary files 2016-05-24 10:42:32 -04:00
ext Auto merge of #33982 - LeoTestard:remove-check-matcher-old, r=pnkfelix 2016-06-07 17:56:35 -07:00
parse Auto merge of #33900 - GuillaumeGomez:rollup, r=GuillaumeGomez 2016-05-27 03:56:19 -07:00
print Auto merge of #33934 - Byron:libsyntex-ring-buffer-size, r=pnkfelix 2016-05-29 03:02:46 -07:00
util Remove ExplicitSelf from AST 2016-05-25 21:55:04 +03:00
abi.rs [breaking-change] don't glob import/export syntax::abi enum variants 2016-02-11 12:34:48 +01:00
ast.rs Auto merge of #33794 - petrochenkov:sanity, r=nrc 2016-06-01 06:21:53 -07:00
attr.rs Add and use HasAttrs trait 2016-05-26 23:23:01 +00:00
Cargo.toml rustbuild: Fix dist for non-host targets 2016-04-01 10:18:36 -07:00
codemap.rs Auto merge of #33706 - jseyfried:refactor_cfg, r=nrc 2016-05-27 17:46:14 -07:00
config.rs Fix bug in the syntax::config::StripUnconfigured folder 2016-06-02 07:34:19 +00:00
entry.rs [breaking-change] don't glob export ast::Item_ variants 2016-02-11 12:34:48 +01:00
feature_gate.rs Respect #[rustc_inherit_overflow_checks] in mir::build and trans. 2016-06-05 14:41:03 +03:00
fold.rs Rollup merge of #33644 - petrochenkov:selfast, r=nrc 2016-05-27 09:57:11 +05:30
lib.rs Nit: use Range::contains 2016-05-02 11:49:25 -04:00
ptr.rs Remove some old code from libsyntax 2016-04-24 21:04:09 +03:00
show_span.rs use structured errors 2015-12-30 14:27:59 +13:00
std_inject.rs syntax: Merge keywords and remaining special idents in one list 2016-04-24 20:59:44 +03:00
str.rs
test.rs Auto merge of #33821 - sanxiyn:cfg-test, r=nikomatsakis 2016-05-28 10:24:01 -07:00
visit.rs Rollup merge of #33854 - petrochenkov:prefvis, r=eddyb 2016-05-28 19:52:16 +05:30