about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-12-29rollup merge of #20289: nick29581/shadowingAlex Crichton-66/+74
2014-12-29rollup merge of #20265: nicholasbishop/bishop_add_missing_bitflags_methodsAlex Crichton-0/+4
2014-12-29rollup merge of #20264: nagisa/threadrngAlex Crichton-46/+46
2014-12-29rollup merge of #20262: arturoc/fix-scoped_thread_localAlex Crichton-2/+16
2014-12-29rollup merge of #20250: ipetkov/derivingAlex Crichton-2/+2
2014-12-29rollup merge of #20248: steveklabnik/gh20038Alex Crichton-96/+96
2014-12-29rollup merge of #20231: fhahn/issue-20226-eexistAlex Crichton-0/+17
2014-12-29rollup merge of #20223: aochagavia/typoAlex Crichton-1/+1
2014-12-29rollup merge of #20216: sfackler/fix-manglingAlex Crichton-4/+4
2014-12-29rollup merge of #20215: csouth3/hashmap-renameAlex Crichton-11/+11
2014-12-29rollup merge of #20214: bluss/fix-hashmap-exampleAlex Crichton-10/+18
2014-12-29rollup merge of #20160: nick29581/ranges2Alex Crichton-18/+18
2014-12-29rollup merge of #20042: alexcrichton/second-pass-ptrAlex Crichton-8/+9
2014-12-29rollup merge of #19661: alexcrichton/mutex-resultAlex Crichton-365/+519
2014-12-30Fallout from mut slicesNick Cameron-18/+18
2014-12-29std: Second pass stabilization for `ptr`Alex Crichton-8/+9
2014-12-29std: Stabilization pass for mutex/rwlock/condvarAlex Crichton-227/+149
2014-12-29std: Second pass stabilization for `string`Alex Crichton-2/+12
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-974/+942
2014-12-29auto merge of #20058 : Kimundi/rust/str_pattern_pre, r=alexcrichtonbors-2/+2
2014-12-29std: Return Result from RWLock/Mutex methodsAlex Crichton-319/+551
2014-12-29std: Stabilize the prelude moduleAlex Crichton-801/+975
2014-12-29Fallout from globs/re-export/shadowing changeNick Cameron-19/+28
2014-12-29Fallout from glob shadowingNick Cameron-47/+46
2014-12-28Added `get_address_name`, an interface to `getnameinfo`Murarth-2/+49
2014-12-28src/libstd/thread_local/scoped.rs: fixes scoped_thread_local! macroarturo-2/+16
2014-12-28Rename TaskRng to ThreadRngSimonas Kazlauskas-47/+47
2014-12-28auto merge of #20136 : eddyb/rust/format-args, r=alexcrichtonbors-37/+304
2014-12-27Update docstring for bitflags macro to cover all generated methodsNicholas Bishop-0/+4
2014-12-27Fallout of changing format_args!(f, args) to f(format_args!(args)).Eduard Burtescu-37/+304
2014-12-27auto merge of #19916 : SimonSapin/rust/ascii-reform, r=sfacklerbors-585/+128
2014-12-27auto merge of #20119 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakisbors-65/+249
2014-12-27Make trait's impls consistent for unix/windowsFlavio Percoco-0/+5
2014-12-27Implement Sync/Send for windows' UnixStreamFlavio Percoco-0/+6
2014-12-27Rebasing changesNick Cameron-4/+7
2014-12-26Implement Sync/Send for windows TCP typesFlavio Percoco-0/+12
2014-12-26s/task/thread/gSteve Klabnik-96/+96
2014-12-27Fix falloutNick Cameron-14/+11
2014-12-26Derive Clone, PartialEq, and Eq for std::io::{FileAccess, FileMode}Ivan Petkov-2/+2
2014-12-26Implement RaceBox for StdinReaderFlavio Percoco-16/+43
2014-12-26Make Barrier and Condvar Sync/SendFlavio Percoco-12/+36
2014-12-26Relax `Arc` bounds don't require Sync+SendFlavio Percoco-25/+25
2014-12-26Rename `UniquePtr` to `Unique`Flavio Percoco-4/+4
2014-12-26Implement `Sync` for some windows sys typesFlavio Percoco-0/+8
2014-12-26Move RacyCell to `std::comm`Flavio Percoco-8/+36
2014-12-26Make Send and Sync traits unsafeFlavio Percoco-36/+54
2014-12-26Rename `OwnedPtr` to `UniquePtr`Flavio Percoco-4/+4
2014-12-26Require types to opt-in SyncFlavio Percoco-45/+101
2014-12-25Map EEXIST to PathAlreadyExists error, closes #20226Florian Hahn-0/+17
2014-12-25Prepared most `StrExt` pattern using methods for stabilizationMarvin Löbel-2/+2