aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* Revert "Restore line index micro-optimization"Michael Lazear2020-08-032-31/+23
* Simplify argument parsingLaurențiu Nicola2020-08-012-24/+27
* Merge #5596bors[bot]2020-07-301-0/+5
|\
| * flycheck: Added checkOnSave.noDefaultFeaturesClemens Wasser2020-07-301-0/+5
* | Merge #5614bors[bot]2020-07-306-343/+316
|\ \
| * | Use CmdArgs pattern for bench & analysis statsAleksey Kladov2020-07-305-331/+305
| * | Use split_once polyfillAleksey Kladov2020-07-302-13/+12
* | | Merge #5610bors[bot]2020-07-301-2/+2
|\ \ \ | |/ / |/| |
| * | Bump perf-event and rustc_lexerLaurențiu Nicola2020-07-301-2/+2
| |/
* | 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