]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-09-16 bors[bot]Merge #5993
2020-09-16 Charles LewUse Ty::apply instead of simple and fix method resolution.
2020-09-16 Charles LewAdd a test.
2020-09-16 Charles LewLower extern type alias as foreign opaque type.
2020-09-16 bors[bot]Merge #6011
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 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 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
2020-09-09 Nathan WhitakerTweak interner for chalk
2020-09-09 Nathan WhitakerLookup ADT and assoc. type names for chalk debug
2020-09-08 bors[bot]Merge #5965
2020-09-08 kjeremyUpdate crates
2020-09-06 Paul Daniel... Fix handling of consuming self, refactor shared logic...
2020-09-06 Paul Daniel... Add consuming modifier to lvalues that are passed by...
2020-09-06 Igor AleksanovHighlight errors in macros
2020-09-05 Lukas WirthAllow merge_imports assists to merge imports of equal...
2020-09-05 Lukas WirthRemove duplicated import merge logic
2020-09-05 Lukas WirthFix segment_iter not iterating segments properly
2020-09-04 bors[bot]Merge #5940
2020-09-04 Aleksei SidorovRemove unnecessary comma
2020-09-04 Aleksei SidorovFix tests
2020-09-04 bors[bot]Merge #5935
2020-09-04 Aleksei SidorovUpdate codegen
2020-09-04 Aleksei SidorovFix nitpicks
2020-09-03 bors[bot]Merge #5948
2020-09-03 kjeremyUp proc-macro2 to 1.20
2020-09-03 Lukas WirthAdd extra insert_use test for pub(crate) re-export...
2020-09-03 Lukas WirthDisable insert_import in extract_struct_from_enum_varia...
2020-09-03 Lukas WirthFix import insertion breaking nested modules
2020-09-03 Lukas WirthFix inserting imports in front of inner attributes
2020-09-03 Lukas WirthReplace insert_use_statement with the new insert_use
2020-09-03 Lukas WirthImpl make::blank_line
2020-09-03 Lukas WirthUse mark to check that paths that are too long will...
2020-09-03 Lukas WirthTidy up tests and apply suggested changes
2020-09-03 Lukas WirthAdd more import insertion tests
2020-09-03 Lukas WirthBegin refactor of import insertion
2020-09-03 Aleksei SidorovResolve most of corner cases
2020-09-03 Aleksei SidorovInitial implementation of the #5085 issue
next