Commit graph

21 commits

Author SHA1 Message Date
Aleksey Kladov 7e2f4b30db Disable doctests 2019-11-17 18:35:05 +03:00
Laurențiu Nicola c7b7d7e666 Silence some warnings 2019-11-03 00:19:08 +02:00
Shotaro Yamada 8c72c00abd Remove smol_str dependency from ra_syntax 2019-10-12 07:48:23 +09:00
Alexander Andreev fdbd6bb11a Added test for check doc strings in crates.
#1856
2019-09-30 11:58:53 +03:00
Aleksey Kladov 1834bae5b8 allow rustfmt to reorder imports
This wasn't a right decision in the first place, the feature flag was
broken in the last rustfmt release, and syntax highlighting of imports
is more important anyway
2019-07-04 23:09:09 +03:00
Alan Du dddcb0ad94 Fix clippy::needless_return 2019-06-04 18:05:07 -04:00
Edwin Cheng 824f413d75 unnecessary paranthesis 2019-06-03 01:05:58 +08:00
Edwin Cheng 54ea251bd4 Store referece in tokenbuffer 2019-06-03 00:54:33 +08:00
Edwin Cheng c8c9230dd2 Add more helper func in Cursor 2019-05-27 23:51:52 +08:00
Edwin Cheng 63b67134fd Use slice instead of Vec 2019-05-23 21:05:22 +08:00
Edwin Cheng 4d7a567bc5 Introduce TokenBuffer 2019-05-23 02:09:26 +08:00
Edwin Cheng ad1c3b5bd6 Use map, sum in Subtree::coount instead of fold 2019-04-22 17:37:27 +08:00
Edwin Cheng b177813f3b Add mbe expand limit and poision macro set 2019-04-22 15:33:55 +08:00
Aleksey Kladov 5f89180fd9 make token trees eq 2019-02-12 20:57:13 +03:00
Aleksey Kladov ae312680d6 docs 2019-02-11 21:31:54 +03:00
Aleksey Kladov 58897dd8dd assign ids to tokens 2019-02-11 21:02:19 +03:00
Aleksey Kladov e7b370226c make macro-rules eq 2019-02-11 19:19:23 +03:00
Ville Penttinen 710975ecd8 Fix typo in Cargo.toml authors
Fixes typo introduced in #782
2019-02-11 10:20:04 +02:00
Ville Penttinen ab3d231b1d Update authors field in Cargo.tomls to "rust-analyzer developers"
This closes #777
2019-02-11 08:55:35 +02:00
Aleksey Kladov 2d1f0b105d move test 2019-01-31 22:23:30 +02:00
Aleksey Kladov 40feacdeb9 split macros across crates 2019-01-31 22:23:30 +02:00