]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-03-10 Bernardorevert change to "check" since "build" is intentional
2019-03-10 Bernardoadd cargo watch tasks
2019-03-10 Bernardosimplify watch patterns
2019-03-09 bors[bot]Merge #953
2019-03-09 Florian DieboldDon't default publishDecorations to true on the server
2019-03-08 bors[bot]Merge #955
2019-03-08 kjeremyRemove superfluous semicolons
2019-03-07 bors[bot]Merge #952
2019-03-07 kjeremyUpdate some deps
2019-03-07 bors[bot]Merge #951
2019-03-07 Ville PenttinenUse ast::Name::text() instead of name().syntax().text()
2019-03-07 Ville PenttinenFix EnumVariants not showing properly when hovering
2019-03-07 bors[bot]Merge #948
2019-03-07 Ville PenttinenFix test_missing_module_code_action_in_json_project...
2019-03-07 bors[bot]Merge #949
2019-03-07 pcpthmSpecify derive feature for serde
2019-03-07 bors[bot]Merge #944
2019-03-07 Ville PenttinenAdd support for goto definition and hover on Self
2019-03-07 bors[bot]Merge #946
2019-03-07 Aleksey Kladovwhen loading workspace, say how many packages were...
2019-03-07 bors[bot]Merge #939
2019-03-07 David WoodRemove rust-project.json test w/ dependencies.
2019-03-07 bors[bot]Merge #942
2019-03-07 David WoodAdd test demonstrating logic for handling deps.
2019-03-07 David WoodRename and change `add_roots` to return a `Vec`.
2019-03-07 David WoodInitial implementation of project-lock.json.
2019-03-06 kjeremyUse source map
2019-03-06 kjeremyHover for associated items in patterns
2019-03-06 bors[bot]Merge #933
2019-03-06 bors[bot]Merge #941
2019-03-06 Aleksey Kladov:arrow_up: vfs
2019-03-06 bors[bot]Merge #940
2019-03-06 Ville PenttinenAdd showWorkspaceLoadedNotification to vscode client
2019-03-05 CaioCheck installed extension
2019-03-05 Ville PenttinenRename feedback to show_message
2019-03-05 Ville PenttinenRemove InternalFeedback
2019-03-05 Ville PenttinenSend an actual ShowMessage instead of InternalFeedback...
2019-03-05 bors[bot]Merge #938
2019-03-05 kjeremyUpdates
2019-03-05 bors[bot]Merge #936
2019-03-05 Aleksey Kladovdont produce giant debug dumps
2019-03-05 bors[bot]Merge #934
2019-03-05 Aleksey Kladovshow message in client's UI if workspace fails to load
2019-03-05 bors[bot]Merge #930
2019-03-05 Ville PenttinenIntroduce pattern_list to parse pipe separated patterns
2019-03-05 bors[bot]Merge #912
2019-03-04 Ville PenttinenAdd support for parsing multiple if and while-let patterns
2019-03-04 kjeremyUse impl_froms!
2019-03-04 kjeremyMake ExpOrPatId private
2019-03-04 bors[bot]Merge #929
2019-03-04 Aleksey Kladovallow `mut ident` patterns in trait methods
2019-03-04 bors[bot]Merge #927
2019-03-04 Aleksey Kladovallow aliases in underscores
2019-03-04 Jeremy KolbFormat
2019-03-04 Jeremy KolbAdd NavigationTarget::from_impl_item
2019-03-04 Jeremy KolbRemove commented out code
2019-03-04 Jeremy KolbUse ImplItems instead of just Function
2019-03-04 kjeremyMake goto definition/hover resolve constructors
2019-03-04 bors[bot]Merge #926
2019-03-04 bors[bot]Merge #925
2019-03-04 Aleksey Kladovimprove error recovery
2019-03-04 Aleksey Kladovallow vararg functions
2019-03-04 Aleksey Kladovextract block contents into a function
2019-03-04 bors[bot]Merge #916
2019-03-04 bors[bot]Merge #924
2019-03-04 Ville PenttinenAllow syntax strings to contain test markers
2019-03-04 Ville PenttinenImplement syntax tree support for syntax inside string
2019-03-03 Ville PenttinenAllow syntax tree to update when changing files
2019-03-03 Ville PenttinenRename syntaxtree text provider to SyntaxTreeContentPro...
2019-03-03 Ville PenttinenAdd vscode support for range in SyntaxTreeParams
2019-03-03 Wilco KuseeAdd expander unit tests
2019-03-03 Ville PenttinenAdd optional range parameter to SyntaxTreeParams
2019-03-03 Wilco KuseeAdd parser unit tests
2019-03-03 bors[bot]Merge #917
2019-03-03 Florian DieboldInline type inference test snapshots
2019-03-03 Wilco KuseeSplit parse and expand errors
2019-03-03 Florian Dieboldemacs: Fix (void-variable rust-analyzer--last-runnable)
2019-03-03 Florian DieboldRepresent unknown types as {unknown} instead of [unknown]
2019-03-02 Wilco KuseeFormatting
2019-03-02 Wilco KuseeReplace option with result in mbe
2019-03-02 Florian DieboldAdd a bunch of tests for type inference involving traits
2019-03-02 bors[bot]Merge #908
2019-03-02 bors[bot]Merge #915
2019-03-02 Aleksey Kladovremove comment
2019-03-02 Aleksey Kladovremove second way to get the body
2019-03-02 Aleksey Kladovrename syntax_mapping as well
2019-03-02 bors[bot]Merge #914
2019-03-02 Florian DieboldA bit of cleanup in ty.rs
2019-03-02 Aleksey Kladovalign lower module query names
2019-03-02 Aleksey Kladovrename scopes
2019-03-02 Aleksey Kladovrename to source_map
2019-03-02 Aleksey Kladovdont store body inside source map
2019-03-02 Aleksey Kladovrename syntax-mapping -> source-map
2019-02-28 bors[bot]Merge #910
2019-02-28 kjeremyUpdate hover message since we do support globs
2019-02-28 Aleksey Kladovadd syntax-trees video
2019-02-28 Ville PenttinenEnable markup for hover on expressions which resolve...
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...
next