about summary refs log tree commit diff
path: root/crates/rust-analyzer/tests
AgeCommit message (Expand)AuthorLines
2021-07-04internal: make `xtask` lighterAleksey Kladov-0/+498
2021-07-03internal: overhaul code generationAleksey Kladov-0/+81
2021-06-15internal: introduce minicore -- a subset of libcore for testingAleksey Kladov-1/+3
2021-06-13clippy::redudant_borrowMaan2003-4/+4
2021-05-17internal: use more evocative test folder nameAleksey Kladov-5/+4
2021-05-17minor: adjust config nameAleksey Kladov-34/+0
2021-05-10Formatting and docsJohn Renner-9/+7
2021-05-10Allow semantic tokens for strings to be disabledJohn Renner-3/+40
2021-04-19internal: fix slightly broken testAleksey Kladov-1/+1
2021-04-13feat: improve performance by delaying computation of fixes for diagnosticsAleksey Kladov-0/+1
2021-04-13internal: unfork code paths for unresolved and resolved assistAleksey Kladov-2/+0
2021-04-12feat: avoid checking the whole project during initial loadingAleksey Kladov-4/+18
2021-04-06More robust status notificationsAleksey Kladov-6/+5
2021-03-24Ignore proc-macro stdout to prevent IPC crashEdwin Cheng-0/+4
2021-03-21a lot of clippy::style fixesMatthias Krüger-1/+1
2021-03-20Don't return a SourceChange on WillRenameFiles when nothing gets refactoredLukas Wirth-6/+2
2021-03-08Don't punish every crate with serde-jsonAleksey Kladov-1/+96
2021-03-01Speedup heavy testsAleksey Kladov-3/+23
2021-03-01Clean up unused field warningDániel Buga-15/+1
2021-01-28Simplify heavy testsAleksey Kladov-18/+14
2021-01-28Use RA_LOG in testsAleksey Kladov-1/+1
2021-01-28Easier to debug timeouts in testsAleksey Kladov-12/+22
2021-01-13Merge #7220bors[bot]-4/+140
2021-01-13fix windows test.ShuiRuTian-2/+2
2021-01-13unwrap.ShuiRuTian-2/+2
2021-01-13skip slow tests.ShuiRuTian-3/+4
2021-01-13use path rather than hard code.ShuiRuTian-4/+4
2021-01-13fix and add tests.ShuiRuTian-4/+139
2021-01-06More readable testAleksey Kladov-2/+12
2021-01-06More maintainable configAleksey Kladov-31/+35
2021-01-05More maintainable caps configAleksey Kladov-5/+19
2020-12-31Split textDocument/formatting TextEdit with diffJesse Bakker-18/+13
2020-11-16Latest LSP 3.16 protocolkjeremy-2/+2
2020-11-13Cleanup workspace loading a tiny bitAleksey Kladov-4/+4
2020-11-02Remove more unreachable pubsAleksey Kladov-18/+18
2020-10-02Fix failing testIgor Aleksanov-0/+6
2020-09-16Don't return any TextEdit if formatting is unchangedJosh Stone-0/+36
2020-08-25Cleanup heavy testsAleksey Kladov-37/+42
2020-08-24Merge remote-tracking branch 'upstream/master' into 503-hover-doc-linksZac Pullar-Strecker-2/+12
2020-08-18Revive cache cleaningAleksey Kladov-0/+10
2020-08-13Rename ra_project_model -> project_modelPavan Kumar Sunkara-1/+1
2020-08-12Rename ra_prof -> profileAleksey Kladov-1/+1
2020-08-02update & configure cmark to render three backticksZac Pullar-Strecker-1/+1
2020-07-31Merge remote-tracking branch 'upstream/master' into 503-hover-doc-linksZac Pullar-Strecker-25/+101
2020-07-29Run package-specific cargo check and test for all targetsKirill Bulatov-4/+4
2020-07-28Bump test timeout for macsAleksey Kladov-1/+2
2020-07-23Lighter weight tempdirAleksey Kladov-9/+75
2020-07-23Require quotes around key-value cfg flags in rust-project.jsonAleksey Kladov-1/+1
2020-07-16Mark machine applicable fixes as preferredJeremy Kolb-0/+2
2020-07-08Remove unwanted dependencyAleksey Kladov-6/+5