about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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-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-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
2014-12-21rollup merge of #19973: vhbit/ios-no-copyAlex Crichton-1/+0
2014-12-21rollup merge of #19932: elszben/masterAlex Crichton-0/+50
2014-12-21Remove a ton of public reexportsCorey Farwell-43/+53
2014-12-21auto merge of #19946 : cgaebel/rust/hashmap-drain-iter, r=gankrobors-10/+157
2014-12-20Fix small typos in std::rand documentationJake Goulding-2/+2
2014-12-20Correct typo in doc for StdinReaderGuardJake Goulding-1/+1
2014-12-20Stabilize cloneAaron Turon-2/+3
2014-12-20use binary literals to better reflect "bitflags"Jarod Liu-21/+21
2014-12-19Stabilize integer modulesAaron Turon-2/+2
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-34/+13
2014-12-20Fix more import_shadowing fallout in collections.Eduard Burtescu-9/+9
2014-12-20Fix the fallout of removing feature(import_shadowing).Eduard Burtescu-51/+31
2014-12-20Remove feature(import_shadowing) from all crates.Eduard Burtescu-2/+1
2014-12-20auto merge of #19640 : aliblong/rust/power_of_two_reform, r=Gankrobors-7/+28
2014-12-19Reform power_of_two methods for perf increase & semantic change to consider 0...Aaron Liblong-7/+28
2014-12-19load_self() needs to be publicMichael Neumann-1/+1
2014-12-19hashset: Clean up and rename the HashSet iteratorsbluss-46/+83
2014-12-19Register new snapshotsAlex Crichton-108/+0
2014-12-19windows: remove unused importJorge Aparicio-1/+0