granite-rust/crates
bors[bot] 419eec3d2f
Merge #1771
1771: Further tweak for macro_use on extern crate r=matklad a=uHOOCCOOHu

Some more tweaks to #1743 to behave more like `rustc`
1. Hoist macros from `#[macro_use] extern crate`, so that they can be used before `extern crate`.
2. Implicit `#[macro_use]` for `prelude` if exists


Co-authored-by: uHOOCCOOHu <hooccooh1896@gmail.com>
2019-09-05 19:50:06 +00:00
..
ra_arena cleanup 2019-08-06 10:57:16 +02:00
ra_assists add assist to move type bounds to where clause 2019-09-05 13:29:13 +03:00
ra_batch ⬆️ vfs 2019-08-25 13:13:08 +03:00
ra_cli Make type walking infrastructure a bit nicer 2019-09-03 14:00:35 +02:00
ra_db implement durability 2019-08-15 15:27:00 +03:00
ra_fmt fix hir for new block syntax 2019-09-02 21:23:19 +03:00
ra_hir Merge #1771 2019-09-05 19:50:06 +00:00
ra_ide_api fix renaming of modules 2019-09-05 21:36:40 +03:00
ra_lsp_server fix renaming of modules 2019-09-05 21:36:40 +03:00
ra_mbe fix assists 2019-09-02 21:52:06 +03:00
ra_parser better error recovery for use trees 2019-09-05 19:53:07 +03:00
ra_prof ⬆️ once_cell 2019-09-01 23:18:15 +03:00
ra_project_model close #1763 2019-09-05 22:04:56 +08:00
ra_syntax better error recovery for use trees 2019-09-05 19:53:07 +03:00
ra_text_edit allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
ra_tools disable clap's features 2019-08-22 15:57:48 +03:00
ra_tt allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
ra_vfs_glob ⬆️ vfs 2019-08-25 13:13:08 +03:00
test_utils translate \n -> \r\n on the way out 2019-08-20 19:53:05 +03:00