about summary refs log tree commit diff
path: root/crates/rust-analyzer
AgeCommit message (Expand)AuthorLines
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-31Add integrated test for concat include envAleksey Kladov-5/+62
2020-03-31Rename cargo_watch -> flycheckAleksey Kladov-3/+3
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/+8
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 race in the testsAleksey Kladov-1/+2
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/+10
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-23update itertools version to 0.9.0Josh Mcguigan-1/+1
2020-03-19More direct CargoWorkspaceAleksey Kladov-3/+3
2020-03-17Support loading OUT_DIR for CLI runsEmil Lauridsen-48/+81
2020-03-17Change existing OUT_DIR override config to make use of new infrastructureEmil Lauridsen-29/+5
2020-03-17Support loading OUT_DIR from cargo check at launchEmil Lauridsen-16/+30
2020-03-16Merge #3587bors[bot]-11/+77
2020-03-16Merge #3540bors[bot]-2/+7
2020-03-15Fix tests part 2...Steffen Lyngbaek-34/+31
2020-03-15Fix broken testsSteffen Lyngbaek-26/+29
2020-03-15Rely on the safer workspace_loaded checkSteffen Lyngbaek-13/+15
2020-03-15Swtches to rust SSR query checkMikhail Modin-2/+7
2020-03-13Fix broken testsSteffen Lyngbaek-5/+10
2020-03-13Use idiomatic way of defining floatsSteffen Lyngbaek-2/+2