]> git.lizzy.rs Git - rust.git/history - crates
Merge #11737 #11739
[rust.git] / crates /
2022-03-17 bors[bot]Merge #11737 #11739
2022-03-17 WaltherInsert #[must_use] in generate_getter
2022-03-17 Laurențiu NicolaEmit #[must_use] in Generate new assist
2022-03-17 bors[bot]Merge #11735
2022-03-17 hkalbasifix regression_11688_2
2022-03-17 bors[bot]Merge #11734
2022-03-17 Laurențiu NicolaBump xshell and fix dist
2022-03-16 bors[bot]Merge #11731
2022-03-16 Lukas Wirthfeat: Add return type hints for closures with block...
2022-03-16 bors[bot]Merge #11727
2022-03-16 bors[bot]Merge #11694
2022-03-16 bors[bot]Merge #11726
2022-03-16 Lukas WirthRevert omitting field completions
2022-03-16 Lukas WirthRemove code duplication
2022-03-16 Lukas WirthSimplify completion render functionality
2022-03-16 Lukas WirthRename compound things to variant things
2022-03-16 bors[bot]Merge #11720
2022-03-16 Laurențiu NicolaMark chaining hints as types, since that's what they are
2022-03-15 bors[bot]Merge #11718
2022-03-15 hkalbasifix const generic panic
2022-03-15 bors[bot]Merge #11708
2022-03-15 bors[bot]Merge #11714
2022-03-15 Lukas Wirthfix: Fix completions not always working in for-loop...
2022-03-14 bors[bot]Merge #11707
2022-03-14 Lukas WirthSimplify
2022-03-14 bors[bot]Merge #11700
2022-03-14 Aleksey Kladov:arrow_up: xshell
2022-03-14 bors[bot]Merge #11688
2022-03-14 hkalbasiAdd const generics
2022-03-12 Morgan Thomasbroke a test trying to make the diff look better...
2022-03-12 Morgan Thomasfix: "Extract to function" assist preserves `break...
2022-03-12 bors[bot]Merge #11692
2022-03-12 Matthias Krügerfix clippy::needless_late_init
2022-03-12 Matthias Krügermore clippy fixes:
2022-03-12 Matthias Krügermore clippy fixes:
2022-03-12 Matthias Krügerfix clippy::needless_return
2022-03-12 Matthias Krügerfix clippy::redundant_clone
2022-03-12 Matthias Krügerfix clippy::map_flatten
2022-03-12 Matthias Krügerfix clippy::useless_conversion
2022-03-12 Matthias Krügerfix clippy::redundant_closure
2022-03-12 Matthias Krügerfix clippy::single_char_pattern
2022-03-12 Matthias Krügerfix clippy::needless_borrow
2022-03-12 bors[bot]Merge #11691
2022-03-12 Morgan Thomas- clean up match in ide_completion::completions::record...
2022-03-12 bors[bot]Merge #11693
2022-03-12 Lukas Wirthinternal: Remove ide_completion::render::build_ext...
2022-03-12 Morgan ThomasSuggest union literals, suggest union fields within...
2022-03-12 bors[bot]Merge #11687 #11689
2022-03-12 Lukas Wirthminor: Pad type inlay hints if no colons are requested
2022-03-12 yipinliuOptimize imports
2022-03-12 bors[bot]Merge #11686
2022-03-12 Morgan ThomasReduce intermediate string allocations in render::compo...
2022-03-12 Morgan ThomasExtract the code for formatting struct and enum-variant...
2022-03-12 yipinliuFixed code style issues
2022-03-12 yipinliuFixed tidy test
2022-03-12 yipinliuHighlight escape sequences in byte strings
2022-03-12 Morgan Thomasmake the doc comment on render::compound::visible_field...
2022-03-12 Morgan Thomasvisibility tweak for CI
2022-03-12 Morgan ThomasComplete enum variants identically to structures.
2022-03-12 Morgan Thomas- Break out functionality related to rendering struct...
2022-03-12 bors[bot]Merge #11685
2022-03-12 Lukas WirthRemove no_completions_required from CompletionContext
2022-03-12 bors[bot]Merge #11684
2022-03-12 Lukas Wirthminor: add missing definitions of lsp_ext::InlayHintLabel
2022-03-11 bors[bot]Merge #11683
2022-03-11 Steven Jorukrefactor: Rename and move const_arg_path
2022-03-11 Steven Jorukrefactor: Rename const_arg_content to const_arg_expr
2022-03-11 Lukas Wirthfix: Allow configuration of colons in inlay-hints
2022-03-11 Steven Jorukfix: Stop wrapping ConstParam's default values in ConstArg
2022-03-11 bors[bot]Merge #11680
2022-03-11 Lukas Wirthfix: Show what file paths were expected for unresolved...
2022-03-10 bors[bot]Merge #11676
2022-03-10 Lukas WirthDon't parse source files to generate macro completion...
2022-03-10 Lukas WirthEnable qualifier completions for derives
2022-03-10 Lukas WirthDon't offer qualified path completions for buitlin...
2022-03-10 Lukas WirthExpand into pseudo-derive attribute expansions in compl...
2022-03-10 bors[bot]Merge #11672
2022-03-10 Dario NieuwenhuisAdd support for new `where` clause location in associat...
2022-03-10 bors[bot]Merge #11671
2022-03-10 Lukas Wirthminor: Access parser internals through ide_db for ide...
2022-03-10 bors[bot]Merge #11662
2022-03-09 bors[bot]Merge #11664
2022-03-09 Lukas WirthUpdate project_model test outputs
2022-03-09 Lukas WirthSpecific proc-macro crate type for other test fixture...
2022-03-09 bors[bot]Merge #11660
2022-03-09 Lukas WirthSpecify proc-macro crate type for proc-macro hir_def...
2022-03-09 Lukas Wirthfix: Properly handle proc-macro crate types for nameres
2022-03-09 bors[bot]Merge #11663
2022-03-09 Lukas WirthSimplify
2022-03-09 Lukas WirthDisable one of the failing SSR test cases
2022-03-09 Lukas Wirthfix symbol index collection not collecting legacy macros
2022-03-09 Lukas WirthFix ProcMacroData recording wrong name for derives
2022-03-08 Lukas WirthAdd data queries for macros
2022-03-08 Lukas WirthRemove unnecessary macro_declarations from ItemScope
2022-03-08 Lukas WirthOnly store derive<->derive-helper mapping in DefMap
2022-03-08 Lukas WirthMove ide crates to new hir::Macro
2022-03-08 Lukas WirthMove hir to new MacroId
2022-03-08 Lukas WirthRename MacroDef to Macro
2022-03-08 hkalbasiinsert dummy values for const generics in subst
2022-03-08 Lukas WirthAdd MacroId to hir_def in attempt to unify Macros with...
next