rust/src/libsyntax
Steve Klabnik 38c6593592 Rollup merge of #32459 - nrc:json-err-text, r=nikomatsakis
Include source text in JSON errors
2016-03-24 10:37:24 -04:00
..
diagnostics try! -> ? 2016-03-22 22:01:37 -05:00
errors Include source text in JSON errors 2016-03-24 15:32:42 +13:00
ext try! -> ? 2016-03-22 22:01:37 -05:00
parse fix alignment 2016-03-22 22:03:54 -05:00
print fix alignment 2016-03-22 22:03:54 -05:00
util Auto merge of #29734 - Ryman:whitespace_consistency, r=Aatch 2016-03-07 20:06:17 -08:00
abi.rs [breaking-change] don't glob import/export syntax::abi enum variants 2016-02-11 12:34:48 +01:00
ast.rs try! -> ? 2016-03-22 22:01:37 -05:00
ast_util.rs Rename ast::Pat_ and its variants 2016-02-13 13:49:24 +03:00
attr.rs Use more autoderef in libsyntax 2016-02-12 19:28:42 +01:00
Cargo.toml rustbuild: Sync some Cargo.toml/lib.rs dependencies 2016-02-21 09:49:13 -08:00
codemap.rs fix alignment 2016-03-22 22:03:54 -05:00
config.rs Remove some unnecessary indirection from AST structures 2016-02-11 23:33:09 +03:00
entry.rs [breaking-change] don't glob export ast::Item_ variants 2016-02-11 12:34:48 +01:00
feature_gate.rs add naked function tracking issue # to feature gate definition 2016-03-23 17:14:19 +01:00
fold.rs Add default as contextual keyword, and parse it for impl items. 2016-03-14 15:04:33 -07:00
lib.rs sprinkle feature gates here and there 2016-03-22 22:02:47 -05:00
owned_slice.rs Deprecate name OwnedSlice and don't use it 2015-12-18 00:52:56 +03:00
ptr.rs Use more autoderef in libsyntax 2016-02-12 19:28:42 +01:00
show_span.rs use structured errors 2015-12-30 14:27:59 +13:00
std_inject.rs [breaking-change] don't glob export ast::Visibility variants 2016-02-11 12:34:48 +01:00
str.rs syntax: Copy unstable str::char_at into libsyntax 2015-04-21 10:23:53 -07:00
test.rs Use more autoderef in libsyntax 2016-02-12 19:28:42 +01:00
visit.rs implement the ? operator 2016-03-07 14:39:39 -05:00