]> git.lizzy.rs Git - rust.git/commit
Auto merge of #48917 - petrochenkov:import, r=oli-obk
authorbors <bors@rust-lang.org>
Sun, 18 Mar 2018 01:50:52 +0000 (01:50 +0000)
committerbors <bors@rust-lang.org>
Sun, 18 Mar 2018 01:50:52 +0000 (01:50 +0000)
commit5e3ecdce4e42ccc34c49f32f81be71ae00f2cf11
tree5e306a69e1f08b96188fb8f19f0bfc79dde37caf
parentca6a98426192f838cc90a18709f92d425b86029e
parenta02b1d7e2bd329bee0ad2f6a3e281c2004325540
Auto merge of #48917 - petrochenkov:import, r=oli-obk

syntax: Make imports in AST closer to the source and cleanup their parsing

This is a continuation of https://github.com/rust-lang/rust/pull/45846 in some sense.
src/librustc/hir/mod.rs
src/librustc_metadata/creader.rs
src/librustc_metadata/cstore_impl.rs
src/libsyntax/diagnostics/plugin.rs
src/libsyntax/ext/quote.rs
src/libsyntax/feature_gate.rs
src/libsyntax/parse/lexer/mod.rs
src/libsyntax/parse/parser.rs
src/libsyntax/parse/token.rs
src/libsyntax/print/pprust.rs