]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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-15 bors[bot]Merge #11710
2022-03-15 Vladimir Seroveditors/code: fix crash due to missing ID= field
2022-03-14 Ian ChamberlainUpdate manual for inlay hint customization
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-13 bors[bot]Merge #11696
2022-03-12 Vladimir Seroveditors/code: fix nixos detection
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...
2022-03-08 vi_mifix: extract_module selection inside impl
2022-03-08 bors[bot]Merge #11658
2022-03-08 Laurențiu NicolaAdd back colons around inlay hints
2022-03-08 bors[bot]Merge #11656
2022-03-08 Laurențiu NicolaFix package.json replacement
2022-03-08 bors[bot]Merge #11653
2022-03-08 Lukas Wirthfix: client distribution string replacement looking...
2022-03-07 bors[bot]Merge #11647
2022-03-07 Laurențiu NicolaImprove inlay hint padding
2022-03-07 bors[bot]Merge #11445
2022-03-07 Laurențiu NicolaAdd inlayHints cap
2022-03-07 Laurențiu NicolaAdd missing parameter
2022-03-07 Laurențiu NicolaFix parameter hint position
2022-03-07 Laurențiu NicolaBump esbuild
2022-03-07 Laurențiu NicolaUpdate LSP docs
2022-03-07 bors[bot]Merge #11645
2022-03-07 Vitaly ShukelaUpdate manual.adoc
next