rust/src
Vlad Ureche 88af8fa0b1 Show candidates for names not in scope
This commit adds functionality that allows the name resolution pass
to search for entities (traits/types/enums/structs) by name, in
order to show recommendations along with the errors.

For now, only E0405 and E0412 have suggestions attached, as per the
request in bug #21221, but it's likely other errors can also benefit
from the ability to generate suggestions.
2016-02-19 01:10:36 +01:00
..
bootstrap
build_helper
compiler-rt@b6087e82ba
compiletest
doc Rollup merge of #31565 - SDX2000:docfixes4, r=steveklabnik 2016-02-17 18:14:35 -05:00
driver
error_index_generator Rename error-index-generator to error_index_generator 2016-02-14 22:29:45 -08:00
etc Auto merge of #31672 - semarie:rmake-cxx, r=alexcrichton 2016-02-16 11:10:30 +00:00
grammar
jemalloc@e24a1a025a
liballoc
liballoc_jemalloc std: Stop prefixing jemalloc symbols 2016-02-14 11:50:40 -08:00
liballoc_system
libarena
libbacktrace
libcollections Rollup merge of #31694 - oconnor663:insertdocs, r=steveklabnik 2016-02-17 18:14:36 -05:00
libcollectionstest
libcore Improve 'std::mem::transmute_copy' doc example. 2016-02-16 21:48:50 -05:00
libcoretest
libflate
libfmt_macros
libgetopts
libgraphviz
liblibc@a64ee24718
liblog
librand
librbml
librustc Rollup merge of #31679 - GuillaumeGomez:long_error_explanation, r=Manishearth 2016-02-17 18:14:36 -05:00
librustc_back Auto merge of #31534 - jseyfried:restrict_noninline_mod, r=nikomatsakis 2016-02-16 19:34:57 +00:00
librustc_bitflags
librustc_borrowck Rollup merge of #31679 - GuillaumeGomez:long_error_explanation, r=Manishearth 2016-02-17 18:14:36 -05:00
librustc_data_structures
librustc_driver
librustc_front Split PatKind::Enum into PatKind::TupleStruct and PatKind::Path 2016-02-16 00:40:38 +03:00
librustc_lint
librustc_llvm
librustc_metadata
librustc_mir Split PatKind::Enum into PatKind::TupleStruct and PatKind::Path 2016-02-16 00:40:38 +03:00
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Rollup merge of #31679 - GuillaumeGomez:long_error_explanation, r=Manishearth 2016-02-17 18:14:36 -05:00
librustc_resolve Show candidates for names not in scope 2016-02-19 01:10:36 +01:00
librustc_trans Auto merge of #31685 - petrochenkov:patrefact2, r=eddyb 2016-02-17 06:01:49 +00:00
librustc_typeck Auto merge of #31685 - petrochenkov:patrefact2, r=eddyb 2016-02-17 06:01:49 +00:00
librustc_unicode
librustdoc Auto merge of #31685 - petrochenkov:patrefact2, r=eddyb 2016-02-17 06:01:49 +00:00
libserialize
libstd Rollup merge of #31733 - gkoz:strip_prefix_docs, r=alexcrichton 2016-02-17 18:14:36 -05:00
libsyntax Auto merge of #31707 - GuillaumeGomez:macro_name, r=sfackler 2016-02-17 19:15:53 +00:00
libsyntax_ext
libterm
libtest
llvm@39e8e59056 rustc: Rebase LLVM on the 3.8 release branch 2016-02-16 15:31:52 -08:00
rt
rtstartup
rust-installer@c37d3747da
rustbook
rustc
rustllvm rustc: Rebase LLVM on the 3.8 release branch 2016-02-16 15:31:52 -08:00
test Show candidates for names not in scope 2016-02-19 01:10:36 +01:00
nightlies.txt
snapshots.txt