about summary refs log tree commit diff
path: root/src/libstd/bitflags.rs
AgeCommit message (Expand)AuthorLines
2014-05-15Updates with core::fmt changesAlex Crichton-1/+1
2014-05-15Make `from_bits` in `bitflags!` safe; add `from_bits_truncate`Aaron Turon-7/+30
2014-05-14auto merge of #14009 : jcmoyer/rust/bitflags-complement, r=alexcrichtonbors-1/+31
2014-05-14Implement set complement and universe for bitflagsJ.C. Moyer-1/+31
2014-05-13Add tests for from_bits.OGINO Masanori-0/+7
2014-05-05Add (unsafe) coercion from bits to std::bitflagsAaron Turon-0/+6
2014-05-05Allow attributes in std::bitflags::bitflags!Aaron Turon-25/+40
2014-05-01remove leftover obsolete string literalsDaniel Micay-1/+1
2014-04-30Update for language changesBrendan Zabarauskas-1/+1
2014-04-30Move bitflags module to libstdBrendan Zabarauskas-0/+257