]> git.lizzy.rs Git - rust.git/history - crates/ide-assists
Auto merge of #12993 - lowr:patch/swap-name-and-escaped-name, r=Veykril
[rust.git] / crates / ide-assists /
2022-08-11 borsAuto merge of #12997 - Veykril:no-such-field, r=Veykril
2022-08-10 borsAuto merge of #12989 - lnicola:rm-1-64-abi, r=Veykril
2022-08-10 borsAuto merge of #12984 - Veykril:keep-going, r=Veykril
2022-08-10 borsAuto merge of #12992 - lowr:fix/type-inference-for...
2022-08-10 borsAuto merge of #12990 - edwin0cheng:improve-ws, r=Veykril
2022-08-10 Edwin ChengFixes tests
2022-08-08 borsAuto merge of #12962 - lowr:patch/parse-last-range...
2022-08-08 borsAuto merge of #12967 - jhgg:code/fix-toggle-hints,...
2022-08-08 borsAuto merge of #12951 - jonas-schievink:doc-cli-stabilit...
2022-08-08 borsAuto merge of #12905 - HKalbasi:master, r=Veykril
2022-08-06 hkalbasiImport serde derives on converting json to struct
2022-08-04 borsAuto merge of #12808 - Veykril:check-workspace, r=Veykril
2022-08-03 borsAuto merge of #12934 - Veykril:typing, r=Veykril
2022-08-03 borsAuto merge of #12933 - Veykril:proc-ignored, r=Veykril
2022-08-02 borsAuto merge of #12837 - DorianListens:dscheidt/generate...
2022-08-02 Dorian ScheidtSupport PathPat paths in generate_enum_variant
2022-08-02 Dorian ScheidtBe more strict about supported Paths in generate_enum_v...
2022-08-02 Dorian ScheidtSupport record fields in generate_enum_variant
2022-08-02 Dorian ScheidtSupport tuple fields in generate_enum_variant
2022-08-02 Dorian Scheidtconvert generate_enum_variant to use add_variant
2022-08-02 borsAuto merge of #12880 - palango:while-fixup, r=Veykril
2022-07-28 borsAuto merge of #12902 - Veykril:item-scope, r=Veykril
2022-07-28 Lukas Wirthfix: Order ItemScope::entries results
2022-07-26 borsAuto merge of #12877 - zachs18:inline-def-in-macro...
2022-07-26 Zachary SRemove FIXME comment for unreachable fallback.
2022-07-25 Zachary Sfix: Insert spaces when inlining a function defined...
2022-07-25 borsAuto merge of #12871 - fasterthanlime:sync-from-rust...
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-25 borsAuto merge of #12868 - lowr:follow-up-on-12832, r=lnicola
2022-07-25 Ryo YoshidaReplace `debug_assert!` with `stdx::always!`
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 borsAuto merge of #12832 - lowr:fix/impl-default-members...
2022-07-24 Amos WengerMove cfg attrs up to the mod definitions to disable...
2022-07-24 Amos WengerDisable all source-gen tests at compile time
2022-07-23 borsAuto merge of #12851 - DorianListens:dscheidt/if-comple...
2022-07-23 borsAuto merge of #12854 - RalfJung:generate_new, r=Veykril
2022-07-23 Ralf Jungfix generate_new doc
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 Ryo Yoshidafix: don't replace default members' body
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 #12811 - TopGunSnake:12790, r=Veykril
2022-07-20 borsAuto merge of #12821 - SpecialMike:fix-partial-eq-defau...
2022-07-20 Michael ChisolmFix generated `PartialEq::ne`
2022-07-20 borsAuto merge of #12800 - hi-rustin:rustin-patch-issue...
2022-07-19 TopGunSnakeInverted the match logic to skip comments, attribute...
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-19 TopGunSnakeAdded case for const
2022-07-19 TopGunSnakeCleaned up trailing whitespace for tidy::files_are_tidy
2022-07-19 TopGunSnakeAdded coverage for trait, mod, impl, and enum cases.
2022-07-19 TopGunSnakeAdd test case and token finder to address 12790
2022-07-18 borsAuto merge of #12796 - mmirate:patch-1, r=Veykril
2022-07-18 Dorian Scheidtfix: Prevent panic in Remove Unused Parameter assist
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-18 borsAuto merge of #12788 - hasali19:extract-var-mut, r...
2022-07-18 borsAuto merge of #12286 - harpsword:fix_generate_constant...
2022-07-18 harpswordfix: “Generate constant” ignores the path prefix of...
2022-07-17 Hasan AliFix extract variable assist for subexpression in mutabl...
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-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-14 borsAuto merge of #12735 - feniljain:fix-completions, r...
2022-07-13 Dorian ScheidtMake search for applicable generics more precise
2022-07-13 Dorian Scheidtfix: Support generics in extract_function assist
2022-07-13 soruhadd tests
2022-07-13 borsAuto merge of #12696 - hi-rustin:rustin-patch-fix,...
2022-07-13 borsAuto merge of #12742 - TonalidadeHidrica:fix-obsolete...
2022-07-11 TonalidadeHidricaFix config keys regarding imports in docs
2022-07-09 borsAuto merge of #12727 - DorianListens:dscheidt/extract...
2022-07-08 Dorian Scheidtfix: Improve suggested names for extracted variables
2022-07-08 borsAuto merge of #12706 - DorianListens:dscheidt/closure...
2022-07-08 Dorian Scheidtfix: Extract Function misses locals used in closures
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 Lukas Wirthfix: Fix unresolved proc macro diagnostics pointing...
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 either
2022-07-02 Dorian Scheidtfix: Extract function from trait impl
next