]> git.lizzy.rs Git - rust.git/history - crates/hir
Remove prev-sibling completion machinery
[rust.git] / crates / hir /
2022-05-31 borsAuto merge of #12336 - bitgaoshu:mismatch, r=flodiebold
2022-05-30 borsAuto merge of #12406 - harpsword:fix-add-inlayHints...
2022-05-30 borsAuto merge of #12387 - 00nktk:fix-mod-rename, r=Veykril
2022-05-28 Nikita Podoliakofix(ide-db): correct single-file module rename
2022-05-27 borsAuto merge of #12341 - vemoo:exclude_dirs, r=Veykril
2022-05-23 borsAuto merge of #12359 - lnicola:universal-vsix-part...
2022-05-23 borsAuto merge of #12357 - Veykril:find-ref-macro, r=Veykril
2022-05-23 Lukas Wirthfix: When reference searching macro inputs, don't searc...
2022-05-20 borsAuto merge of #12315 - matklad:update, r=Veykril
2022-05-20 borsAuto merge of #12301 - harpsword:fix_for_crlf_cargo_ran...
2022-05-19 borsAuto merge of #12316 - jonas-schievink:closure-param...
2022-05-19 Jonas SchievinkTeach `Callable` about closures properly
2022-05-17 borsAuto merge of #12130 - weirane:let-else-let-match,...
2022-05-16 borsAuto merge of #12274 - jonas-schievink:move-getter...
2022-05-16 Jonas SchievinkHandle getters and setters in documentation template...
2022-05-16 borsAuto merge of #12271 - bitgaoshu:box_with_expec, r...
2022-05-16 borsAuto merge of #12253 - Veykril:bm, r=Veykril
2022-05-15 borsAuto merge of #12190 - harpsword:fix_diagostics_map_inc...
2022-05-14 Lukas Wirthfeat: Add binding mode inlay hints
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 #12010 - Veykril:r-a-config, r=Veykril
2022-05-10 borsAuto merge of #12201 - Veykril:inlay-hide, r=Veykril
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-06 borsAuto merge of #12175 - Veykril:completion-rev, r=Veykril
2022-05-06 Lukas Wirthfix: Fix snippets triggering where they shouldn't
2022-05-05 borsAuto merge of #12168 - Veykril:completion-rev, r=Veykril
2022-05-05 Lukas Wirthinternal: Remove unqualified_path completions module
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 #12150 - rainy-me:feat/fix-doc-url-links...
2022-05-04 rainy-mefix: doc url link type
2022-05-04 borsAuto merge of #12143 - bnjjj:master, r=Veykril
2022-05-04 Benjamin Coenenimprove the default constructor mode when filling fields
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 #12134 - Veykril:hirdisp, r=Veykril
2022-05-02 Lukas Wirthfix: Fix uncorrect use of double braces in HirDisplay...
2022-05-01 borsAuto merge of #12118 - randomicon00:fix#12102, r=lnicola
2022-05-01 Pehstyle: rename crates to kebab case
2022-05-01 borsAuto merge of #12099 - bitgaoshu:master, r=flodiebold
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 #12103 - jonas-schievink:diagnose-unresol...
2022-04-27 Jonas SchievinkDiagnose unresolved derive macros
2022-04-27 borsAuto merge of #12057 - harpsword:fix_validata_visibilit...
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-16 borsAuto merge of #12011 - iDawer:completion_detail.impl_tr...
2022-04-16 iDawerShow `impl Trait` in argument positon in completion...
2022-04-16 borsAuto merge of #11991 - iDawer:completion_detail.impl_tr...
2022-04-16 iDawerAdd `hir::Function::async_ret_type` method
2022-04-16 iDawerfix: comletion detail shows `{unknown}` for `impl Trait...
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 Lukas WirthRemove duplicated crate id field from hir::Type
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-12 bors[bot]Merge #11883
2022-04-11 bors[bot]Merge #11935
2022-04-10 bors[bot]Merge #11953
2022-04-09 bors[bot]Merge #11946
2022-04-09 Lukas WirthRevert #11912 as it parses all visited files
2022-04-08 bors[bot]Merge #11943
2022-04-08 Lukas Wirthfix: Don't create `hir::Local`s from const path patterns
2022-04-08 bors[bot]Merge #11942
2022-04-08 Lukas Wirthfix: Check whether a parameter can be converted to...
2022-04-07 bors[bot]Merge #11920
2022-04-07 bors[bot]Merge #11930
2022-04-07 Jonas SchievinkDetermine function unsafety semantically
2022-04-07 bors[bot]Merge #11925
2022-04-07 Laurențiu NicolaAdd and use HirFormatter::write_{str,char}
2022-04-06 bors[bot]Merge #11919
2022-04-06 Lukas Wirthminor: Remove pointless rebindings
2022-04-06 bors[bot]Merge #11915
2022-04-06 Lukas Wirthfix: Attempt to resolve paths in const arguments heuris...
2022-04-06 bors[bot]Merge #11914
2022-04-06 Lukas Wirthfix: Fix path qualifiers not resolving generic type...
2022-04-05 bors[bot]Merge #11891
2022-04-05 bors[bot]Merge #11904
2022-04-05 Jonas SchievinkWrap macros in expr position in `MacroExpr` node
2022-04-03 bors[bot]Merge #11865
2022-04-03 bors[bot]Merge #11699
2022-04-03 bors[bot]Merge #10802
2022-04-03 bors[bot]Merge #11866
2022-04-03 bors[bot]Merge #11821
2022-04-02 bors[bot]Merge #11877
2022-04-02 bors[bot]Merge #11878
2022-04-01 bors[bot]Merge #11857
2022-04-01 bors[bot]Merge #11874
2022-04-01 bors[bot]Merge #11872
2022-04-01 Lukas Wirthinternal: Remove `PathResolution::AssocItem`
next