Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-28 | Debug implementation: Don't use format! or String when core is enabled | chrysn | |
As --use-core is typically given when the wrapped library is to be used in a no_std environment, format! and String can not be used. This is a quick fix that will cause regressions in the quality of the debug output to users that use core but are not no_std, but enables the use of bindgen with implemented Debug traits to no_std users. Closes: https://github.com/rust-lang-nursery/rust-bindgen/issues/1100 | |||
2018-08-28 | Debug implementation: use core if selected | chrysn | |
Contributes-To: https://github.com/rust-lang-nursery/rust-bindgen/issues/1100 | |||
2018-08-14 | address review comments | gnzlbg | |
2018-08-14 | map vector types to arrays and pass them by value | gnzlbg | |
2017-10-30 | Need mangle name of fields in struct for impl debug | Zhiting Zhu | |
2017-10-05 | Use bitfield getter_name in impl_debug. | Sergey Pepyakin | |
Also make impl_partialeq test to also cover impl_debug case. | |||
2017-10-04 | Remove early anonymous bitfield filtering and consolidate name method | Oliver Geller | |
2017-09-22 | Rename derive_debug → impl_debug. | Sergey Pepyakin | |