rust/src
Barosl Lee 0ae30e608c Associate each path in a use declaration with the item in the AST map
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-26 17:42:56 +09:00
..
compiler-rt@58ab642c30
compiletest
doc Auto merge of #25771 - killercup:trpl/cleanup-markdown-links, r=steveklabnik 2015-05-25 21:28:51 +00:00
driver
error-index-generator
etc
grammar
jemalloc@e24a1a025a
liballoc Mark boxed::into_raw as safe 2015-05-24 21:45:29 -04:00
libarena
libbacktrace
libcollections Rollup merge of #25716 - steveklabnik:remove_bad_docs, r=Gankro 2015-05-23 19:03:20 +02:00
libcollectionstest
libcore Auto merge of #25698 - mdinger:flat_map, r=steveklabnik 2015-05-25 19:52:45 +00:00
libcoretest Stabilize debug builders for 1.2.0 2015-05-19 21:57:39 -07:00
libflate
libfmt_macros
libgetopts
libgraphviz
liblibc Auto merge of #25350 - alexcrichton:msvc, r=brson 2015-05-20 00:31:55 +00:00
liblog
librand
librbml
librustc Auto merge of #25609 - nikomatsakis:const-fn, r=pnkfelix 2015-05-24 11:12:34 +00:00
librustc_back Auto merge of #25350 - alexcrichton:msvc, r=brson 2015-05-20 00:31:55 +00:00
librustc_bitflags
librustc_borrowck
librustc_data_structures
librustc_driver Auto merge of #25168 - Manishearth:register_attr, r=eddyb 2015-05-24 09:38:26 +00:00
librustc_lint Auto merge of #25609 - nikomatsakis:const-fn, r=pnkfelix 2015-05-24 11:12:34 +00:00
librustc_llvm Auto merge of #25350 - alexcrichton:msvc, r=brson 2015-05-20 00:31:55 +00:00
librustc_privacy
librustc_resolve Make various fixes: 2015-05-21 11:47:30 -04:00
librustc_trans Auto merge of #25773 - dotdash:deref_dst, r=eddyb 2015-05-25 15:54:39 +00:00
librustc_typeck Make various fixes: 2015-05-21 11:47:30 -04:00
librustc_unicode
librustdoc Auto merge of #25609 - nikomatsakis:const-fn, r=pnkfelix 2015-05-24 11:12:34 +00:00
libserialize
libstd Auto merge of #25767 - mystor:patch-1, r=Gankro 2015-05-25 23:02:52 +00:00
libsyntax Associate each path in a use declaration with the item in the AST map 2015-05-26 17:42:56 +09:00
libterm
libtest
llvm@bff6907697
rt Auto merge of #25632 - alexcrichton:dt-dir, r=brson 2015-05-23 12:47:16 +00:00
rust-installer@e54d4823d2
rustbook
rustllvm
test Associate each path in a use declaration with the item in the AST map 2015-05-26 17:42:56 +09:00
snapshots.txt