about summary refs log tree commit diff
path: root/crates/rust-analyzer/src
AgeCommit message (Expand)AuthorLines
2020-04-02Don't clone where you can copyveetaha-1/+1
2020-04-02Allow fully overriding check and fmt commandsAleksey Kladov-2/+19
2020-04-02Remove vscode_lldb settingAleksey Kladov-20/+14
2020-04-02SiplifyAleksey Kladov-7/+5
2020-04-02Lean onto default implementation of configsAleksey Kladov-11/+16
2020-04-02New config in package.jsonAleksey Kladov-26/+41
2020-04-02Reorder fieldsAleksey Kladov-44/+47
2020-04-02Remove old syntax highlightingAleksey Kladov-87/+3
2020-04-01Fix pointer syntaxAleksey Kladov-30/+36
2020-04-01Centralize defaultsAleksey Kladov-8/+6
2020-04-01Reduce scope of deserializationAleksey Kladov-6/+5
2020-04-01Centralize client capabilitiesAleksey Kladov-15/+16
2020-04-01Centralize all configAleksey Kladov-298/+128
2020-04-01Move all config to configAleksey Kladov-7/+16
2020-04-01Reduce feature flagsAleksey Kladov-52/+48
2020-04-01Move config to config.rsAleksey Kladov-72/+77
2020-04-01Generalize rustfmt configAleksey Kladov-11/+40
2020-04-01Generalize FlycheckconfigAleksey Kladov-1/+1
2020-04-01CleanupAleksey Kladov-5/+5
2020-04-01Crisper nameAleksey Kladov-12/+12
2020-04-01Pull enabled check upAleksey Kladov-7/+12
2020-03-31Rename cargo_watch -> flycheckAleksey Kladov-2/+2
2020-03-31Fix rebasedEdwin Cheng-1/+1
2020-03-31Implement ra_proc_macro client logicEdwin Cheng-2/+19
2020-03-31Better names for config structsAleksey Kladov-37/+37
2020-03-31Add crate versions when running cargo -p commands.o0Ignition0o-1/+1
2020-03-31Ignore createProgress request in testsAleksey Kladov-7/+7
2020-03-30Simplify SemanticTokensBuilder build methodkjeremy-6/+6
2020-03-30Rebase fixesKirill Bulatov-1/+1
2020-03-30Avoid failing on incorrect settings responseKirill Bulatov-5/+13
2020-03-30Small style fixKirill Bulatov-14/+21
2020-03-30Code review fixesKirill Bulatov-12/+10
2020-03-30Small style fixKirill Bulatov-1/+1
2020-03-30Remove an obsolete fixmeKirill Bulatov-1/+0
2020-03-30Reload watcher configurationKirill Bulatov-14/+19
2020-03-30Style fixesKirill Bulatov-15/+24
2020-03-30Reload only the properties that do not affect vfsKirill Bulatov-56/+76
2020-03-30Read new config on the server sideKirill Bulatov-9/+18
2020-03-30Process configuration response draftKirill Bulatov-20/+21
2020-03-30Client side draftKirill Bulatov-2/+8
2020-03-30Pull options outwardsAleksey Kladov-7/+11
2020-03-30Fix review commentsEdwin Cheng-13/+13
2020-03-29Move roots_to_scan to LoopStateEdwin Cheng-22/+22
2020-03-28Remove some unwrapsAleksey Kladov-5/+6
2020-03-28Nice string formattingAleksey Kladov-7/+8
2020-03-26Add ProcMacroClientEdwin Cheng-7/+26
2020-03-25Preserve relative ordering of grouped assistsAleksey Kladov-18/+26
2020-03-24Added new inlay hint kind and rules for method chainingMatt Hooper-0/+6
2020-03-19More direct CargoWorkspaceAleksey Kladov-3/+3
2020-03-17Support loading OUT_DIR for CLI runsEmil Lauridsen-48/+81