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