aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* flycheck: Added checkOnSave.noDefaultFeaturesClemens Wasser2020-07-301-0/+5
* Rename metricAleksey Kladov2020-07-301-1/+1
* Do not show progress with parallel analysisAleksey Kladov2020-07-301-0/+1
* Report instructions in addition to timeAleksey Kladov2020-07-301-20/+20
* Allow negative bytesAleksey Kladov2020-07-301-11/+3
* Merge #5563bors[bot]2020-07-292-6/+7
|\
| * Run package-specific cargo check and test for all targetsKirill Bulatov2020-07-292-6/+7
* | Update crates/rust-analyzer/src/cli/analysis_stats.rsAleksey Kladov2020-07-291-1/+1
* | Replace rand with oorandomAleksey Kladov2020-07-292-6/+21
|/
* SSR: Restrict to current selection if anyDavid Lattimore2020-07-292-2/+14
* Bump test timeout for macsAleksey Kladov2020-07-281-1/+2
* Merge #5532bors[bot]2020-07-272-23/+31
|\
| * Restore line index micro-optimizationLaurențiu Nicola2020-07-252-23/+31
* | Report type errors in metricsAleksey Kladov2020-07-261-0/+4
|/
* Add rustc-perf to metricsAleksey Kladov2020-07-253-20/+48
* Merge #5520bors[bot]2020-07-244-7/+26
|\
| * Add DocumentData to represent in-memory document with LSP infokjeremy2020-07-244-7/+26
* | Only display experimental diagnostics when enabledJonas Schievink2020-07-243-4/+4
* | Add toggle for experimental diagnosticsJonas Schievink2020-07-241-0/+4
* | SSR: Match paths based on what they resolve toDavid Lattimore2020-07-241-2/+2
* | SSR: Pass current file position through to SSR code.David Lattimore2020-07-243-3/+9
* | Move iteration over all files into the SSR crateDavid Lattimore2020-07-241-29/+12
|/
* Merge #5511bors[bot]2020-07-231-3/+6
|\
| * Set the document version after changes are applied but before vfskjeremy2020-07-231-3/+6
* | Lighter weight tempdirAleksey Kladov2020-07-234-10/+75
|/
* Require quotes around key-value cfg flags in rust-project.jsonAleksey Kladov2020-07-231-1/+1
* Merge #5505bors[bot]2020-07-231-35/+21
|\
| * Cleanup CFG APIAleksey Kladov2020-07-231-35/+21
* | Merge #5473bors[bot]2020-07-231-23/+17
|\ \ | |/ |/|
| * Expose package roots more directlyAleksey Kladov2020-07-211-23/+17
* | minorAleksey Kladov2020-07-231-16/+16
* | Move deprecated attribute to where it is neededkjeremy2020-07-221-2/+6
* | Use symbol tagskjeremy2020-07-222-2/+18
* | Merge #5481bors[bot]2020-07-223-15/+40
|\ \
| * | Update crates/rust-analyzer/src/main_loop.rsJeremy Kolb2020-07-221-1/+1
| * | Clear diagnostics for known file version on closekjeremy2020-07-211-3/+10
| * | Store document version and pass back to the clientkjeremy2020-07-213-13/+31
| |/
* | Setup global allocator in the correct crateAleksey Kladov2020-07-222-3/+5
* | Remove support for jemallocAleksey Kladov2020-07-222-3/+2
|/
* Merge #5467bors[bot]2020-07-212-0/+7
|\
| * Protect against `{}`kjeremy2020-07-201-1/+1
| * Allow client to respond to workspace/configuration with null valueskjeremy2020-07-202-0/+7
* | TypoAleksey Kladov2020-07-211-2/+2
* | Propagate cargo.target to checkOnSaveAleksey Kladov2020-07-211-2/+5
|/
* Minor perf tweaks per clippyJeremy Kolb2020-07-191-1/+1
* Simplify exclusion logicAleksey Kladov2020-07-181-1/+0
* Don't show docs in concise signature helpAleksey Kladov2020-07-181-5/+9
* Merge #5327bors[bot]2020-07-179-0/+20
|\
| * Mark machine applicable fixes as preferredJeremy Kolb2020-07-169-0/+20
* | Unclutter NavigationTarget APIAleksey Kladov2020-07-172-27/+21