]> git.lizzy.rs Git - rust.git/history - crates/ide/src/lib.rs
Add runnables::related_tests
[rust.git] / crates / ide / src / lib.rs
2021-02-27 vsrsAdd runnables::related_tests
2021-02-22 bors[bot]Merge #7759
2021-02-22 Chetan Khilosiya7526: Renamed create ssr to ide_ssr.
2021-02-22 Chetan Khilosiya7526: Rename crate assists to ide_assists.
2021-02-17 bors[bot]Merge #7707
2021-02-17 Aleksey Kladovrename completion -> ide_completion
2021-02-16 bors[bot]Merge #7690
2021-02-16 bors[bot]Merge #7657
2021-02-16 Aleksey KladovMake utf8 default, implement utf16 in terms of it
2021-02-16 Aleksey KladovPrepare for utf-8 offsets
2021-02-14 bors[bot]Merge #7656
2021-02-14 bors[bot]Merge #7643 #7663
2021-02-13 bors[bot]Merge #7596
2021-02-13 ivan770Moved CodeLens to ide crate
2021-02-12 bors[bot]Merge #7655
2021-02-12 bors[bot]Merge #7358
2021-02-12 Lukas WirthUse NameLike in FileReference directly as its not expor...
2021-02-12 Lukas WirthRefactor reference searching to work with the ast
2021-01-26 bors[bot]Merge #7393
2021-01-23 bors[bot]Merge #7391
2021-01-22 bors[bot]Merge #7310 #7395
2021-01-22 bors[bot]Merge #7353
2021-01-22 bors[bot]Merge #7374
2021-01-22 bors[bot]Merge #7386
2021-01-20 Lukas WirthMove SymbolKind to ide_db
2021-01-19 bors[bot]Merge #7321
2021-01-18 bors[bot]Merge #7341
2021-01-18 bors[bot]Merge #7340
2021-01-18 bors[bot]Merge #7336
2021-01-18 Lukas WirthRemove obsolete RangeInfo usage in references
2021-01-18 bors[bot]Merge #7339
2021-01-18 bors[bot]Merge #7297 #7338
2021-01-18 bors[bot]Merge #7337
2021-01-18 Lukas WirthRemove obsolete RangeInfo usage in rename
2021-01-18 bors[bot]Merge #7326
2021-01-18 bors[bot]Merge #7291
2021-01-18 bors[bot]Merge #7323
2021-01-18 Aleksey KladovMinor
2021-01-18 bors[bot]Merge #7292
2021-01-17 bors[bot]Merge #7276
2021-01-17 bors[bot]Merge #7304
2021-01-16 Kirill BulatovAdd flyimport completion for trait assoc items
2021-01-16 bors[bot]Merge #7295
2021-01-16 Kirill BulatovShare import_assets and related entities
2021-01-15 bors[bot]Merge #7272
2021-01-14 Lukas WirthPhase out SourceFileEdits in favour of a plain HashMap
2021-01-14 Lukas WirthGroup file source edits by FileId
2021-01-14 bors[bot]Merge #7211
2021-01-14 bors[bot]Merge #7257
2021-01-14 bors[bot]Merge #7110
2021-01-14 bors[bot]Merge #7260
2021-01-13 bors[bot]Merge #7220
2021-01-13 bors[bot]Merge #7262
2021-01-13 bors[bot]Merge #7251
2021-01-12 Lukas WirthGroup references by FileId
2021-01-11 bors[bot]Merge #7051 #7219 #7245 #7246
2021-01-10 bors[bot]Merge #7218
2021-01-10 bors[bot]Merge #6238
2021-01-10 Lukas WirthSplit punctuation semantic highlighting up into more...
2021-01-10 bors[bot]Merge #6980
2021-01-09 bors[bot]Merge #7216
2021-01-09 Aleksey KladovShorten names
2021-01-09 Aleksey KladovShorten frequent names
2021-01-08 bors[bot]Merge #7145
2021-01-07 bors[bot]Merge #7189
2021-01-06 bors[bot]Merge #7186
2021-01-06 Aleksey KladovAlign config's API with usage
2021-01-06 bors[bot]Merge #7183
2021-01-06 Aleksey KladovYAGNI active_resolve_capabilities
2021-01-03 bors[bot]Merge #7113
2021-01-03 bors[bot]Merge #7136
2021-01-03 bors[bot]Merge #7068
2021-01-01 bors[bot]Merge #7080
2020-12-31 bors[bot]Merge #7071
2020-12-31 bors[bot]Merge #7106
2020-12-30 bors[bot]Merge #7083
2020-12-29 bors[bot]Merge #7070
2020-12-29 bors[bot]Merge #7077
2020-12-29 Laurențiu NicolaAvoid a couple of allocations
2020-12-29 bors[bot]Merge #7075
2020-12-28 Phil EllisonInitial implementation of view-hir command
2020-12-27 bors[bot]Merge #7047
2020-12-26 bors[bot]Merge #7043
2020-12-26 Aleksey KladovSimplify assists resolution API
2020-12-25 bors[bot]Merge #7038
2020-12-25 bors[bot]Merge #7036
2020-12-24 bors[bot]Merge #7030
2020-12-24 bors[bot]Merge #7029
2020-12-24 bors[bot]Merge #7028
2020-12-24 Aleksey Kladovpit-of-success API for unresolved code actions
2020-12-24 bors[bot]Merge #7021
2020-12-24 bors[bot]Merge #7027
2020-12-23 bors[bot]Merge #7020
2020-12-23 bors[bot]Merge #7009
2020-12-23 Jeremy KolbImplement workspace/willRenameFiles for single-level...
2020-12-20 bors[bot]Merge #6921
2020-12-20 bors[bot]Merge #6929
2020-12-18 bors[bot]Merge #6934
2020-12-18 bors[bot]Merge #6930
2020-12-18 Aleksey KladovDon't expose SyntaxKind from IDE API
next