about summary refs log tree commit diff
path: root/src/libextra
AgeCommit message (Expand)AuthorLines
2013-09-04Add a safe implementation of MutexArc::access* methodsFlaper Fesp-21/+162
2013-09-04Rename MutexArc access methods to unsafe_accessFlaper Fesp-9/+9
2013-09-03auto merge of #8884 : blake2-ppc/rust/exact-size-hint, r=huonwbors-1/+10
2013-09-01std/extra: Add ExactSize for Bitv, DList, RingBuf, Option iteratorsblake2-ppc-0/+9
2013-08-31auto merge of #8905 : sstewartgallus/rust/cleanup_tests, r=bblumbors-154/+153
2013-08-31Cleanup concurrency testsSteven Stewart-Gallus-154/+153
2013-08-30auto merge of #8862 : dcrewi/rust/drop-redundant-ord-impls, r=thestingerbors-17/+2
2013-08-30std: Implement .rposition() on double-ended iterators with known sizeblake2-ppc-1/+1
2013-08-30auto merge of #8858 : blake2-ppc/rust/small-bugs, r=alexcrichtonbors-1/+5
2013-08-29partial revert of 31fa865David Creswick-1/+1
2013-08-29drop some redundant Ord method implementationsDavid Creswick-18/+3
2013-08-29extra::dlist: Fix bug in Eq::neblake2-ppc-1/+5
2013-08-29extra: error message should reflact that RUST_TEST_TASKS should be strictly p...Huon Wilson-1/+1
2013-08-29Make the unit-test framework check RUST_TEST_TASKS over RUST_THREADS.Huon Wilson-4/+15
2013-08-27librustc: Fix merge falloutPatrick Walton-7/+8
2013-08-27librustc: Fix problem with cross-crate reexported static methods.Patrick Walton-1/+1
2013-08-27librustc: Fix merge fallout.Patrick Walton-1/+2
2013-08-27librustc: Ensure that type parameters are in the right positions in paths.Patrick Walton-45/+89
2013-08-27librustc: Remove `&const` and `*const` from the language.Patrick Walton-2/+2
2013-08-27auto merge of #8790 : huonw/rust/unsafearc, r=thestingerbors-10/+10
2013-08-27Rename UnsafeAtomicRcBox to UnsafeArc. Fixes #7674.Huon Wilson-10/+10
2013-08-27Make rekillable consistent with unkillableFlaper Fesp-29/+19
2013-08-26bigint: fix wrong benchmark fn namegifnksm-1/+1
2013-08-26bigint: Add benchmarksgifnksm-0/+44
2013-08-25bigint: un-ignore test_shrgifnksm-73/+68
2013-08-25bigint: inlining small functionsgifnksm-97/+92
2013-08-25bigint: remove unnecessary method implementsgifnksm-42/+0
2013-08-25bigint: cfg(target_arch = ...) => cfg(target_word_size = ...)gifnksm-25/+11
2013-08-25auto merge of #8710 : pnkfelix/rust/fsk-issue5516-codepoint-fix, r=alexcrichtonbors-5/+32
2013-08-25char_len is more succinct than count_chars.Felix S. Klock II-2/+1
2013-08-24auto merge of #8679 : singingboyo/rust/json-to-impl, r=alexcrichtonbors-65/+61
2013-08-24Added note that there is still more to do on 5516.Felix S. Klock II-3/+30
2013-08-24auto merge of #8722 : graydon/rust/2013-08-23-test-shard, r=msullivanbors-2/+36
2013-08-23auto merge of #8716 : andrew-d/rust/andrew-fix-warnings, r=alexcrichtonbors-1/+1
2013-08-23test: add support for sharding testsuite by passing --test-shard=a.bGraydon Hoare-2/+36
2013-08-23rt: Remove last use of C++ exchange allocBrian Anderson-1/+4
2013-08-23Fix two small warningsAndrew Dunham-1/+1
2013-08-23Make getopts count (and thus align/paginate) in terms of codepoints not bytes.Felix S. Klock II-2/+3
2013-08-22auto merge of #8596 : vadimcn/rust/master, r=alexcrichtonbors-31/+21
2013-08-22Enabled unit tests in std and extra.Vadim Chugunov-31/+21
2013-08-22auto merge of #8666 : nikomatsakis/rust/issue-3678-extern-fn-types, r=pcwaltonbors-11/+15
2013-08-22auto merge of #8616 : kballard/rust/url-parse-errors, r=catamorphismbors-28/+33
2013-08-21Make json::to_xxx(&Json) fns Json::to_xxx(&self)Brandon Sanderson-65/+61
2013-08-21extra: change XXX to FIXME and elaborate on commentsTim Chevalier-23/+30
2013-08-21Adjust callbacks in the libraries for the new type of extern fnsNiko Matsakis-11/+15
2013-08-20Deleted fun_treemapSteven Fackler-85/+0
2013-08-20rm obsolete integer to_str{,_radix} free functionsDaniel Micay-10/+6
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-10/+46
2013-08-19Fix some parsing errors in extra::urlKevin Ballard-28/+33
2013-08-18auto merge of #8560 : kballard/rust/reserve-yield, r=pcwaltonbors-14/+14