aboutsummaryrefslogtreecommitdiff
path: root/src/generics.rs
AgeCommit message (Expand)Author
2021-09-22Upgrade rust/crates/syn to 1.0.76Joel Galenson
2021-05-19Upgrade rust/crates/syn to 1.0.72Joel Galenson
2021-04-13Upgrade rust/crates/syn to 1.0.69Joel Galenson
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-20Update to latest syn-1.0.16Chih-Hung Hsieh
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
2019-07-23Accept empty bound list at end of inputDavid Tolnay
2019-07-20Switch to intra rustdoc linksDavid Tolnay
2019-05-25Implement parsing const generic paramsDavid Tolnay
2019-01-01Remove unneeded extern crates in documentation examplesDavid Tolnay
2019-01-01Set all documentation examples to 2018 editionDavid Tolnay
2018-12-31Update example code to 2018 editionDavid Tolnay
2018-11-24Copyright/license headersDavid Tolnay
2018-10-27Format with rustfmt 0.99.6-nightlyDavid Tolnay
2018-10-27Parse impl qpathDavid Tolnay
2018-10-27Allow trailing plus on type parameter with defaultDavid Tolnay
2018-09-06Make doc examples compatible with stableDavid Tolnay
2018-09-02Allow where-clause to end at end of inputDavid Tolnay
2018-09-01Remove macro_use and extern crate in doc testsDavid Tolnay
2018-08-31Move TokensOrDefault out of rootDavid Tolnay
2018-08-31Lifetimes as single tokens from cursorDavid Tolnay
2018-08-30Remove parse_synom shimDavid Tolnay
2018-08-27Begin Parse impls for expressionsDavid Tolnay
2018-08-26Parse typesDavid Tolnay
2018-08-26Remove distracting fixmesDavid Tolnay
2018-08-26Parse genericsDavid Tolnay
2018-08-25Give new signature the desirable nameDavid Tolnay
2018-08-24Move spans of tokens to a named fieldDavid Tolnay
2018-06-28Fix clippy lintsDavid Tolnay
2018-05-20Format with rustfmt 0.7.0David Tolnay
2018-05-20Preserve syn::Ident as a re-exportDavid Tolnay
2018-05-17Fix doctests and macrosAlex Crichton
2018-05-17Update to the next version of proc-macro2Alex Crichton
2018-04-29Format with rustfmt 0.4.2David Tolnay
2018-04-01Add helper Generics::make_where_clauseDavid Tolnay
2018-03-31Fix when Paren has no Copy implDavid Tolnay
2018-03-31Capture parens in trait boundDavid Tolnay
2018-03-31Eliminate the second type parameter of punctuated itersDavid Tolnay
2018-03-09Avoid printing 'where' keyword in empty where-clauseDavid Tolnay
2018-01-17Link to the Generics iterator element typesDavid Tolnay
2018-01-16Add helpful accessors to GenericsSean Griffin
2018-01-11No longer need empty_normal_generics helperDavid Tolnay
2018-01-11Print ImplGenerics and TypeGenerics in same order as GenericsDavid Tolnay
2018-01-11Print generic params and generic arguments in the right orderDavid Tolnay
2018-01-07Add Synom for GenericParamDavid Tolnay
2018-01-07Document what feature everything requiresDavid Tolnay