rust/src/libsyntax
Niko Matsakis 01f32ace03 Convert DefId to use DefIndex, which is an index into a list of
paths, and construct paths for all definitions. Also, stop rewriting
DefIds for closures, and instead just load the closure data from
the original def-id, which may be in another crate.
2015-10-01 10:43:07 -04:00
..
diagnostics Cleanup interfaces of Name, SyntaxContext and Ident 2015-09-24 23:05:02 +03:00
ext Auto merge of #28642 - petrochenkov:name3, r=nrc 2015-09-26 14:48:56 +00:00
parse Auto merge of #28642 - petrochenkov:name3, r=nrc 2015-09-26 14:48:56 +00:00
print Auto merge of #28642 - petrochenkov:name3, r=nrc 2015-09-26 14:48:56 +00:00
util Cleanup interfaces of Name, SyntaxContext and Ident 2015-09-24 23:05:02 +03:00
abi.rs Create "platform-intrinsic" ABI for SIMD/platform intrinsics. 2015-08-17 14:41:38 -07:00
ast.rs Convert DefId to use DefIndex, which is an index into a list of 2015-10-01 10:43:07 -04:00
ast_util.rs Auto merge of #28577 - jethrogb:topic/ast-stmt-debug, r=pcwalton 2015-10-01 02:38:25 +00:00
attr.rs feature gate cfg(target_feature). 2015-08-17 14:41:37 -07:00
codemap.rs Cleanup interfaces of Name, SyntaxContext and Ident 2015-09-24 23:05:02 +03:00
config.rs Remove Visibility field from enum variants 2015-09-17 10:02:59 +03:00
diagnostic.rs Cleanup interfaces of Name, SyntaxContext and Ident 2015-09-24 23:05:02 +03:00
entry.rs Cleanup interfaces of Name, SyntaxContext and Ident 2015-09-24 23:05:02 +03:00
feature_gate.rs Auto merge of #28642 - petrochenkov:name3, r=nrc 2015-09-26 14:48:56 +00:00
fold.rs Remove the deprecated box(PLACE) syntax. 2015-09-24 18:00:08 +03:00
lib.rs Move entry point identification logic to libsyntax 2015-08-24 20:27:42 -04: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 Move ExpnInfo to Name 2015-08-28 03:37:13 +05:30
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 Restore if lets replaced with fors 2015-09-29 11:33:25 +03:00