-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Remove the grammar from the reference #24729
Conversation
r? @pcwalton (rust_highfive has picked a reviewer for you, use r? to override) |
3632de3
to
02bd862
Compare
Updated with a few more removals. Searching for |
☔ The latest upstream changes (presumably #24759) made this pull request unmergeable. Please resolve the merge conflicts. |
02bd862
to
54485dc
Compare
Rebased. Basically deletes the ebnf from the reference and moves some of the recent reference changes to the grammar. Until this is done, the reference is probably have a tendency to be more up to date than the grammar because that's what people look at. The reference was definitely different at a few places suggesting more recent work. |
Let me know when/if you want this. I'm gonna hold off on rebasing until then because I'll just need to keep doing it. |
I do in the general case, yeah, but with the reference editing, people are changing it. |
I can roll up the reference changes into one I think. That might work. |
bc53811
to
8f2c399
Compare
@steveklabnik This rolls all the reference changes into one PR |
I'd rather let bors handle all those normally rather than doing some kind of manual rollup |
8f2c399
to
7089c5e
Compare
Okay. Reverted. I only did it because I was afraid of merge conflicts. I don't know how bors handles them. |
@bors: r+ rollup |
📌 Commit 7089c5e has been approved by |
…labnik From rust-lang#24723 (comment) : > Yes, I've been meaning to just remove it in favor of GRAMMAR.md > - steveklabnik
…labnik From rust-lang#24723 (comment) : > Yes, I've been meaning to just remove it in favor of GRAMMAR.md > - steveklabnik
…labnik From rust-lang#24723 (comment) : > Yes, I've been meaning to just remove it in favor of GRAMMAR.md > - steveklabnik
I'm interested in helping out with #16676 but more in the grammar than the reference-- here's my first chunk, more to come!! 🎉 I did pull a bit *out* of the reference, though, that was more relevant to the grammar but wasn't moved over as part of #24729. I'm looking at, e.g. https://github.com/rust-lang/rust/blob/master/src/libsyntax/ast.rs, as the source of truth, please let me know if I should be checking against something else instead/in addition. r? @steveklabnik
From #24723 (comment) :