about summary refs log tree commit diff
path: root/crates/rust-analyzer/src
AgeCommit message (Expand)AuthorLines
2021-02-02Only allow one proc-macro processEdwin Cheng-14/+16
2021-02-01Update Test DataChristopher Serr-1/+46
2021-02-01Don't filter code suggestions on ApplicabilityChristopher Serr-4/+2
2021-01-29Add --print-config-schema to helpLaurențiu Nicola-0/+2
2021-01-29bug fixEdwin Cheng-1/+1
2021-01-29Async Loading outdir and proc-macroEdwin Cheng-45/+162
2021-01-28Make logger-based debugging more pleasantAleksey Kladov-1/+1
2021-01-27Merge #7451bors[bot]-12/+24
2021-01-27Squelch a warningAleksey Kladov-0/+1
2021-01-26Merge #7457bors[bot]-21/+83
2021-01-27Apply suggestions.vsrs-11/+17
2021-01-27cargo fmtvsrs-1/+1
2021-01-27Add debug only guard for the --wait-dbg flagvsrs-1/+4
2021-01-26Make always-assert crate reusableAleksey Kladov-9/+0
2021-01-26Add config option to ignore directoriesAleksey Kladov-6/+22
2021-01-26Allow non-absolute paths to rust sourceAleksey Kladov-6/+2
2021-01-26Remove the need to manually sync config in package.jsonAleksey Kladov-11/+28
2021-01-25Add RA_WAIT_DBG and docsvsrs-1/+2
2021-01-25Add the ability to wait for a debugger.vsrs-7/+45
2021-01-25Add stderr flushvsrs-8/+16
2021-01-25Add --no-buffering flag for the file logging.vsrs-15/+21
2021-01-23Add References code lens.vsrs-33/+44
2021-01-22Make assertion failures more annoying for maintainersAleksey Kladov-1/+6
2021-01-22Merge #7353bors[bot]-18/+30
2021-01-21Include `countme` crate to count important data structures.Aleksey Kladov-0/+5
2021-01-21chdir to file before rustfmtLaurențiu Nicola-0/+17
2021-01-20Partially unify SymbolKind and CompletionItemKindLukas Wirth-14/+22
2021-01-20Move SymbolKind to ide_dbLukas Wirth-2/+4
2021-01-19Add LifetimeParam and ConstParam to CompletionItemKindLukas Wirth-12/+14
2021-01-19Update pico-argskjeremy-8/+15
2021-01-18Merge #7297 #7338bors[bot]-16/+8
2021-01-18Remove obsolete RangeInfo usage in renameLukas Wirth-1/+1
2021-01-18added region foldingLuciano Bestia-1/+1
2021-01-18Add back jemalloc supportJonas Schievink-0/+4
2021-01-18Avoid blocking the main loop when editing Cargo.tomlAleksey Kladov-10/+7
2021-01-18Add profile callAleksey Kladov-0/+1
2021-01-16Add flyimport completion for trait assoc itemsKirill Bulatov-16/+8
2021-01-16Share import_assets and related entitiesKirill Bulatov-15/+28
2021-01-15Don't duplicate rustc diagnostics fixesJonas Schievink-282/+32
2021-01-14Phase out SourceFileEdits in favour of a plain HashMapLukas Wirth-8/+6
2021-01-14Group file source edits by FileIdLukas Wirth-19/+22
2021-01-14Introduce more appropriate assertion mechanismAleksey Kladov-0/+5
2021-01-13Merge #7220bors[bot]-10/+38
2021-01-13Merge #7262bors[bot]-11/+10
2021-01-13Don't show internal server error on renameAleksey Kladov-11/+10
2021-01-13fix and add tests.ShuiRuTian-4/+3
2021-01-12Ensure uniqueness of file ids in reference search via hashmapLukas Wirth-15/+9
2021-01-12Group references by FileIdLukas Wirth-10/+23
2021-01-11Improve analysis stats legibilityAleksey Kladov-20/+17
2021-01-12formatShuiRuTian-3/+5