Commit Graph

323 Commits

Author SHA1 Message Date
raph
820d09bc25 Adding categories 2017-03-30 10:23:59 +02:00
Cldfire
d5b2b3913d Correct docs link and outdated doc syntax 2017-03-29 10:29:46 -04:00
Cldfire
223676f7ab Remove mention of now-stable feature 2017-03-29 09:54:18 -04:00
Cldfire
84d123cdd9 Move macro docs to crate level 2017-03-29 09:51:41 -04:00
raph
04209fb991 Adding keywords
Adding keywords (see https://this-week-in-rust.org/blog/2017/03/28/this-week-in-rust-175/)
2017-03-29 14:46:25 +02:00
Alex Crichton
0b0d5c2cb1 Merge pull request #92 from wy193777/patch-1
Add Travis build for OS X
2017-03-24 21:05:13 -05:00
Sheehan
4d4d44683e Delete windows build 2017-03-24 17:51:01 -07:00
Sheehan
fb036705b8 Fix OSX build problem 2017-03-24 17:47:16 -07:00
Sheehan
05ab467677 Add travis mutiple OS 2017-03-24 17:28:19 -07:00
Alex Crichton
cc7c688d74 Merge pull request #91 from GuillaumeGomez/rust-buildchain
Fix the rustc feature
2017-03-24 11:34:49 -05:00
Guillaume Gomez
2f42c1063b Fix the rustc feature 2017-03-24 17:31:52 +01:00
Alex Crichton
fc7a9fe685 Merge pull request #90 from topecongiro/hide-impl-macro
Hide impl implementation detail from bitflags! documentation
2017-03-24 09:57:58 -05:00
Alex Crichton
2d6b4468dc Merge pull request #88 from GuillaumeGomez/rust-buildchain
Make it able to build in the rust buildchain
2017-03-24 09:37:33 -05:00
Guillaume Gomez
7933b17858 Make it able to build in the rust buildchain 2017-03-24 11:36:18 +01:00
topecongiro
e1120f3834 Hide impl implementation detail from bitflags! documentation
Closes #63.
2017-03-24 15:02:26 +09:00
Alex Crichton
2b8681ac4e Merge pull request #87 from topecongiro/semicolons
Use semicolons instead of commas.
2017-03-24 00:42:03 -05:00
topecongiro
a3b8f94a27 Use semicolons instead of commas
Closes #65.
2017-03-24 09:32:11 +09:00
Alex Crichton
f02742c760 Fix merge conflict 2017-03-23 16:17:27 -07:00
Alex Crichton
9ecd74baa6 Merge pull request #86 from topecongiro/fmt
Implement Hex, Octal and Binary
2017-03-23 18:14:57 -05:00
Alex Crichton
c1e488dca2 Merge pull request #85 from crazymerlyn/debug_empty_flags
Modify Debug implementation to use "(empty)" instead of "" for empty flags
2017-03-23 18:14:31 -05:00
Alex Crichton
760ae56a71 Merge pull request #84 from vedantrathore/Bug_Fix_#67
Fix Issue #67
2017-03-23 18:14:07 -05:00
topecongiro
517080ae7d Implement Hex, Octal and Binary
Closes #82.
2017-03-23 01:28:12 +09:00
CrazyMerlyn
064dbbf3eb Modify Debug implementation to use "(empty)" instead of "" for empty flags 2017-03-22 17:45:12 +05:30
Vedant Rathore
f7da088eab Fix Issue #67
Changed flag keyword to struct
2017-03-21 06:31:50 +05:30
Alex Crichton
7acacb4e86 Merge pull request #74 from dtolnay/local2
Function-local bitflags (another approach)
2017-03-07 22:21:46 -06:00
David Tolnay
46fd434725
Function-local bitflags 2017-03-07 18:03:56 -08:00
Alex Crichton
2fecde2b33 Merge branch 'version' of https://github.com/dtolnay/bitflags 2017-03-07 07:05:50 -08:00
Alex Crichton
0de32c5d9c Merge pull request #62 from dtolnay/sip
Fix SipHasher deprecation in tests
2017-03-07 09:05:02 -06:00
Alex Crichton
b486cd69db Merge pull request #61 from dtolnay/conversions
Remove i128 feature and conversions to u64
2017-03-07 09:04:49 -06:00
David Tolnay
8830b162b2
Bump version numbers in readme 2017-03-06 22:00:24 -08:00
David Tolnay
619af81d03
Documentation for 128-bit integers 2017-03-06 21:59:13 -08:00
David Tolnay
e90b6491b6
Fix SipHasher deprecation in tests 2017-03-06 20:23:50 -08:00
David Tolnay
05c0c8d69e
Move i128 tests behind unstable_testing feature 2017-03-06 20:19:42 -08:00
David Tolnay
b6912fb3b6
Remove i128 feature and conversions to u64 2017-03-06 20:12:18 -08:00
Alex Crichton
3b487dde97 Bump to 0.8.0 2017-02-14 06:52:07 -08:00
Alex Crichton
02e39cfaa1 Bump to 0.7.1
Closes #58
2017-02-13 07:45:05 -08:00
Alex Crichton
b7178e5205 Merge pull request #57 from astocko/master
Add u128 feature for complete u128 compatibility
2017-02-11 23:29:12 -06:00
Alexander Stocko
f8065d0f9f Reverting to feature gated integer width for the macro formatting arm 2017-02-11 20:38:30 -05:00
Alexander Stocko
dc284a36ba Replace u64 with $T in the formatting macro. 2017-02-11 01:12:29 -05:00
Alexander Stocko
f98b06bf1a Revert "Add u128 feature for complete u128 compatibility"
This reverts commit 8ca48c881c.
2017-02-11 01:00:10 -05:00
Alexander Stocko
8697ecd5da Revert "Fix unstable flag for travis-cargo"
This reverts commit 3b98298b00.
2017-02-11 01:00:02 -05:00
Alexander Stocko
3b98298b00 Fix unstable flag for travis-cargo 2017-02-10 21:28:35 -05:00
Alexander Stocko
8ca48c881c Add u128 feature for complete u128 compatibility 2017-02-10 21:04:10 -05:00
Alex Crichton
27f0536639 Merge pull request #55 from mehcode/master
Add .set method (condition-based insert/remove)
2016-12-25 22:01:32 -08:00
Ryan Leckey
67e4485d20 Add .set method (condition-based insert/remove) 2016-12-22 00:54:32 -08:00
Alex Crichton
4f5f288b15 Update travis token 2016-11-19 10:18:07 -08:00
Alex Crichton
515669e188 Merge pull request #52 from Ms2ger/patch-1
Update to the current version.
2016-05-16 10:20:18 -07:00
Ms2ger
45ea7a80fe Update to the current version. 2016-05-15 13:45:48 +02:00
Alex Crichton
eb4f2bc6b9 Bump to 0.7.0 2016-05-14 17:03:34 -07:00
Alex Crichton
19cef12bd2 Add a test 2016-05-14 17:02:50 -07:00