summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-02-09Fix the signature of CreateSymbolicLinkWAlex Crichton-8/+10
2014-02-09std: Make mem's doc slightly more accurateBrian Anderson-1/+4
2014-02-09std: Move byteswap functions to memBrian Anderson-30/+34
2014-02-09std: Add move_val_init to mem. Replace direct intrinsic usageBrian Anderson-8/+15
2014-02-09std: Add init and uninit to mem. Replace direct intrinsic usageBrian Anderson-16/+31
2014-02-09std::io: Add `Chars` iterator for Buffer.gifnksm-0/+45
2014-02-08Fix infinite loop in BufReader::read_until.Q.P.Liu-1/+9
2014-02-08Fix infinite loop in MemReader::read_until.Q.P.Liu-1/+9
2014-02-08auto merge of #12090 : bjz/rust/unimplemented, r=cmrbors-58/+81
2014-02-08auto merge of #12109 : omasanori/rust/small-fixes, r=sfacklerbors-1/+1
2014-02-08auto merge of #12098 : kballard/rust/from_utf8_lossy_tweak, r=huonwbors-342/+324
2014-02-08auto merge of #12096 : brson/rust/morestack-addr, r=thestingerbors-3/+0
2014-02-07Rewrite path::Display to reduce unnecessary allocationKevin Ballard-44/+20
2014-02-07Delete send_str, rewrite clients on top of MaybeOwned<'static>Kevin Ballard-318/+240
2014-02-07Implement BytesContainer for MaybeOwnedKevin Ballard-0/+17
2014-02-07Tweak from_utf8_lossy to return a new MaybeOwned enumKevin Ballard-29/+96
2014-02-08Remove an unused variable in a test of std::c_str.OGINO Masanori-1/+0
2014-02-08Fix unused import warnings.OGINO Masanori-0/+1
2014-02-07auto merge of #12066 : huonw/rust/show2, r=alexcrichtonbors-90/+90
2014-02-07auto merge of #12059 : thestinger/rust/glue, r=pcwaltonbors-26/+158
2014-02-08std::fmt: convert the formatting traits to a proper self.Huon Wilson-90/+90
2014-02-07rm out-of-date comment from std::unstable::rawDaniel Micay-3/+0
2014-02-07remove type descriptors from proc and @TDaniel Micay-23/+158
2014-02-07auto merge of #12029 : zkamsler/rust/merge-sort-allocations, r=huonwbors-5/+104
2014-02-07Reduced allocations in merge_sort for short vectorsZach Kamsler-5/+104
2014-02-07rustc: Remove 'morestack_addr' intrinsic. UnusedBrian Anderson-3/+0
2014-02-08Clean up formatting in macros moduleBrendan Zabarauskas-58/+74
2014-02-07Cleaned up imports per coding standards.chromatic-15/+15
2014-02-07Removed prelude::* from libstd files.chromatic-14/+48
2014-02-08Add unimplemented! macroBrendan Zabarauskas-0/+7
2014-02-07auto merge of #12062 : kballard/rust/from_utf8_lossy, r=huonwbors-31/+181
2014-02-06Hoist path::Display on top of from_utf8_lossy()Kevin Ballard-25/+2
2014-02-06Add new function str::from_utf8_lossy()Kevin Ballard-6/+179
2014-02-06auto merge of #12039 : alexcrichton/rust/no-conditions, r=brsonbors-693/+78
2014-02-06Remove std::conditionAlex Crichton-693/+78
2014-02-07Removed @self and @Trait.Eduard Burtescu-28/+2
2014-02-06auto merge of #12051 : luqmana/rust/arm-fix, r=alexcrichtonbors-1/+5
2014-02-06auto merge of #12047 : huonw/rust/cyclic-rc, r=thestingerbors-2/+27
2014-02-05Make a double-write UDP test more robustAlex Crichton-7/+10
2014-02-05libstd: Add missing constants for arm/linux.Luqman Aden-1/+5
2014-02-06Ensure an Rc isn't freed while running its own destructor.Huon Wilson-2/+27
2014-02-05auto merge of #11894 : alexcrichton/rust/io-clone, r=brsonbors-5/+453
2014-02-05Implement clone() for TCP/UDP/Unix socketsAlex Crichton-5/+453
2014-02-04auto merge of #11230 : csherratt/rust/cow, r=alexcrichtonbors-0/+8
2014-02-04auto merge of #12026 : alexcrichton/rust/snapshots, r=cmrbors-330/+0
2014-02-04auto merge of #11951 : dmanescu/rust/reserve-rename, r=huonwbors-38/+32
2014-02-04Register new snapshotsAlex Crichton-330/+0
2014-02-04Rename reserve to reserve_exact and reserve_at_least to reserveDavid Manescu-38/+32
2014-02-04Replace NonCopyable usage with NoPodFlavio Percoco-66/+29
2014-02-03Various bug fixes and rebase conflictsAlex Crichton-1/+1