about summary refs log tree commit diff
path: root/crates/rust-analyzer
AgeCommit message (Expand)AuthorLines
2021-07-11better nameAleksey Kladov-1/+1
2021-07-11Let the client care about presentationAleksey Kladov-8/+18
2021-07-11prepare to move run/debug splitting to handlersAleksey Kladov-32/+50
2021-07-11Merge #9449bors[bot]-9/+5
2021-07-11Do not erase Cargo diagnostics from the closed documentsKirill Bulatov-15/+2
2021-07-09Emit test name in Run test runnables if it comes from a macro expansionLukas Wirth-9/+5
2021-07-06internal: ensure consistent passing for config paramsAleksey Kladov-4/+4
2021-07-05feat: make join lines behavior configurableAleksey Kladov-4/+21
2021-07-05refactor logger flushingmahdi-frms-2/+3
2021-07-05make the logs line bufferedmahdi-frms-9/+8
2021-07-05minor: drop dummy authors fieldAleksey Kladov-1/+0
2021-07-04feat: always prefer postfix snippets if there's exact textual matchAleksey Kladov-4/+11
2021-07-04internal: make CompletionItem and SourceChange consistentAleksey Kladov-12/+5
2021-07-04internal: better factoring for to_proto::completionAleksey Kladov-84/+97
2021-07-04minor: styleAleksey Kladov-35/+39
2021-07-04internal: make `xtask` lighterAleksey Kladov-0/+499
2021-07-03internal: overhaul code generationAleksey Kladov-0/+83
2021-07-02Add "View Crate Graph (Full)"Jonas Schievink-4/+14
2021-06-29Merge #9269bors[bot]-8/+11
2021-06-29Watch for Cargo.toml and .lock changesLaurențiu Nicola-1/+7
2021-06-28Resolve attribute paths in attribute highlightingLukas Wirth-0/+2
2021-06-24Merge #9375bors[bot]-28/+17
2021-06-24SimplifyLukas Wirth-1/+1
2021-06-23Merge #9380bors[bot]-2/+18
2021-06-24move goto_declaration fall back into handlersLukas Wirth-2/+2
2021-06-23Rename 'document_highlight' to 'highlight_related'Lukas Wirth-1/+1
2021-06-23Move document highlighting computation from rust-analyzer to ideLukas Wirth-28/+17
2021-06-23Add `public` semantic token modifier for public itemsAramis Razzaghipour-0/+2
2021-06-22Implement goto_declaration supportLukas Wirth-2/+18
2021-06-21Merge #9348bors[bot]-1/+8
2021-06-21Collapse documentation and markdown config settings into an enumLukas Wirth-14/+23
2021-06-21Split hover actions config into its own config structLukas Wirth-21/+53
2021-06-21Merge #9264bors[bot]-9/+20
2021-06-21Remove deprecation support in configLukas Wirth-39/+13
2021-06-21output to log file if RA_LOG_FILE is defined in environmentrezural-1/+8
2021-06-19remove num_formatMilo-8/+2
2021-06-19Implement a config override for the default #[cfg(test)] in cargo cratesJade-0/+4
2021-06-19fmtMilo-1/+5
2021-06-19use num_formatMilo-3/+4
2021-06-18make workspaces look betterMilo-9/+7
2021-06-18Allow to disable import insertion on single path glob importsLukas Wirth-0/+7
2021-06-18Recreate PR.Milo-5/+11
2021-06-17simplifyLukas Wirth-2/+2
2021-06-16Merge #9258bors[bot]-4/+6
2021-06-15internal: introduce minicore -- a subset of libcore for testingAleksey Kladov-1/+3
2021-06-15Use objects instead of bools for markers in package.jsonLaurențiu Nicola-2/+2
2021-06-14Add configuration deprecationLukas Wirth-10/+39
2021-06-14Make documentation on hover configurableLukas Wirth-9/+17
2021-06-14Merge #9260bors[bot]-1/+1
2021-06-13tree-wide: make rustdoc links spiky so they are clickableJade-1/+1