]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-03-04 bors[bot]Merge #927
2019-03-04 Aleksey Kladovallow aliases in underscores
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...
2019-02-27 bors[bot]Merge #905
2019-02-27 kjeremyFix the build
2019-02-27 kjeremyUpdate deps
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-26 bors[bot]Merge #899
2019-02-26 Ville PenttinenChange default value of highlightingOn to false
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
next