summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-08-30auto merge of #8857 : blake2-ppc/rust/std-str-remove, r=thestingerbors-40/+0
2013-08-30Add missing spaceBouke van der Bijl-1/+1
2013-08-30auto merge of #8854 : huonw/rust/rt-papercuts, r=brsonbors-31/+25
2013-08-30auto merge of #8820 : alexcrichton/rust/no-io-writer, r=brsonbors-299/+1521
2013-08-29Make Zip iterator short-circuitKevin Ballard-6/+12
2013-08-29Make the iterator protocol more explicitKevin Ballard-0/+110
2013-08-29auto merge of #8819 : vadimcn/rust/unit-tests, r=brsonbors-25/+84
2013-08-29reduce the size of UnsafeArc from 2 words to 1Daniel Micay-1/+9
2013-08-29Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...Brian Anderson-1053/+1060
2013-08-29auto merge of #8842 : jfager/rust/remove-iter-module, r=pnkfelixbors-36/+21
2013-08-29std::str: Fix bug in .slice_chars()blake2-ppc-0/+4
2013-08-29std::str: Use CharIterator in NormalizationIteratorblake2-ppc-16/+17
2013-08-29std::str: Remove functions count_chars, count_bytesblake2-ppc-40/+0
2013-08-29rt: remove a series of unfortunate casts.Huon Wilson-13/+6
2013-08-29rt: use sugary functions rather than manual range loops.Huon Wilson-16/+11
2013-08-29rt: Handle non-integer RUST_THREADS (slightly) more gracefully.Huon Wilson-2/+8
2013-08-28Remove @io::Writer from sys/repr/reflectAlex Crichton-299/+1521
2013-08-29Remove the iter module.Jason Fager-36/+21
2013-08-28auto merge of #8447 : alexcrichton/rust/local-data-merge, r=brsonbors-549/+467
2013-08-28auto merge of #8807 : alexcrichton/rust/remove-two-offsets, r=thestingerbors-94/+36
2013-08-28Turned off libstd unit tests that currently fail on Windows.Vadim Chugunov-0/+21
2013-08-28Disabled failing parts of abs_sub() and frexp() unit tests on Windows.Vadim Chugunov-0/+21
2013-08-28Fixed MemoryMap on Windows.Vadim Chugunov-25/+42
2013-08-27Remove offset_inbounds for an unsafe offset functionAlex Crichton-94/+36
2013-08-27auto merge of #8805 : jfager/rust/remove-hashutil, r=alexcrichtonbors-7/+0
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