0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #1568 from dtolnay/doccfg More... about 1 year ago
Add doc cfg on Error::new_spanned More... about 1 year ago
Mark exprs which are not parsed in "derive" mode as "full"-only More... about 1 year ago
Fill in missing doc cfg on Expr and Pat nodes More... about 1 year ago
Restore doc cfg on re-exports More... about 1 year ago
Fix typo in ast_enum cfg More... about 1 year ago
Fix unused_macros warning on ast_enum when features are disabled More... about 1 year ago
Preserve span of pub token in pub_if_not_doc macro More... about 1 year ago
Limit ast_struct definition body to a single token More... about 1 year ago
Preserve span of struct token in ast_struct macro More... about 1 year ago
Simplify ast_struct macro More... about 1 year ago
Inline strip_attrs_pub into ast_struct macro More... about 1 year ago
Remove unused tokens from input of ast_enum_of_structs_impl macro More... about 1 year ago
Inline ast_enum into ast_enum_of_structs macro More... about 1 year ago
Inline strip_attrs_pub into ast_enum macro More... about 1 year ago
Remove unused suffix mechanism from ast_enum_of_structs macro More... about 1 year ago
Hide vestigial StrStyle from doc More... about 1 year ago
Touch up macro formatting of ast_enum More... about 1 year ago
Merge pull request #1567 from dtolnay/novisit More... about 1 year ago
Delete #no_visit support from syn-codegen More... about 1 year ago
Delete #no_visit support from ast_enum macro More... about 1 year ago
Move StrStyle out of no-op ast_enum More... about 1 year ago
Merge pull request #1565 from dtolnay/reference More... about 1 year ago
Make Expr::Reference available in non-"full" mode More... about 1 year ago
Merge pull request #1564 from dtolnay/methodcall More... about 1 year ago
Make Expr::MethodCall available in non-"full" mode More... about 1 year ago
Pull in proc-macro2 build script improvement More... about 1 year ago
Add a fallback for parsing DeriveInput discriminants to Verbatim in non-full mode More... about 1 year ago
Merge pull request #1563 from dtolnay/cargoenvvar More... about 1 year ago
Improve failure if cargo promised environment variable not present More... about 1 year ago