rust/src/libsyntax
bors 32a4bd9ae5 Auto merge of #29102 - petrochenkov:spanvis, r=alexcrichton
Closes https://github.com/rust-lang/rust/issues/28750
`Arm` and `Generics` don't have spans at all, so it's not a visitor's problem, `visit_struct_def` was fixed in https://github.com/rust-lang/rust/pull/28816
2015-10-17 06:16:09 +00:00
..
diagnostics Cleanup interfaces of Name, SyntaxContext and Ident 2015-09-24 23:05:02 +03:00
ext Auto merge of #29014 - petrochenkov:stability, r=brson 2015-10-16 17:47:01 +00:00
parse Auto merge of #28827 - thepowersgang:unsafe-const-fn-2, r=Aatch 2015-10-14 10:17:30 +00:00
print Auto merge of #28980 - nrc:unsafe-macros, r=@pnkfelix 2015-10-15 03:26:48 +00:00
util Refactor attr::Stability 2015-10-13 06:01:31 +03:00
abi.rs Create "platform-intrinsic" ABI for SIMD/platform intrinsics. 2015-08-17 14:41:38 -07:00
ast.rs Auto merge of #28980 - nrc:unsafe-macros, r=@pnkfelix 2015-10-15 03:26:48 +00:00
ast_util.rs Merge VariantData and VariantData_ 2015-10-13 15:19:27 +03:00
attr.rs Refactor attr::Stability 2015-10-13 06:01:31 +03:00
codemap.rs Some cleanup of no longer used AST things 2015-10-09 11:53:42 +13:00
config.rs Merge VariantData and VariantData_ 2015-10-13 15:19:27 +03:00
diagnostic.rs Some cleanup of no longer used AST things 2015-10-09 11:53:42 +13:00
entry.rs Cleanup interfaces of Name, SyntaxContext and Ident 2015-09-24 23:05:02 +03:00
feature_gate.rs Merge struct fields and struct kind 2015-10-13 15:19:25 +03:00
fold.rs Merge VariantData and VariantData_ 2015-10-13 15:19:27 +03:00
lib.rs Remove the push_unsafe! and pop_unsafe! macros. 2015-10-12 15:50:12 +13:00
owned_slice.rs Fill in some missing parts in the default AST visitor 2015-09-28 23:06:43 +03:00
ptr.rs syntax: remove #![feature(box_syntax, box_patterns)] 2015-04-21 10:07:48 -07:00
show_span.rs std: Stabilize FromStr and parse 2015-01-30 08:52:44 -08:00
std_inject.rs Stop re-exporting AttrStyle's variants and rename them. 2015-10-01 18:03:34 +02:00
str.rs syntax: Copy unstable str::char_at into libsyntax 2015-04-21 10:23:53 -07:00
test.rs Rollup merge of #28033 - Manishearth:compilerexpn, r=eddyb 2015-08-28 03:38:37 +05:30
visit.rs Provide span for visit_enum_def 2015-10-16 17:17:14 +03:00