aboutsummaryrefslogtreecommitdiff
path: root/gen/src/nested.rs
AgeCommit message (Expand)Author
2022-01-17Store parsed cfg attributes into syntax treeDavid Tolnay
2021-01-01Add ForeignName wrapper around non-Rust namesDavid Tolnay
2020-12-31Add wrapper to prevent iteration of unordered mapsDavid Tolnay
2020-12-30Fix span placement on extern C++ typeDavid Tolnay
2020-12-30Store passthrough attributes for diagnostic lint levelsDavid Tolnay
2020-12-28Store additional token information with extern type lifetimesDavid Tolnay
2020-12-28Add lifetimes to ExternType and TypeAlias syntax treeDavid Tolnay
2020-12-21Inline Pair constructionDavid Tolnay
2020-12-21Expose Pair construction only from differing identsDavid Tolnay
2020-11-27Parse trait bounded extern typesDavid Tolnay
2020-11-27Add ExternType derive for opaque Rust typesDavid Tolnay
2020-11-02Rename non-Ident fields previously named identDavid Tolnay
2020-11-01Omit namespaces containing no forward declarationsDavid Tolnay
2020-11-01Treat un-namespaced items the same as root namespaceDavid Tolnay
2020-11-01Move NamespaceEntries to nested:: moduleDavid Tolnay