Changelog #61
Commit: 3ab8d7a
Release: 2021-01-25
Sponsors
Become a sponsor: On OpenCollective or GitHub Sponsors.
New Features
-
#7325
steering issue which guides the development for the next six weeks. -
#7297
propose trait associated items and autoimport traits on completion: -
#7342
show deprecated completions for deprecated traits: -
#7321
support runnables in macros: -
#7351
show const params in completions: -
#7310
Add Lifetime to Type assist: -
#7062
add diagnostic for filter_map followed by next: -
#7413
handle unions in symbol search. -
#7414
add validation for mutable const items.
Internal Improvements
-
#7291
wrap remaining self/super/crate inast::Name
. -
#7324
adds syntax-level support for macros in type position. -
#7334
add back jemalloc support. -
#7332
rename reference search uses ide_db::search directly. -
#7336
,#7359
,#7366
,#7375
groundwork for the item-local import resolution. -
#7370
fix mega bug. -
#7378
includecountme
crate to count important data structures. -
#7374
add step to run analysis-stats on std.