rust/src/libsyntax
bors c74ac6cb97 Auto merge of #38566 - jseyfried:fix_import_resolution_bug, r=eddyb
Fix bug in import resolution

Fixes #38535 and fixes #38556.
r? @nrc
2016-12-25 13:14:12 +00:00
..
diagnostics Use Symbol instead of InternedString in the AST, HIR, and various other places. 2016-11-21 09:00:55 +00:00
ext Auto merge of #38533 - jseyfried:legacy_custom_derive_deprecation, r=nrc 2016-12-23 18:43:12 +00:00
parse Auto merge of #38268 - withoutboats:parse_where_higher_rank_hack, r=eddyb 2016-12-24 00:22:00 +00:00
print Pretty-print $crate::foo::bar as ::foo::bar. 2016-12-22 06:14:36 +00:00
util annotate stricter lifetimes on LateLintPass methods to allow them to forward to a Visitor 2016-12-06 11:28:51 +01:00
abi.rs
ast.rs Auto merge of #38232 - jseyfried:refactor_global_paths, r=nrc 2016-12-23 06:22:45 +00:00
attr.rs Remove some unused functions and fix formatting. 2016-12-18 23:25:30 +00:00
Cargo.toml Change implementation of syntax::util::SmallVector to use data_structures::SmallVec. 2016-11-11 07:38:48 -07:00
codemap.rs rustc: use Span's allow_internal_unstable instead of hir::BlockCheckMode. 2016-11-28 04:18:10 +02:00
config.rs Move MetaItemKind's Name to a field of MetaItem. 2016-11-20 12:36:30 +00:00
diagnostic_list.rs
entry.rs Cleanup InternedString. 2016-11-21 09:00:56 +00:00
feature_gate.rs Create check_ref method to allow to check coercion with & types 2016-12-20 11:37:15 +01:00
fold.rs Auto merge of #38566 - jseyfried:fix_import_resolution_bug, r=eddyb 2016-12-25 13:14:12 +00:00
json.rs
lib.rs Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichton 2016-12-12 13:19:33 +00:00
ptr.rs
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 Refactor how global paths are represented (for both ast and hir). 2016-12-22 06:14:35 +00:00
str.rs
symbol.rs Refactor how global paths are represented (for both ast and hir). 2016-12-22 06:14:35 +00:00
test_snippet.rs review comments 2016-11-23 23:44:17 -08:00
test.rs Refactor how global paths are represented (for both ast and hir). 2016-12-22 06:14:35 +00:00
tokenstream.rs macros: fix the expected paths for a non-inline module matched by an item fragment. 2016-12-07 10:56:55 +00:00
visit.rs Optimize ast::PathSegment. 2016-12-19 20:57:00 +00:00