about summary refs log tree commit diff
path: root/crates/ra_ide_api/src/lib.rs
AgeCommit message (Expand)AuthorLines
2019-03-03Add optional range parameter to SyntaxTreeParamsVille Penttinen-3/+9
2019-02-26Add new type HoverResult to contain the results of hoveringVille Penttinen-1/+2
2019-02-24Assign IDs to assistsAleksey Kladov-1/+2
2019-02-21kill utils moduleAleksey Kladov-3/+2
2019-02-17Refactor find_all_refs to return ReferenceSearchResultVille Penttinen-1/+5
2019-02-16document design guidelineAleksey Kladov-0/+6
2019-02-13Keep track of crate editionFlorian Diebold-1/+2
2019-02-12Fix some typosPascal Hertleif-5/+5
2019-02-08reformat the worldAleksey Kladov-19/+5
2019-02-08diagnostics is now a functionAleksey Kladov-2/+2
2019-02-08move diagnostics to a separate fileAleksey Kladov-2/+19
2019-02-08move find_references to referencesAleksey Kladov-1/+1
2019-02-08rename rename to referencesAleksey Kladov-2/+2
2019-02-08move crate forAleksey Kladov-1/+1
2019-02-08move changes to a separate fileAleksey Kladov-155/+4
2019-02-06Some clippy cleanupskjeremy-1/+1
2019-02-06move assists to a separate crateAleksey Kladov-1/+1
2019-02-05Rename assits to assistsJeremy Kolb-1/+1
2019-02-03make HirDatabase object-safeAleksey Kladov-0/+4
2019-02-04fill match armgfreezy-0/+1
2019-01-30Merge #702bors[bot]-0/+8
2019-01-29Pass Documentation up to LSP and add "rust" to our codeblocks thereJeremy Kolb-1/+2
2019-01-29Go to Implementation for structs and enumsJeremy Kolb-0/+8
2019-01-28opt-in jemallocAleksey Kladov-0/+1
2019-01-27show jemallocAleksey Kladov-0/+5
2019-01-27automatically collect garbageAleksey Kladov-0/+4
2019-01-26rename source_file -> parseAleksey Kladov-9/+9
2019-01-26rename FilesDatabase -> SourceDatabaseAleksey Kladov-1/+1
2019-01-26fold syntax database into files databaseAleksey Kladov-1/+1
2019-01-25add gc requestAleksey Kladov-0/+4
2019-01-23move completion item tests closer to the codeAleksey Kladov-0/+3
2019-01-23ad status commandAleksey Kladov-0/+6
2019-01-20Merge #574bors[bot]-1/+1
2019-01-20extend selection expands macros and can totally panicAleksey Kladov-2/+2
2019-01-20somewhat better nameAleksey Kladov-1/+1
2019-01-20make matching brace consistentAleksey Kladov-2/+3
2019-01-20use with_db consistentlyAleksey Kladov-14/+7
2019-01-19refactor completions to use TextEdit instead of InsertTextgfreezy-1/+1
2019-01-19fix commentsgfreezy-1/+1
2019-01-19move rename to a new modgfreezy-1/+2
2019-01-17:arrow_up: salsaAleksey Kladov-2/+4
2019-01-15kill last cancelablesAleksey Kladov-2/+2
2019-01-15remove Canceled from impl of ra_ide_apiAleksey Kladov-12/+3
2019-01-15remove Canceled from API implAleksey Kladov-7/+9
2019-01-15remove Cancelable from Module API, part 2Aleksey Kladov-1/+1
2019-01-15remove cancelable from symbolsAleksey Kladov-4/+3
2019-01-11rename TreePtr -> TreeArcAleksey Kladov-2/+2
2019-01-11fix testsAleksey Kladov-1/+2
2019-01-11return ref ranges from gotodefAleksey Kladov-2/+2
2019-01-11envapsulate navigation target betterAleksey Kladov-35/+3