rust/src/libsyntax
Niko Matsakis e7c7a18d94 adapt JSON to new model
Each Span now carries a `is_primary` boolean along with an optional
label. If there are multiple labels for a span, it will appear multiple
times.
2016-05-02 11:47:10 -04:00
..
diagnostics syntax: Get rid of token::IdentStyle 2016-04-24 20:59:44 +03:00
errors adapt JSON to new model 2016-05-02 11:47:10 -04:00
ext Auto merge of #32846 - jseyfried:allow_unconfigured_gated_expanded_items, r=nrc 2016-04-30 02:07:33 -07:00
parse Rollup merge of #33218 - oli-obk:interned_str_cmp, r=nikomatsakis 2016-04-28 09:51:44 -04:00
print Rollup merge of #33041 - petrochenkov:path, r=nrc,Manishearth 2016-04-25 00:47:44 +05:30
util Remove unused trait imports 2016-04-12 22:58:55 +09:00
abi.rs [breaking-change] don't glob import/export syntax::abi enum variants 2016-02-11 12:34:48 +01:00
ast.rs Rollup merge of #33041 - petrochenkov:path, r=nrc,Manishearth 2016-04-25 00:47:44 +05:30
attr.rs allow InternedString to be compared to &str directly 2016-04-26 16:27:10 +02:00
Cargo.toml rustbuild: Fix dist for non-host targets 2016-04-01 10:18:36 -07:00
codemap.rs revamp MultiSpan and introduce new snippet code 2016-05-02 11:47:09 -04:00
config.rs Move span into StructField 2016-04-06 11:19:10 +03:00
entry.rs [breaking-change] don't glob export ast::Item_ variants 2016-02-11 12:34:48 +01:00
feature_gate.rs Auto merge of #32791 - LeoTestard:feature-gate-clean, r=nikomatsakis 2016-04-27 18:35:29 -07:00
fold.rs Rollup merge of #33041 - petrochenkov:path, r=nrc,Manishearth 2016-04-25 00:47:44 +05:30
lib.rs Remove some old code from libsyntax 2016-04-24 21:04:09 +03: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 syntax: Copy unstable str::char_at into libsyntax 2015-04-21 10:23:53 -07:00
test.rs syntax: Merge keywords and remaining special idents in one list 2016-04-24 20:59:44 +03:00
visit.rs thread tighter span for closures around 2016-04-24 18:10:57 +05:30