]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-05-20 Aleksey KladovUse snippets in change_return_type_to_result
2020-05-20 Aleksey Kladovwip
2020-05-20 Aleksey KladovCleanup
2020-05-20 Aleksey KladovMinor
2020-05-20 Aleksey KladovMinor
2020-05-20 Aleksey KladovSnippetify add_new
2020-05-20 bors[bot]Merge #4505
2020-05-20 bors[bot]Merge #4525
2020-05-20 Aleksey KladovBetter cursor placement when adding impl members
2020-05-19 bors[bot]Merge #4524
2020-05-19 Aleksey KladovUse snippets in add_missing_members
2020-05-19 bors[bot]Merge #4521 #4522
2020-05-19 Aleksey KladovModerate cleanup of add_function
2020-05-19 Aleksey KladovExplain the purpose of `ast::make` module more clearly
2020-05-19 Aleksey KladovUse snippets in add function
2020-05-19 Aleksey KladovCleanup
2020-05-19 Aleksey KladovCleanup
2020-05-19 Aleksey KladovUse new format for all assists that don't change cursor...
2020-05-19 bors[bot]Merge #4519
2020-05-19 Aleksey KladovFix client-side snippets
2020-05-19 bors[bot]Merge #4518
2020-05-19 Aleksey KladovNew assist: add turbo fish
2020-05-19 Roland RuckerbauerApply suggestion of @flodiebold: Get rid of multiple...
2020-05-19 Roland Ruckerbauerloop return value inference: add tests
2020-05-19 Roland RuckerbauerMove false negative expr_diverges_missing_arm() to...
2020-05-19 Roland Ruckerbauerloop return value inference: coerce_merge branches
2020-05-19 bors[bot]Merge #4494
2020-05-19 Aleksey KladovUpdate test data
2020-05-19 Aleksey KladovImplement client-side of SnippetTextEdit
2020-05-19 Aleksey KladovServer side of SnippetTextEdit
2020-05-19 Aleksey KladovAdd snippetTextEdit protocol extension
2020-05-19 Aleksey KladovAdd snippet support for some assists
2020-05-19 Aleksey KladovAdd AssistConfig
2020-05-19 bors[bot]Merge #4491
2020-05-19 bors[bot]Merge #4514
2020-05-19 Aleksey KladovCleanup query fn naming
2020-05-19 Aleksey KladovMove public API to the top
2020-05-19 Aleksey KladovSimplify
2020-05-19 Aleksey KladovCleanup imports
2020-05-19 bors[bot]Merge #4513
2020-05-19 kjeremyUpdate crates
2020-05-18 Roland RuckerbauerInfer return type of loops with value breaks.
2020-05-18 bors[bot]Merge #4501
2020-05-18 Jonas Schievink Querify `importable_locations_in_crate`
2020-05-18 bors[bot]Merge #4497
2020-05-18 bors[bot]Merge #4493
2020-05-18 bors[bot]Merge #4499
2020-05-18 vsrsAdd "rust-analyzer.lens.enable"
2020-05-18 Hrvoje BanAdd more tests for Fn traits
2020-05-17 bors[bot]Merge #4496
2020-05-17 Aleksey KladovRelax VS Code version requirement
2020-05-17 vsrscode formatting
2020-05-17 vsrsRunnable QuickPick with debuggees only
2020-05-17 vsrsCodeLens configuration options.
2020-05-17 Edwin ChengCreate LowerCtx on the fly
2020-05-17 Coenen BenjaminFix doctests in an Impl block
2020-05-17 Benjamin Coenenfix doctest inside impl block #4449
2020-05-17 bors[bot]Merge #4473
2020-05-16 bors[bot]Merge #4489
2020-05-16 Benjamin Coenenfix doctest inside impl block #4449
2020-05-16 bors[bot]Merge #4484
2020-05-16 Simon Vandel... Reuse Vec allocations
2020-05-16 Simon Vandel... Reduce reallocations in ra_tt::buffer::TokenBuffer...
2020-05-16 Simon Vandel... Shrink ra_parser::Event from 32 bytes to 16 bytes
2020-05-16 bors[bot]Merge #4472
2020-05-16 Hasan AliAdd doc comment for resolve_hir_path_qualifier
2020-05-16 Florian DieboldAllow calling dyn trait super trait methods without...
2020-05-16 bors[bot]Merge #4479
2020-05-16 Florian DieboldChalk upgrade
2020-05-16 George FraserColor macros (fixes #4462)
2020-05-16 bors[bot]Merge #4288
2020-05-16 zbszAdd 'self to parameter' renaming.
2020-05-16 Hasan AliFix completion and hover for module and function of...
2020-05-15 bors[bot]Merge #4470
2020-05-15 Florian DieboldHandle `Self` in values and patterns
2020-05-15 bors[bot]Merge #4448
2020-05-15 vsrsFix occasional test run during debug configuration
2020-05-15 bors[bot]Merge #4431
2020-05-15 bors[bot]Merge #4460
2020-05-15 Aleksey KladovCleanups
2020-05-14 Aleksey KladovBetter structure
2020-05-14 Aleksey KladovMove LSP bits from flycheck to rust-analyzer
2020-05-14 vsrsFix runnable naming in the client side fallback.
2020-05-14 bors[bot]Merge #4273
2020-05-14 bors[bot]Merge #4456
2020-05-14 Aleksey KladovMinor
2020-05-14 Aleksey KladovPut preselect items on top
2020-05-14 vsrsBetter label for a runnable.
2020-05-14 bors[bot]Merge #4455
2020-05-14 Aleksey KladovPrioritize locals with correct types
2020-05-14 vsrsMultiple binaries support for launch.json.
2020-05-14 vsrsMixed "bin" and "test" artifacts workaround.
2020-05-14 bors[bot]Merge #4445
2020-05-14 Fedor SakharovTy -> Type
2020-05-14 vsrsMultiple binaries support for launch.json.
2020-05-14 Fedor SakharovAdds a param_idx helper
2020-05-14 vsrsFix "rust-analyzer.debug" for QuickPick binaries.
2020-05-14 vsrsRunnable quick pick with buttons
2020-05-14 Edwin ChengStore proc-macro result in salsa db
2020-05-14 bors[bot]Merge #4405
next