]> git.lizzy.rs Git - rust.git/history - crates/hir-ty
Run cargo fix --edition-idioms
[rust.git] / crates / hir-ty /
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 #12811 - TopGunSnake:12790, r=Veykril
2022-07-20 borsAuto merge of #12800 - hi-rustin:rustin-patch-issue...
2022-07-19 borsAuto merge of #12789 - DorianListens:dscheidt/unused...
2022-07-19 borsAuto merge of #12817 - fasterthanlime:expect-test-1...
2022-07-19 Amos WengerUpgrade to expect-test@1.4.0
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-03 Laurențiu NicolaBump tracing-subscriber
2022-07-03 Laurențiu NicolaBump smallvec
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-12 borsAuto merge of #12508 - Veykril:req-retry, r=Veykril
2022-06-10 borsAuto merge of #12449 - Veykril:version, r=Veykril
2022-06-10 borsAuto merge of #12490 - yue4u:fix/show-enum-in-fresh...
2022-06-10 borsAuto merge of #12464 - harpsword:fix-inline-variable...
2022-06-10 borsAuto merge of #12477 - hasali19:auto-reload, r=Veykril
2022-06-10 borsAuto merge of #12473 - yue4u:fix/no-enum-parens-in...
2022-06-10 borsAuto merge of #12502 - Veykril:deps, r=Veykril
2022-06-10 Lukas Wirthinternal: Bump Dependencies
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
2022-05-30 borsAuto merge of #12412 - yue4u:fix/visibility-completion...
2022-05-29 borsAuto merge of #12409 - lowr:fix/usize-overflow, r=Veykril
2022-05-29 Ryo Yoshidafix overflow during tuple struct type inference
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 borsAuto merge of #12355 - ruabmbua:fix-inference-pattern...
2022-05-23 Roland RuckerbauerFix inference when pattern matching a tuple field with...
2022-05-22 borsAuto merge of #12334 - fasterthanlime:gh-11635, r=Veykril
2022-05-22 borsAuto merge of #12281 - lnicola:increase-overflow-depth...
next