summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-07-01Ignore all rusti tests harder. #7541Brian Anderson-1/+2
2013-07-01Ignore all rusti tests. #7541Brian Anderson-1/+2
2013-07-01auto merge of #7409 : alexcrichton/rust/threadsafe, r=cmrbors-54/+67
2013-07-01Turn on using LLVM threadsafelyAlex Crichton-54/+67
2013-07-01auto merge of #7488 : yichoi/rust/sanitize_utf8, r=huonwbors-3/+4
2013-07-01auto merge of #7443 : yjh0502/rust/fix_field_dup, r=huonwbors-0/+38
2013-07-01auto merge of #7521 : thestinger/rust/vec, r=Aatchbors-48/+69
2013-07-01librustc: apply changes of char::escape_unicodeYoung-il Choi-1/+2
2013-07-01librustc: back::link::sanitize support esacpe_utf8Young-il Choi-3/+3
2013-06-30auto merge of #7487 : huonw/rust/vec-kill, r=cmrbors-899/+518
2013-06-30pass exchange_malloc an alignment, not a tydescDaniel Micay-26/+39
2013-06-30global_heap: inline get_box_size and align_toDaniel Micay-0/+2
2013-06-30vec: implement exchange vector reserve in RustDaniel Micay-20/+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-16/+16
2013-06-30Bump version from 0.7-pre to 0.7Brian Anderson-16/+16
2013-06-30auto merge of #7495 : thestinger/rust/exchange, r=cmrbors-261/+207
2013-06-30add a closure_exchange_malloc lang itemDaniel Micay-71/+101
2013-06-30stop copying the tydesc in unique box take glueDaniel Micay-9/+4
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-30rustpkg: Ignore a test that's failing on the dist-snap botBrian Anderson-0/+1
2013-06-30Specialize to_str_common for floats/integers in strconvAlex Crichton-197/+250
2013-06-30Change char::escape_{default,unicode} to take callbacks instead of allocatingAlex Crichton-56/+73
2013-06-30Remove vec::{map, mapi, zip_map} and the methods, except for .map, since thisHuon Wilson-310/+184
2013-06-30auto merge of #7374 : Jeaye/rust/func_highlight, r=cmrbors-0/+1
2013-06-30Convert vec::{grow, grow_fn, grow_set} to methods.Huon Wilson-68/+48
2013-06-30Convert vec::dedup to a method.Huon Wilson-41/+36
2013-06-30Convert vec::{bsearch, bsearch_elem} to methods.Huon Wilson-86/+95
2013-06-30etc: update etc/unicode.py for the changes made to std::unicode.Huon Wilson-12/+25
2013-06-30Convert vec::{reverse, swap} to methods.Huon Wilson-93/+77
2013-06-30Convert vec::{rposition, rposition_elem, position_elem, contains} to methods.Huon Wilson-74/+50
2013-06-30Remove vec::[r]position_between, replaced by slices & iterators.Huon Wilson-106/+13
2013-06-30Remove vec::{rfind, rfind_between, find_between}, replaced by slices and iter...Huon Wilson-120/+1
2013-06-30auto merge of #7468 : cmr/rust/great_renaming, r=pcwaltonbors-1121/+825
2013-06-30vec: use contains_managed instead of box headerDaniel Micay-1/+29
2013-06-30add a contains_managed intrinsicDaniel Micay-2/+12
2013-06-30simplify the exchange allocatorDaniel Micay-180/+44
2013-06-29auto merge of #7490 : mozilla/rust/rollup, r=thestingerbors-14/+16
2013-06-29auto merge of #7475 : Seldaek/rust/fixsplit, r=cmrbors-1/+10
2013-06-29auto merge of #7457 : Blei/rust/fix-ffi-floats, r=cmrbors-9/+6
2013-06-30Fixes #7377jihyun-0/+38
2013-06-29auto merge of #7452 : dotdash/rust/self_indirection, r=cmrbors-127/+82
2013-06-29minor vec cleanupDaniel Micay-10/+6
2013-06-29Add -v/--version support to rust binaryJordi Boggiano-0/+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-29auto merge of #7342 : alexcrichton/rust/assort-cleanup, r=cmrbors-165/+135
2013-06-29Avoid double indirection for the "self" arg in methodsBjörn Steinbrink-78/+57
2013-06-29Fix handling of temp cleanups for the "self" argumentBjörn Steinbrink-25/+23