Commit Graph

  • 036f0855be guard example_generated with opt-out feature Joonas Koivunen 2017-04-04 13:57:51 +03:00
  • 69c0d5ad78 example_generated: add an example for docs Joonas Koivunen 2017-04-04 13:57:10 +03:00
  • d3b93a68e0 Merge pull request #96 from Cldfire/move_docs Alex Crichton 2017-04-01 15:38:59 -07:00
  • 86dbd21349 Merge pull request #94 from Cldfire/master Alex Crichton 2017-03-30 11:58:22 -06:00
  • 350290636e Update documentation links and attributes Cldfire 2017-03-29 08:59:29 -04:00
  • 2057cf9b65 Merge pull request #93 from rap2hpoutre/patch-1 Alex Crichton 2017-03-30 11:10:23 -06:00
  • b9ae23a7d9 Merge pull request #98 from rap2hpoutre/patch-2 Alex Crichton 2017-03-30 10:47:05 -06:00
  • b9fed021fe Adding categories raph 2017-03-30 10:23:59 +02:00
  • 0b86102e75 Correct docs link and outdated doc syntax Cldfire 2017-03-29 10:29:46 -04:00
  • 27e9b4f467 Remove mention of now-stable feature Cldfire 2017-03-29 09:54:18 -04:00
  • 65e76915e4 Move macro docs to crate level Cldfire 2017-03-29 09:51:41 -04:00
  • 3e3a9106c0 Adding keywords raph 2017-03-29 14:46:25 +02:00
  • 7c76092ccd Merge pull request #92 from wy193777/patch-1 Alex Crichton 2017-03-24 21:05:13 -05:00
  • f4c7ec563e Delete windows build Sheehan 2017-03-24 17:51:01 -07:00
  • 15382e7b30 Fix OSX build problem Sheehan 2017-03-24 17:47:16 -07:00
  • bc5b734792 Add travis mutiple OS Sheehan 2017-03-24 17:28:19 -07:00
  • 2e863bb884 Merge pull request #91 from GuillaumeGomez/rust-buildchain Alex Crichton 2017-03-24 11:34:49 -05:00
  • 01562953ae Fix the rustc feature Guillaume Gomez 2017-03-24 17:31:52 +01:00
  • a1466fc96c Merge pull request #90 from topecongiro/hide-impl-macro Alex Crichton 2017-03-24 09:57:58 -05:00
  • 6bfa4651ed Merge pull request #88 from GuillaumeGomez/rust-buildchain Alex Crichton 2017-03-24 09:37:33 -05:00
  • 4be22245bc Make it able to build in the rust buildchain Guillaume Gomez 2017-03-23 12:16:06 +01:00
  • 425053bc12 Hide impl implementation detail from bitflags! documentation topecongiro 2017-03-24 09:29:09 +09:00
  • be89068b70 Merge pull request #87 from topecongiro/semicolons Alex Crichton 2017-03-24 00:42:03 -05:00
  • 2006459756 Use semicolons instead of commas topecongiro 2017-03-24 09:29:09 +09:00
  • c80f7d74dd Fix merge conflict Alex Crichton 2017-03-23 16:17:27 -07:00
  • 2cbf3cac7f Merge pull request #86 from topecongiro/fmt Alex Crichton 2017-03-23 18:14:57 -05:00
  • cc4c7f47e3 Merge pull request #85 from crazymerlyn/debug_empty_flags Alex Crichton 2017-03-23 18:14:31 -05:00
  • a56d27cfd0 Merge pull request #84 from vedantrathore/Bug_Fix_#67 Alex Crichton 2017-03-23 18:14:07 -05:00
  • 232f40b38d Implement Hex, Octal and Binary topecongiro 2017-03-23 00:49:56 +09:00
  • 53f14024ef Modify Debug implementation to use "(empty)" instead of "" for empty flags CrazyMerlyn 2017-03-22 17:45:12 +05:30
  • 6c8180a728 Fix Issue #67 Vedant Rathore 2017-03-21 06:21:55 +05:30
  • 3d131a4233 Merge pull request #74 from dtolnay/local2 Alex Crichton 2017-03-07 22:21:46 -06:00
  • 81303ba2ad Function-local bitflags David Tolnay 2017-03-07 17:20:39 -08:00
  • 1df40c5266 Merge branch 'version' of https://github.com/dtolnay/bitflags Alex Crichton 2017-03-07 07:05:50 -08:00
  • 7d5e5d1718 Merge pull request #62 from dtolnay/sip Alex Crichton 2017-03-07 09:05:02 -06:00
  • dd9e0cb760 Merge pull request #61 from dtolnay/conversions Alex Crichton 2017-03-07 09:04:49 -06:00
  • 8468573f28 Bump version numbers in readme David Tolnay 2017-03-06 22:00:24 -08:00
  • 1f36bbb3cb Documentation for 128-bit integers David Tolnay 2017-03-06 21:59:13 -08:00
  • a9cf53b8d5 Fix SipHasher deprecation in tests David Tolnay 2017-03-06 20:23:50 -08:00
  • cb8cf158d2 Move i128 tests behind unstable_testing feature David Tolnay 2017-03-06 20:19:42 -08:00
  • d9c0452ca4 Remove i128 feature and conversions to u64 David Tolnay 2017-03-06 20:06:03 -08:00
  • 3b487dde97 Bump to 0.8.0 Alex Crichton 2017-02-14 06:52:07 -08:00
  • 02e39cfaa1 Bump to 0.7.1 Alex Crichton 2017-02-13 07:45:05 -08:00
  • b7178e5205 Merge pull request #57 from astocko/master Alex Crichton 2017-02-11 23:29:12 -06:00
  • f8065d0f9f Reverting to feature gated integer width for the macro formatting arm Alexander Stocko 2017-02-11 20:38:30 -05:00
  • dc284a36ba Replace u64 with $T in the formatting macro. Alexander Stocko 2017-02-11 01:10:25 -05:00
  • f98b06bf1a Revert "Add u128 feature for complete u128 compatibility" Alexander Stocko 2017-02-11 01:00:10 -05:00
  • 8697ecd5da Revert "Fix unstable flag for travis-cargo" Alexander Stocko 2017-02-11 01:00:02 -05:00
  • 3b98298b00 Fix unstable flag for travis-cargo Alexander Stocko 2017-02-10 21:28:35 -05:00
  • 8ca48c881c Add u128 feature for complete u128 compatibility Alexander Stocko 2017-02-10 20:49:51 -05:00
  • 27f0536639 Merge pull request #55 from mehcode/master Alex Crichton 2016-12-25 22:01:32 -08:00
  • 67e4485d20 Add .set method (condition-based insert/remove) Ryan Leckey 2016-12-22 00:54:32 -08:00
  • 4f5f288b15 Update travis token Alex Crichton 2016-11-19 10:18:03 -08:00
  • 515669e188 Merge pull request #52 from Ms2ger/patch-1 Alex Crichton 2016-05-16 10:20:18 -07:00
  • 45ea7a80fe Update to the current version. Ms2ger 2016-05-15 13:45:48 +02:00
  • eb4f2bc6b9 Bump to 0.7.0 Alex Crichton 2016-05-14 17:03:34 -07:00
  • 19cef12bd2 Add a test Alex Crichton 2016-05-14 17:02:50 -07:00
  • cff0fb80e0 Merge pull request #51 from dimbleby/issue-39 Alex Crichton 2016-05-14 17:02:19 -07:00
  • a4704d2ade Again with #39 David Hotham 2016-05-13 21:57:02 +01:00
  • c25d6b4919 Fix for #39 David Hotham 2016-05-13 19:49:59 +01:00
  • 3d5daba9d7 Merge pull request #50 from alexander255/master Alex Crichton 2016-04-27 14:07:09 -07:00
  • fd3a9490c5 Recommend current bitflags crate version in README.md Alexander Schlarb 2016-04-27 22:41:47 +02:00
  • 88addbfccf Merge pull request #49 from kamalmarhubi/impl-extend Alex Crichton 2016-04-24 10:18:33 -07:00
  • 2e76c367ac Implement Extend for bitflags Kamal Marhubi 2016-04-23 13:16:56 -04:00
  • e832a7ecd3 Merge pull request #48 from RustOS-Fork-Holding-Ground/master Alex Crichton 2016-04-20 13:21:42 -07:00
  • c1b63095d8 Oops, forgot to remove cfg from test John Ericson 2016-04-20 13:17:09 -07:00
  • e09c7eda4a Bump to 0.6.0 Alex Crichton 2016-04-20 13:07:49 -07:00
  • c143d1ef86 Merge pull request #45 from RustOS-Fork-Holding-Ground/master Alex Crichton 2016-04-20 13:06:52 -07:00
  • 3ad61057f5 no_std is stable John Ericson 2016-04-09 15:19:14 -07:00
  • 2b4ad0f56b Merge pull request #47 from MJDSys/stable_assignment_operators Alex Crichton 2016-04-20 11:43:30 -07:00
  • b774494db9 Remove the assignment_operators feature, its requirements are now stable Matthew Dawson 2016-04-20 13:26:22 -04:00
  • 30ccacfd7c Merge pull request #42 from tamird/minor-cleanup Alex Crichton 2016-03-23 18:10:50 -07:00
  • 1efde46dc7 Use assert_eq Tamir Duberstein 2015-11-27 19:51:04 -05:00
  • fb51512b6f travis: remove dead condition Tamir Duberstein 2016-03-23 14:16:31 -04:00
  • 17b72d7e4d Whitelist public reexport of std Tamir Duberstein 2016-03-23 14:09:26 -04:00
  • f27b6f29d2 Merge pull request #40 from crumblingstatue/clippy_if_not_else Alex Crichton 2016-03-03 11:26:58 -08:00
  • 8ee77fd5f4 Apply suggestion of clippy if_not_else lint Mika Attila 2016-03-03 19:48:44 +01:00
  • 41aa413a7c Bump to 0.5.0 Alex Crichton 2016-02-28 10:51:32 -08:00
  • 57438a7e3d Move travis from 1.0.0 -> stable Alex Crichton 2016-01-25 12:56:08 -08:00
  • 1c65729b36 Merge pull request #38 from Amanieu/private_bitflags Alex Crichton 2016-01-22 15:31:11 -08:00
  • 351a632bb0 Make bitflags private by default and add pub flags Amanieu d'Antras 2016-01-16 09:54:02 +00:00
  • 95a521ddd2 Merge pull request #37 from fiveop/assignment4 Alex Crichton 2016-01-15 13:39:20 -08:00
  • 41bae53383 Add version and test no_std on all non-1.0 builds Philipp Matthias Schaefer 2016-01-15 20:12:24 +01:00
  • bb3655eabd Run tests for assignment_operators feature in Travis. Philipp Matthias Schaefer 2016-01-14 19:59:59 +01:00
  • 206f9dfa94 Move assignment operators behind feature Philipp Matthias Schaefer 2016-01-13 21:42:35 +01:00
  • 266f020802 Implement assignment operators Philipp Matthias Schaefer 2016-01-10 19:52:31 +01:00
  • 03c090b052 Bump to 0.4.0 Alex Crichton 2016-01-13 10:38:40 -08:00
  • f4927f1bcb Bump to 0.3.4 Alex Crichton 2016-01-13 09:35:03 -08:00
  • 11447b61f9 Merge pull request #33 from dimbleby/clean-clippy Alex Crichton 2016-01-12 08:48:18 -08:00
  • 318b2d36b7 Test the no_std feature Alex Crichton 2016-01-11 17:02:23 -08:00
  • 19216cd746 Merge pull request #29 from Amanieu/no_std Alex Crichton 2016-01-11 16:58:16 -08:00
  • bbea7ff88d Add support for no_std Amanieu d'Antras 2016-01-05 08:06:17 +00:00
  • 9226d14be6 Keep clippy happy David Hotham 2016-01-09 10:33:11 +00:00
  • e7104d1cb4 Bump to 0.3.3 Alex Crichton 2015-11-16 10:28:14 -08:00
  • 6ba181bbd5 Merge pull request #23 from Ms2ger/dead Alex Crichton 2015-11-16 10:08:11 -08:00
  • 4a8a09cfaa Allow the methods on the generated struct to be unused. Ms2ger 2015-11-16 19:05:43 +01:00
  • 83050e8440 Update travis url in README Alex Crichton 2015-09-21 17:01:10 -07:00
  • 25ab64801e Use https for docs Alex Crichton 2015-09-21 16:50:21 -07:00
  • 274b488dff Bump to 0.3.2 Alex Crichton 2015-07-05 11:03:20 -07:00
  • 96f21b5696 Add allow(dead_code) to inner modules Alex Crichton 2015-07-05 11:03:00 -07:00