GitHub / bitflags/bitflags / commits
A macro to generate structures which behave like bitflags
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| c3f8d31d | merge Merge pull request #494 from DanielEScherzer/flags-docs-example |
Ashley Mannix <a****x@l****u>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| 0fc37624 | Flags: adjust order of elements in manual implementation example |
Daniel Scherzer <d****r@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| f92a2921 | merge Merge pull request #493 from bitflags/cargo/2.13.1 |
Ashley Mannix <k****s@h****m>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| c1271c5d | prepare for 2.13.1 release | Ashley <k****s@h****m> | about 1 month ago | |
| e077c4a6 | merge Merge pull request #492 from bolshoytoster/main |
Ashley Mannix <a****x@l****u>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| 75d1be4a | Bless compile fail stderr | bolshoytoster <t****g@g****m> | about 1 month ago | |
| 7813d71f | Support the MSRV | bolshoytoster <t****g@g****m> | about 1 month ago | |
| d8f8234d | Remove unused variable warning with empty bitflags | bolshoytoster <t****g@g****m> | about 2 months ago | |
| 2e27d6ae | Fix `const _ = !0;` | bolshoytoster <t****g@g****m> | about 2 months ago | |
| dd8beda6 | Fix Self in flags | bolshoytoster <t****g@g****m> | about 2 months ago | |
| dbc0ce19 | Lower the LLVM IR output of the generated output | bolshoytoster <t****g@g****m> | about 2 months ago | |
| 9253889e | prepare for 2.13.0 release | Ashley <k****s@h****m> | 2 months ago | |
| fbbbfac3 | merge Merge pull request #489 from ssrlive/main |
Ashley Mannix <a****x@l****u>
Committed by: GitHub <n****y@g****m> |
2 months ago | |
| 8c498c79 | Change visibility of new function to crate scope |
ssrlive <3****e@u****m>
Committed by: GitHub <n****y@g****m> |
2 months ago | |
| 3cbddab7 | move iter_equal_names to trait Flags | ssrlive <3****e@u****m> | 2 months ago | |
| 80f21930 | add MyFlags::Abc::iter_equal_names() method | ssrlive <3****e@u****m> | 3 months ago | |
| 9196a3a8 | merge Merge pull request #488 from bitflags/cargo/2.12.1 |
Ashley Mannix <k****s@h****m>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| 5626df47 | prepare for 2.12.1 release | Ashley <k****s@h****m> | 3 months ago | |
| a5d3d5ea | merge Merge pull request #487 from bitflags/fix/macro-expansion |
Ashley Mannix <a****x@l****u>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| 241a8e01 | add a few docs for tt-munchers | Ashley <k****s@h****m> | 3 months ago | |
| 1d213834 | namaespace #[flag_name] under #[bitflags()] | Ashley <k****s@h****m> | 3 months ago | |
| e4ed6354 | remove workaround for 2023 rustdoc issue | Ashley <k****s@h****m> | 3 months ago | |
| 4a70da88 | reorganize compile-pass tests | Ashley <k****s@h****m> | 3 months ago | |
| f5431f05 | restore flag_name tests | Ashley <k****s@h****m> | 3 months ago | |
| 35869177 | consolidate more allows | Ashley <k****s@h****m> | 3 months ago | |
| a9b198e3 | align other repro case with new format | Ashley <k****s@h****m> | 3 months ago | |
| 8fac52e9 | avoid nesting flag name under expr to reduce expansion | Ashley <k****s@h****m> | 3 months ago | |
| f028ac3a | revert flag_name feature | Ashley <k****s@h****m> | 3 months ago | |
| 746cb098 | add repro test case for macro expansion issue | Ashley <k****s@h****m> | 3 months ago | |
| 84bee883 | merge Merge pull request #485 from bitflags/cargo/2.12.0 |
Ashley Mannix <k****s@h****m>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| 2f7f916e | prepare for 2.12.0 release | Ashley <k****s@h****m> | 3 months ago | |
| e94eb940 | merge Merge pull request #484 from bitflags/feat/all_named |
Ashley Mannix <a****x@l****u>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| 5d9a15a2 | update compile error messages | Ashley <k****s@h****m> | 3 months ago | |
| 472d535b | make sure all_named impl is actually const promoted | Ashley <k****s@h****m> | 3 months ago | |
| a20e8a84 | ignore another clippy lint | Ashley <k****s@h****m> | 3 months ago | |
| 0d69b682 | add an all_named ctor for filtering out catch-all flags | Ashley <k****s@h****m> | 3 months ago | |
| ac91b70f | merge Merge pull request #483 from bitflags/feat/flag-name |
Ashley Mannix <a****x@l****u>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| d755a575 | support expression flag_names | Ashley <k****s@h****m> | 3 months ago | |
| 091eb357 | clarify behavior of duplicate flag_names | Ashley <k****s@h****m> | 3 months ago | |
| 27af3a24 | add some tests for malformed flag_name | Ashley <k****s@h****m> | 3 months ago | |
| 0370c27b | add some docs on #[flag_name] | Ashley <k****s@h****m> | 3 months ago | |
| 96d25994 | fill in some tests for custom flag names | Ashley <k****s@h****m> | 3 months ago | |
| c9f48532 | fix up some comments | Ashley <k****s@h****m> | 3 months ago | |
| 721ba4d6 | add a custom #[flag_name] attribute | Ashley <k****s@h****m> | 3 months ago | |
| 4ed9ffa9 | merge Merge pull request #482 from KodrAus/cargo/2.11.1 |
Ashley Mannix <k****s@h****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| c53cd57a | prepare for 2.11.1 release | KodrAus <k****s@h****m> | 4 months ago | |
| a44410aa | merge Merge pull request #481 from KodrAus/docs/clarifications |
Ashley Mannix <a****x@l****u>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 3d671b9b | update more compile error messages | KodrAus <k****s@h****m> | 4 months ago | |
| 5f3adade | fix up compile error messages | KodrAus <k****s@h****m> | 4 months ago | |
| 780765d1 | fix up contains and intersection docs | KodrAus <k****s@h****m> | 4 months ago | |
| 97b7607c | clarify self and other in method docs | KodrAus <k****s@h****m> | 4 months ago | |
| 88a7a18a | merge Merge pull request #477 from DanielEScherzer/patch-1 |
Ashley Mannix <a****x@l****u>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| a31c96f5 | merge Merge pull request #478 from DanielEScherzer/beta-bless |
Ashley Mannix <a****x@l****u>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| 237bd647 | Bless compile-fail tests for current beta | Daniel Scherzer <d****r@g****m> | 5 months ago | |
| f0e46461 | example_generated.rs: add missing third slash for doc comment | Daniel Scherzer <d****r@g****m> | 5 months ago | |
| 60c6a727 | merge Merge pull request #474 from bitflags/cargo/2.11.0 |
Ashley Mannix <k****s@h****m>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 79f4c050 | prepare for 2.11.0 release | KodrAus <a****x@l****u> | 6 months ago | |
| 81d5fac0 | merge Merge pull request #473 from WaterWhisperer/feat/get-unknown-bits |
Ashley Mannix <a****x@l****u>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| a1c40f0c | Fix clippy error | WaterWhisperer <w****4@q****m> | 6 months ago | |
| b5d15b68 | Add tests | WaterWhisperer <w****4@q****m> | 6 months ago | |
| 2041dc3c | Add methods to get the known/unknown bits from a flags value | WaterWhisperer <w****4@q****m> | 6 months ago | |
| 90488e52 | merge Merge pull request #462 from james7132/serde_core |
Ashley Mannix <a****x@l****u>
Committed by: GitHub <n****y@g****m> |
8 months ago | |
| 7cc8595e | merge Merge pull request #468 from bitflags/cargo/2.10.0 |
Ashley Mannix <a****x@l****u>
Committed by: GitHub <n****y@g****m> |
10 months ago | |
| ea9b2f79 | prepare for 2.10.0 release | Ashley Mannix <k****s@h****m> | 10 months ago | |
| 7fdc68c7 | merge Merge pull request #467 from KodrAus/feat/serde_core |
Ashley Mannix <a****x@l****u>
Committed by: GitHub <n****y@g****m> |
10 months ago | |
| fdc1d4a3 | depend on serde_core instead of serde | KodrAus <k****s@h****m> | 10 months ago | |
| 79225854 | merge Merge pull request #466 from KodrAus/chore/iter-named-tests |
Ashley Mannix <a****x@l****u>
Committed by: GitHub <n****y@g****m> |
10 months ago | |
| 409666ec | rename iter_named to iter_defined_names | KodrAus <k****s@h****m> | 10 months ago | |
| 50fab914 | merge Merge pull request #465 from ssrlive/main |
Ashley Mannix <a****x@l****u>
Committed by: GitHub <n****y@g****m> |
10 months ago | |
| f8864898 | Fix bitflags_custom_bits.stderr & bitflags_trait_custom.stderr | ssrlive <3****e@u****m> | 10 months ago | |
| 39bd7619 | rename all_named_flags to iter_named | ssrlive <3****e@u****m> | 11 months ago | |
| 3e52578f | Implement iterator for all named flags |
ssrlive <3****e@u****m>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| bc3c4fa8 | Use serde_core instead of serde | james7132 <c****t@j****m> | 11 months ago | |
| de0ec28f | merge Merge pull request #461 from KodrAus/cargo/2.9.4 |
Ashley Mannix <a****x@l****u>
Committed by: GitHub <n****y@g****m> |
12 months ago | |
| c31df3ce | prepare for 2.9.4 release | KodrAus <k****s@h****m> | 12 months ago | |
| 3a9cce26 | merge Merge pull request #460 from bitflags/doc/cargo-features |
Ashley Mannix <a****x@l****u>
Committed by: GitHub <n****y@g****m> |
12 months ago | |
| 8eb1c7ce | add Cargo features to readme | Ashley Mannix <k****s@h****m> | 12 months ago | |
| f59ad49e | merge Merge pull request #459 from KodrAus/cargo/2.9.3 |
Ashley Mannix <a****x@l****u>
Committed by: GitHub <n****y@g****m> |
12 months ago | |
| 2c3a4f4a | prepare for 2.9.3 release | KodrAus <k****s@h****m> | 12 months ago | |
| 9e1cf3ea | merge Merge pull request #458 from nnethercote/streamline-generated-code |
Ashley Mannix <a****x@l****u>
Committed by: GitHub <n****y@g****m> |
12 months ago | |
| a3f1f78b | Avoid calling `InternalBitFlags::{bits,from_bits_retain}`. | Nicholas Nethercote <n****e@g****m> | 12 months ago | |
| aead794e | Avoid local variables in generated code. | Nicholas Nethercote <n****e@g****m> | 12 months ago | |
| 85b5e603 | merge Merge pull request #456 from KodrAus/cargo/2.9.2 |
Ashley Mannix <a****x@l****u>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| d185ca57 | remove reference to std internal features | KodrAus <k****s@h****m> | about 1 year ago | |
| 82a365fc | prepare for 2.9.2 release | KodrAus <k****s@h****m> | about 1 year ago | |
| f1beb28e | merge Merge pull request #454 from KodrAus/fix/rustc-dep-of-std |
Ashley Mannix <a****x@l****u>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| ef247c50 | update more error messages | KodrAus <k****s@h****m> | about 1 year ago | |
| c8e23546 | update compiler errors | KodrAus <k****s@h****m> | about 1 year ago | |
| fe4c49da | remove rustc internal crate feature | KodrAus <k****s@h****m> | about 1 year ago | |
| 2b786c96 | merge Merge pull request #453 from bitflags/fix/match-docs |
Ashley Mannix <a****x@l****u>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 15519b01 | fix up inaccurate docs on bitflags_match | Ashley Mannix <k****s@h****m> | about 1 year ago | |
| 80684fdc | merge Merge pull request #446 from bitflags/KodrAus-patch-1 |
Ashley Mannix <a****x@l****u>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 1d539c1e | only run lib tests through miri |
Ashley Mannix <a****x@l****u>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| db98bb0e | fix difference in the spec |
Ashley Mannix <a****x@l****u>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 51927b32 | merge Merge pull request #445 from KodrAus/cargo/v2.9.1 |
Ashley Mannix <a****x@l****u>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 1c35c8a9 | prepare for 2.9.1 release | KodrAus <k****s@h****m> | over 1 year ago | |
| 3d5d100c | merge Merge pull request #444 from KodrAus/docs/cargo-features |
Ashley Mannix <a****x@l****u>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 994608d9 | update compile errors | KodrAus <k****s@h****m> | over 1 year ago | |
| dffa2e31 | document Cargo features | KodrAus <k****s@h****m> | over 1 year ago | |
| e197bf50 | merge Merge pull request #439 from KodrAus/cargo/2.9.0 |
Ashley Mannix <a****x@l****u>
Committed by: GitHub <n****y@g****m> |
over 1 year ago |