| Age | Commit message (Expand) | Author | Lines |
| 2013-07-01 | Ignore all rusti tests harder. #7541 | Brian Anderson | -1/+2 |
| 2013-07-01 | Ignore all rusti tests. #7541 | Brian Anderson | -1/+2 |
| 2013-07-01 | auto merge of #7409 : alexcrichton/rust/threadsafe, r=cmr | bors | -54/+67 |
| 2013-07-01 | Turn on using LLVM threadsafely | Alex Crichton | -54/+67 |
| 2013-07-01 | auto merge of #7488 : yichoi/rust/sanitize_utf8, r=huonw | bors | -3/+4 |
| 2013-07-01 | auto merge of #7443 : yjh0502/rust/fix_field_dup, r=huonw | bors | -0/+38 |
| 2013-07-01 | auto merge of #7521 : thestinger/rust/vec, r=Aatch | bors | -48/+69 |
| 2013-07-01 | librustc: apply changes of char::escape_unicode | Young-il Choi | -1/+2 |
| 2013-07-01 | librustc: back::link::sanitize support esacpe_utf8 | Young-il Choi | -3/+3 |
| 2013-06-30 | auto merge of #7487 : huonw/rust/vec-kill, r=cmr | bors | -899/+518 |
| 2013-06-30 | pass exchange_malloc an alignment, not a tydesc | Daniel Micay | -26/+39 |
| 2013-06-30 | global_heap: inline get_box_size and align_to | Daniel Micay | -0/+2 |
| 2013-06-30 | vec: implement exchange vector reserve in Rust | Daniel Micay | -20/+14 |
| 2013-06-30 | global_heap: inline malloc_raw and add realloc_raw | Daniel Micay | -2/+14 |
| 2013-06-30 | auto merge of #7517 : brson/rust/0.7, r=brson | bors | -16/+16 |
| 2013-06-30 | Bump version from 0.7-pre to 0.7 | Brian Anderson | -16/+16 |
| 2013-06-30 | auto merge of #7495 : thestinger/rust/exchange, r=cmr | bors | -261/+207 |
| 2013-06-30 | add a closure_exchange_malloc lang item | Daniel Micay | -71/+101 |
| 2013-06-30 | stop copying the tydesc in unique box take glue | Daniel Micay | -9/+4 |
| 2013-06-30 | managed: rm RC_EXCHANGE_UNIQUE constant | Daniel Micay | -1/+0 |
| 2013-06-30 | stop initializing ref_count in exchange_alloc | Daniel Micay | -1/+21 |
| 2013-06-30 | rustpkg: Ignore a test that's failing on the dist-snap bot | Brian Anderson | -0/+1 |
| 2013-06-30 | Specialize to_str_common for floats/integers in strconv | Alex Crichton | -197/+250 |
| 2013-06-30 | Change char::escape_{default,unicode} to take callbacks instead of allocating | Alex Crichton | -56/+73 |
| 2013-06-30 | Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this | Huon Wilson | -310/+184 |
| 2013-06-30 | auto merge of #7374 : Jeaye/rust/func_highlight, r=cmr | bors | -0/+1 |
| 2013-06-30 | Convert vec::{grow, grow_fn, grow_set} to methods. | Huon Wilson | -68/+48 |
| 2013-06-30 | Convert vec::dedup to a method. | Huon Wilson | -41/+36 |
| 2013-06-30 | Convert vec::{bsearch, bsearch_elem} to methods. | Huon Wilson | -86/+95 |
| 2013-06-30 | etc: update etc/unicode.py for the changes made to std::unicode. | Huon Wilson | -12/+25 |
| 2013-06-30 | Convert vec::{reverse, swap} to methods. | Huon Wilson | -93/+77 |
| 2013-06-30 | Convert vec::{rposition, rposition_elem, position_elem, contains} to methods. | Huon Wilson | -74/+50 |
| 2013-06-30 | Remove vec::[r]position_between, replaced by slices & iterators. | Huon Wilson | -106/+13 |
| 2013-06-30 | Remove vec::{rfind, rfind_between, find_between}, replaced by slices and iter... | Huon Wilson | -120/+1 |
| 2013-06-30 | auto merge of #7468 : cmr/rust/great_renaming, r=pcwalton | bors | -1121/+825 |
| 2013-06-30 | vec: use contains_managed instead of box header | Daniel Micay | -1/+29 |
| 2013-06-30 | add a contains_managed intrinsic | Daniel Micay | -2/+12 |
| 2013-06-30 | simplify the exchange allocator | Daniel Micay | -180/+44 |
| 2013-06-29 | auto merge of #7490 : mozilla/rust/rollup, r=thestinger | bors | -14/+16 |
| 2013-06-29 | auto merge of #7475 : Seldaek/rust/fixsplit, r=cmr | bors | -1/+10 |
| 2013-06-29 | auto merge of #7457 : Blei/rust/fix-ffi-floats, r=cmr | bors | -9/+6 |
| 2013-06-30 | Fixes #7377 | jihyun | -0/+38 |
| 2013-06-29 | auto merge of #7452 : dotdash/rust/self_indirection, r=cmr | bors | -127/+82 |
| 2013-06-29 | minor vec cleanup | Daniel Micay | -10/+6 |
| 2013-06-29 | Add -v/--version support to rust binary | Jordi Boggiano | -0/+6 |
| 2013-06-29 | fix code block syntax in two docstrings | Daniel Micay | -4/+4 |
| 2013-06-29 | auto merge of #7449 : yichoi/rust/std_test, r=cmr | bors | -3/+149 |
| 2013-06-29 | auto merge of #7342 : alexcrichton/rust/assort-cleanup, r=cmr | bors | -165/+135 |
| 2013-06-29 | Avoid double indirection for the "self" arg in methods | Björn Steinbrink | -78/+57 |
| 2013-06-29 | Fix handling of temp cleanups for the "self" argument | Björn Steinbrink | -25/+23 |