]> git.lizzy.rs Git - rust.git/history - crates/hir-ty/src
feat: Handle operators like their trait functions in the IDE
[rust.git] / crates / hir-ty / src /
2022-08-05 Lukas Wirthfeat: Handle operators like their trait functions in...
2022-08-04 borsAuto merge of #12808 - Veykril:check-workspace, r=Veykril
2022-07-27 borsAuto merge of #12891 - brennanvincent:expander_stack...
2022-07-27 borsAuto merge of #12830 - hi-rustin:rustin-patch-issue...
2022-07-27 borsAuto merge of #12887 - Veykril:compl-pref-fix, r=Veykril
2022-07-27 Lukas Wirthfix: Honor ref expressions for compute_ref_match comple...
2022-07-25 Amos WengerMerge remote-tracking branch 'origin/master' into sync...
2022-07-25 borsAuto merge of #12856 - Veykril:multi-proc-srv, r=Veykril
2022-07-24 borsAuto merge of #12861 - DorianListens:dscheidt/complete...
2022-07-24 borsAuto merge of #12863 - lowr:fix/missing-fields-on-destr...
2022-07-24 Ryo Yoshidafix: consider assignee expressions in record fields...
2022-07-24 Ryo YoshidaAdd info whether it's assignee expr to relevant HIR...
2022-07-24 borsAuto merge of #12832 - lowr:fix/impl-default-members...
2022-07-24 Ryo YoshidaAdd `ellipsis` to HIR `RecordLit`
2022-07-22 borsAuto merge of #12840 - Veykril:be-lazy, r=Veykril
2022-07-22 borsAuto merge of #12835 - fasterthanlime:sysroot-abi,...
2022-07-21 borsAuto merge of #12841 - Veykril:query-fix, r=Veykril
2022-07-21 Lukas Wirthfix: Fix `trait_impls_in_deps_query` being called direc...
2022-07-21 borsAuto merge of #12827 - Veykril:be-lazy, r=Veykril
2022-07-20 borsAuto merge of #12829 - fasterthanlime:in-rust-tree...
2022-07-20 borsAuto merge of #12828 - fasterthanlime:proc-macro-srv...
2022-07-20 Amos WengerRename proc macro server from 'Rustc' to 'RustAnalyzer'
2022-07-20 borsAuto merge of #12826 - fasterthanlime:in-tree-warnings...
2022-07-20 Amos WengerRun cargo fmt
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-20 borsAuto merge of #12800 - hi-rustin:rustin-patch-issue...
2022-07-18 borsAuto merge of #12796 - mmirate:patch-1, r=Veykril
2022-07-18 borsAuto merge of #12807 - Veykril:completion-item-details...
2022-07-18 borsAuto merge of #11819 - rust-lang:dependabot/npm_and_yar...
2022-07-18 borsAuto merge of #12804 - jonas-schievink:config-watcher...
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-17 Artur Sinilafix: address suggestions
2022-07-17 borsAuto merge of #12781 - iDawer:hir_display.stack_overflo...
2022-07-17 iDawerCheck for local IDs belong to same definition
2022-07-17 Artur Sinilafeat: support negative const generic parameters
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-14 borsAuto merge of #12691 - Veykril:proc-macro-diag, r=Veykril
2022-07-13 borsAuto merge of #12696 - hi-rustin:rustin-patch-fix,...
2022-07-08 borsAuto merge of #12719 - davidlattimore:format-args-no...
2022-07-08 borsAuto merge of #12676 - DorianListens:dscheidt/extract...
2022-07-08 borsAuto merge of #12722 - jonas-schievink:update-urls...
2022-07-08 Jonas SchievinkUpdate remaining GitHub URLs
2022-07-05 borsAuto merge of #12690 - Veykril:inert-attrs, r=Veykril
2022-07-03 borsAuto merge of #12681 - lnicola:bump-deps, r=lnicola
2022-07-03 Laurențiu NicolaBump chalk
2022-07-02 borsAuto merge of #12680 - lowr:fix/12428-regression, r...
2022-07-02 Ryo Yoshidafix: report type mismatch on identifier in destructurin...
2022-07-02 Ryo Yoshidafix: infer lhs first on ordinary assignment expressions
2022-07-02 borsAuto merge of #12627 - yue4u:fix/struct-variant-pattern...
2022-07-02 borsAuto merge of #12679 - a-kenji:fix-typos-hir, r=lnicola
2022-07-02 a-kenjifix: typos in hir-ty
2022-07-02 borsAuto merge of #12678 - Veykril:flyimport, r=Veykril
2022-07-01 borsAuto merge of #12671 - flodiebold:test-for-12669, r...
2022-07-01 Florian DieboldAdd tests for #12669
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 blocks not considering stmt without semi as tails
2022-07-01 Lukas WirthFix Expr::MacroStmts using wrong scopes
2022-07-01 Lukas WirthUpdate hir-ty test outputs
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 iDawerAdd static assertions for some unreachble paths
2022-06-30 iDawerCorrect wording
2022-06-30 borsAuto merge of #12626 - CuriousCorrelation:fix/empty...
2022-06-30 borsAuto merge of #12428 - lowr:experimental/destructuring...
2022-06-26 bitgaoshuWellFormed -> Holds
2022-06-25 iDawerReduce intermediate allocations while printing witnesses
2022-06-24 borsAuto merge of #12520 - Veykril:flycheck-cancel, r=Veykril
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 Lukas Wirthinternal: Simplify
2022-06-23 Florian DieboldFix unstable feature use
2022-06-23 Florian DieboldVarious cleanups
2022-06-23 bitgaoshureformat code
2022-06-23 bitgaoshugoto where trait method impl
2022-06-20 iDawerDisplay witnesses of non-exhaustive match
2022-06-12 borsAuto merge of #12513 - Veykril:ty-utils, r=Veykril
2022-06-12 Lukas Wirthinternal: Simplify `hir_ty::utils`
2022-06-12 borsAuto merge of #12509 - Veykril:ty-utils, r=Veykril
2022-06-12 Lukas Wirthinternal: Remove `Generics::type_iter` in favor of...
2022-06-12 borsAuto merge of #12455 - bitgaoshu:fix_12441, r=flodiebold
2022-06-03 borsAuto merge of #12333 - nolanderc:order-import-assist...
2022-06-03 bitgaoshufix: #12441 False-positive type-mismatch error with...
2022-06-02 borsAuto merge of #12347 - feniljain:fix_extract_module...
2022-06-01 borsAuto merge of #12431 - Veykril:request-retry, r=Veykril
2022-05-31 borsAuto merge of #12430 - Veykril:completions, r=Veykril
2022-05-31 Ryo YoshidaImplement type inference for assignee expressions
2022-05-31 Ryo YoshidaGeneralize some inference functions for patterns
2022-05-31 Ryo YoshidaAdd `Expr::Underscore`
2022-05-31 borsAuto merge of #12427 - Veykril:configfix, r=Veykril
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
next