]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-09-18 Jonas SchievinkRemove incorrect docs
2020-09-18 Jonas SchievinkReduce visibility of non-proc-macros
2020-09-18 Jonas SchievinkRemove obsolete proc macro collection code
2020-09-18 Jonas SchievinkUse hir_def to resolve proc macros
2020-09-18 Jonas SchievinkAdd test
2020-09-18 Jonas SchievinkRename `CustomDerive` to `ProcMacro`
2020-09-18 Jonas SchievinkInvert condition to unindent code
2020-09-17 bors[bot]Merge #6025
2020-09-17 Jonas SchievinkUse `log::error!` in a few more places
2020-09-17 bors[bot]Merge #6024
2020-09-17 Jonas SchievinkGive `ExternCrate` a `Name`, not a `ModPath`
2020-09-17 bors[bot]Merge #6017
2020-09-17 bors[bot]Merge #6016
2020-09-17 bors[bot]Merge #6023
2020-09-17 Jonas SchievinkDon't diagnose imports whose base crate is missing
2020-09-17 Laurențiu NicolaFix LSP requests with no arguments
2020-09-16 bors[bot]Merge #5989
2020-09-16 Lukas WirthAdd make::glob_use_tree function to create star-only...
2020-09-16 bors[bot]Merge #6013
2020-09-16 bors[bot]Merge #5993
2020-09-16 Josh StoneDon't return any TextEdit if formatting is unchanged
2020-09-16 Charles LewUse Ty::apply instead of simple and fix method resolution.
2020-09-16 Charles LewAdd a test.
2020-09-16 Jonas SchievinkAdd annotation-based nameres diagnostic tests
2020-09-16 Jonas SchievinkUpdate tests
2020-09-16 Jonas SchievinkTrack import sources and emit diagnostics
2020-09-16 Jonas SchievinkLeave extern crate items unresolved if they are
2020-09-16 Jonas SchievinkAdd diagnostic types for unresolved crates/imports
2020-09-16 Charles LewLower extern type alias as foreign opaque type.
2020-09-16 Jonas SchievinkStore `Import` indices for later reconstruction
2020-09-16 bors[bot]Merge #6011
2020-09-16 Aaron WoodAdd support for custom flycheck commands with JSON...
2020-09-15 VeetahaDocument "consuming" semantic tokens modifier
2020-09-15 bors[bot]Merge #6010
2020-09-15 oxalicaAvoid checking all ancestors and fix mis-completion
2020-09-15 bors[bot]Merge #6008
2020-09-15 Benjamin Coeneninline parameters for a function description #6002
2020-09-15 Benjamin Coeneninline parameters for a function description #6002
2020-09-15 Charles LewUpdate chalk to 0.27 and adapt to chalk changes.
2020-09-15 bors[bot]Merge #6006
2020-09-15 Laurențiu NicolaFix delimiter in SSR example
2020-09-14 bors[bot]Merge #6001
2020-09-14 Jonas SchievinkAdd GitHub Sponsors link to blog post template
2020-09-14 bors[bot]Merge #5999
2020-09-14 kjeremyUpdate crates
2020-09-14 bors[bot]Merge #5976
2020-09-14 bors[bot]Merge #5985
2020-09-13 bors[bot]Merge #5971
2020-09-12 Lukas WirthFix merge imports failing if the `self` module import...
2020-09-12 Lukas WirthTidy up `recursive_merge` implementation
2020-09-12 bors[bot]Merge #5987
2020-09-12 bors[bot]Merge #5990
2020-09-12 Jonas SchievinkImplement box pattern inference
2020-09-12 Jonas SchievinkAdd box pattern test
2020-09-12 Lukas WirthReimplement import merging by making it recursive prope...
2020-09-12 dependabot... Bump node-fetch from 2.6.0 to 2.6.1 in /editors/code
2020-09-12 Lukas WirthMake MergeBehaviour configurable
2020-09-11 bors[bot]Merge #5981
2020-09-11 Kirill BulatovProperly preserve macro braces
2020-09-11 bors[bot]Merge #5980
2020-09-11 kjeremyUpdate serde
2020-09-11 oxalicaFix type walking about type of async block
2020-09-11 oxalicaFix and prettify comments
2020-09-11 bors[bot]Merge #5977
2020-09-11 kjeremycargo update
2020-09-11 oxalicaComplete trait impl immediately after type/const/fn
2020-09-11 bors[bot]Merge #5955
2020-09-11 bors[bot]Merge #5951 #5975
2020-09-11 bors[bot]Merge #5970
2020-09-11 Jonas SchievinkReport better errors in project.json/sysroot
2020-09-11 bors[bot]Merge #5969
2020-09-11 Kirill BulatovAdjust the test comment
2020-09-10 bors[bot]Merge #5957
2020-09-10 Kirill BulatovOne more test
2020-09-10 bors[bot]Merge #5956
2020-09-10 Pavan Kumar... Rename record_field_pat to record_pat_field
2020-09-10 oxalicaImplement async blocks
2020-09-10 Kirill BulatovUse better heuristics for replacement text when removin...
2020-09-09 Kirill BulatovOne more test
2020-09-09 Kirill BulatovRename the method to avoid false promises
2020-09-09 Kirill BulatovAdd VirtualPath tests
2020-09-09 Kirill BulatovFix the tests
2020-09-09 Kirill BulatovAdd tests
2020-09-09 Kirill BulatovProperly handle mod.rs imports
2020-09-09 Kirill BulatovComplete semicolon when needed
2020-09-09 Kirill BulatovProperly reacto to keywords
2020-09-09 Kirill BulatovLess false positive completion candidates
2020-09-09 Kirill BulatovProperly handle nested submodules in the same file
2020-09-09 Kirill BulatovMove most of the logic into the completion module
2020-09-09 Kirill BulatovFinally cretae the mod completion module
2020-09-09 Kirill BulatovMove rust-related logic from vfs to base_db level
2020-09-09 Kirill BulatovProperly handle special cases (binaries, mod.rs)
2020-09-09 Kirill BulatovExclude special files
2020-09-09 Kirill BulatovImplement file name & extension retrieval method for...
2020-09-09 Kirill BulatovSmall refactoring
2020-09-09 Kirill BulatovHappy path implemented
2020-09-09 Kirill BulatovProperly use FileSet API
2020-09-09 Kirill BulatovBetter API
2020-09-09 Kirill BulatovFirst steps for mod<|> completion
2020-09-09 bors[bot]Merge #5968
next