Commit Graph

323 Commits

Author SHA1 Message Date
Chris Morgan
3ff9abcca7 Implement FromIterator on the flags struct.
I corrected some outdated information about the derived trait
implementations while I was at it.
2015-06-25 12:11:44 +10:00
Alex Crichton
fea67dcbaa Merge pull request #12 from allan-simon/patch-1
close #11,  updated readme
2015-06-22 23:44:40 -07:00
Allan Simon
f531788df8 close #11, updated readme 2015-06-23 14:43:14 +08:00
Alex Crichton
9c93fa6b58 Bump to 0.2.1 2015-06-01 13:35:59 -07:00
Alex Crichton
1118315610 Don't impose widths and also add a test for #[cfg] 2015-06-01 13:35:50 -07:00
Alex Crichton
30958f6e90 Merge pull request #9 from rustyhorde/master
re-implemented Debug to show the bits field of the internal struct as…
2015-06-01 13:34:21 -07:00
Jason Ozias
a88f42af5b re-implemented Debug to show the bits field of the internal struct as binary (8-bits wide) 2015-06-01 15:40:32 -04:00
Alex Crichton
137197f978 Bump to 0.2.0 2015-06-01 09:50:05 -07:00
Alex Crichton
772c404b3a Merge pull request #7 from cmr/master
Make a nice Debug impl for each bitflags.
2015-06-01 09:51:44 -07:00
Corey Richardson
133a3a4b2f Make a nice Debug impl for each bitflags.
This adds a Debug impl where previously there was none, so this is a

[breaking-change]
2015-05-31 03:31:09 -04:00
Alex Crichton
ec6b3b56c1 Move testing to stable 2015-05-16 22:12:35 -07:00
Alex Crichton
1be18c12bd Test on rust 1.0.0, nightly, and beta 2015-05-16 21:32:40 -07:00
Alex Crichton
d228e58dbb Update to rust master 2015-03-25 09:00:17 -07:00
Alex Crichton
63be765b22 Update to rust master 2015-02-26 10:48:48 -08:00
Alex Crichton
78241d80cb Bump to 0.1.1 2015-02-09 09:22:41 -08:00
Alex Crichton
bdb2a912ec Remove #![no_std] for now
This attribute is now feature gated.
2015-02-09 09:22:32 -08:00
Alex Crichton
6aca402a57 Merge pull request #4 from shadowmint/bug_crate_features_broken
Fixes the build by explicitly including libcore
2015-02-09 11:17:59 -06:00
doug
24eabcee83 Fixes the build by explicitly including libcore 2015-02-09 09:45:33 +08:00
Alex Crichton
15c82c06dd Merge pull request #1 from Tobba/no_std
Remove the (pointless) dependency on libstd
2015-01-19 14:23:59 -06:00
Tobba
9841ccc174 Remove the (pointless) dependency on libstd 2015-01-19 10:26:03 +01:00
Alex Crichton
208c077bf2 Tweak travis config 2015-01-15 00:34:32 -08:00
Alex Crichton
7f9d5ca72b Update doc examples 2015-01-15 00:33:51 -08:00
Alex Crichton
3b990f7272 Initial commit 2015-01-15 00:32:45 -08:00