]> git.lizzy.rs Git - rust.git/history - crates/ide/src
onTypeFormatting: don't insert > if another > is there
[rust.git] / crates / ide / src /
2022-05-22 Felicián NémethonTypeFormatting: don't insert > if another > is there
2022-05-22 Felicián Némethfeat: Add on-typing handler for left angle
2022-05-22 Felicián Némethinternal: Allow OnTypeFormatting to send SnippetTextEdit
2022-05-20 borsAuto merge of #12328 - Veykril:simplify, r=Veykril
2022-05-20 Lukas Wirthminor: Simplify
2022-05-20 borsAuto merge of #12324 - jonas-schievink:rm-attribute...
2022-05-20 borsAuto merge of #12315 - matklad:update, r=Veykril
2022-05-20 borsAuto merge of #12263 - andylizi:hide-type-hint-closure...
2022-05-20 borsAuto merge of #12301 - harpsword:fix_for_crlf_cargo_ran...
2022-05-20 andylizifeat: hide type inlay hints for initializations of...
2022-05-19 borsAuto merge of #12320 - NotWearingPants:patch-1, r=Veykril
2022-05-19 NotWearingPantshide closure ret hints if ret type is specified
2022-05-19 borsAuto merge of #12316 - jonas-schievink:closure-param...
2022-05-19 Jonas SchievinkTeach `Callable` about closures properly
2022-05-19 borsAuto merge of #12314 - jonas-schievink:proc-macro-load...
2022-05-19 borsAuto merge of #12313 - equinox:typo-fix, r=lnicola
2022-05-19 borsAuto merge of #12311 - Veykril:inlay-hints-tips, r...
2022-05-19 Lukas WirthHide more unnecessary parameter hints for constructors
2022-05-19 Lukas WirthUpdate test fixtures
2022-05-19 Lukas WirthEnable hovering function parameter inlay hints
2022-05-19 Lukas Wirthinternal: Improve inlay hint tooltips
2022-05-17 borsAuto merge of #12130 - weirane:let-else-let-match,...
2022-05-17 borsAuto merge of #12285 - Veykril:inlay-hints, r=Veykril
2022-05-17 Lukas WirthUpdate test output
2022-05-17 Lukas WirthAllow inlay hint tooltips to trigger hovers
2022-05-17 Lukas WirthTrigger hover requests on closing brace hints
2022-05-17 Lukas WirthReplace some SmolStr usages with String as the conversi...
2022-05-17 borsAuto merge of #12284 - Veykril:inlay-hints, r=Veykril
2022-05-17 Lukas Wirthinternal: Cleanup lifetime elision hints
2022-05-16 borsAuto merge of #12271 - bitgaoshu:box_with_expec, r...
2022-05-16 borsAuto merge of #12244 - jonas-schievink:closing-brace...
2022-05-16 Jonas SchievinkAdd closing brace hints for macros
2022-05-16 Jonas SchievinkShow inlay hints after a `}` to indicate the closed...
2022-05-16 borsAuto merge of #12253 - Veykril:bm, r=Veykril
2022-05-15 borsAuto merge of #12242 - flodiebold:extension-description...
2022-05-15 borsAuto merge of #12190 - harpsword:fix_diagostics_map_inc...
2022-05-14 Lukas WirthEnable reborrow hints in attribute calls
2022-05-14 Lukas Wirthfeat: Add binding mode inlay hints
2022-05-13 borsAuto merge of #12245 - Veykril:compl-snip, r=Veykril
2022-05-13 Lukas Wirthfix: Fix fill-arguments completions not working
2022-05-13 borsAuto merge of #12241 - jonas-schievink:does-not-float...
2022-05-13 Jonas SchievinkRevert "Auto merge of #12149 - jonas-schievink:literall...
2022-05-12 borsAuto merge of #12226 - Veykril:reborrow-inlay-hints...
2022-05-12 Lukas Wirthfeat: Allow reborrow inlay hints to be restricted to...
2022-05-12 borsAuto merge of #12224 - Veykril:anno-redundant, r=Veykril
2022-05-12 Lukas Wirthinternal: Remove redundant offset data in annotations
2022-05-10 borsAuto merge of #12208 - jonas-schievink:assoc-ty-signatu...
2022-05-10 Jonas SchievinkInclude assoc. types in trait signature help
2022-05-10 borsAuto merge of #12204 - Veykril:completions, r=Veykril
2022-05-10 borsAuto merge of #12203 - Veykril:completions, r=Veykril
2022-05-10 borsAuto merge of #12202 - iDawer:ide.sig_help-fix, r=lnicola
2022-05-10 iDawer`signature_help`: detect fully qualified call syntax...
2022-05-10 borsAuto merge of #12010 - Veykril:r-a-config, r=Veykril
2022-05-10 borsAuto merge of #12201 - Veykril:inlay-hide, r=Veykril
2022-05-10 Lukas Wirthfix: Add cast expressions to param name inlay hint...
2022-05-09 borsAuto merge of #12198 - jonas-schievink:ide-resolve...
2022-05-09 Jonas SchievinkResolve assoc. types of supertraits in the IDE layer
2022-05-09 borsAuto merge of #11983 - jhpratt:remove-rustc_deprecated...
2022-05-07 borsAuto merge of #12188 - Veykril:auto-import, r=Veykril
2022-05-05 borsAuto merge of #12168 - Veykril:completion-rev, r=Veykril
2022-05-05 borsAuto merge of #12149 - jonas-schievink:literally-just...
2022-05-05 Jonas SchievinkMaybe everything else *should* have to deal with it
2022-05-05 Jonas SchievinkWrap floats in token trees in `FLOAT_LITERAL` node
2022-05-05 Jonas SchievinkSplit float literal tokens at the `.`
2022-05-05 borsAuto merge of #12160 - Veykril:completions-rev, r=Veykril
2022-05-05 borsAuto merge of #12159 - Veykril:completions-rev, r=Veykril
2022-05-05 borsAuto merge of #12157 - lnicola:lower-char-byte-literals...
2022-05-05 Laurențiu NicolaLower values of char and byte literals
2022-05-05 borsAuto merge of #12150 - rainy-me:feat/fix-doc-url-links...
2022-05-05 rainy-mefix: add docs and remove unnecessary check
2022-05-04 rainy-mefix: doc url link type
2022-05-02 borsAuto merge of #12123 - rainy-me:feat/impl-self-completi...
2022-05-02 borsAuto merge of #12093 - nico-abram:uwu, r=Veykril
2022-05-02 borsAuto merge of #12120 - iDawer:ide.sig_help, r=Veykril
2022-05-02 borsAuto merge of #12135 - Veykril:hirdisp, r=Veykril
2022-05-02 Lukas Wirthminor: Add a test for display rendering record variants
2022-05-01 borsAuto merge of #12099 - bitgaoshu:master, r=flodiebold
2022-04-29 iDawerDon't show signature help after closing bracket
2022-04-29 borsAuto merge of #12117 - Veykril:mexpand, r=Veykril
2022-04-28 borsAuto merge of #12108 - Veykril:simplify, r=Veykril
2022-04-27 borsAuto merge of #12101 - Veykril:simplify, r=Veykril
2022-04-27 borsAuto merge of #12090 - Veykril:recov, r=Veykril
2022-04-27 borsAuto merge of #12057 - harpsword:fix_validata_visibilit...
2022-04-27 borsAuto merge of #12089 - lowr:fix/move-raw-ident-module...
2022-04-27 borsAuto merge of #12098 - jonas-schievink:macro-rules...
2022-04-27 borsAuto merge of #12097 - lnicola:revert-11490, r=lnicola
2022-04-27 Laurențiu NicolaRevert "Correctly fix formatting doc tests with generics"
2022-04-27 Laurențiu NicolaRevert "Update crates/ide/src/runnables.rs"
2022-04-26 borsAuto merge of #12083 - Veykril:inlays, r=Veykril
2022-04-26 Lukas Wirthminor: Add test for parameter and reborrow hint order
2022-04-26 borsAuto merge of #12082 - iDawer:ide.signature_help, r...
2022-04-26 iDawer`signature_help`: use corresponding param list for...
2022-04-25 borsAuto merge of #12078 - Veykril:neither, r=Veykril
2022-04-25 Lukas WirthRe-export `FxHashMap` and `FxHashSet` from `ide_db`
2022-04-25 borsAuto merge of #12007 - edwin0cheng:restart-proc-macro...
2022-04-25 borsAuto merge of #12071 - Ma124:fix-tabs-snippet, r=jonas...
2022-04-25 borsAuto merge of #12072 - bitgaoshu:master, r=jonas-schievink
2022-04-24 bitgaoshu#11973 associated type is unresolved
2022-04-23 borsAuto merge of #12064 - Veykril:attr-range, r=Veykril
2022-04-23 borsAuto merge of #12063 - iDawer:ide.signature_help, r...
next