-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Introduce a control flow graph to the compiler #13767
Milestone
Comments
Assign P-backcompat-lang, 1.0 milestone. |
bors
added a commit
that referenced
this issue
Jun 18, 2014
…tsakis Fix #6298. Fix #13767. This also includes some drive by fixes for some other issues, noted in the commits. I still need to integrate regression tests for some cases that I noticed were missing from our unit test suite (i.e. things that compiling rustc exposes that should have been exposed when doing `make check-stage1`). So do not land this yet, until I get the chance to add those tests. I just wanted to get the review process started soon, since this has been long in the coming.
Woohoo! Awesome work, @pnkfelix |
arcnmx
pushed a commit
to arcnmx/rust
that referenced
this issue
Jan 9, 2023
partially addresses rust-lang#13767
arcnmx
pushed a commit
to arcnmx/rust
that referenced
this issue
Jan 9, 2023
Complete enum variants without parens when snippets are disabled This handles the portion of rust-lang#13767 that bothered me, but I can try to work on the other parts we discussed if needed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Several pending features depend on a control flow graph, including #5016. Nominating.
The text was updated successfully, but these errors were encountered: