]> git.lizzy.rs Git - rust.git/history - crates/ra_ide_api/src/navigation_target.rs
Format
[rust.git] / crates / ra_ide_api / src / navigation_target.rs
2019-03-04 Jeremy KolbFormat
2019-03-04 Jeremy KolbAdd NavigationTarget::from_impl_item
2019-02-24 bors[bot]Merge #894
2019-02-24 Florian DieboldRename Type => TypeAlias
2019-02-23 bors[bot]Merge #879
2019-02-23 Ville PenttinenAdd name_range field to FileSymbol
2019-02-23 Ville PenttinenFix NavigationTarget debug_render container_name output
2019-02-23 Ville PenttinenFix goto def not working when cursor was over the name...
2019-02-17 bors[bot]Merge #847
2019-02-17 bors[bot]Merge #844
2019-02-17 Ville PenttinenRefactor find_all_refs to return ReferenceSearchResult
2019-02-16 bors[bot]Merge #842
2019-02-16 Florian DieboldTurn ImplBlock into a copy type just containing IDs
2019-02-13 bors[bot]Merge #818
2019-02-13 bors[bot]Merge #813
2019-02-13 Ville PenttinenUse clone directly rather than map + clone
2019-02-12 Ville PenttinenAdd support for container_name in workspace/symbol...
2019-02-08 Aleksey Kladovreformat the world
2019-02-03 bors[bot]Merge #727
2019-02-01 bors[bot]Merge #693
2019-02-01 Florian DieboldUse the new Resolver API for goto def
2019-01-31 bors[bot]Merge #692
2019-01-31 bors[bot]Merge #712
2019-01-30 bors[bot]Merge #701
2019-01-30 bors[bot]Merge #702
2019-01-30 Jeremy KolbGo to Implementation for structs and enums
2019-01-26 bors[bot]Merge #660
2019-01-25 bors[bot]Merge #647
2019-01-25 Aleksey Kladovfix todo
2019-01-25 bors[bot]Merge #646
2019-01-25 bors[bot]Merge #645
2019-01-25 Aleksey Kladovadd ability to get strcut field source
2019-01-25 bors[bot]Merge #630
2019-01-24 bors[bot]Merge #633
2019-01-24 bors[bot]Merge #623
2019-01-24 Aleksey KladovModuleDef is Def-free
2019-01-24 Aleksey KladovMigrate trait & type to new ids
2019-01-24 Aleksey Kladovmove consts&statics to new id
2019-01-24 Aleksey Kladovadapt ide_api to the new API
2019-01-24 Aleksey Kladovadapt ide_api to the new API
2019-01-24 Aleksey Kladovupdate ide_api to new hir
2019-01-24 Aleksey KladovChange ids strategy
2019-01-16 bors[bot]Merge #536
2019-01-15 bors[bot]Merge #554
2019-01-15 bors[bot]Merge #552
2019-01-15 Aleksey Kladovremove Cancelable from navigation target
2019-01-15 Aleksey Kladovremove Cancelable from static&const API
2019-01-15 Aleksey Kladovremove Cancelable from adt API
2019-01-15 bors[bot]Merge #551
2019-01-15 Aleksey Kladovremove Cancelable from Module API
2019-01-13 bors[bot]Merge #532
2019-01-13 Aleksey Kladovfix go to parent module
2019-01-11 bors[bot]Merge #498
2019-01-11 Aleksey Kladovactually produce missing def kinds
2019-01-11 bors[bot]Merge #496
2019-01-11 Aleksey Kladovkill NavTarget ptr
2019-01-11 Aleksey Kladovfix tests
2019-01-11 Aleksey Kladovenvapsulate navigation target better
2019-01-11 Aleksey Kladovsimplify
2019-01-11 Aleksey Kladovreshuffle nones
2019-01-11 Aleksey Kladovrefactor nav target
2019-01-11 Aleksey KladovMake from_syntax private
2019-01-11 Aleksey Kladovmove nav to a separate file