]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-02-17 Aleksey Kladovrename completion -> ide_completion
2021-02-17 bors[bot]Merge #7706
2021-02-17 Lukas WirthRevert "Replace usage of ast::NameOrNameRef with ast...
2021-02-17 bors[bot]Merge #7699
2021-02-17 bors[bot]Merge #7705
2021-02-17 Lukas WirthShow hover info of the definition of ConstReference...
2021-02-17 Lukas WirthReplace usage of ast::NameOrNameRef with ast::NameLike
2021-02-17 bors[bot]Merge #7704
2021-02-17 Michał MuskałaAvoid transmitting unchanged diagnostics
2021-02-17 bors[bot]Merge #7701
2021-02-17 bors[bot]Merge #7703
2021-02-17 bors[bot]Merge #7702
2021-02-16 bstrieRemove use of deprecated `std::collections::Bound`
2021-02-16 Paco SoberónAllow comments between newlines in chaining hints
2021-02-16 kjeremyRemove Semantic Tokens flicker workaround
2021-02-16 kjeremyvscode-languageclient 7.1.0-next.2
2021-02-16 bors[bot]Merge #7700
2021-02-16 kjeremyUse npm 7.x package-lock.json
2021-02-16 Lukas WirthImplement ast::AstNode for NameLike and move it to...
2021-02-16 bors[bot]Merge #7690
2021-02-16 bors[bot]Merge #7697
2021-02-16 Jonas SchievinkUse `cfg(target_arch)` instead of a Cargo feature
2021-02-16 bors[bot]Merge #7657
2021-02-16 Aleksey Kladovdocument offsets
2021-02-16 bors[bot]Merge #7696
2021-02-16 Aleksey KladovFix bitrotted module name
2021-02-16 Aleksey KladovEnable offset-encoding capability
2021-02-16 Aleksey KladovImplement utf8 offsets
2021-02-16 Aleksey KladovMake it easy to add additional context for offset conve...
2021-02-16 Aleksey KladovMake utf8 default, implement utf16 in terms of it
2021-02-16 Aleksey Kladovreduce code duplication in tests
2021-02-16 Aleksey KladovPrepare for utf-8 offsets
2021-02-16 kjeremyFix a few clippy::perf warnings
2021-02-16 Vincent EscheSplit `pub fn cargo_load` into `pub fn load_workspace_a...
2021-02-16 bors[bot]Merge #7695
2021-02-16 kjeremyBump lsp-types
2021-02-16 bors[bot]Merge #7687
2021-02-16 bors[bot]Merge #7620
2021-02-15 ArnaudSpecialization for async traits
2021-02-15 bors[bot]Merge #7685
2021-02-15 kjeremycargo update
2021-02-15 bors[bot]Merge #7684
2021-02-15 ivan770Actually fix runnable order
2021-02-14 bors[bot]Merge #7661
2021-02-14 Jeremy KolbStart LSP 3.17 support
2021-02-14 bors[bot]Merge #7678
2021-02-14 Michał MuskałaSimplify find_crlf
2021-02-14 bors[bot]Merge #7676
2021-02-14 Aleksey KladovMake it clear which client-side commands we use
2021-02-14 bors[bot]Merge #7656
2021-02-14 bors[bot]Merge #7643 #7663
2021-02-14 bors[bot]Merge #7668
2021-02-13 Lukas WirthDon't rename field record patterns directly
2021-02-13 bors[bot]Merge #7667
2021-02-13 Domantas Jadenkusstrip type parameter defaults when generating impl...
2021-02-13 bors[bot]Merge #7664
2021-02-13 bors[bot]Merge #7665
2021-02-13 Lukas WirthDon't classify attribute macros as their path unless...
2021-02-13 Domantas Jadenkuscargo fmt
2021-02-13 Domantas Jadenkususe generate_impl_text in replace_derive_with_manual_impl
2021-02-13 Domantas Jadenkususe generate_impl_text in generate_impl
2021-02-13 Lukas WirthFallback to renaming input NameRef node for macros...
2021-02-13 Domantas Jadenkususe generate_impl_text in generate_from_impl
2021-02-13 Yaroslav Bolyukinfix: tolerate spaces in nix binary patching
2021-02-13 Lukas WirthPrevent aliases from being renamed for now
2021-02-13 Vladyslav Katasonovexpose hir::Type::type_paramters
2021-02-13 Vladyslav Katasonovallow try expr? with return None in extracted function
2021-02-13 Vladyslav Katasonovallow try expr? when extacting function
2021-02-13 Vladyslav Katasonovhandle return, break and continue when extracting function
2021-02-13 Vladyslav Katasonovmigrate body span to {parent,text_range}
2021-02-13 bors[bot]Merge #7662
2021-02-13 Lukas WirthGroup generate getter/setter assist
2021-02-13 bors[bot]Merge #7596
2021-02-13 ivan770Remove CodeLensResolveData mention from lsp-extensions.md
2021-02-13 Benjamin BouvierAllow automatically detect the rustc-src directory...
2021-02-13 ivan770Make annotations tests similar to those in runnables
2021-02-13 Lukas WirthOnly use HIR when searching for enum constructors,...
2021-02-13 bors[bot]Merge #7659
2021-02-13 ivan770Improve runnable annotations order, fix incorrect ignor...
2021-02-13 Domantas Jadenkuscargo fmt
2021-02-13 ivan770Added annotation tests
2021-02-13 Domantas Jadenkusmake it work for record-style variants
2021-02-13 Domantas Jadenkusupdate doc
2021-02-13 Domantas Jadenkushandle generic enums
2021-02-13 Domantas Jadenkusallow any field type
2021-02-13 Domantas Jadenkususe Self instead of enum name
2021-02-13 ivan770Fix incorrect references annotation
2021-02-13 ivan770Moved CodeLens to ide crate
2021-02-13 bors[bot]Merge #7658
2021-02-13 andyliziBuild dist-x86_64-unknown-linux-musl releases
2021-02-12 Lukas WirthImplement constructor usage search for almost all items
2021-02-12 bors[bot]Merge #7655
2021-02-12 bors[bot]Merge #7358
2021-02-12 Lukas WirthUpdate references test output
2021-02-12 Lukas WirthUse NameLike in FileReference directly as its not expor...
2021-02-12 Lukas WirthRefactor reference searching to work with the ast
2021-02-12 Lukas WirthRemove unused ReferenceSearchResult functions
2021-02-12 Laurențiu NicolaInclude a commit log summary in the changelog
2021-02-12 bors[bot]Merge #7650
2021-02-12 bors[bot]Merge #7639
next