index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
bitflags.rs
Age
Commit message (
Expand
)
Author
Lines
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+9
2014-12-05
Utilize fewer reexports
Corey Farwell
-3
/
+3
2014-11-05
Repair various cases where values of distinct types were being operated
Niko Matsakis
-2
/
+2
2014-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
2014-10-16
libstd: Inline more methods on bitflags.
Patrick Walton
-0
/
+11
2014-10-13
Clean up rustc warnings.
NODA, Kai
-2
/
+29
2014-10-09
std: Convert statics to constants
Alex Crichton
-17
/
+17
2014-10-06
Remove the #[allow(non_uppercase_statics)] attr from bitflags!
P1start
-23
/
+18
2014-10-03
Set the `non_uppercase_statics` lint to warn by default
P1start
-2
/
+8
2014-09-25
Added bitflag toggling.
Clark Gaebel
-5
/
+25
2014-09-22
auto merge of #17339 : treeman/rust/doc-things, r=alexcrichton
bors
-4
/
+4
2014-09-19
std: Don't require bitflags! be u32
Alex Crichton
-1
/
+7
2014-09-17
doc: Cleanup.
Jonas Hietala
-4
/
+4
2014-09-14
inlines contains in bitflags!
Felix Raimundo
-0
/
+1
2014-09-05
Use {} for bitflags! definition and invocations
Brendan Zabarauskas
-14
/
+14
2014-09-05
Attach documentation to the bitflags! macro itself
Brendan Zabarauskas
-97
/
+98
2014-09-05
Test attributes
Brendan Zabarauskas
-0
/
+8
2014-09-05
Allow trailing commas in bitflags! macro
Brendan Zabarauskas
-4
/
+14
2014-07-30
Derive PartialOrd, Ord and Hash for bitflags types.
nham
-1
/
+40
2014-06-30
libstd: set baseline stability levels.
Aaron Turon
-0
/
+1
2014-06-01
std: Drop Total from Total{Eq,Ord}
Alex Crichton
-1
/
+1
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-2
/
+2
2014-05-15
Updates with core::fmt changes
Alex Crichton
-1
/
+1
2014-05-15
Make `from_bits` in `bitflags!` safe; add `from_bits_truncate`
Aaron Turon
-7
/
+30
2014-05-14
auto merge of #14009 : jcmoyer/rust/bitflags-complement, r=alexcrichton
bors
-1
/
+31
2014-05-14
Implement set complement and universe for bitflags
J.C. Moyer
-1
/
+31
2014-05-13
Add tests for from_bits.
OGINO Masanori
-0
/
+7
2014-05-05
Add (unsafe) coercion from bits to std::bitflags
Aaron Turon
-0
/
+6
2014-05-05
Allow attributes in std::bitflags::bitflags!
Aaron Turon
-25
/
+40
2014-05-01
remove leftover obsolete string literals
Daniel Micay
-1
/
+1
2014-04-30
Update for language changes
Brendan Zabarauskas
-1
/
+1
2014-04-30
Move bitflags module to libstd
Brendan Zabarauskas
-0
/
+257