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
Release 2.0.10 More... almost 2 years ago
Remove precedence logic for the removed type ascription expression More... almost 2 years ago
Disallow visibility and defaultness on macro call in trait item position More... almost 2 years ago
Fix parsing of const, async, unsafe, and extern fns inside impl block More... almost 2 years ago
Restore lookahead peek for better error message More... almost 2 years ago
Release 2.0.9 More... almost 2 years ago
Remove dead code from ImplItemFn's ToTokens More... almost 2 years ago
Clean up ImplItemFn hack using ImplItem::Verbatim More... almost 2 years ago
Factor out some common code for type parsing More... almost 2 years ago
Disallow some nonsensical configurations of items More... almost 2 years ago
Touch up parsing of field pats More... almost 2 years ago
Simplify parsing of Item::Const identifier More... almost 2 years ago
Remove unneeded fn peek prior to peek_signature More... almost 2 years ago
Release 2.0.8 More... almost 2 years ago
Merge pull request #1422 from dtolnay/trymacro More... almost 2 years ago
Treat try keyword as 2015 ident in definition of try macro More... almost 2 years ago
Release 2.0.7 More... almost 2 years ago
Disallow consecutive path separator in use paths More... almost 2 years ago
Fix duplicated name of mut self bare fn arg More... almost 2 years ago
Release 2.0.6 More... almost 2 years ago
Merge pull request #1420 from dtolnay/nonbracemacro More... almost 2 years ago
Keep non-brace macro invocations in trailing expr position as Expr::Macro More... almost 2 years ago
Merge pull request #1419 from dtolnay/expectedsemi More... almost 2 years ago
Improve error message on missing ';' between statements More... almost 2 years ago
Release 2.0.5 More... almost 2 years ago
Merge pull request #1417 from dtolnay/exprmacro More... almost 2 years ago
Eliminate allow_struct args in non-full mode More... almost 2 years ago
Factor out Path::is_mod_style private method More... almost 2 years ago
Use PathArguments::is_none more places where possible More... almost 2 years ago
Provide Expr::Macro even with features="full" off More... almost 2 years ago