]> git.lizzy.rs Git - rust.git/history - crates
Merge #811
[rust.git] / crates /
2019-02-12 bors[bot]Merge #811
2019-02-12 Laurențiu NicolaFilter attributes from the completion details/label
2019-02-12 bors[bot]Merge #810
2019-02-12 Aleksey Kladovmake token trees eq
2019-02-12 bors[bot]Merge #809
2019-02-12 bors[bot]Merge #808
2019-02-12 kjeremywhat goes bump in the night?
2019-02-12 Aleksey Kladovrename yellow -> syntax_node
2019-02-12 bors[bot]Merge #804
2019-02-12 Pascal HertleifFix some typos
2019-02-12 bors[bot]Merge #805
2019-02-12 Aleksey Kladovdon't distinguish Create and Write events in VFS
2019-02-12 bors[bot]Merge #801
2019-02-12 Laurențiu NicolaImplement completion for associated items
2019-02-12 bors[bot]Merge #802
2019-02-12 Aleksey Kladovreplace clone with copy
2019-02-12 Aleksey Kladovfix obsolete comment
2019-02-11 bors[bot]Merge #794
2019-02-11 Aleksey Kladovfix regression in self-referential completion
2019-02-11 bors[bot]Merge #793
2019-02-11 Aleksey Kladovremove hard-coded query-group macro
2019-02-11 bors[bot]Merge #791
2019-02-11 Aleksey Kladovdocs
2019-02-11 Aleksey Kladovassign ids when converting tt
2019-02-11 Aleksey Kladovassign ids to tokens
2019-02-11 bors[bot]Merge #781
2019-02-11 Andrea Prettora_assists: assist "providers" can produce multiple...
2019-02-11 bors[bot]Merge #790
2019-02-11 Aleksey Kladovmake macro a NameOwner
2019-02-11 Aleksey Kladovmake macro-rules eq
2019-02-11 bors[bot]Merge #789
2019-02-11 Aleksey Kladovtypo
2019-02-11 Aleksey Kladovremove useless hash
2019-02-11 bors[bot]Merge #788
2019-02-11 Aleksey Kladovremove query_definitions
2019-02-11 bors[bot]Merge #787
2019-02-11 Aleksey Kladovrename combine -> or
2019-02-11 bors[bot]Merge #785
2019-02-11 Aleksey Kladovuse extern prelude in Resolver
2019-02-11 bors[bot]Merge #784
2019-02-11 Aleksey Kladovadd graph fixture
2019-02-11 Aleksey KladovHandle SourceRoots automatically in fixtures
2019-02-11 bors[bot]Merge #783
2019-02-11 Ville PenttinenFix typo in Cargo.toml authors
2019-02-11 bors[bot]Merge #782
2019-02-11 Ville PenttinenUpdate authors field in Cargo.tomls to "rust-analyzer...
2019-02-10 bors[bot]Merge #778
2019-02-10 bors[bot]Merge #762
2019-02-10 Florian DieboldImplement glob imports within the same crate
2019-02-10 Florian DieboldImport glob imports from other crates
2019-02-10 Florian DieboldImplement glob imports from enums
2019-02-10 Florian DieboldAdd some tests
2019-02-10 bors[bot]Merge #774
2019-02-10 Florian DieboldSpell cases explicitly in Ty::walk{_mut}
2019-02-10 Florian DieboldClean up a bit
2019-02-10 Florian DieboldAdd a smoke test for ra_batch
2019-02-10 Florian DieboldAdd an ra_cli command that analyses all crates in the...
2019-02-10 Florian DieboldImplement BatchDatabase construction
2019-02-10 Florian DieboldAdd new crate
2019-02-10 bors[bot]Merge #770
2019-02-10 bors[bot]Merge #773
2019-02-09 Florian DieboldAdd comment and mark
2019-02-09 Florian DieboldFix another crash, and try harder to prevent stack...
2019-02-09 Florian DieboldFix another crash found when analyzing rustc
2019-02-09 Florian DieboldFix handling of literal patterns
2019-02-09 Florian DieboldFix two crashes found by running inference on all of...
2019-02-09 bors[bot]Merge #771
2019-02-09 Bernardoupdate notify with fix for hight cpu usage
2019-02-09 Ville PenttinenFix introduce var duplicating newlines
2019-02-09 Andrea Prettoauto_import: use ra_fmt
2019-02-09 Andrea Prettoauto_import: struct variants for ImportAction
2019-02-09 Andrea Prettoauto_import: remove PathSegmentsMatch
2019-02-09 Andrea Prettoauto_import: Removed Empty in favor of Partial(0)
2019-02-09 Andrea Prettoauto_import assist
2019-02-09 bors[bot]Merge #767
2019-02-09 Florian DieboldClean up a bit
2019-02-09 Florian DieboldRemove Vfs from project model
2019-02-09 Florian DieboldRemove SmolStr from project model
2019-02-09 Florian DieboldMove crate graph generation to ra_project_model
2019-02-09 Florian DieboldExtract project model to separate crate
2019-02-09 bors[bot]Merge #766
2019-02-09 bors[bot]Merge #768
2019-02-09 robojumperImprove sorting delegate
2019-02-08 robojumperRemove unused import
2019-02-08 robojumperAdd tests for action target ranges
2019-02-08 robojumperAdd some assist ranges
2019-02-08 Andrea PrettoRefactor formatting code out of ra_ida_api_light into...
2019-02-08 Aleksey Kladovreformat the world
2019-02-08 bors[bot]Merge #765
2019-02-08 Aleksey Kladovdiagnostics is now a function
2019-02-08 Aleksey Kladovmove diagnostics to a separate file
2019-02-08 Aleksey Kladovmove index_resolve to symbol index
2019-02-08 Aleksey Kladovmove find_references to references
2019-02-08 Aleksey Kladovavoid 'ignored' in test output
2019-02-08 Aleksey Kladovrename rename to references
2019-02-08 Aleksey Kladovmove crate for
2019-02-08 Aleksey Kladovmove changes to a separate file
2019-02-07 bors[bot]Merge #760
2019-02-07 Ville PenttinenRemove unnecessary dbg! calls
2019-02-07 Ville PenttinenAdd new assist to remove dbg!() calls
next