rust/src
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
..
compiler-rt@58ab642c30
compiletest
doc Auto merge of #25713 - Stebalien:pattern, r=alexcrichton 2015-05-27 00:42:55 +00:00
driver
error-index-generator
etc etc: use codecs in featureck 2015-05-26 12:11:46 -07:00
grammar Auto merge of #25337 - bleibig:update-grammar, r=nikomatsakis 2015-05-18 23:29:26 +00:00
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 Return the iterator from reader::docs. 2015-05-19 19:31:54 +02:00
librustc Convert 15 diagnostics to have error codes (E0380-E0394). 2015-05-26 15:12:52 -05:00
librustc_back rustc_back: Don't pass 'u' to ar invocations 2015-05-26 07:06:31 -07:00
librustc_bitflags
librustc_borrowck Convert 15 diagnostics to have error codes (E0380-E0394). 2015-05-26 15:12:52 -05:00
librustc_data_structures
librustc_driver Auto merge of #25741 - richo:backtrace-message, r=alexcrichton 2015-05-27 02:15:44 +00:00
librustc_lint Auto merge of #25785 - arielb1:cleanup-201505, r=eddyb 2015-05-26 12:15:30 +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 #25091 - quantheory:trait_associated_const_fixes, r=nikomatsakis 2015-05-26 16:58:07 +00:00
librustc_typeck Convert 15 diagnostics to have error codes (E0380-E0394). 2015-05-26 15:12:52 -05:00
librustc_unicode doc: fix a broken link 2015-05-19 19:36:10 +02:00
librustdoc Auto merge of #25675 - bluss:rustdoc-assoc-types-index, r=alexcrichton 2015-05-26 21:36:57 +00:00
libserialize
libstd Auto merge of #25767 - mystor:patch-1, r=Gankro 2015-05-25 23:02:52 +00:00
libsyntax Auto merge of #25791 - barosl:use-paths-as-items, r=alexcrichton 2015-05-27 07:14:45 +00: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 rustc_llvm: Don't export constants across dlls 2015-05-19 10:53:07 -07:00
test Auto merge of #25791 - barosl:use-paths-as-items, r=alexcrichton 2015-05-27 07:14:45 +00:00
snapshots.txt