about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-12-29auto merge of #20058 : Kimundi/rust/str_pattern_pre, r=alexcrichtonbors-2/+2
2014-12-28auto merge of #20136 : eddyb/rust/format-args, r=alexcrichtonbors-37/+304
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-27Fix falloutNick Cameron-14/+11
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-25Prepared most `StrExt` pattern using methods for stabilizationMarvin Löbel-2/+2
2014-12-25std::ascii: Use u8 methods rather than the maps directly.Simon Sapin-16/+14
2014-12-25Remove Ascii, AsciiCast, OwnedAsciiCast, AsciiStr, IntoBytes, IntoString.Simon Sapin-539/+84
2014-12-25auto merge of #20024 : mneumann/rust/dragonfly-fixes3, r=alexcrichtonbors-1/+11
2014-12-24auto merge of #20117 : lfairy/rust/rename-include-bin, r=alexcrichtonbors-2/+6
2014-12-24Rename to_ascii_{lower,upper} to to_ascii_{lower,upper}case, per #14401Simon Sapin-37/+37
2014-12-23Rename and namespace `FPCategory`Tobias Bucher-21/+23
2014-12-23Rename include_bin! to include_bytes!Chris Wong-2/+6
2014-12-23Fix some spelling errors.Huon Wilson-11/+11
2014-12-22Test fixes and rebase conflictsAlex Crichton-3/+7
2014-12-22rollup merge of #19891: nikomatsakis/unique-fn-types-3Alex Crichton-6/+43
2014-12-22rollup merge of #20056: MrFloya/iter_renameAlex Crichton-20/+20
2014-12-22rollup merge of #20125: csouth3/hashset-bitopsAlex Crichton-4/+115
2014-12-22Insert coercions to fn pointer types required for the new typesNiko Matsakis-4/+15
2014-12-22Fix fallout from changes. In cases where stage0 compiler is needed, weNiko Matsakis-4/+34
2014-12-22Added missing renames:Florian Wilkens-20/+20
2014-12-21Fallout of std::str stabilizationAlex Crichton-132/+131
2014-12-21Implement BitOps for HashSetChase Southwood-4/+115
2014-12-21std: Stabilize the std::str moduleAlex Crichton-6/+53
2014-12-21Test fixes and rebase conflictsAlex Crichton-1/+0
2014-12-21rollup merge of #19972: alexcrichton/snapshotsAlex Crichton-108/+0
2014-12-21rollup merge of #20100: alexcrichton/issue-20091Alex Crichton-5/+8
2014-12-21std: Don't parse argv as a StringAlex Crichton-5/+8
2014-12-21rollup merge of #20086: shepmaster/random-typoAlex Crichton-2/+2
2014-12-21rollup merge of #20077: shepmaster/stdin-typoAlex Crichton-1/+1
2014-12-21rollup merge of #20070: aturon/stab-2-cloneAlex Crichton-2/+3
2014-12-21rollup merge of #20069: jarod/bitflagsAlex Crichton-21/+21
2014-12-21rollup merge of #20062: aturon/stab-2-intsAlex Crichton-2/+2
2014-12-21rollup merge of #20029: vhbit/ios-no-rtAlex Crichton-2/+2
2014-12-21rollup merge of #20006: alexcrichton/no-more-empty-modulesAlex Crichton-8/+135
2014-12-21rollup merge of #19993: bluss/setalgebraitemsAlex Crichton-46/+83