]> git.lizzy.rs Git - rust.git/history - crates/ide/src
Enable reborrow hints in attribute calls
[rust.git] / crates / ide / src /
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...
2022-04-23 iDawerAdd fallback for return type
2022-04-23 iDawerFall back to parameter definitions on error types in...
2022-04-23 borsAuto merge of #12060 - Veykril:completion-ctx, r=Veykril
2022-04-21 borsAuto merge of #12015 - arjo129:master, r=jonas-schievink
2022-04-21 borsAuto merge of #12040 - rainy-me:improve-parameter-compl...
2022-04-19 borsAuto merge of #12032 - jonas-schievink:code-action...
2022-04-19 Jonas SchievinkAllows triggering commands after an assist edit
2022-04-17 borsAuto merge of #12013 - XFFXFF:associated_const_equality...
2022-04-17 borsAuto merge of #12014 - Veykril:expmacfmt, r=Veykril
2022-04-17 Lukas WirthDisable rustfmt for expand_macro on wasm platforms
2022-04-17 Lukas WirthFix macro patterns not getting formatted properly
2022-04-17 Lukas Wirthfeat: Attempt to format expand_macro output with rustfm...
2022-04-16 borsAuto merge of #12006 - lnicola:toggle-inlay-hints,...
2022-04-15 borsAuto merge of #12005 - Veykril:hir-ty-simplify, r=Veykril
2022-04-15 borsAuto merge of #12003 - Veykril:hir-ty-simplify, r=Veykril
2022-04-15 borsAuto merge of #11997 - lnicola:es-target, r=lnicola
2022-04-15 borsAuto merge of #12002 - Veykril:proc-macro-change-panic...
2022-04-15 borsAuto merge of #12001 - Veykril:refs, r=Veykril
2022-04-15 Lukas Wirthfix: Do reference search on all downmapped tokens with...
2022-04-15 borsAuto merge of #12000 - Veykril:hlmac, r=Veykril
2022-04-15 Lukas Wirthfix: Tag `macro_rules` macro bang with `MacroBang` tag
2022-04-15 borsAuto merge of #11999 - Veykril:config-valid, r=Veykril
2022-04-14 borsAuto merge of #11971 - jonas-schievink:on-type-fmt...
2022-04-14 Jonas Schievinkadd docs
2022-04-13 borsAuto merge of #11956 - fee1-dead:master, r=flodiebold
2022-04-13 Jonas SchievinkRemove trailing `;` when turning assignment into `...
2022-04-13 Jonas SchievinkAdd more no-op tests
2022-04-13 bors[bot]Merge #11974
2022-04-12 Jonas SchievinkAdd trailing `;` when typing `=` in assignment
2022-04-12 bors[bot]Merge #11967
2022-04-12 bors[bot]Merge #11883
2022-04-12 rainy-mefix: move dir on rename mod
2022-04-11 bors[bot]Merge #11935
2022-04-10 bors[bot]Merge #11951
2022-04-10 Lukas WirthSimplify
2022-04-08 bors[bot]Merge #11942
next