]> git.lizzy.rs Git - rust.git/history - crates
Respect attributes in Hygiene token up-mapping
[rust.git] / crates /
2021-08-12 bors[bot]Merge #9874
2021-08-12 Jonas SchievinkAlways add implicit `proc_macro` dependency
2021-08-12 bors[bot]Merge #9807
2021-08-12 DawerClean up
2021-08-12 Ryan LevickFactor out return type handling for both function and...
2021-08-12 Ryan LevickAlways fall back to focusing on generated function...
2021-08-12 bors[bot]Merge #9869
2021-08-12 Ryan LevickUse term on label for generating method impl
2021-08-12 bors[bot]Merge #9863
2021-08-12 Yoshua Wuytsadd `make::ext::path_from_idents`
2021-08-12 Yoshua Wuytsimplement feedback from review
2021-08-11 Yoshua Wuytsrm remaining todo comment
2021-08-11 Yoshua Wuytsimprove codegen
2021-08-11 Yoshua Wuytsfinishing touches
2021-08-11 Yoshua Wuytsgen partialeq for tuple enums
2021-08-11 Yoshua Wuytsdedup PartialEq for Record enums
2021-08-11 DawerAccept ambiguous unsize coercion only if it has definit...
2021-08-11 bors[bot]Merge #9862
2021-08-11 Lukas WirthFill out expected type for functional update syntax...
2021-08-11 bors[bot]Merge #9861
2021-08-11 Lukas Wirthextract_variable handles selection ranges better
2021-08-11 Yoshua Wuytsgen PartialEq for Record enums
2021-08-11 bors[bot]Merge #9860
2021-08-11 Lukas WirthFix extract_function tagging params as mut unnecessarily
2021-08-11 bors[bot]Merge #9856
2021-08-11 Lukas WirthShow type actions on ranged type hover
2021-08-11 bors[bot]Merge #9854
2021-08-11 Aleksey Kladovinternal: document that ascription is preferred to...
2021-08-11 bors[bot]Merge #9836
2021-08-11 bors[bot]Merge #9828
2021-08-10 Yoshua Wuytswip enum record/tuple generation
2021-08-10 Yoshua Wuytsgen PartialEq for basic enums
2021-08-10 Yoshua Wuytsgen PartialEq for structs
2021-08-10 Yoshua Wuytsadd partial_eq gen tests
2021-08-10 Yoshua Wuytsadd make::expr_op
2021-08-10 bors[bot]Merge #9849
2021-08-10 Lukas WirthRefine functional update completion some more
2021-08-10 Basti OrtizFix: revert strange usage of `?` operator
2021-08-10 Basti OrtizFix: prefer the usage of `for` loops over `fold`
2021-08-10 Basti OrtizChore: add comments to explicitly express two-step...
2021-08-10 Basti OrtizFix: revert complex conditional in `Directories::contai...
2021-08-10 André OliveiraFormatting issues
2021-08-10 André OliveiraRemove debug logs
2021-08-10 André OliveiraUse local node_modules to allow the graph to load offline
2021-08-10 André OliveiraUse d3-graphviz for rendering crates graph on the exten...
2021-08-10 bors[bot]Merge #9846
2021-08-10 bors[bot]Merge #9845
2021-08-10 Lukas WirthDo not drop `..Default::default()` completion when...
2021-08-10 Yoshua Wuytsgen clone for tuple enums
2021-08-10 Yoshua Wuytsgen clone for record enums
2021-08-10 bors[bot]Merge #9842
2021-08-10 Lukas WirthSubstitute generic types in inline_call
2021-08-10 bors[bot]Merge #9841
2021-08-10 Aleksey KladovUpdate crates/rust-analyzer/src/cli/analysis_stats.rs
2021-08-10 Aleksey Kladovinternal: print total size of source code in analysis...
2021-08-10 bors[bot]Merge #9840
2021-08-10 Yoshua Wuytsadd clone generation for structs and bare enums
2021-08-10 bors[bot]Merge #9838
2021-08-10 bors[bot]Merge #9837
2021-08-10 Yoshua WuytsAdd clone generation tests
2021-08-10 Lukas WirthImplement `bool_then_to_if` assist
2021-08-10 bors[bot]Merge #9835
2021-08-10 Yoshua Wuytsimpl gen hash for structs
2021-08-10 Yoshua Wuytsimpl gen hash for enums
2021-08-10 bors[bot]Merge #9830
2021-08-10 Yoshua Wuytsimplement feedback from review
2021-08-10 Basti OrtizRefactor: use iterator methods over `for` loops
2021-08-10 bors[bot]Merge #9834
2021-08-10 Aleksey Kladovinternal: unify subcommand handling between ra and...
2021-08-10 Aleksey Kladovinternal: prepare to use standard .run pattern for...
2021-08-10 bors[bot]Merge #9832
2021-08-10 bors[bot]Merge #9833
2021-08-10 Basti OrtizRefactor: simplify logic for `Directories::contains_file`
2021-08-10 Yoshua WuytsAdd trait codegen to `add_missing_impl_members` assist
2021-08-10 Basti OrtizRefactor: use `filter_map` when iterating over stored...
2021-08-10 Basti OrtizChore: use short-circuiting for file ID getter
2021-08-10 Jake Heinz[semantic-highlighting] functions that consume are...
2021-08-09 Yoshua Wuytsmove trait body gen code to utils
2021-08-09 bors[bot]Merge #9804
2021-08-09 bors[bot]Merge #9825
2021-08-09 mahdi-frmsrefactor method generation assist
2021-08-09 mahdi-frmsmethod gen assist usable in all of expression
2021-08-09 mahdi-frmsadd test for method generation assist
2021-08-09 mahdi-frmsOne assist for function and method generation
2021-08-09 mahdi-frmsmethod generation assist: store owned ast nodes
2021-08-09 mahdi-frmsgenerate method adds pub keyword
2021-08-09 mahdi-frmsgenerate method assist uses existing impl blocks
2021-08-09 mahdi-frmsrefactor: use single next space
2021-08-09 mahdi-frmsrefactor: use single fn_args
2021-08-09 mahdi-frmsgenerate method assist
2021-08-09 Yoshua Wuytsmove code around
2021-08-09 bors[bot]Merge #9826
2021-08-09 Aleksey Kladovinternal: drop latest requests tracking
2021-08-09 Yoshua WuytsAdd gen default for tuple structs
2021-08-09 Yoshua WuytsAdd default body when implementing Default by hand
2021-08-09 bors[bot]Merge #9823
2021-08-09 Aleksey Kladovfix: avoid pathological macro expansions
2021-08-09 Aleksey Kladovinternal: remove useless helpers
2021-08-09 bors[bot]Merge #9821
2021-08-09 Laurențiu NicolaFix typo in reference modifier description
next