rust/src/libsyntax
bors a2cf2c66e0 Auto merge of #25791 - barosl:use-paths-as-items, r=alexcrichton
Currently, for `use` declarations with multiple paths, only the `use` item itself is saved in the AST map, not the individual path nodes. This can lead to a problem when a span of a specific path node is needed.

For example, #24818 caused an ICE because of this, in `ImportResolver::check_for_conflicting_import()`.

Fixes #25763.
2015-05-27 07:14:45 +00:00
..
ast_map Associate each path in a use declaration with the item in the AST map 2015-05-26 17:42:56 +09:00
diagnostics Remove error diagnostics uniqueness check and .json generation. 2015-05-22 15:40:12 +02:00
ext Auto merge of #25713 - Stebalien:pattern, r=alexcrichton 2015-05-27 00:42:55 +00:00
parse Fix typo. 2015-05-26 15:12:52 -05:00
print Two more small fixes. 2015-05-22 08:45:05 -04:00
util syntax: replace sess.span_diagnostic.cm with sess.codemap(). 2015-05-14 01:47:56 +03:00
abi.rs
ast_util.rs Make various fixes: 2015-05-21 11:47:30 -04:00
ast.rs Make various fixes: 2015-05-21 11:47:30 -04:00
attr.rs Make caching in stability work. This improves stability check performance 2015-05-26 11:38:56 +03:00
codemap.rs syntax: abstract over the file loading mechanism. 2015-05-14 01:47:56 +03:00
config.rs
diagnostic.rs Auto merge of #25387 - eddyb:syn-file-loader, r=nikomatsakis 2015-05-17 00:05:34 +00:00
feature_gate.rs Auto merge of #25609 - nikomatsakis:const-fn, r=pnkfelix 2015-05-24 11:12:34 +00:00
fold.rs Make various fixes: 2015-05-21 11:47:30 -04:00
lib.rs libs: Move favicon URLs to HTTPS 2015-05-15 16:04:01 -07:00
owned_slice.rs
ptr.rs
show_span.rs
std_inject.rs
str.rs
test.rs syntax: parse const fn for free functions and inherent methods. 2015-05-21 11:47:30 -04:00
visit.rs Make various fixes: 2015-05-21 11:47:30 -04:00