aboutsummaryrefslogtreecommitdiff
path: root/src/op.rs
AgeCommit message (Expand)Author
2021-01-05Upgrade rust/crates/syn to 1.0.58Haibo Huang
2020-10-26Upgrade rust/crates/syn to 1.0.48Chih-Hung Hsieh
2020-09-08Upgrade rust/crates/syn to 1.0.40Haibo Huang
2020-05-26Upgrade rust/crates/syn to 1.0.27Haibo Huang
2020-03-19Remove old 0.15.42; used only by old crosvm.Chih-Hung Hsieh
2019-11-05Add latest 1.0.7, prepare to upgrade.Chih-Hung Hsieh
2018-11-24Copyright/license headersDavid Tolnay
2018-08-30Operator-precedence parsingDavid Tolnay
2018-08-26Parse operatorsDavid Tolnay
2018-05-20Format with rustfmt 0.7.0David Tolnay
2018-05-17Update to the next version of proc-macro2Alex Crichton
2018-01-07Document what feature everything requiresDavid Tolnay
2018-01-07The remaining syntax tree documentationDavid Tolnay
2018-01-05Add license boilerplate to source filesDavid Tolnay
2017-12-30Add a Synom description to everything for better error messagesSergio Benitez
2017-12-27Format with rustfmt 0.3.4-nightlyDavid Tolnay
2017-11-12Token macrosDavid Tolnay
2017-06-01Switch from IResult to PResult in synMichael Layzell
2017-05-31Finish porting to the `Synom` traitAlex Crichton
2017-05-26Rewrite tokenization with `proc-macro2` tokensAlex Crichton
2017-05-23Move all #[derive] impls behind Cargo feature gatesAlex Crichton
2017-05-23Rewrite the AST to be a bit more user-friendlyAlex Crichton
2017-01-07Derive hash for AST typesDavid Tolnay
2016-10-07Parsing of remaining expression typesDavid Tolnay
2016-10-07ConstExpr type for discriminant and array lenDavid Tolnay