]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-02-06 Aleksey KladovMove imports locator to ide_db
2020-02-06 Aleksey KladovAdd a fixme note
2020-02-06 Aleksey KladovMove NameKind up
2020-02-06 Aleksey KladovSimplify
2020-02-06 bors[bot]Merge #3030
2020-02-06 Aleksey KladovTweak goto parent module
2020-02-06 bors[bot]Merge #3029
2020-02-06 Aleksey KladovDocs
2020-02-06 Aleksey KladovCleanup
2020-02-06 bors[bot]Merge #3028
2020-02-06 Aleksey KladovAdd profiling around add_impl_members
2020-02-06 Aleksey Kladovcleanup imports
2020-02-06 Aleksey KladovMove to a crate
2020-02-06 Aleksey KladovMove change to ide-db
2020-02-06 Aleksey KladovFix test imports
2020-02-06 Aleksey KladovMove Query
2020-02-06 Aleksey KladovMove symbol_index
2020-02-06 Aleksey KladovMove FeatureFlags
2020-02-06 Aleksey KladovMove line_index
2020-02-06 Aleksey KladovMove ide-db
2020-02-06 Aleksey KladovStart ide_db
2020-02-05 bors[bot]Merge #3024
2020-02-05 Veetahavscode: eliminate floating promises and insane amount...
2020-02-05 bors[bot]Merge #3015
2020-02-05 Veetahavscode: removed changes to integrity hash in package...
2020-02-05 bors[bot]Merge #3018
2020-02-05 Aleksey KladovRefactor if-let -> match assist to use ast::make
2020-02-05 bors[bot]Merge #3019
2020-02-05 Aleksey KladovBetter cursor placement when merging arms
2020-02-05 bors[bot]Merge #3016
2020-02-05 Aleksey KladovMerge match arms works with many arms
2020-02-05 bors[bot]Merge #3017
2020-02-05 Kirill BulatovApply the reviews suggestions
2020-02-05 Aleksey KladovCleanup
2020-02-05 Gian DFurther fix `docs/user/README.md`
2020-02-05 Kirill BulatovNormalize dashes in crate names
2020-02-05 Gian DFix unneeded `.` in `docs/user/README.md`
2020-02-04 Veetahavscode: yet another refactor commit
2020-02-04 bors[bot]Merge #2948
2020-02-04 bors[bot]Merge #3011
2020-02-04 kjeremyUpdate aho-corasick (removes unsafety) and serde_json
2020-02-04 bors[bot]Merge #3010
2020-02-04 Aleksey Kladovminor, if let else -> match
2020-02-04 bors[bot]Merge #3009
2020-02-04 Aleksey KladovMake sure that newly created nodes are the root of...
2020-02-04 bors[bot]Merge #2981
2020-02-04 bors[bot]Merge #2962
2020-02-04 Grégoire GeisMerge two if statements into one in editors/code/src...
2020-02-03 bors[bot]Merge #2911
2020-02-03 Veetahara_syntax: added tests for tokenization errors
2020-02-03 Veetahara_syntax: add backticks around tokens specimen
2020-02-03 Veetahara_syntax: removed unnecessary init statement from...
2020-02-03 Veetahara_syntax: rename first_token() -> lex_first_token()
2020-02-03 Veetahara_syntax: fixed a typo in doc comment
2020-02-03 Veetahara_syntax: refactored the lexer design as per @matklad...
2020-02-03 Veetahara_syntax: remove backticks from TokenizeError message...
2020-02-03 Veetahaadd better docs for tokenize errors
2020-02-03 Veetahara_syntax: moved ParsedToken derive attribute under...
2020-02-03 Veetahara_syntax: fixed doc comment
2020-02-03 VeetahaReimplemented lexer with vectors instead of iterators
2020-02-03 Veetahara_syntax: changed added diagnostics information return...
2020-02-03 Gregoire Geisvscode: Only handle enter if the suggest widget is...
2020-02-03 Gregoire GeisRemove enableEnhancedTyping and type overriding infrast...
2020-02-03 Gregoire GeisChange default enhanced typing behavior from using...
2020-02-03 Gregoire GeisAdd regular onEnter command, allowing onEnter to be...
2020-02-03 bors[bot]Merge #3003
2020-02-03 Aleksey KladovRemove unnecessary flags
2020-02-03 Aleksey KladovRemove rollup-typescript
2020-02-03 bors[bot]Merge #3002
2020-02-03 Aleksey KladovUpdate some rollup packages
2020-02-03 bors[bot]Merge #3001
2020-02-03 Aleksey KladovUse simple prng instead of a dependency
2020-02-03 bors[bot]Merge #2997
2020-02-03 bors[bot]Merge #2998
2020-02-03 Aleksey KladovRemove recent improvements to the build script
2020-02-03 Kirill BulatovUse proper import name in the label
2020-02-03 bors[bot]Merge #2994
2020-02-03 bors[bot]Merge #2995
2020-02-03 Aleksey KladovFix build of typscript extension
2020-02-03 Kirill BulatovSimplify paths searches
2020-02-03 Kirill BulatovFix inlay hints test snippet compilation
2020-02-03 bors[bot]Merge #2959
2020-02-03 Emil LauridsenUpdate snapshot tests due to removed SuggestedFix
2020-02-03 Emil LauridsenRemove stray todo
2020-02-03 bors[bot]Merge #2990
2020-02-03 Laurențiu NicolaAllow add_explicit_type to replace a placeholder type
2020-02-03 Emil LauridsenRework how we send diagnostics to client.
2020-02-03 bors[bot]Merge #2993
2020-02-03 Veetahavscode: fix bundling by switching to es2015 target...
2020-02-02 bors[bot]Merge #2991
2020-02-02 Veetahavscode: dropped npm-check-updates script
2020-02-02 Veetahavscode: updated rollup typescript so it typechecks...
2020-02-02 bors[bot]Merge #2989
2020-02-02 Kirill BulatovUse name only when searching for an import candidate
2020-02-02 Veetahavscode: use void where possible
2020-02-02 Veetahavscode: fix, fallback to any for cmd type
2020-02-02 Veetahavscode extension: migrate from any to unknown where...
2020-02-02 bors[bot]Merge #2987
2020-02-02 Veetahavscode: fix type
2020-02-02 Veetahavscode refactoring: use more laconic export snytax...
next