rust/src/libsyntax
2016-12-23 05:49:34 +00:00
..
diagnostics Use Symbol instead of InternedString in the AST, HIR, and various other places. 2016-11-21 09:00:55 +00:00
ext Allow legacy custom derive authors to disable warnings in downstream crates. 2016-12-23 05:49:34 +00:00
parse Optimize ast::PathSegment. 2016-12-19 20:57:00 +00:00
print Optimize ast::PathSegment. 2016-12-19 20:57:00 +00:00
util annotate stricter lifetimes on LateLintPass methods to allow them to forward to a Visitor 2016-12-06 11:28:51 +01:00
abi.rs check target abi support 2016-10-24 15:59:53 +02:00
ast.rs Optimize ast::PathSegment. 2016-12-19 20:57:00 +00:00
attr.rs Remove some unused functions and fix formatting. 2016-12-18 23:25:30 +00:00
Cargo.toml Change implementation of syntax::util::SmallVector to use data_structures::SmallVec. 2016-11-11 07:38:48 -07:00
codemap.rs rustc: use Span's allow_internal_unstable instead of hir::BlockCheckMode. 2016-11-28 04:18:10 +02:00
config.rs Move MetaItemKind's Name to a field of MetaItem. 2016-11-20 12:36:30 +00:00
diagnostic_list.rs Implement RFC#1559: allow all literals in attributes. 2016-08-25 13:25:22 -07:00
entry.rs Cleanup InternedString. 2016-11-21 09:00:56 +00:00
feature_gate.rs Auto merge of #38191 - oli-obk:clippy_is_sad, r=eddyb 2016-12-07 23:06:10 +00:00
fold.rs Optimize ast::PathSegment. 2016-12-19 20:57:00 +00:00
json.rs Allow supplying an error destination via the compiler driver 2016-09-28 16:20:30 +13:00
lib.rs Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichton 2016-12-12 13:19:33 +00:00
ptr.rs Documentation for default types modified 2016-09-11 22:58:01 +05:30
show_span.rs annotate stricter lifetimes on LateLintPass methods to allow them to forward to a Visitor 2016-12-06 11:28:51 +01:00
std_inject.rs Optimize ast::PathSegment. 2016-12-19 20:57:00 +00:00
str.rs syntax: Copy unstable str::char_at into libsyntax 2015-04-21 10:23:53 -07:00
symbol.rs Remove Rc from the interner. 2016-11-21 09:00:56 +00:00
test.rs Optimize ast::PathSegment. 2016-12-19 20:57:00 +00:00
test_snippet.rs review comments 2016-11-23 23:44:17 -08:00
tokenstream.rs macros: fix the expected paths for a non-inline module matched by an item fragment. 2016-12-07 10:56:55 +00:00
visit.rs Optimize ast::PathSegment. 2016-12-19 20:57:00 +00:00