aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove unwanted dependencyAleksey Kladov2020-07-081-6/+5
* Move cargo metadata off the main loopAleksey Kladov2020-07-021-0/+1
* Indicate when project needs a reloadAleksey Kladov2020-07-021-5/+12
* Add support for include_strLaurențiu Nicola2020-06-271-15/+25
* Be more explicit about absolute paths at various placesAleksey Kladov2020-06-241-3/+5
* Disable file watching when running slow testsAleksey Kladov2020-06-241-4/+10
* Remove useless test codeAleksey Kladov2020-06-231-22/+4
* More principled indentation trimming in fixturesAleksey Kladov2020-06-231-16/+4
* Docs for FixtureAleksey Kladov2020-06-231-2/+2
* SimplifyAleksey Kladov2020-06-231-1/+1
* SimplifyAleksey Kladov2020-06-231-1/+1
* New VFSAleksey Kladov2020-06-232-2/+2
* Remove RelativePathBuf from fixtureAleksey Kladov2020-06-222-28/+28
* Actually test include!(concant!(env!()));Aleksey Kladov2020-06-051-22/+23
* Cleanup testAleksey Kladov2020-06-051-50/+12
* Mark fixes from diagnostics as quick fixesJeremy Kolb2020-06-031-0/+2
* Drop test for old formatAleksey Kladov2020-06-031-2/+0
* Groundwork for specifying the set of projects via configAleksey Kladov2020-06-031-14/+17
* Drop no-project testAleksey Kladov2020-06-031-49/+0
* Merge pull request #4382 from woody77/json_cfgsAleksey Kladov2020-06-031-2/+3
|\
| * Begin transition to new fields for JsonProject crate cfgsAaron Wood2020-05-091-2/+3
* | Fix testsAleksey Kladov2020-06-021-54/+59
* | Change Runnable.bin -> Runnable.kindveetaha2020-05-311-9/+5
* | Fix tests, apply code review proposalsveetaha2020-05-311-5/+9
* | Hover tooltip module name is monospace once againAaron Loucks2020-05-261-1/+1
* | Less rust-analyzer specific onEnterAleksey Kladov2020-05-251-32/+14
* | Merge pull request #4495 from vsrs/fixture_metaAleksey Kladov2020-05-241-1/+1
|\ \
| * | Remove temporary FixtureEntry parsed_meta field.vsrs2020-05-161-1/+1
* | | Fix resolve_proc_macro heavy testGalilée 'Bill' Enguehard2020-05-231-1/+1
* | | Transition OnEnter to WorkspaceSnippetEditAleksey Kladov2020-05-211-40/+28
* | | Update test dataAleksey Kladov2020-05-191-38/+14
* | | Check client capabilities before sending progress notificationsJeremy Kolb2020-05-111-0/+1
|/ /
* | req -> lsp_extAleksey Kladov2020-05-102-11/+12
* | Merge #4296bors[bot]2020-05-071-3/+107
|\ \
| * | Merge heavy testsrobojumper2020-05-051-134/+105
| * | Support build.rs cargo:rustc-cfgrobojumper2020-05-041-1/+134
* | | Normalize naming of diagnosticsAleksey Kladov2020-05-051-8/+8
|/ /
* | Test/check the whole packageAleksey Kladov2020-05-021-2/+2
* | Filter out CodeActions if a server only support commands.kjeremy2020-05-011-1/+5
|/
* lsp-types 0.74kjeremy2020-04-261-10/+17
* Add `cargo test` to the list of Run commandsAleksey Kladov2020-04-261-46/+37
* minor clenupAleksey Kladov2020-04-251-5/+1
* Cleanup proc_macro configAleksey Kladov2020-04-231-8/+3
* Add proc-macro cli command for rust-analyzerEdwin Cheng2020-04-161-2/+4
* Add tests for proc_macroEdwin Cheng2020-04-161-1/+88
* Centralize client capabilitiesAleksey Kladov2020-04-011-2/+5
* Centralize all configAleksey Kladov2020-04-012-29/+12
* Add integrated test for concat include envAleksey Kladov2020-03-312-5/+62
* Ignore createProgress request in testsAleksey Kladov2020-03-311-0/+1
* Fix race in the testsAleksey Kladov2020-03-301-1/+2