summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-08-27Consolidate local_data implementations, and cleanupAlex Crichton-549/+467
2013-08-27Fix merge falloutAlex Crichton-3/+3
2013-08-27Implement process bindings to libuvAlex Crichton-980/+1011
2013-08-27Upgrade libuv to the current master + our patchesAlex Crichton-83/+45
2013-08-27librustc: Fix merge falloutPatrick Walton-19/+19
2013-08-27librustc: Fix problem with cross-crate reexported static methods.Patrick Walton-5/+13
2013-08-27libstd: Fix merge fallout.Patrick Walton-5/+5
2013-08-27librustc: Stop calling `each_path` in coherence.Patrick Walton-3/+3
2013-08-27librustc: Fix merge fallout.Patrick Walton-2/+6
2013-08-27librustc: Ensure that type parameters are in the right positions in paths.Patrick Walton-344/+588
2013-08-27librustc: Remove `&const` and `*const` from the language.Patrick Walton-65/+152
2013-08-27Replace HashUtil w/ default method on HashJason Fager-7/+0
2013-08-27auto merge of #8771 : thestinger/rust/repr, r=catamorphismbors-50/+64
2013-08-27reflect: rm unused visit_{var,var_integral,constr}Daniel Micay-23/+0
2013-08-27repr: include mutability qualifier in visit_ptrDaniel Micay-0/+15
2013-08-27repr: print integer/float suffixesDaniel Micay-25/+40
2013-08-27auto merge of #8790 : huonw/rust/unsafearc, r=thestingerbors-75/+70
2013-08-27auto merge of #8581 : FlaPer87/rust/issue/8232, r=bblumbors-19/+68
2013-08-27Trailing spaceFlaper Fesp-1/+1
2013-08-27vec: implement `DeepClone`Daniel Micay-2/+9
2013-08-27auto merge of #8772 : thestinger/rust/option, r=anasazibors-13/+0
2013-08-27option: rm implementation of AddDaniel Micay-13/+0
2013-08-27auto merge of #8780 : brson/rust/from_elem, r=thestingerbors-4/+30
2013-08-27std: use ArcData rather than c_void in UnsafeArc.Huon Wilson-17/+12
2013-08-27Rename UnsafeAtomicRcBox to UnsafeArc. Fixes #7674.Huon Wilson-62/+62
2013-08-27Rebased and replaced yield with descheduleFlaper Fesp-1/+1
2013-08-26auto merge of #8700 : alexcrichton/rust/better-llvm, r=thestingerbors-0/+1
2013-08-26Rewrite pass management with LLVMAlex Crichton-0/+1
2013-08-26std: Make vec::from_elem failure-safeBrian Anderson-4/+30
2013-08-26auto merge of #8438 : cmr/rust/default, r=thestingerbors-16/+36
2013-08-26Add a Default trait.Corey Richardson-16/+36
2013-08-27Decrement unkillable counter before failingFlaper Fesp-3/+5
2013-08-27Don't make the runtime exit on illegal callsFlaper Fesp-16/+36
2013-08-27Testing rekillable fails when called from outside an unkillable blockFlaper Fesp-1/+17
2013-08-27Make rekillable consistent with unkillableFlaper Fesp-16/+27
2013-08-26auto merge of #8766 : brson/rust/vecfromfn, r=alexcrichtonbors-4/+8
2013-08-26std: Make vec::from_fn failure-safeBrian Anderson-4/+8
2013-08-26auto merge of #8488 : klutzy/rust/mingw-w64, r=brsonbors-15/+374
2013-08-26Support Win64 context switchingklutzy-7/+31
2013-08-26std: Add Win64 supportklutzy-3/+162
2013-08-26std: Bind write() on Win64klutzy-5/+15
2013-08-26std: Add Win64 typesklutzy-0/+166
2013-08-26auto merge of #8737 : blake2-ppc/rust/std-str-rsplit, r=huonwbors-73/+305
2013-08-26std::str: Tune CharSplitIterator after benchmarksblake2-ppc-55/+44
2013-08-26std::str: bench tests for .split_iter()blake2-ppc-0/+83
2013-08-25Add _opt variants to str byte-conversion functionsKevin Ballard-9/+108
2013-08-25auto merge of #8723 : anasazi/rust/temporary-unkillable-io, r=brsonbors-124/+165
2013-08-25std::str: Double-ended CharSplitIteratorblake2-ppc-68/+228
2013-08-24auto merge of #8701 : brson/rust/issue-8698, r=thestingerbors-8/+4
2013-08-24auto merge of #8637 : alexcrichton/rust/ifmt-less-hax, r=graydonbors-38/+60