Commit Graph

4064 Commits

Author SHA1 Message Date
Aleksey Kladov 4f94af3c4a use Source for Function 2019-06-11 18:28:51 +03:00
Aleksey Kladov 36865adcb9 Introduce HasSource trait 2019-06-11 18:28:51 +03:00
Aleksey Kladov 2a1fe26b6d use Source more 2019-06-11 18:28:51 +03:00
Aleksey Kladov 91c120ccea introduce Source struct 2019-06-11 18:28:51 +03:00
bors[bot] e505fe9d7b Merge #1392
1392: fixed links r=matklad a=zbelial

This PR fixed some links in architecture.md.

Co-authored-by: zjy <zhaojiyang1@xiaomi.com>
2019-06-11 09:14:16 +00:00
zjy 0f534ef3ef fixed links 2019-06-11 10:43:16 +08:00
bors[bot] 3f5f9f0560 Merge #1391
1391: rename tools -> ra_tools r=matklad a=matklad



Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2019-06-10 22:49:51 +00:00
Aleksey Kladov 10d34532e3 rename tools -> ra_tools
This should help with caching on CI I hope (see .travis.yml
before_cache)
2019-06-11 01:47:37 +03:00
bors[bot] 1c867b4e67 Merge #1390
1390: use single version of either in hir r=matklad a=matklad



Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2019-06-10 22:26:50 +00:00
Aleksey Kladov 156b7ee842 use single version of either in hir 2019-06-11 01:26:20 +03:00
bors[bot] 75e6c03883 Merge #1389
1389: Refactor hover to not depend on nav target r=matklad a=edwin0cheng



Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
2019-06-10 20:08:46 +00:00
Edwin Cheng 656a0fa9f9 Simpliy hover on ast::name 2019-06-11 01:18:32 +08:00
Edwin Cheng 34322ea9a3 Use classify_name_ref in hover 2019-06-11 00:34:43 +08:00
bors[bot] cbafae6fa8 Merge #1388
1388: Remove NavigationTarget::node and fill docs and description in during construction r=matklad a=edwin0cheng

Related dissused:

 https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0/topic/MBE.20discussion/near/167105559

Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
2019-06-09 19:45:35 +00:00
Edwin Cheng 60938ff73e Remove incorrect FIXME 2019-06-10 03:41:21 +08:00
Edwin Cheng 9ded8d2eab Formating 2019-06-10 03:39:42 +08:00
Edwin Cheng e91bf0bba4 Use &str instread of Option<String> 2019-06-10 03:37:34 +08:00
Edwin Cheng fc70275fed Rename "string" to "buf" 2019-06-10 03:30:03 +08:00
Edwin Cheng 41cb3fd758 Rename Description to ShortLabel 2019-06-10 03:28:53 +08:00
Edwin Cheng 358ad0efca Make description_from_symbol depends on symbol 2019-06-10 00:20:49 +08:00
Edwin Cheng 4db0f0ccaf Rename description funcs 2019-06-10 00:09:19 +08:00
Edwin Cheng e9848b2e6c Change docs and description to getter method 2019-06-10 00:04:03 +08:00
Edwin Cheng aacc894134 Add display::Description 2019-06-09 23:59:59 +08:00
Edwin Cheng 2acf1e16fc Construct doc individually 2019-06-09 03:27:01 +08:00
bors[bot] 9c92c05ca6 Merge #1386
1386: Remove one of the two different algorithms for name resolution of macros :D r=edwin0cheng a=matklad

r? @edwin0cheng 

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2019-06-08 18:41:35 +00:00
Aleksey Kladov caefa6982b remove some hacks from nameresolution for macros 2019-06-08 20:42:02 +03:00
Aleksey Kladov 780e1a365b somewhat better name 2019-06-08 18:38:14 +03:00
Edwin Cheng d46278d320 Remove node function in NavTarget 2019-06-08 22:27:11 +08:00
bors[bot] bb55111c20 Merge #1385
1385: Refactor and queryfy documentation handling in HIR r=matklad a=matklad



Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2019-06-08 11:59:12 +00:00
Aleksey Kladov ac64967872 add a fixme 2019-06-08 14:55:25 +03:00
Aleksey Kladov 1b783e33e9 one macro def should be enough 2019-06-08 14:48:56 +03:00
Aleksey Kladov 2c28f5245d make documenation a query 2019-06-08 14:36:39 +03:00
Aleksey Kladov 33026c654e make Docs handing more ideomatic 2019-06-08 14:16:05 +03:00
Aleksey Kladov 5dc2789895 Move docs to dedicated module 2019-06-08 13:53:14 +03:00
bors[bot] 2a6b363b44 Merge #1383
1383: fix: never type with binding r=matklad a=csmoe

Closes https://github.com/rust-analyzer/rust-analyzer/issues/1326
r? @matklad 

Co-authored-by: csmoe <csmoe@msn.com>
2019-06-07 13:41:31 +00:00
csmoe 205a8278a9 fix: never type with binding
Change-Id: I14e1bc628b9d2dfdb1f40de3d3707f4e872767f2
2019-06-07 19:49:49 +08:00
bors[bot] b81d9a4d45 Merge #1381
1381: ⬆️ salsa r=matklad a=matklad



Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2019-06-07 06:44:51 +00:00
Aleksey Kladov 9d7cb8ce80 ⬆️ salsa 2019-06-07 09:44:28 +03:00
bors[bot] 8ba5617613 Merge #1377
1377: Use inline snapshots in complete_keyword r=matklad a=sbihel

Relates to #1127

Co-authored-by: Simon Bihel <simon.bihel@ens-rennes.fr>
2019-06-06 13:10:46 +00:00
bors[bot] ba31481599 Merge #1380
1380: [#1083] Try block syntax r=matklad a=andreytkachenko

The `try` block syntax 

Co-authored-by: Andrey Tkachenko <andreytkachenko64@gmail.com>
2019-06-06 12:58:28 +00:00
Andrey Tkachenko 505b8d873f [#1083] Try block syntax: fix tests 2019-06-06 16:26:54 +04:00
Andrey Tkachenko 281c9eeaff [#1083] Try block syntax 2019-06-06 15:43:26 +04:00
bors[bot] b79e6294a6 Merge #1379
1379: fix: clean up warnings r=matklad a=csmoe

r? @matklad 

Co-authored-by: csmoe <csmoe@msn.com>
2019-06-06 07:27:06 +00:00
csmoe 44363cd5d2 fix: clean up warnings
Change-Id: I91a468f6e846ac28574825b8ee7aa02fbff68f63
2019-06-06 10:06:46 +08:00
bors[bot] 354be0ae8a Merge #1378
1378: ⬆️ deps r=matklad a=matklad



Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2019-06-05 19:53:29 +00:00
Aleksey Kladov bab72fd18d ⬆️ deps 2019-06-05 22:49:42 +03:00
bors[bot] 5deb907b43 Merge #1374
1374: Implement `cargo lint` and fix some clippy errors r=alanhdu a=alanhdu

This creates a `cargo lint` command that runs clippy with certain lints disabled. I've also gone ahead and fixed some of the lint errors, although there are many more still to go.

cc #848 

Co-authored-by: Alan Du <alanhdu@gmail.com>
2019-06-04 22:14:46 +00:00
Alan Du aa30c4909e Allow clippy::redundant_pattern_matching 2019-06-04 18:05:38 -04:00
Alan Du 02b6f871f1 Fix clippy::iter_cloned_collect 2019-06-04 18:05:07 -04:00
Alan Du 9b54b06ee3 Fix clippy::option_map_or_none 2019-06-04 18:05:07 -04:00