| Age | Commit message (Expand) | Author | Lines |
| 2013-07-01 | auto merge of #7409 : alexcrichton/rust/threadsafe, r=cmr | bors | -6/+4 |
| 2013-07-01 | Turn on using LLVM threadsafely | Alex Crichton | -6/+4 |
| 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/+21 |
| 2013-07-01 | auto merge of #7521 : thestinger/rust/vec, r=Aatch | bors | -19/+37 |
| 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 | -76/+70 |
| 2013-06-30 | pass exchange_malloc an alignment, not a tydesc | Daniel Micay | -19/+37 |
| 2013-06-30 | auto merge of #7517 : brson/rust/0.7, r=brson | bors | -3/+3 |
| 2013-06-30 | Bump version from 0.7-pre to 0.7 | Brian Anderson | -3/+3 |
| 2013-06-30 | auto merge of #7495 : thestinger/rust/exchange, r=cmr | bors | -79/+96 |
| 2013-06-30 | add a closure_exchange_malloc lang item | Daniel Micay | -71/+87 |
| 2013-06-30 | stop copying the tydesc in unique box take glue | Daniel Micay | -9/+4 |
| 2013-06-30 | Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this | Huon Wilson | -64/+60 |
| 2013-06-30 | Convert vec::dedup to a method. | Huon Wilson | -1/+1 |
| 2013-06-30 | Convert vec::{rposition, rposition_elem, position_elem, contains} to methods. | Huon Wilson | -10/+8 |
| 2013-06-30 | Remove vec::{rfind, rfind_between, find_between}, replaced by slices and iter... | Huon Wilson | -1/+1 |
| 2013-06-30 | auto merge of #7468 : cmr/rust/great_renaming, r=pcwalton | bors | -434/+315 |
| 2013-06-30 | add a contains_managed intrinsic | Daniel Micay | -2/+8 |
| 2013-06-29 | auto merge of #7457 : Blei/rust/fix-ffi-floats, r=cmr | bors | -9/+5 |
| 2013-06-30 | Fixes #7377 | jihyun | -0/+21 |
| 2013-06-29 | auto merge of #7452 : dotdash/rust/self_indirection, r=cmr | bors | -127/+82 |
| 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 |
| 2013-06-29 | Remove mutability from unique boxes in the AST | Alex Crichton | -17/+17 |
| 2013-06-29 | Removing a lot of usage of '&const' | Alex Crichton | -41/+41 |
| 2013-06-29 | Warning cleanup | Corey Richardson | -17/+4 |
| 2013-06-29 | Fix merge fallout | Corey Richardson | -7/+10 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -412/+303 |
| 2013-06-29 | Avoid extra casts for "self" arguments | Björn Steinbrink | -30/+8 |
| 2013-06-29 | Add missing argument to a debug! call in trans_arg_expr | Björn Steinbrink | -1/+1 |
| 2013-06-29 | auto merge of #7363 : bblum/rust/soundness, r=nikomatsakis | bors | -340/+110 |
| 2013-06-29 | auto merge of #7244 : bblum/rust/once, r=nikomatsakis | bors | -52/+108 |
| 2013-06-29 | Trade stack closure copyability for type soundness. | Ben Blum | -14/+36 |
| 2013-06-29 | 'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f... | Ben Blum | -51/+51 |
| 2013-06-29 | Use more deriving(IterBytes) in librustc. | Ben Blum | -275/+23 |
| 2013-06-28 | auto merge of #7479 : mozilla/rust/rollup, r=thestinger | bors | -8/+6 |
| 2013-06-29 | librustc: fix #7467 for android | Young-il Choi | -5/+3 |
| 2013-06-29 | Rename #[mutable] to #[no_freeze] | Brian Anderson | -1/+1 |
| 2013-06-29 | Rename #[non_sendable] to #[no_send] | Brian Anderson | -2/+2 |
| 2013-06-28 | auto merge of #7471 : msullivan/rust/default-methods, r=graydon | bors | -175/+311 |
| 2013-06-28 | Drop the impl_id field from fn_ctxt. | Michael Sullivan | -38/+7 |
| 2013-06-28 | Drop an unused field from param_substs. | Michael Sullivan | -6/+3 |
| 2013-06-28 | Improve handling of trait bounds on a trait in default methods. | Michael Sullivan | -38/+92 |
| 2013-06-28 | auto merge of #7466 : thestinger/rust/passes, r=cmr | bors | -68/+87 |
| 2013-06-28 | Rework vtable_res to not be flattened. It is now a list of the resolutions fo... | Michael Sullivan | -90/+76 |
| 2013-06-28 | Actually resolve trait bounds on impls. Closes #7266. | Michael Sullivan | -0/+28 |
| 2013-06-28 | Make calling methods parameterized on the trait work from default methods. | Michael Sullivan | -31/+117 |
| 2013-06-28 | Make default method handling not choke on self region params. Closes #7341. | Michael Sullivan | -1/+6 |