]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-10-18 Laurențiu NicolaFix tests
2021-10-18 Laurențiu NicolaPull in new lsp-types for VS compat
2021-10-17 bors[bot]Merge #10569
2021-10-17 Lukas WirthSkip non clippy completions when completing a clippy...
2021-10-17 bors[bot]Merge #10417
2021-10-17 Coenen BenjaminUpdate crates/ide_assists/src/handlers/unwrap_result_re...
2021-10-17 bors[bot]Merge #10562
2021-10-17 Lukas WirthFix clippy attribute completions always prefixing with...
2021-10-17 Lukas WirthMake attribute completions more ast based
2021-10-17 Lukas WirthReorder CompletionContext functions
2021-10-17 bors[bot]Merge #10561
2021-10-17 Lukas WirthDon't turn local names into strings in CompletionContext
2021-10-16 bors[bot]Merge #10558
2021-10-16 Lukas Wirthinternal: Refactor lifetime completion context fields
2021-10-16 bors[bot]Merge #10557
2021-10-16 Lukas Wirthfix: Fix qualified path completion not completing macros
2021-10-16 bors[bot]Merge #10556
2021-10-16 Milofix
2021-10-16 Miloadd a comment
2021-10-16 Milorevert
2021-10-16 Milomore clippy fixes
2021-10-16 bors[bot]Merge #10542
2021-10-16 bors[bot]Merge #10555
2021-10-16 Laurențiu NicolaHide private methods in `generate_delegate_methods`
2021-10-15 bors[bot]Merge #10552
2021-10-15 Lukas WirthFix missing_fields diagnostic fix replacing wrong text...
2021-10-15 bors[bot]Merge #10543
2021-10-15 Anton Firszovcov_mark for add_missing_match_arms special cases
2021-10-15 Anton Firszovundo unnecessary test changes
2021-10-15 Anton Firszovcosmetics
2021-10-15 Anton Firszovupdate generated.rs
2021-10-15 Anton Firszovfix sample + cosmetics + one more test
2021-10-15 Anton Firszovsimple implementation
2021-10-15 bors[bot]Merge #10549
2021-10-15 Jeremy KolbUpdate crates
2021-10-15 Anton Firszovcursor_inside_simple_match_arm_list -- tests
2021-10-14 bors[bot]Merge #10491
2021-10-14 bors[bot]Merge #10545
2021-10-14 bors[bot]Merge #10546
2021-10-14 Lukas WirthImplement promotoe_local_to_const assist
2021-10-14 Miloa few clippy fixes
2021-10-14 Anton Firszovuse ctx.selection_trimmed() instead of ctx.frange.range
2021-10-14 Anton Firszovapply formatting recommendations
2021-10-14 Anton Firszovupdate generated.rs
2021-10-14 Anton Firszovmake it work from macro
2021-10-14 bors[bot]Merge #10539
2021-10-14 Anton Firszovapply necessary test changes
2021-10-14 Yoshua Wuytsfix ret type in generic
2021-10-14 Yoshua Wuytsimplement feedback from review
2021-10-14 Anton FirszovNarrow add_missing_match_arms assist range
2021-10-14 Alex MacleodUse workspace cargo to fetch rust source's metadata
2021-10-14 Yoshua WuytsAdd support for tuple structs
2021-10-14 bors[bot]Merge #10517
2021-10-14 Lukas WirthKill the child process before waiting in streaming_output
2021-10-14 Yoshua WuytsUpdate label names
2021-10-14 bors[bot]Merge #10538
2021-10-14 bors[bot]Merge #10503
2021-10-14 Yoshua WuytsEnable delegation generation for complex types
2021-10-14 bors[bot]Merge #10434
2021-10-14 bors[bot]Merge #10309
2021-10-14 Yoshua WuytsGet a make version working!
2021-10-14 codgicianMatching brace prefers brace on cursor's right
2021-10-14 bors[bot]Merge #10537
2021-10-14 Laurențiu NicolaDocument rustc source auto-discovery
2021-10-13 rainy-meProvide navigations to parent modules
2021-10-13 Yoshua WuytsUpdate generate_delegate.rs
2021-10-13 Yoshua Wuytscreate function
2021-10-13 Ryan LevickAdd basic support for delegation
2021-10-13 k-nasafix
2021-10-13 Dezhi Wumerge use statement
2021-10-13 Dezhi Wuresolve `ControlFlow` ourself instead of hard coding.
2021-10-13 bors[bot]Merge #10534
2021-10-13 k-nasaupdate calc_depth
2021-10-13 k-nasacalc depth
2021-10-13 bors[bot]Merge #10536
2021-10-13 Lukas WirthMake AssistContext::frange private
2021-10-13 k-nasamove test case
2021-10-13 k-nasaRevert "Apply make_else_arm to general case"
2021-10-13 Dezhi Wuimport `ControlFlow` to the module
2021-10-13 Dezhi Wuuse `ControlFlow::Break(_)` pattern
2021-10-13 Dezhi Wuuse `ControlFlow` in "extract function" assist
2021-10-12 Santtu OjanperäSimplified the dot in the wide logo
2021-10-12 Santtu OjanperäMade the Rust analyzer logos more dark mode friendly
2021-10-12 bors[bot]Merge #10533
2021-10-12 Lukas WirthFix AssistContext panic on sole whitespace selection
2021-10-12 bors[bot]Merge #10423
2021-10-12 bors[bot]Merge #10529
2021-10-12 bors[bot]Merge #10532
2021-10-12 Mirko RainerSaw a FIXME comment and decided to fix it.
2021-10-12 Yoshua WuytsSimplify generated PartialOrd code
2021-10-12 Yoshua Wuytsimpl PartialOrd codegen for tuple enum
2021-10-12 Yoshua Wuytsimpl PartialOrd codegen for record enum
2021-10-12 Yoshua Wuytsimpl PartialOrd codegen for C-style enums
2021-10-12 Yoshua Wuytsimpl PartialOrd codegen for struct records
2021-10-12 Yoshua Wuytsimpl PartialOrd codegen for tuple records
2021-10-12 Yoshua Wuytsinit partialord
2021-10-12 bors[bot]Merge #10530
2021-10-12 Mirko RainerAdd link to ECS acronym to clarify.
2021-10-12 bors[bot]Merge #10528
2021-10-12 Lukas WirthMake selections in assists with trailing/leading whites...
next