]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-02-23 Ville PenttinenRemove unnecessary to_nav_target
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-19 bors[bot]Merge #858
2019-02-18 kjeremyUse named multiline Problem Matcher
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 Aleksey Kladov:arrow_up: 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
2019-02-18 bors[bot]Merge #852
2019-02-18 Aleksey KladovMore orthogonal method naming
2019-02-18 bors[bot]Merge #853
2019-02-18 Aleksey KladovMore compact debug representation for completion
2019-02-18 Aleksey Kladovhandle != operator
2019-02-18 bors[bot]Merge #850
2019-02-18 bors[bot]Merge #851
2019-02-17 Ville PenttinenEnable parsing attributes for generic lifetimes and...
2019-02-17 Florian DieboldHandle tuple structs / enum variants properly in type...
2019-02-17 bors[bot]Merge #849
2019-02-17 bors[bot]Merge #846
2019-02-17 Ville PenttinenRemove match_armlist validator
2019-02-17 Aleksey KladovDon't render `()` in calls to assoc functions
2019-02-17 bors[bot]Merge #847
2019-02-17 Aleksey Kladovmarginally better names
2019-02-17 Aleksey Kladovfix-tests
2019-02-17 Aleksey Kladovremove overlay removes overlay
2019-02-17 Aleksey Kladovsimplify overlay handling
2019-02-17 Ville PenttinenParse only outer_attributes for match arms for now
2019-02-17 Aleksey Kladovsimplify
next