rust/src/libsyntax
2017-06-29 15:19:52 +03:00
..
diagnostics Add E0609 2017-06-11 19:48:53 +02:00
ext Make $crate a keyword 2017-06-29 15:19:52 +03:00
parse Make $crate a keyword 2017-06-29 15:19:52 +03:00
print Make $crate a keyword 2017-06-29 15:19:52 +03:00
util Rollup merge of #41957 - llogiq:clippy-libsyntax, r=petrochenkov 2017-05-16 17:31:50 -06:00
abi.rs add thiscall calling convention support 2017-05-24 16:40:03 -04:00
ast.rs Make $crate a keyword 2017-06-29 15:19:52 +03:00
attr.rs Add an option to the parser to avoid parsing out of line modules 2017-05-18 11:03:07 +12:00
Cargo.toml fix the easy features in libsyntax 2017-05-07 01:20:15 -07:00
codemap.rs External spans: added lazy source loading elsewhere 2017-06-12 21:47:39 +02:00
config.rs Remove struct_field_attributes feature gate 2017-06-15 02:24:05 +09:00
diagnostic_list.rs Removed as many "```ignore" as possible. 2017-06-23 15:31:53 +08:00
entry.rs Cleanup InternedString. 2016-11-21 09:00:56 +00:00
feature_gate.rs Add a feature gate for the #[allow_fail] attribute 2017-06-24 12:08:16 -04:00
fold.rs Hygienize lifetimes. 2017-05-25 05:52:09 +00:00
json.rs Added consumption logic for external sources in FileMap 2017-06-11 13:31:40 +02:00
lib.rs Bump version and stage0 compiler 2017-06-19 22:25:05 -07:00
ptr.rs Replace some matches with try. 2017-06-07 12:15:39 +09:00
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 Hygienize librustc_resolve. 2017-05-25 05:51:50 +00:00
str.rs syntax: Copy unstable str::char_at into libsyntax 2015-04-21 10:23:53 -07:00
test.rs add allow_fail test attribute 2017-06-24 06:42:29 -04:00
test_snippet.rs Position span label correctly when it isn't last 2017-06-15 11:21:19 -07:00
tokenstream.rs Learn to parse a as usize < b 2017-06-11 13:40:04 -07:00
visit.rs Hygienize lifetimes. 2017-05-25 05:52:09 +00:00