]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-06-09 bors[bot]Merge #9196
2021-06-09 Lukas WirthDon't classify attributes on macro-calls are the macro...
2021-06-09 bors[bot]Merge #9195
2021-06-09 Lukas WirthSimplify
2021-06-09 bors[bot]Merge #9193
2021-06-09 Lukas WirthRemove unnecessary duplication
2021-06-09 Lukas WirthImplement dummy expansions for builtin attributes
2021-06-09 Jonas SchievinkTry to fix unique file names on Windows
2021-06-09 Jonas SchievinkBuild test-macros in a build script
2021-06-09 bors[bot]Merge #9191
2021-06-09 Lukas WirthDon't descend MacroCall TokenTree delimiters
2021-06-08 bors[bot]Merge #9186
2021-06-08 bors[bot]Merge #9183
2021-06-08 Jonas SchievinkPrefer attr macros in "expand macro recursively"
2021-06-08 bors[bot]Merge #9187
2021-06-08 Lukas WirthFix edge case for ImportGranularity guessing
2021-06-08 phynalleFix typo
2021-06-08 bors[bot]Merge #9181 #9182
2021-06-08 bors[bot]Merge #9180
2021-06-08 Lukas WirthAdd tests checking no value completion in type pos
2021-06-08 Jonas Schievinkfix: don't complete derive macros as fn-like macros
2021-06-08 Lukas WirthDon't complete values in type position
2021-06-08 Jonas Schievinksource_to_def: skip items with no def
2021-06-08 Aleksey KladovRevert "Merge #9177"
2021-06-08 bors[bot]Merge #9177
2021-06-08 Aleksey Kladov:arrow_up: npm packages
2021-06-08 bors[bot]Merge #9153
2021-06-07 bors[bot]Merge #9171
2021-06-07 Lukas Wirthsimplify
2021-06-07 bors[bot]Merge #9170
2021-06-07 Lukas WirthRemove unnecessary completion::macro_in_item_position
2021-06-07 bors[bot]Merge #9169
2021-06-07 Jonas SchievinkAttempt to track attr macros during highlighting
2021-06-07 Lukas WirthReorder CompletionContext fields
2021-06-07 Milofix
2021-06-07 bors[bot]Merge #9144
2021-06-07 bors[bot]Merge #9166
2021-06-07 Jonas SchievinkMake "expand macro" command work with attribute macros
2021-06-07 Florian DieboldFurther clarification
2021-06-07 Florian DieboldOne additional grammar fix
2021-06-07 Florian DieboldClarify label documentation
2021-06-07 bors[bot]Merge #9164
2021-06-07 Lukas WirthMove more things into PathCompletionContext
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 #9157
2021-06-07 Laurențiu NicolaUse HTTPS for clippy lint JSON
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 Lukas WirthSimplify CompletionContext by introducing a path CallKi...
2021-06-06 Jonas SchievinkHandle attribute macros in `descend_into_macros`
2021-06-06 bors[bot]Merge #9155
2021-06-06 Jonas SchievinkReplace attribute with equivalent whitespace
2021-06-06 Joshua Warnerfmt
2021-06-05 Milofix
2021-06-05 Milowhen you click status bar icon it now restarts server
2021-06-05 Joshua WarnerRefactor to be just one assist
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-05 Joshua WarnerAdd assist for converting a tuple enum variant to a...
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 WirthExclude `crates/ide_db/src/helpers/generated_lints...
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)
next