summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-07-01auto merge of #7521 : thestinger/rust/vec, r=Aatchbors-21/+32
2013-06-30auto merge of #7487 : huonw/rust/vec-kill, r=cmrbors-614/+276
2013-06-30pass exchange_malloc an alignment, not a tydescDaniel Micay-7/+2
2013-06-30global_heap: inline get_box_size and align_toDaniel Micay-0/+2
2013-06-30vec: implement exchange vector reserve in RustDaniel Micay-12/+14
2013-06-30global_heap: inline malloc_raw and add realloc_rawDaniel Micay-2/+14
2013-06-30auto merge of #7517 : brson/rust/0.7, r=brsonbors-1/+1
2013-06-30Bump version from 0.7-pre to 0.7Brian Anderson-1/+1
2013-06-30auto merge of #7495 : thestinger/rust/exchange, r=cmrbors-158/+111
2013-06-30add a closure_exchange_malloc lang itemDaniel Micay-0/+14
2013-06-30managed: rm RC_EXCHANGE_UNIQUE constantDaniel Micay-1/+0
2013-06-30stop initializing ref_count in exchange_allocDaniel Micay-1/+21
2013-06-30Specialize to_str_common for floats/integers in strconvAlex Crichton-192/+239
2013-06-30Change char::escape_{default,unicode} to take callbacks instead of allocatingAlex Crichton-52/+61
2013-06-30Remove vec::{map, mapi, zip_map} and the methods, except for .map, since thisHuon Wilson-118/+26
2013-06-30Convert vec::{grow, grow_fn, grow_set} to methods.Huon Wilson-63/+46
2013-06-30Convert vec::dedup to a method.Huon Wilson-40/+35
2013-06-30Convert vec::{bsearch, bsearch_elem} to methods.Huon Wilson-84/+93
2013-06-30etc: update etc/unicode.py for the changes made to std::unicode.Huon Wilson-2/+1
2013-06-30Convert vec::{reverse, swap} to methods.Huon Wilson-46/+47
2013-06-30Convert vec::{rposition, rposition_elem, position_elem, contains} to methods.Huon Wilson-51/+31
2013-06-30Remove vec::[r]position_between, replaced by slices & iterators.Huon Wilson-102/+8
2013-06-30Remove vec::{rfind, rfind_between, find_between}, replaced by slices and iter...Huon Wilson-119/+0
2013-06-30vec: use contains_managed instead of box headerDaniel Micay-1/+29
2013-06-30add a contains_managed intrinsicDaniel Micay-0/+4
2013-06-30simplify the exchange allocatorDaniel Micay-156/+44
2013-06-29auto merge of #7490 : mozilla/rust/rollup, r=thestingerbors-14/+10
2013-06-29auto merge of #7475 : Seldaek/rust/fixsplit, r=cmrbors-1/+10
2013-06-29minor vec cleanupDaniel Micay-10/+6
2013-06-29fix code block syntax in two docstringsDaniel Micay-4/+4
2013-06-29auto merge of #7449 : yichoi/rust/std_test, r=cmrbors-3/+149
2013-06-29Removing a lot of usage of '&const'Alex Crichton-82/+50
2013-06-29'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f...Ben Blum-16/+24
2013-06-29Change taskgroup key type to fn:Copy in prep for noncopyable stack closures.Ben Blum-1/+1
2013-06-28auto merge of #7479 : mozilla/rust/rollup, r=thestingerbors-3/+4
2013-06-29iterator: UnfoldrIterator::new should have function argument lastblake2-ppc-2/+2
2013-06-29Rename #[mutable] to #[no_freeze]Brian Anderson-1/+2
2013-06-29Optimize str::each_split_within when it is called with large limitsJordi Boggiano-1/+10
2013-06-28Make default method handling not choke on self region params. Closes #7341.Michael Sullivan-2/+4
2013-06-28Add each_parent to WindowsPathCorey Richardson-0/+8
2013-06-28librustc: Fix even *MORE* merge fallout!Patrick Walton-1/+1
2013-06-28libextra: Fix even more merge fallout.Patrick Walton-1/+0
2013-06-28librustc: Fix merge fallout and test cases.Patrick Walton-1/+1
2013-06-28Rewrite each_path to allow performance improvements in the future.Patrick Walton-11/+19
2013-06-28librustc: Fix merge fallout.Patrick Walton-3/+5
2013-06-28librustc: Rewrite reachability and forbid duplicate methods in type implement...Patrick Walton-10/+49
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-9/+16
2013-06-28libstd: Fix merge fallout.Patrick Walton-2/+3
2013-06-28librustc: Disallow "mut" from distributing over bindings.Patrick Walton-19/+107
2013-06-28librustc: Change "Owned" to "Send" everywherePatrick Walton-99/+99