rust/crates/completion/src
bors[bot] 8ad325a806
Merge #7051 #7219 #7245 #7246
7051: Check dbg! macro in tidy_test r=matklad a=edwin0cheng

Same as `check_todo` but for dbg! macro

r? @matklad 

7219: Refactor rename name checking r=matklad a=Veykril

Improves the user facing error messages a bit and prevents renaming to `_` when the name is referenced as this would change source to not compile anymore since `_` is only a pattern, not a proper identifier.

7245: Encourage gifs r=matklad a=matklad

bors r+
🤖

7246: Unfreeze cargo_metadata r=matklad a=kjeremy

It now pulls in a newer version of semver-parser.

This does add a dependency on `cargo-platform` in the interest of correctness.

Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
Co-authored-by: kjeremy <kjeremy@gmail.com>
2021-01-11 13:37:28 +00:00
..
completions Merge #7051 #7219 #7245 #7246 2021-01-11 13:37:28 +00:00
render Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
completions.rs Make the result of Const, FunctionRender and TypeAliasRender constructors optional 2021-01-02 21:53:52 +11:00
config.rs Align config's API with usage 2021-01-06 21:22:24 +03:00
context.rs Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
generated_lint_completions.rs Reorganize completions structure 2020-10-25 10:59:15 +03:00
item.rs Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
lib.rs Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
patterns.rs Replace SyntaxKind usage with T! macro where applicable 2021-01-10 17:14:01 +01:00
render.rs Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
test_utils.rs Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00