]> git.lizzy.rs Git - rust.git/history - crates
dont show introduce variable everywhere
[rust.git] / crates /
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
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
2019-02-20 Aleksey Kladovroute parsing via TokenSource trait
2019-02-20 Aleksey Kladovrename Sink -> TreeSink
2019-02-20 bors[bot]Merge #861
2019-02-20 Aleksey Kladovfix tests
2019-02-20 Aleksey Kladovrearrange modules in a suggestd reading order
2019-02-20 Aleksey Kladovflatten modules
2019-02-20 Aleksey Kladovmove reparsers to grammar
2019-02-20 Aleksey Kladovtighten visibility
2019-02-20 Aleksey Kladovmove all parsing related bits to a separate module
2019-02-20 Aleksey Kladovslightly better name
2019-02-20 Aleksey Kladovmake stuff private
2019-02-19 bors[bot]Merge #859
2019-02-19 Aleksey Kladovremove ignored macro tests
2019-02-18 bors[bot]Merge #857
2019-02-18 Aleksey Kladovremove local-vfs
2019-02-18 Aleksey Kladovswitch to crates.io vfs
2019-02-18 bors[bot]Merge #856
2019-02-18 Aleksey Kladovbetter comments
2019-02-18 Aleksey Kladovdrop dependency on thread_worker
2019-02-18 Aleksey Kladovdrop unused extern crate
2019-02-18 Aleksey Kladovhide TaskResult from the public API
2019-02-18 Aleksey Kladovmove public API to top of the file
2019-02-18 Aleksey Kladovremove depedency on ra_arena
2019-02-18 Aleksey Kladovremove arena from Roots
2019-02-18 Aleksey Kladovremove useless Arc
2019-02-18 bors[bot]Merge #855
2019-02-18 Aleksey Kladovdrop unused deps
2019-02-18 bors[bot]Merge #854
2019-02-18 Aleksey Kladovmore compact edits in insta
2019-02-18 Aleksey KladovDon't use additional_text_edits API internally
next