rust/crates
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
..
arena
assists Replace SyntaxKind usage with T! macro where applicable 2021-01-10 17:14:01 +01:00
base_db Better fixture highlight 2021-01-07 19:11:27 +03:00
cfg Upgrade expect-test to 1.1 2021-01-03 14:43:29 +01:00
completion Merge #7051 #7219 #7245 #7246 2021-01-11 13:37:28 +00:00
flycheck Unfreeze cargo_metadata 2021-01-11 08:27:16 -05:00
hir Merge #7218 2021-01-10 18:16:29 +00:00
hir_def Fixed typos in code comments 2021-01-09 15:41:29 +01:00
hir_expand Fixed typos in code comments 2021-01-09 15:41:29 +01:00
hir_ty Fixed typos in local bindings 2021-01-09 15:41:29 +01:00
ide Merge #7051 #7219 #7245 #7246 2021-01-11 13:37:28 +00:00
ide_db Merge #7218 2021-01-10 18:16:29 +00:00
mbe Fixed typos in public type names 2021-01-09 15:41:29 +01:00
parser Merge #7218 2021-01-10 18:16:29 +00:00
paths
proc_macro_api Fixed typos in code comments 2021-01-09 15:41:29 +01:00
proc_macro_srv Unfreeze cargo_metadata 2021-01-11 08:27:16 -05:00
proc_macro_test
profile Less confusing instr stat 2021-01-06 18:16:04 +03:00
project_model Unfreeze cargo_metadata 2021-01-11 08:27:16 -05:00
rust-analyzer Merge #7241 2021-01-10 19:41:06 +00:00
ssr Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
stdx Cleaner API 2021-01-10 14:36:15 +03:00
syntax Merge #7218 2021-01-10 18:16:29 +00:00
test_utils Fixed typos in code comments 2021-01-09 15:41:29 +01:00
text_edit
toolchain
tt Refactor TokenBuffer for reduc cloning 2021-01-05 02:00:46 +08:00
vfs Use file_set::FileSet and FileSet consistently in doc 2021-01-07 12:18:25 +01:00
vfs-notify