summary refs log tree commit diff
path: root/src/librustrt/mutex.rs
AgeCommit message (Expand)AuthorLines
2014-10-03Set the `non_uppercase_statics` lint to warn by defaultP1start-4/+4
2014-09-30Fix librustrtSteven Fackler-4/+2
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-1/+1
2014-08-04stabilize atomics (now atomic)Aaron Turon-15/+15
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-0/+1
2014-07-26std: Stabilize unit, bool, ty, tuple, arc, anyAlex Crichton-14/+7
2014-06-28Rename all raw pointers as necessaryAlex Crichton-2/+2
2014-06-24Added Mipsel architecture supportPawel Olzacki-0/+4
2014-06-16auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichtonbors-0/+5
2014-06-13Audit usage of NativeMutexAlex Crichton-0/+78
2014-06-12Basic iOS supportValerii Hiora-0/+5
2014-06-09Add missing repr(C) annotations to mutex.rsJakub Wieczorek-0/+4
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-0/+2
2014-06-06std: Extract librustrt out of libstdAlex Crichton-0/+628