aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* Squelch a warningAleksey Kladov2021-01-271-0/+1
* Merge #7457bors[bot]2021-01-263-21/+83
|\
| * Apply suggestions.vsrs2021-01-262-11/+17
| * cargo fmtvsrs2021-01-261-1/+1
| * Add debug only guard for the --wait-dbg flagvsrs2021-01-262-1/+4
| * Add RA_WAIT_DBG and docsvsrs2021-01-252-1/+2
| * Add the ability to wait for a debugger.vsrs2021-01-252-7/+45
| * Add stderr flushvsrs2021-01-252-8/+16
| * Add --no-buffering flag for the file logging.vsrs2021-01-253-15/+21
* | Make always-assert crate reusableAleksey Kladov2021-01-262-9/+2
* | Remove the need to manually sync config in package.jsonAleksey Kladov2021-01-261-11/+28
|/
* Add References code lens.vsrs2021-01-232-33/+44
* Make assertion failures more annoying for maintainersAleksey Kladov2021-01-221-1/+6
* Merge #7353bors[bot]2021-01-222-18/+30
|\
| * Partially unify SymbolKind and CompletionItemKindLukas Wirth2021-01-201-14/+22
| * Move SymbolKind to ide_dbLukas Wirth2021-01-202-2/+4
| * Add LifetimeParam and ConstParam to CompletionItemKindLukas Wirth2021-01-191-12/+14
* | Include `countme` crate to count important data structures.Aleksey Kladov2021-01-211-0/+5
* | chdir to file before rustfmtLaurențiu Nicola2021-01-211-0/+17
* | Update pico-argskjeremy2021-01-192-9/+16
|/
*-. Merge #7297 #7338bors[bot]2021-01-184-16/+8
|\ \
| * | Add flyimport completion for trait assoc itemsKirill Bulatov2021-01-164-16/+8
* | | Remove obsolete RangeInfo usage in renameLukas Wirth2021-01-181-1/+1
* | | Add back jemalloc supportJonas Schievink2021-01-182-0/+10
| |/ |/|
* | Avoid blocking the main loop when editing Cargo.tomlAleksey Kladov2021-01-182-10/+7
* | Add profile callAleksey Kladov2021-01-181-0/+1
|/
* Share import_assets and related entitiesKirill Bulatov2021-01-163-15/+28
* Don't duplicate rustc diagnostics fixesJonas Schievink2021-01-155-282/+32
* Phase out SourceFileEdits in favour of a plain HashMapLukas Wirth2021-01-143-8/+6
* Group file source edits by FileIdLukas Wirth2021-01-143-19/+22
* Introduce more appropriate assertion mechanismAleksey Kladov2021-01-141-0/+5
* Merge #7220bors[bot]2021-01-133-14/+178
|\
| * fix windows test.ShuiRuTian2021-01-131-2/+2
| * unwrap.ShuiRuTian2021-01-131-2/+2
| * skip slow tests.ShuiRuTian2021-01-121-3/+4
| * use path rather than hard code.ShuiRuTian2021-01-121-4/+4
| * fix and add tests.ShuiRuTian2021-01-122-8/+142
| * formatShuiRuTian2021-01-111-3/+5
| * fix as suggestion.ShuiRuTian2021-01-111-9/+5
| * Update crates/rust-analyzer/src/handlers.rsSong Gao2021-01-111-3/+1
| * Update crates/rust-analyzer/src/handlers.rsSong Gao2021-01-111-4/+2
| * move logic from client to server.ShuiRuTian2021-01-111-1/+9
| * update rs formatShuiRuTian2021-01-101-1/+2
| * fix condition.ShuiRuTian2021-01-101-1/+1
| * fix issue.ShuiRuTian2021-01-101-14/+14
| * beta version for folder renameShuiRuTian2021-01-092-4/+22
| * support folder rename for initial request.ShuiRuTian2021-01-081-8/+16
* | Merge #7262bors[bot]2021-01-132-11/+10
|\ \
| * | Don't show internal server error on renameAleksey Kladov2021-01-132-11/+10
* | | Ensure uniqueness of file ids in reference search via hashmapLukas Wirth2021-01-121-15/+9