-
Notifications
You must be signed in to change notification settings - Fork 533
Expand Procedural Macro Docs #412
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
Merged
Merged
Changes from 23 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
b6fa5e2
Expand documentation on procedural macros
alexcrichton b3758ad
Remove 'in Rust' in proc macros
Havvy 50d8cf4
Notify cargo proc-macro crate info
Havvy 36d6be1
Clarify proc macros as crate type, not crate
Havvy ef6ca2b
First pass removal of guide-level material
Havvy 0dd95e8
Move proc-macro type sections to bottom
Havvy 6f694fc
Improve proc_macro crate type docs
Havvy 7f80970
Clean up language in linkage. Note about compiler specifiness
Havvy 6dbdc8c
Add 'proc_macro' to configuation options
Havvy 9c0045f
Add proc_macro attributes to attributes page
Havvy 6851fea
Attribute resolution, types of attrs, inert/dynamic attrs
Havvy 690bdee
Referencify proc_macro crate section
Havvy 8bb6ca3
More referenceifying proc macros
Havvy 58c49c7
Derive mode macros
Havvy caa8877
Attribute macros
Havvy f800c04
Runtime information of proc macros
Havvy 19a988a
Function-like proc macros
Havvy 0a57ca9
Cleanup proc macros after multi-day editing
Havvy 5b27fac
Add proc macro attrs to attrs on fns list
Havvy f52d416
Remove attribute resolution for now
Havvy 4dc54f2
Active attributes, not dynamic
Havvy 981a1c3
macos => macros
Havvy f466d18
Proc macros: Fix tests, links, slight rewording, consistency
Havvy 1975f82
Whitespace: Extra newline in linkage.md
Havvy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✂️