]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-02-25 bors[bot]Merge #898
2019-02-25 Aleksey Kladovrename type to type_alias in the AST as well
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 #882
2019-02-23 Florian Dieboldemacs-lsp: Add runnables support
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
2019-02-21 Aleksey KladovIgnore lockfile in fuzz
2019-02-21 bors[bot]Merge #870
2019-02-21 Aleksey Kladovdocs
2019-02-21 Aleksey Kladovadd failing test
2019-02-21 bors[bot]Merge #867
2019-02-21 Aleksey Kladovfix the test
2019-02-21 Aleksey Kladovfix compilation
2019-02-21 Aleksey Kladovmove parser to a separate crate
2019-02-21 Ville PenttinenImplement basic support for Associated Methods and...
2019-02-21 bors[bot]Merge #865
2019-02-21 Aleksey Kladovmake grammar independent of syntax tree
2019-02-21 Aleksey Kladovminor
2019-02-21 Aleksey Kladovmove whitespace handling to tree builder
2019-02-20 Florian DieboldFix handling of generics in tuple variants and refactor...
2019-02-20 bors[bot]Merge #863
2019-02-20 Aleksey Kladovmove syntax error to parser
2019-02-20 Aleksey Kladovsimplify
2019-02-20 Aleksey Kladovremove TokenPos
2019-02-20 Aleksey Kladovflattern module structure
2019-02-20 Aleksey Kladovmerge parse_impl and parser_api
2019-02-20 Aleksey Kladovfix off by one error
2019-02-20 Aleksey Kladovmove abstract traits to top
2019-02-20 Aleksey Kladovswitch to dynamic dispatch for TokenSource
next