Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a Gitter chat badge to README.md #2

Merged
merged 1 commit into from
Sep 17, 2015

Conversation

gitter-badger
Copy link
Contributor

alexeykudinkin/intellij-rust now has a Chat Room on Gitter

@alexeykudinkin has just created a chat room. You can visit it here: https://gitter.im/alexeykudinkin/intellij-rust.

This pull-request adds this badge to your README.md:

Gitter

If my aim is a little off, please let me know.

Happy chatting.

PS: Click here if you would prefer not to receive automatic pull-requests from Gitter in future.

@alexeykudinkin
Copy link
Member

Wow

alexeykudinkin added a commit that referenced this pull request Sep 17, 2015
Add a Gitter chat badge to README.md
@alexeykudinkin alexeykudinkin merged commit 065df48 into intellij-rust:master Sep 17, 2015
alexeykudinkin added a commit that referenced this pull request Apr 22, 2016
alexeykudinkin added a commit that referenced this pull request Apr 23, 2016
matklad added a commit that referenced this pull request Jul 4, 2016
Documentation comments highlighting, try #2
alexeykudinkin added a commit that referenced this pull request Jul 18, 2016
alexeykudinkin added a commit that referenced this pull request Jul 30, 2016
alexeykudinkin added a commit that referenced this pull request Aug 6, 2016
matklad added a commit that referenced this pull request Jul 27, 2017
TY: basically supported associated types
Undin added a commit that referenced this pull request Feb 7, 2020
� This is the 1st commit message:

MACRO: process macro calls better

The previous version of macro expansion engine processed all project files on the first step.
It led to a situation when a module was added to the module structure via macro call and at the same time, it had own macro calls.
It such cases we failed to expand module's macro calls because name resolution for macro calls didn't work properly.

These changes introduce pending files - project files that are not belong to the module tree.
Such files are postponed to expand their macro calls until they belong to module tree.
It should solve "File is not included into module tree" issue for some popular crates like `async-std` and `tokio`

� The commit message #2 will be skipped:

� better
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants