]> git.lizzy.rs Git - rust.git/history - crates/hir
Do not drop `..Default::default()` completion when typing `..`
[rust.git] / crates / hir /
2021-06-22 bors[bot]Merge #9370
2021-06-22 Aleksey Kladovminor: extend source_to_def docs
2021-06-22 bors[bot]Merge #9369
2021-06-22 Aleksey Kladovinternal: document source_to_def and it's connection...
2021-06-22 bors[bot]Merge #9368
2021-06-22 bors[bot]Merge #9367
2021-06-21 bors[bot]Merge #9348
2021-06-21 bors[bot]Merge #9363
2021-06-21 bors[bot]Merge #9362
2021-06-21 bors[bot]Merge #9080
2021-06-21 Jamie CunliffeMove features into potential_cfg_options
2021-06-21 Jamie CunliffeImprove completion of cfg attributes
2021-06-21 bors[bot]Merge #9165
2021-06-21 Clemens WasserApply some clippy suggestions
2021-06-21 bors[bot]Merge #9264
2021-06-17 bors[bot]Merge #9313
2021-06-17 bors[bot]Merge #9315
2021-06-17 Lukas WirthNest all the or-patterns!
2021-06-16 bors[bot]Merge #9258
2021-06-16 bors[bot]Merge #9299
2021-06-16 Lukas WirthFilter out non-type completions in the respective compl...
2021-06-15 bors[bot]Merge #9267 #9279
2021-06-14 bors[bot]Merge #9277
2021-06-14 Aleksey Kladovinternal: more natural order of sources for TypeParam
2021-06-14 bors[bot]Merge #8951
2021-06-14 bors[bot]Merge #9260
2021-06-14 Jadetree-wide: make rustdoc links spiky so they are clickable
2021-06-13 bors[bot]Merge #9256
2021-06-13 Aleksey Kladovinternal: kill diagnostic sink
2021-06-13 Aleksey Kladovinternal: use cov-mark rather than bailing out diagnostic
2021-06-13 Aleksey Kladovinternal: refactor missing match arms diagnostics
2021-06-13 bors[bot]Merge #9255
2021-06-13 Aleksey Kladovinternal: refactor incorrect case diagnostics
2021-06-13 bors[bot]Merge #9253
2021-06-13 Aleksey Kladovinternal: refactor find_map diagnostic
2021-06-13 Aleksey Kladovinternal: refactor missing or or some diagnostic
2021-06-13 Aleksey Kladovinternal: refactor remove this semicolon diagnostics
2021-06-13 bors[bot]Merge #9252
2021-06-13 Aleksey Kladovinternal: refactor mismatched args count diagnostic
2021-06-13 Aleksey Kladovinternal: refactor missing unsafe diagnostic
2021-06-13 Aleksey Kladovinternal: refactor BreakOutsideOfLoop diagnostic
2021-06-13 Aleksey Kladovinternal: refactor NoSuchField diagnostic
2021-06-13 Aleksey Kladovinternal: refactor unimplemented builtin macro diagnostic
2021-06-13 bors[bot]Merge #9249
2021-06-13 Aleksey Kladovinternal: refactor macro error
2021-06-13 Aleksey Kladovinternal: refactor unresolved proc macro diagnostic
2021-06-13 Aleksey Kladovinternal: refactor inactive code diagnostics
2021-06-13 bors[bot]Merge #9248
2021-06-13 Aleksey Kladovinternal: refactor unresolved macro call diagnostic
2021-06-13 Aleksey Kladovinternal: refactor unresolved import diagnostic
2021-06-13 bors[bot]Merge #9247
2021-06-13 Aleksey Kladovinternal: refactor unresolved extern crate diagnostic
2021-06-13 bors[bot]Merge #9246
2021-06-13 Aleksey Kladovinternal: unified missing fields diagnostic
2021-06-13 Aleksey Kladovinternal: move missing_fields diagnostics
2021-06-13 bors[bot]Merge #9245
2021-06-13 Aleksey Kladovinternal: start new diagnostics API
2021-06-13 bors[bot]Merge #9242
2021-06-13 bors[bot]Merge #9240
2021-06-13 Maan2003clippy::clone_on_copy
2021-06-13 Maan2003clippy::redudant_borrow
2021-06-12 bors[bot]Merge #9237
2021-06-12 Aleksey Kladovinternal: move diagnostics infra to hir
2021-06-12 bors[bot]Merge #9233
2021-06-12 Aleksey KladovMove some hir_ty diagnostics to hir
2021-06-12 bors[bot]Merge #9231
2021-06-12 Aleksey Kladovminor: optimize
2021-06-12 bors[bot]Merge #9230
2021-06-12 Aleksey Kladovinternal: move missing unsafe diagnostic to hir
2021-06-12 Aleksey Kladovinternal: move inference diagnostics to hir
2021-06-11 bors[bot]Merge #9204
2021-06-11 bors[bot]Merge #9219
2021-06-11 bors[bot]Merge #9218
2021-06-11 Lukas WirthItem search now respects trait impl items
2021-06-11 bors[bot]Merge #9216
2021-06-11 bors[bot]Merge #9192
2021-06-10 bors[bot]Merge #9206
2021-06-10 Kirill BulatovAdd more profiling for flyimports
2021-06-09 bors[bot]Merge #9195
2021-06-09 bors[bot]Merge #9193
2021-06-09 Lukas WirthImplement dummy expansions for builtin attributes
2021-06-09 bors[bot]Merge #9191
2021-06-09 Lukas WirthDon't descend MacroCall TokenTree delimiters
2021-06-08 bors[bot]Merge #9183
2021-06-08 bors[bot]Merge #9187
2021-06-08 bors[bot]Merge #9181 #9182
2021-06-08 bors[bot]Merge #9180
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 bors[bot]Merge #9177
2021-06-08 bors[bot]Merge #9153
2021-06-07 bors[bot]Merge #9171
2021-06-07 bors[bot]Merge #9170
2021-06-07 bors[bot]Merge #9169
2021-06-07 Jonas SchievinkAttempt to track attr macros during highlighting
2021-06-07 bors[bot]Merge #9144
2021-06-07 Jonas SchievinkMake "expand macro" command work with attribute macros
2021-06-07 bors[bot]Merge #9164
2021-06-07 bors[bot]Merge #9161
next