Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-14 | Revert "Bump quote to 0.4" | Nick Fitzgerald | |
This reverts commit 6899c275ee0ab0687ec66c490ddd1a76f8223513. The `proc_macro2` crate depends on rustc internal crates, which means that `bindgen` would need to be run under `rustup`. We can follow https://github.com/rust-lang/rust/issues/47931 to get updates on when this issue might be resolved and we can update `quote` again. Fixes #1248 | |||
2018-01-23 | Bump quote to 0.4 | Bastien Orivel | |
2017-10-05 | Use bitfield getter_name in impl_partialeq | Sergey Pepyakin | |
2017-10-04 | Remove early anonymous bitfield filtering and consolidate name method | Oliver Geller | |
2017-10-03 | Assert we only gen partialeq for non rust unions | Sergey Pepyakin | |
2017-10-03 | Derive partialeq "manually" when possible | Sergey Pepyakin | |
Remove derive-partialeq-template-inst test. Add comments. Don't implement PartialEq for incomplete arrays Handle opaque bases and template instantiations Extract constrain_type. Extract `is whitelisted?` check Add failing partialeq-anonfield join for comps Fix: return insert if not whitelisted Delegate TypeRefs and alias to constrain_join. Delegate Template instantiations to constrain_join Add derive-partialeq-pointer.hpp test Update comment. Fix layout alignment larger that array limit Add missing test for derive-partialeq-anonfield.rs Clean Clean Fix typo in opaque-template-inst-member test Remove redudant stmt Add comment on can_supersede. Format impl_partialeq and leave a comment Extract requires_storage into it's own function. Clean |