]> git.lizzy.rs Git - rust.git/history - crates/hir/src/lib.rs
Rollup merge of #100643 - TaKO8Ki:point-at-type-parameter-shadowing-another-type...
[rust.git] / crates / hir / src / lib.rs
2022-08-02 Laurențiu Nicola:arrow_up: rust-analyzer
2022-07-26 Amos WengerMerge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22...
2022-07-22 borsAuto merge of #12840 - Veykril:be-lazy, r=Veykril
2022-07-21 borsAuto merge of #12841 - Veykril:query-fix, r=Veykril
2022-07-21 borsAuto merge of #12827 - Veykril:be-lazy, r=Veykril
2022-07-20 borsAuto merge of #12826 - fasterthanlime:in-tree-warnings...
2022-07-20 Amos WengerRun cargo fix --edition-idioms
2022-07-20 Amos WengerEnable extra warnings required by rust-lang/rust
2022-07-20 borsAuto merge of #12646 - lowr:fix/11897, r=lowr
2022-07-18 borsAuto merge of #11819 - rust-lang:dependabot/npm_and_yar...
2022-07-18 borsAuto merge of #12549 - bitgaoshu:goto_where_trait_m_imp...
2022-07-17 borsAuto merge of #12778 - Logarithmus:feature/fix-negative...
2022-07-16 borsAuto merge of #12689 - Veykril:macro-rec, r=Veykril
2022-07-16 borsAuto merge of #12539 - soruh:instanciate_empty_structs...
2022-07-16 borsAuto merge of #12712 - harpsword:fix-rename-crate-root...
2022-07-16 borsAuto merge of #12773 - Veykril:self-compl, r=Veykril
2022-07-16 borsAuto merge of #12772 - Veykril:nameres, r=Veykril
2022-07-16 borsAuto merge of #12766 - Veykril:completion-vis, r=Veykril
2022-07-15 Lukas Wirthfix: Don't show qualified path completions for private...
2022-07-14 borsAuto merge of #12765 - Veykril:import-insert-fix, r...
2022-07-14 borsAuto merge of #12556 - DorianListens:dscheidt/generic...
2022-07-14 borsAuto merge of #12691 - Veykril:proc-macro-diag, r=Veykril
2022-07-13 Dorian Scheidtfix: Support generics in extract_function assist
2022-07-13 borsAuto merge of #12696 - hi-rustin:rustin-patch-fix,...
2022-07-08 borsAuto merge of #12676 - DorianListens:dscheidt/extract...
2022-07-06 borsAuto merge of #12695 - xuhongxu96:fix-12140, r=jonas...
2022-07-06 Hongxu XuHandle generic args per arg index
2022-07-06 Hongxu XuShow only assoc type args in the correct arg pos
2022-07-05 Lukas Wirthinternal: Record all macro definitions in ItemScope
2022-07-01 borsAuto merge of #12636 - xuhongxu96:fix-12148, r=Veykril
2022-07-01 borsAuto merge of #12668 - Veykril:mac-source-map, r=Veykril
2022-07-01 Lukas Wirthfix: Simplify macro statement expansion handling
2022-07-01 borsAuto merge of #12650 - lowr:fix/12591, r=lnicola
2022-06-30 borsAuto merge of #12655 - ChayimFriedman2:debug-bench...
2022-06-30 borsAuto merge of #12634 - iDawer:match-check.witnesses...
2022-06-30 borsAuto merge of #12626 - CuriousCorrelation:fix/empty...
2022-06-30 borsAuto merge of #12428 - lowr:experimental/destructuring...
2022-06-28 borsAuto merge of #12652 - lnicola:openvsx, r=lnicola
2022-06-28 borsAuto merge of #12648 - flodiebold:proc-macro-errors...
2022-06-28 Florian Dieboldfix: Report proc macro errors in expressions correctly...
2022-06-24 borsAuto merge of #12520 - Veykril:flycheck-cancel, r=Veykril
2022-06-24 borsAuto merge of #12629 - flodiebold:proc-macro-error...
2022-06-24 Florian DieboldImprove proc macro errors a bit
2022-06-23 borsAuto merge of #12605 - erhuve:fix/determine-doc-link...
2022-06-23 borsAuto merge of #12628 - Veykril:simplify, r=Veykril
2022-06-23 borsAuto merge of #12625 - yue4u:fix/non-exhaustive-variant...
2022-06-23 yue4ufix: completes non exhaustive variant within the defini...
2022-06-20 iDawerDisplay witnesses of non-exhaustive match
2022-06-19 borsAuto merge of #12581 - lnicola:changelog-number, r...
2022-06-16 borsAuto merge of #12517 - xuhongxu96:master, r=Veykril
2022-06-15 borsAuto merge of #12544 - Veykril:proc-error, r=Veykril
2022-06-15 Lukas WirthUse the correct crates proc-macro loading error message
2022-06-15 Lukas WirthShow proc-macro loading errors in unresolved-proc-macro...
2022-06-15 borsAuto merge of #12541 - Veykril:vs-reload, r=Veykril
2022-06-14 borsAuto merge of #12529 - Veykril:vs-reload, r=Veykril
2022-06-14 borsAuto merge of #12528 - Veykril:proc-diag, r=Veykril
2022-06-14 Lukas Wirthfix: Check for the correct proc-macro settings in missi...
2022-06-13 borsAuto merge of #12519 - Veykril:hover-assoc, r=Veykril
2022-06-12 borsAuto merge of #12515 - Veykril:rustc-proc-macros, r...
2022-06-12 borsAuto merge of #12514 - Veykril:proc-mac-err, r=Veykril
2022-06-12 Lukas WirthMore precise proc-macro errors
2022-06-02 borsAuto merge of #12347 - feniljain:fix_extract_module...
2022-05-31 borsAuto merge of #12336 - bitgaoshu:mismatch, r=flodiebold
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 #12093 - nico-abram:uwu, r=Veykril
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-16 borsAuto merge of #12011 - iDawer:completion_detail.impl_tr...
2022-04-16 iDawerShow `impl Trait` in argument positon in completion...
next