Ashley Mannix
c2ab9bbc71
add another test for custom base type
2021-08-12 12:40:03 +10:00
Ashley Mannix
eb31b1ae4b
allow stderr to be ignored on non-beta compilers
2021-08-05 12:48:40 +10:00
Ashley Mannix
ab6c459cb4
prepare for 1.3.0 release
2021-08-05 11:28:42 +10:00
konsumlamm
777cd3f80a
Move test_suite to tests
2021-07-19 19:43:25 +02:00
Ashley Mannix
bbd5d4dfb4
remove unneeded infra and dependence on compiler msgs
2021-05-16 20:08:13 +10:00
ivan tkachenko
210dd349ef
Remove remaining mentions of Travis CI
...
Badges section has been removed from crates.io; it is suggested to place
them in README instead[1], which we already have done.
In bors.toml, the status section. Its is unclear from the docs[2], what those
strings are. But it seems to me, they should reference name of GitHub
Workflow file with CI pipelines[3].
[1]: https://doc.rust-lang.org/cargo/reference/manifest.html#the-badges-section
[2]: https://bors.tech/documentation/
[3]: https://bors.tech/devdocs/bors-ng/readme.html
2021-05-09 18:12:50 +03:00
Raoul Strackx
ccd61a94e5
Making crate accessible from std
2020-10-12 16:51:45 +02:00
varkor
02f3bb6128
Update to 1.2.1
2019-10-13 15:38:06 +01:00
Ashley Mannix
cde9cb6bd0
prepare for 1.2.0 release
2019-09-23 13:21:36 +10:00
Ashley Mannix
5384c5d5bd
prepare for 1.1.0 release
2019-06-06 09:48:16 +10:00
Ashley Mannix
7ace11ae9e
prepare for 1.0.5 release
2019-05-02 12:10:14 +10:00
Arturo Castro
d038a14537
const functions
...
This adds const functions for every non mutable function in the crate.
2019-04-23 11:50:28 +02:00
David Tolnay
518aaf9149
Release 1.0.4
2018-08-21 15:54:08 -04:00
dylan_DPC
9aa6a8b696
bors is here
2018-05-31 17:28:26 +05:30
Ashley Mannix
8b7ad83d70
Update url refs to bitflags for new org ( #159 )
2018-05-31 19:16:13 +10:00
David Tolnay
e11d8c8f64
Release 1.0.3
2018-04-30 10:25:17 -07:00
David Tolnay
3d0f160cdf
Set up a cargo workspace
2018-04-30 10:23:26 -07:00
David Tolnay
74aa397b0e
Release 1.0.2
2018-04-25 19:36:19 -07:00
Christopher Durham
5dd6762d27
Don't build example by default
2018-04-25 21:40:48 -04:00
David Tolnay
4b02847266
Release 1.0.1
2017-11-12 08:02:47 -08:00
Tamir Duberstein
fad7f8874c
Move tests to test suite crate
...
Closes #68 .
Also, removed travis-cargo now that docs are handled by docs.rs and
don't need to be uploaded from travis.
Minor update to the compiletest script to avoid issues with stale
artifacts left around after `rustup update`.
2017-10-17 12:27:33 -04:00
Gabriel Majeri
fc9854d771
Add unit tests for serde
2017-10-11 18:25:12 +03:00
kryptan
39c52fa461
Add 'flags' to the list of keywords
2017-10-02 17:51:35 +03:00
Tamir Duberstein
e2da6aec4a
Add compile-fail tests for private associated constants
2017-09-09 09:59:07 -04:00
Alex Crichton
f5b70443ac
Bump to 1.0.0
2017-09-08 18:43:52 -07:00
David Tolnay
20b2588f7d
Bump to 0.9.1
2017-05-29 09:07:19 -07:00
Alex Crichton
8dbf9b90b3
Update urls for bitflags to point to nursery
2017-05-21 08:50:42 -07:00
Alex Crichton
172a5516cf
Bump to 0.9.0
2017-05-21 08:48:31 -07:00
Brian Anderson
d20d76e0e6
Merge pull request #99 from koivunej/example_generated
...
Example generated
2017-05-04 13:51:31 -07:00
robo9k
230c1ff9c9
Add Travis CI badge to Cargo.toml, fixes #76
2017-04-11 13:49:20 +02:00
Joonas Koivunen
5a14a7df49
guard example_generated with opt-out feature
2017-04-04 13:57:51 +03:00
Cldfire
f4c6834f0a
Update documentation links and attributes
2017-03-30 13:46:40 -04:00
Alex Crichton
5d0e040a7d
Merge pull request #93 from rap2hpoutre/patch-1
...
Adding keywords
2017-03-30 11:10:23 -06:00
raph
820d09bc25
Adding categories
2017-03-30 10:23:59 +02: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
2fecde2b33
Merge branch 'version' of https://github.com/dtolnay/bitflags
2017-03-07 07:05:50 -08:00
David Tolnay
8830b162b2
Bump version numbers in readme
2017-03-06 22:00:24 -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
Alexander Stocko
f8065d0f9f
Reverting to feature gated integer width for the macro formatting arm
2017-02-11 20:38:30 -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
eb4f2bc6b9
Bump to 0.7.0
2016-05-14 17:03:34 -07:00
Alex Crichton
e09c7eda4a
Bump to 0.6.0
2016-04-20 13:07:49 -07:00
John Ericson
3ad61057f5
no_std is stable
2016-04-20 13:03:36 -07:00
Matthew Dawson
b774494db9
Remove the assignment_operators feature, its requirements are now stable
...
With rust 1.8, augmented_assignments and op_assign_traits are stable. Thus
just enable them globally.
2016-04-20 13:28:41 -04:00