aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* Merge #4940bors[bot]2020-06-242-2/+6
|\
| * Update injection mechanism and stop injecting through highlight element, swit...Paul Daniel Faria2020-06-232-2/+2
| * Add punctuation highlighting for highlighting punctuation in doctests, fix hi...Paul Daniel Faria2020-06-232-2/+4
| * Add support for marking doctest items as distinct from normal code, add defau...Paul Daniel Faria2020-06-232-0/+2
* | Remove useless test codeAleksey Kladov2020-06-231-22/+4
* | More principled indentation trimming in fixturesAleksey Kladov2020-06-231-16/+4
* | Slightly better nameAleksey Kladov2020-06-231-2/+2
* | Docs for FixtureAleksey Kladov2020-06-231-2/+2
* | SimplifyAleksey Kladov2020-06-231-1/+1
* | SimplifyAleksey Kladov2020-06-231-1/+1
|/
* New VFSAleksey Kladov2020-06-2317-603/+521
* Remove relative-path dependencyAleksey Kladov2020-06-231-1/+0
* Remove RelativePathBuf from fixtureAleksey Kladov2020-06-222-28/+28
* Move ReqQueue to lsp-serverAleksey Kladov2020-06-206-190/+107
* Centralize handing of in-flight requestsAleksey Kladov2020-06-204-170/+188
* Merge #4937bors[bot]2020-06-191-1/+4
|\
| * Fix fmtoxalica2020-06-181-1/+2
| * Allow overriding rust-analyzer display revisionoxalica2020-06-181-1/+3
* | Merge #4839bors[bot]2020-06-192-5/+44
|\ \
| * | Add `Go to Type Definition` hover action.vsrs2020-06-182-4/+43
| * | Fix empty hover action group for a runnable.vsrs2020-06-181-1/+1
* | | Merge #4903bors[bot]2020-06-181-0/+1
|\ \ \ | |_|/ |/| |
| * | Add highlighting support for doc commentsPaul Daniel Faria2020-06-171-0/+1
* | | SimplifyAleksey Kladov2020-06-182-10/+4
| |/ |/|
* | Merge #4934bors[bot]2020-06-182-84/+11
|\ \
| * | Remove special casing for library symbolsAleksey Kladov2020-06-182-84/+11
* | | SimplifyVeetaha2020-06-181-10/+6
|/ /
* | Merge #4927bors[bot]2020-06-172-24/+30
|\ \
| * | Better encapsulate reverse-mapping of files to cargo targetsAleksey Kladov2020-06-172-24/+30
| |/
* / Syntax highlighting for escape sequences in stringsLeander Tentrup2020-06-172-0/+2
|/
*-. Merge #4913 #4915 #4916bors[bot]2020-06-176-30/+386
|\ \
| | * Warnings as hint or infoGabriel Valfridsson2020-06-166-13/+384
| |/ |/|
| * Remove debugging code for incremental syncLaurențiu Nicola2020-06-161-17/+2
|/
* Anchor file-system operations to the file, and not to the source root.Aleksey Kladov2020-06-162-8/+9
* Accept relative paths in rust-project.jsonThiébaud Weksteen2020-06-153-7/+14
* Merge #4867bors[bot]2020-06-136-160/+134
|\
| * Cleanup URL handlingAleksey Kladov2020-06-136-160/+134
* | Revert "Hide squiggly for unused and unnecessary"Gabriel Valfridsson2020-06-122-3/+2
|/
* Remove dead codeAleksey Kladov2020-06-112-5/+0
* Reduce OUT_DIR special casingAleksey Kladov2020-06-102-37/+36
* checkOnSafe.features and checkOnSafe.allFeatures now work identically.Clemens Wasser2020-06-101-9/+2
* Most of the checkOnSafe options now default to the cargo equivalent.Clemens Wasser2020-06-101-1/+5
* Added the rust-analyzer.checkOnSave.features option.Clemens Wasser2020-06-101-1/+4
* flycheck now uses the configured featuresClemens Wasser2020-06-091-1/+3
* Merge #4784bors[bot]2020-06-082-27/+6
|\
| * Use Option<&str> for target instead of Option<&String>Paul Daniel Faria2020-06-081-1/+1
| * Remove default_cfg_options, pass target instead so it can be used for buildin...Paul Daniel Faria2020-06-082-25/+6
| * Change management of test cfg to better support json projectsPaul Daniel Faria2020-06-072-2/+0
* | Apply suggestions from code reviewvsrs2020-06-082-17/+13
* | Add lib target filtering.vsrs2020-06-061-11/+18