]> git.lizzy.rs Git - rust.git/history - crates
Further clarification
[rust.git] / crates /
2021-06-07 bors[bot]Merge #9161
2021-06-07 Lukas WirthFix incorrect config usage in hover references
2021-06-07 bors[bot]Merge #9160
2021-06-07 Laurențiu NicolaMake Documentation::new non-generic
2021-06-07 bors[bot]Merge #9106
2021-06-07 Jadefeat: goto def on impl items also goes to the defn...
2021-06-07 Jadefeat: goto definition on an impl fn goes to that fn...
2021-06-06 bors[bot]Merge #9155
2021-06-06 Jonas SchievinkReplace attribute with equivalent whitespace
2021-06-05 bors[bot]Merge #9149
2021-06-05 bors[bot]Merge #9150
2021-06-05 bors[bot]Merge #9140
2021-06-05 Lukas WirthUnescape generated clippy lints
2021-06-05 Lukas WirthSupport goto-definition for include macro paths
2021-06-05 bors[bot]Merge #9147
2021-06-05 Laurențiu NicolaEnable proc macros and build scripts by default in CLI
2021-06-05 bors[bot]Merge #9148
2021-06-05 Lukas WirthPrevent renaming of aliases on usages
2021-06-05 bors[bot]Merge #9146
2021-06-05 Lukas WirthFix incorrect list nesting in format_like feature descr...
2021-06-05 bors[bot]Merge #9145
2021-06-05 Florian DieboldEnable attribute macro expansion in `analysis-stats`
2021-06-04 Lukas WirthComplete third-party attributes
2021-06-04 Lukas WirthRender documentation for derive completion
2021-06-04 bors[bot]Merge #9141
2021-06-04 Lukas WirthDon't inline mutable locals in 'inline_local_variable'
2021-06-04 bors[bot]Merge #9138
2021-06-04 Lukas WirthReplace `-` with `_` in generated lint names
2021-06-04 Lukas WirthGenerate default lint groups
2021-06-04 Lukas WirthGenerate default lint completions
2021-06-04 Lukas WirthImplement hover for lints
2021-06-04 bors[bot]Merge #9137
2021-06-04 Jonas SchievinkReturn `ReachedFixedPoint::No` when resolving derive...
2021-06-04 bors[bot]Merge #9136
2021-06-04 Lukas WirthAdd function references hover action
2021-06-04 bors[bot]Merge #9135
2021-06-04 Lukas WirthCleanup parameter_hint_heuristics inlay hints test
2021-06-04 Lukas WirthReorganize inlay_hints tests
2021-06-03 bors[bot]Merge #9128
2021-06-03 Jonas SchievinkSet enable_proc_attr_macros in hir_ty TestDB
2021-06-03 Jonas SchievinkUpdate list of built-in attributes
2021-06-03 Jonas SchievinkMake it opt-in
2021-06-03 Jonas SchievinkExpand procedural attribute macros
2021-06-03 bors[bot]Merge #9130
2021-06-03 Lukas WirthPrefix/suffix parameter inlay hint hiding heuristic...
2021-06-03 bors[bot]Merge #9129
2021-06-03 Matthias KrügerNFC: remove redundant clones (clippy::perf)
2021-06-03 bors[bot]Merge #9127
2021-06-03 Jonas SchievinkItemTree: make variant fields inherit the enum's visibility
2021-06-03 bors[bot]Merge #9124
2021-06-03 bors[bot]Merge #9104
2021-06-03 Jonas SchievinkAdd comment
2021-06-03 Clemens WasserApply more clippy suggestions and update generated
2021-06-03 bors[bot]Merge #9105
2021-06-03 Clemens WasserApply a few clippy suggestions
2021-06-02 bors[bot]Merge #9119
2021-06-02 Jonas SchievinkPreserve indentation
2021-06-02 Jonas SchievinkAccount for traits
2021-06-02 bors[bot]Merge #9118
2021-06-02 Lukas WirthDocument that `addCallArgumentSnippets` requires `addCa...
2021-06-02 bors[bot]Merge #9117
2021-06-02 Lukas WirthAllow expand-macro to be invoked anywhere inside a...
2021-06-02 bors[bot]Merge #9114
2021-06-02 Lukas WirthFix bind patterns always being treated as ref taking...
2021-06-02 bors[bot]Merge #9108
2021-06-02 bors[bot]Merge #9112
2021-06-02 Lukas WirthFix references to patterns in extract_struct_from_enum_...
2021-06-02 Lukas WirthCarry over attributes in extract_struct_from_enum_variant
2021-06-02 Lukas WirthAccount for generics in extract_struct_from_enum_variant
2021-06-02 bors[bot]Merge #9111
2021-06-02 bors[bot]Merge #9110
2021-06-02 Lukas WirthRemove obsolete is_new_item field on CompletionContext
2021-06-02 Jonas SchievinkPlace extracted type alias outside of impl
2021-06-02 Lukas WirthAdd MethodCall and FieldAccess variants to ImmediateLoc...
2021-06-02 BrandonDon't show extract into variable assist for unit expres...
2021-06-01 Dawerinternal: implement pattern adjustments.
2021-06-01 Dawerminor: Avoid eprintln on panic
2021-06-01 Jonas SchievinkImplement `#[rustc_skip_array_during_method_dispatch]`
2021-06-01 bors[bot]Merge #9102
2021-06-01 Jonas SchievinkFall back to legacy prelude
2021-06-01 bors[bot]Merge #9097
2021-06-01 Jonas SchievinkImplement per-edition preludes
2021-05-31 bors[bot]Merge #8717
2021-05-31 DawerExpand fixme comments
2021-05-31 Dawerfix: panic on extra fields in a pattern
2021-05-31 DawerCorrect binding pattern's type; handle invalid records.
2021-05-31 DawerTake substitutions into account.
2021-05-31 Dawereprint panic context
2021-05-31 Dawerminor: doc comment pat_util
2021-05-31 DawerTest match guards, reference patterns
2021-05-31 DawerBox field detection; test #[non-exhaustive] attribute
2021-05-31 DawerBetter tests: check if match checking bails out.
2021-05-31 DawerReplace the old match checking algorithm
2021-05-31 DawerInclude old tests
2021-05-31 DawerDon't panic on a pattern of unresolved ADT variant.
2021-05-31 DawerClean up, more docs.
2021-05-31 DawerCheck pattern types.
2021-05-31 DawerExpand binding patterns.
2021-05-31 DawerFix visibility warnings
2021-05-31 DawerLower binding pattern
next