Commit Graph

19550 Commits

Author SHA1 Message Date
Aleksey Kladov 748e6881fc move tests 2021-10-10 12:52:28 +03:00
Aleksey Kladov 6fd2f1d25b internal: move tests 2021-10-10 12:45:17 +03:00
Aleksey Kladov 5a854a7253 internal: move tests 2021-10-10 12:39:58 +03:00
Aleksey Kladov 3c9dda6ca9 internal: consistently use ok!(); for succesfull macro expansion 2021-10-10 11:45:05 +03:00
Aleksey Kladov c88cda04db move some tests 2021-10-10 11:44:46 +03:00
Aleksey Kladov a3470a8114 move tests 2021-10-10 11:39:08 +03:00
Aleksey Kladov 7e53a3ce23 move test 2021-10-10 11:29:26 +03:00
Aleksey Kladov 408475a593 move test 2021-10-10 11:26:18 +03:00
Aleksey Kladov b0a104cbd1 test formatting 2021-10-10 11:22:12 +03:00
Aleksey Kladov 2510eaa9b2 test formatting 2021-10-10 11:16:25 +03:00
Aleksey Kladov 9c819eaa9a move tests 2021-10-10 11:15:42 +03:00
Aleksey Kladov 1c15f47e00 internal: move tests 2021-10-10 11:11:50 +03:00
Aleksey Kladov c6d5c1c946 dead code 2021-10-10 11:09:16 +03:00
Aleksey Kladov e9902b92ab internal: move some mbe tests 2021-10-10 11:08:02 +03:00
Aleksey Kladov f17f5d68f9 move tests 2021-10-10 11:08:02 +03:00
Aleksey Kladov 3a47dba761 fix tests 2021-10-10 11:08:02 +03:00
bors[bot] 4439cd8c68 Merge #10506
10506: Add comment r=lnicola a=k-nasa

## Why


This code looks logic-bug ...


https://github.com/rust-analyzer/rust-analyzer/blob/ce86534e1cb22685e83c3f91ea89025edbfcbc98/crates/syntax/src/syntax_node.rs#L50


However, this code has been intentionally disabled.
It's a good idea to write a comment

ref: https://github.com/rust-analyzer/rust-analyzer/pull/10357

## What

- I added comment

Co-authored-by: k-nasa <htilcs1115@gmail.com>
2021-10-10 07:56:47 +00:00
k-nasa 84bc6e159a Add comment 2021-10-10 16:53:37 +09:00
bors[bot] 64ca0f63bf Merge #10504
10504: Remove needless clone r=lnicola a=k-nasa

## Why

Delete clones for efficiency

## What

- I erased unnecessary clones


Co-authored-by: k-nasa <htilcs1115@gmail.com>
2021-10-10 07:17:52 +00:00
k-nasa 9dd823a0e1 remove comment 2021-10-10 13:16:34 +09:00
k-nasa 3829cd981a Revert "update comment"
This reverts commit 820393f72d.
2021-10-10 10:51:45 +09:00
k-nasa b50cb5c261 Remove neesless clone 2021-10-10 10:50:51 +09:00
k-nasa 820393f72d update comment 2021-10-10 10:16:32 +09:00
k-nasa 42377d3dad Add code comment 2021-10-10 10:10:52 +09:00
bors[bot] ce86534e1c Merge #10499
10499: feat: be more precise in mismatch arg counts highlighting r=matklad a=matklad

bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2021-10-09 19:46:47 +00:00
Aleksey Kladov a85a3d73ed feat: be more precise in mismatch arg counts highlighting 2021-10-09 22:45:54 +03:00
bors[bot] 6005ea5440 Merge #10497
10497: internal: move tests r=matklad a=matklad

bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2021-10-09 16:11:30 +00:00
Aleksey Kladov de136a5340 move test 2021-10-09 19:11:04 +03:00
Aleksey Kladov e838da18a9 internal: move tests 2021-10-09 18:54:15 +03:00
Aleksey Kladov 0dc87badd7 internal: move test 2021-10-09 18:51:26 +03:00
Aleksey Kladov 0a32c20142 internal: move test 2021-10-09 18:49:14 +03:00
Aleksey Kladov 993ff1c239 internal: drop duplicated test 2021-10-09 18:47:04 +03:00
Aleksey Kladov 419c234333 internal: move test 2021-10-09 18:46:16 +03:00
Aleksey Kladov b1cfa51ef5 internal: move tests 2021-10-09 18:43:15 +03:00
bors[bot] b2b703b2d7 Merge #10496
10496: internal: move some macro tests r=matklad a=matklad

bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2021-10-09 15:19:39 +00:00
Aleksey Kladov 3e8ef943c6 internal: move some tests 2021-10-09 18:18:56 +03:00
Aleksey Kladov a060b9a4b2 internal: move some macro tests 2021-10-09 18:15:05 +03:00
Aleksey Kladov c2e425dd00 internal: make sure macro test expand to valid syntax 2021-10-09 18:06:24 +03:00
Aleksey Kladov c41b7bbe69 internal: allow macro tests to inspect parse tree 2021-10-09 17:58:17 +03:00
Aleksey Kladov aac23f7832 move tests 2021-10-09 17:43:07 +03:00
Aleksey Kladov 6407e2e789 indent macro output when pprinting 2021-10-09 17:36:41 +03:00
Aleksey Kladov a0d9e78ec3 align tests to code style 2021-10-09 17:31:24 +03:00
Aleksey Kladov 036c0ff8c7 move some tests 2021-10-09 17:27:38 +03:00
Aleksey Kladov cb1b6a273f internal: don't un-indent macro tests manually 2021-10-09 17:17:37 +03:00
Aleksey Kladov afacdd612d internal: update expect 2021-10-09 17:17:16 +03:00
bors[bot] 9f7bf0aebe Merge #10495
10495: internal: move some mbe tests r=matklad a=matklad

bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2021-10-09 13:32:11 +00:00
Aleksey Kladov 959da8caa1 internal: move test 2021-10-09 16:31:26 +03:00
Aleksey Kladov 59c86ff300 rename 2021-10-09 16:28:11 +03:00
Aleksey Kladov 75b0ce17cf move test 2021-10-09 16:27:19 +03:00
Aleksey Kladov 0dd1b35479 move test 2021-10-09 16:25:37 +03:00