Changelog #62
Commit: 1a59f75
Release: 2021-02-01
Sponsors
Become a sponsor: On OpenCollective or GitHub Sponsors.
Fixes
-
#7415Code: emit fewer download progress notifications. -
#7438shortenhir::TypeParamranges for traits inNavigationTarget. -
#7406don’t assume happy path inif_let_match. -
#7464exportCARGOfor proc. macros. -
#7465only hide parameter hints for path, field and methodcall expressions. -
#7487forbid flyimport completions in use statements. -
#7493add missing--print-config-schemato help. -
#7483classify function calls as functions when shadowed by types. -
#7500fixast::String::valuenot properly escaping in some cases. -
#7502honor#![macro_use]in module source files. -
#7503return inner attributes of outline module declarations inattrs_query.
Internal Improvements
-
#7426,#7431,#7466,#7480,#7481,#7482,#7485more work on local item resolution. -
#7393documentpathsitems. -
#7433initial Macros 2.0 in MBE. -
#7450remove the need to manually sync config inpackage.json. -
#7455makealways-assertcrate reusable. -
#7457add no-buffering file logging and wait for debugger options. -
#7460count instances of more data structures. -
#7471force Xcode version on CI. -
#7472easier to debug timeouts in tests. -
#7491handle MBE parse errors during parsing, not matching. -
#7494simplify mbe parsing.