rust/src/libsyntax
Zack M. Davis 86b7546204 fixing doctest failures in resurfaced extended information
After repatriating error explanations to the global registry, some lurking
doctest failures surfaced and needed to be chased down. Sadly, a few doctests
needed to be ignored due to a not-yet-understood regression in the doctest
`compile_fail` functionality (filed #43707).
2017-08-06 21:36:57 -07:00
..
diagnostics syntax: Add tokens: Option<TokenStream> to Item 2017-07-28 07:58:20 -07:00
ext syntax: Capture a TokenStream when parsing items 2017-07-28 10:47:01 -07:00
parse default binding modes: add pat_binding_modes 2017-07-30 10:19:53 -04:00
print Add Span to ast::WhereClause 2017-07-29 00:43:35 +09:00
util Update and fix a few tests 2017-06-26 02:08:14 +00:00
abi.rs add thiscall calling convention support 2017-05-24 16:40:03 -04:00
ast.rs Auto merge of #43551 - Mark-Simulacrum:rollup, r=Mark-Simulacrum 2017-07-30 01:40:11 +00:00
attr.rs Lower alignment limit down to 2^31 - 1 (from LLVM) 2017-07-08 10:28:56 -04:00
build.rs rustc: Add some build scripts for librustc crates 2017-07-22 22:04:13 -07:00
Cargo.toml fix the easy features in libsyntax 2017-05-07 01:20:15 -07:00
codemap.rs syntax: avoid loading the same source-file multiple times 2017-08-01 14:18:49 +03:00
config.rs Remove struct_field_attributes feature gate 2017-06-15 02:24:05 +09:00
diagnostic_list.rs fixing doctest failures in resurfaced extended information 2017-08-06 21:36:57 -07:00
entry.rs Cleanup InternedString. 2016-11-21 09:00:56 +00:00
feature_gate.rs Stabilize the compile_error_macro feature 2017-07-25 07:09:31 -07:00
fold.rs Rollup merge of #43501 - topecongiro:span-to-whereclause, r=nrc 2017-07-29 18:03:52 -06:00
json.rs make JSON error byte position start at top of file 2017-07-21 16:50:44 -07:00
lib.rs de-orphan extended information 2017-08-06 21:29: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 syntax: Add tokens: Option<TokenStream> to Item 2017-07-28 07:58:20 -07:00
str.rs syntax: Copy unstable str::char_at into libsyntax 2015-04-21 10:23:53 -07:00
test.rs syntax: Add tokens: Option<TokenStream> to Item 2017-07-28 07:58:20 -07:00
test_snippet.rs Position span label correctly when it isn't last 2017-06-15 11:21:19 -07:00
tokenstream.rs Review comments 2017-07-21 16:49:09 -07:00
visit.rs Store all generic arguments for method calls in AST 2017-07-10 00:20:25 +03:00