aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* Finalize impl GrammarAleksey Kladov2020-07-301-1/+1
* Finalize Trait grammarAleksey Kladov2020-07-302-2/+2
* Finalize const&static grammarAleksey Kladov2020-07-301-2/+2
* Rename EnumVariant -> VariantAleksey Kladov2020-07-301-1/+1
* Rename EnumDef -> EnumAleksey Kladov2020-07-302-2/+2
* Rename StructDef -> StructAleksey Kladov2020-07-302-2/+2
* Finalize union grammarAleksey Kladov2020-07-301-1/+1
* Merge #5597bors[bot]2020-07-301-1/+1
|\
| * Rename FieldDef -> FieldAleksey Kladov2020-07-301-1/+1
* | Code shuffle resilientlyAleksey Kladov2020-07-301-3/+8
|/
* Rename TypeAliasDef -> TypeAliasAleksey Kladov2020-07-301-1/+1
* Rename FnDef -> FnAleksey Kladov2020-07-302-2/+2
* 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
|/