about summary refs log tree commit diff
path: root/crates/rust-analyzer/tests
AgeCommit message (Expand)AuthorLines
2020-07-02Move cargo metadata off the main loopAleksey Kladov-0/+1
2020-07-02Indicate when project needs a reloadAleksey Kladov-5/+12
2020-06-30Update missed heavy testZac Pullar-Strecker-1/+1
2020-06-27Add support for include_strLaurențiu Nicola-15/+25
2020-06-24Be more explicit about absolute paths at various placesAleksey Kladov-3/+5
2020-06-24Disable file watching when running slow testsAleksey Kladov-4/+10
2020-06-23Remove useless test codeAleksey Kladov-22/+4
2020-06-23More principled indentation trimming in fixturesAleksey Kladov-16/+4
2020-06-23Docs for FixtureAleksey Kladov-2/+2
2020-06-23SimplifyAleksey Kladov-1/+1
2020-06-23SimplifyAleksey Kladov-1/+1
2020-06-23New VFSAleksey Kladov-2/+2
2020-06-23Remove RelativePathBuf from fixtureAleksey Kladov-28/+28
2020-06-05Actually test include!(concant!(env!()));Aleksey Kladov-22/+23
2020-06-05Cleanup testAleksey Kladov-50/+12
2020-06-03Mark fixes from diagnostics as quick fixesJeremy Kolb-0/+2
2020-06-03Drop test for old formatAleksey Kladov-2/+0
2020-06-03Groundwork for specifying the set of projects via configAleksey Kladov-14/+17
2020-06-03Drop no-project testAleksey Kladov-49/+0
2020-06-03Merge pull request #4382 from woody77/json_cfgsAleksey Kladov-2/+3
2020-06-02Fix testsAleksey Kladov-54/+59
2020-05-31Change Runnable.bin -> Runnable.kindveetaha-9/+5
2020-05-31Fix tests, apply code review proposalsveetaha-5/+9
2020-05-25Hover tooltip module name is monospace once againAaron Loucks-1/+1
2020-05-25Less rust-analyzer specific onEnterAleksey Kladov-32/+14
2020-05-24Merge pull request #4495 from vsrs/fixture_metaAleksey Kladov-1/+1
2020-05-23Fix resolve_proc_macro heavy testGalilée 'Bill' Enguehard-1/+1
2020-05-21Transition OnEnter to WorkspaceSnippetEditAleksey Kladov-40/+28
2020-05-19Update test dataAleksey Kladov-38/+14
2020-05-16Remove temporary FixtureEntry parsed_meta field.vsrs-1/+1
2020-05-11Check client capabilities before sending progress notificationsJeremy Kolb-0/+1
2020-05-10req -> lsp_extAleksey Kladov-11/+12
2020-05-08Begin transition to new fields for JsonProject crate cfgsAaron Wood-2/+3
2020-05-07Merge #4296bors[bot]-3/+107
2020-05-05Normalize naming of diagnosticsAleksey Kladov-8/+8
2020-05-05Merge heavy testsrobojumper-134/+105
2020-05-04Support build.rs cargo:rustc-cfgrobojumper-1/+134
2020-05-02Test/check the whole packageAleksey Kladov-2/+2
2020-05-01Filter out CodeActions if a server only support commands.kjeremy-1/+5
2020-04-26lsp-types 0.74kjeremy-10/+17
2020-04-26Add `cargo test` to the list of Run commandsAleksey Kladov-46/+37
2020-04-25minor clenupAleksey Kladov-5/+1
2020-04-23Cleanup proc_macro configAleksey Kladov-8/+3
2020-04-16Add proc-macro cli command for rust-analyzerEdwin Cheng-2/+4
2020-04-16Add tests for proc_macroEdwin Cheng-1/+88
2020-04-01Centralize client capabilitiesAleksey Kladov-2/+5
2020-04-01Centralize all configAleksey Kladov-29/+12
2020-03-31Add integrated test for concat include envAleksey Kladov-5/+62
2020-03-31Ignore createProgress request in testsAleksey Kladov-0/+1
2020-03-30Fix race in the testsAleksey Kladov-1/+2