rust/src/libsyntax
2015-12-17 09:35:51 +13:00
..
diagnostics remove Tt prefix from TokenType variants 2015-11-06 14:52:02 +01:00
errors A little more refactoring inside emitter.rs 2015-12-17 09:35:51 +13:00
ext move error handling from libsyntax/diagnostics.rs to libsyntax/errors/* 2015-12-17 09:35:50 +13:00
parse Move a bunch of stuff from Session to syntax::errors 2015-12-17 09:35:51 +13:00
print move error handling from libsyntax/diagnostics.rs to libsyntax/errors/* 2015-12-17 09:35:50 +13:00
util remove deprecated APIs missed in #30182 2015-12-13 01:02:12 -05:00
abi.rs Port the standard crates to PNaCl/NaCl. 2015-10-28 17:23:28 -05:00
ast.rs [breaking-change] move ast_util functions to methods 2015-12-14 21:15:01 +00:00
ast_util.rs [breaking-change] move ast_util functions to methods 2015-12-14 21:15:01 +00:00
attr.rs move error handling from libsyntax/diagnostics.rs to libsyntax/errors/* 2015-12-17 09:35:50 +13:00
codemap.rs Added pretty-printing for span expansion chains through span_to_expanded_string. 2015-12-08 15:35:28 +13:00
config.rs move error handling from libsyntax/diagnostics.rs to libsyntax/errors/* 2015-12-17 09:35:50 +13:00
entry.rs Cleanup interfaces of Name, SyntaxContext and Ident 2015-09-24 23:05:02 +03:00
feature_gate.rs move error handling from libsyntax/diagnostics.rs to libsyntax/errors/* 2015-12-17 09:35:50 +13:00
fold.rs Rollup merge of #30388 - DanielJCampbell:macro-ident-spans, r=nrc 2015-12-16 17:46:29 +05:30
lib.rs move error handling from libsyntax/diagnostics.rs to libsyntax/errors/* 2015-12-17 09:35:50 +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 move error handling from libsyntax/diagnostics.rs to libsyntax/errors/* 2015-12-17 09:35:50 +13: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 move error handling from libsyntax/diagnostics.rs to libsyntax/errors/* 2015-12-17 09:35:50 +13:00
visit.rs Use a struct instead of a tuple for inline asm output operands 2015-12-05 10:11:20 +00:00