aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Address some FIXMEsJmPotato2020-08-112-5/+5
| |/ /
| * | Return InvalidRequest if Shutdown has been requestedJeremy Kolb2020-08-102-1/+16
| * | Merge #5692bors[bot]2020-08-102-2/+2
| |\ \
| | * | Remove Option<...> from result of Crate::root_modulePaul Daniel Faria2020-08-092-2/+2
| | |/
| * | Merge #5693bors[bot]2020-08-091-0/+10
| |\ \
| | * | Let shutdown request to pass through when status == LoadingVeetaha2020-08-091-1/+1
| | * | Fix no inlay hints / unresolved tokens until manual editVeetaha2020-08-081-0/+10
| | |/
| * | Merge #5414bors[bot]2020-08-091-1/+1
| |\ \
| | * | Fix test code lensAleksei Trifonov2020-08-021-1/+1
| * | | format in to_proto::markup_contentJmPotato2020-08-091-1/+2
| * | | Remove cloneVeetaha2020-08-081-1/+1
| | |/ | |/|
| * | Merge #5526bors[bot]2020-08-067-14/+208
| |\ \
| | * | Address PR commentsJeremy Kolb2020-08-064-18/+12
| | * | Handle semantic token deltaskjeremy2020-08-017-13/+213
| * | | Fix relative path handling for custom rustfmtAleksey Kladov2020-08-051-5/+0
| * | | Revert "Restore line index micro-optimization"Michael Lazear2020-08-032-31/+23
| | |/ | |/|
| * | Simplify argument parsingLaurențiu Nicola2020-08-012-24/+27
| |/
* | update & configure cmark to render three backticksZac Pullar-Strecker2020-08-021-1/+1
* | Merge remote-tracking branch 'upstream/master' into 503-hover-doc-linksZac Pullar-Strecker2020-07-3138-1233/+1754
|\|
| * 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