]> git.lizzy.rs Git - rust.git/history - crates
Update hover message since we do support globs
[rust.git] / crates /
2019-02-28 kjeremyUpdate hover message since we do support globs
2019-02-27 bors[bot]Merge #906
2019-02-27 Ville PenttinenEnable hover support for NamedFieldDefs
2019-02-27 Ville PenttinenAllow goto-definition to work for named fields in struc...
2019-02-27 bors[bot]Merge #905
2019-02-27 kjeremyFix the build
2019-02-27 bors[bot]Merge #900
2019-02-27 Ville PenttinenRemove `TypeRef` from item opts which implement TypeAsc...
2019-02-27 bors[bot]Merge #901
2019-02-27 bors[bot]Merge #903
2019-02-27 Ville PenttinenRemove RawResponse::empty()
2019-02-27 Ville PenttinenWork around for issue in vscode reporting a failure...
2019-02-27 Ville PenttinenAdd support for hovering over the name of an item
2019-02-26 Ville PenttinenReplace visit_fn with crate::completion::function_label
2019-02-26 bors[bot]Merge #902
2019-02-26 Dale WijnandFix a typo
2019-02-26 Ville PenttinenAdd new type HoverResult to contain the results of...
2019-02-26 Ville PenttinenAdd support for showing fn signature when hovering
2019-02-26 Ville PenttinenUse TypeAscriptionOwner
2019-02-26 Ville PenttinenAdd new trait TypeAscriptionOwner
2019-02-25 bors[bot]Merge #897
2019-02-25 Aleksey Kladovkill accidently commited file
2019-02-25 bors[bot]Merge #898
2019-02-25 Aleksey Kladovrename type to type_alias in the AST as well
2019-02-25 Ville PenttinenMove ConstSignature creation to a single method
2019-02-25 Ville PenttinenAdd static type inference
2019-02-25 Ville PenttinenAdd const type inference
2019-02-24 bors[bot]Merge #895
2019-02-24 Aleksey Kladovcomplete patterns
2019-02-24 bors[bot]Merge #894
2019-02-24 Florian DieboldRename Type => TypeAlias
2019-02-24 bors[bot]Merge #892
2019-02-24 Florian DieboldAdd test for recursive type aliases
2019-02-24 Florian DieboldImplement support for type aliases
2019-02-24 bors[bot]Merge #893
2019-02-24 Aleksey Kladovmove testing functions
2019-02-24 Aleksey Kladovmove the rest of presentation to presentation
2019-02-24 Aleksey Kladovmove more code to presentation
2019-02-24 Aleksey Kladovmove res completion to presentation
2019-02-24 Aleksey Kladovsimplify
2019-02-24 Aleksey Kladovmove enum-variants to presentation
2019-02-24 Aleksey Kladovsimplify
2019-02-24 Aleksey Kladovmove presentaion completion to presentation
2019-02-24 Aleksey Kladovmove function rendering to presentation
2019-02-24 Aleksey Kladovintroduce completion presentation
2019-02-24 bors[bot]Merge #891
2019-02-24 Aleksey Kladovcomplete fields in struct literals
2019-02-24 bors[bot]Merge #890
2019-02-24 Florian DieboldClean up imports a bit
2019-02-24 Aleksey Kladovcomplete struct literals
2019-02-24 Aleksey Kladovsupport upcastig in AST enum
2019-02-24 bors[bot]Merge #889
2019-02-24 Aleksey Kladovadd marks to assists
2019-02-24 Aleksey Kladovdont show introduce variable everywhere
2019-02-24 Aleksey KladovAssign IDs to assists
2019-02-24 bors[bot]Merge #885
2019-02-24 Aleksey Kladovrename
2019-02-24 bors[bot]Merge #886
2019-02-23 Florian DieboldRefactor associated method resolution a bit and make...
2019-02-23 Aleksey KladovAdd a test for macro parsing
2019-02-23 bors[bot]Merge #884
2019-02-23 Florian DieboldSplit ty.rs into several modules
2019-02-23 Aleksey Kladovimplement tt -> ast
2019-02-23 Aleksey Kladovkeep-text
2019-02-23 Aleksey Kladovflatten tt
2019-02-23 Aleksey Kladovtoken source scaffold
2019-02-23 Aleksey Kladovadd dependency on the parser
2019-02-23 Aleksey Kladovadd interface
2019-02-23 Aleksey Kladovintroduce tree builder
2019-02-23 bors[bot]Merge #883
2019-02-23 Ville PenttinenSimplify test_fill_match_arm_refs test cases
2019-02-23 Aleksey Kladovrename
2019-02-23 Ville PenttinenFix fill_match_arms not working with references
2019-02-23 bors[bot]Merge #879
2019-02-23 Ville PenttinenRemove unnecessary to_nav_target
2019-02-23 bors[bot]Merge #880
2019-02-23 Florian DieboldFix resolution of associated method calls across crates
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-22 bors[bot]Merge #866
2019-02-22 Ville PenttinenChange resolve_path to return the fully resolved path...
2019-02-21 Ville PenttinenIgnore failing test for now
2019-02-21 Ville PenttinenMake nameres::ResolvePathResult private and refactor
2019-02-21 Ville PenttinenRemove Const inference for now, refactor PathResult
2019-02-21 bors[bot]Merge #864
2019-02-21 Florian DieboldAdd an assert (and fix the other)
2019-02-21 bors[bot]Merge #876
2019-02-21 Ville PenttinenMove `non_trivia_sibling` to `ra_syntax::algo`
2019-02-21 Ville PenttinenSimplify adding a comma after match arm
2019-02-21 Ville PenttinenFix join_lines not adding a comma after join_single_exp...
2019-02-21 bors[bot]Merge #874
2019-02-21 kjeremyUpdate lsp-types and backtrace
2019-02-21 bors[bot]Merge #873
2019-02-21 Aleksey Kladovadd API guide to ra_syntax
2019-02-21 bors[bot]Merge #872
2019-02-21 Aleksey Kladovsimplify trait bounds
2019-02-21 Aleksey Kladovrearrange methods
2019-02-21 Aleksey Kladovkill utils module
2019-02-21 bors[bot]Merge #871
next