| 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 #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-06-30 | auto merge of #7487 : huonw/rust/vec-kill, r=cmr | bors | -65/+63 |
| 2013-06-30 | pass exchange_malloc an alignment, not a tydesc | Daniel Micay | -19/+37 |
| 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 | -55/+54 |
| 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 | -8/+7 |
| 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 | -286/+207 |
| 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 | -14/+15 |
| 2013-06-29 | Removing a lot of usage of '&const' | Alex Crichton | -41/+41 |
| 2013-06-29 | Warning cleanup | Corey Richardson | -9/+3 |
| 2013-06-29 | Fix merge fallout | Corey Richardson | -7/+10 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -271/+195 |
| 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 | -319/+89 |
| 2013-06-29 | auto merge of #7244 : bblum/rust/once, r=nikomatsakis | bors | -27/+78 |
| 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 | -30/+30 |
| 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 | 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 | 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 |
| 2013-06-28 | librustc: don't skip ahead when computing register types of SSEFloatVectors | Philipp Brüschweiler | -9/+5 |
| 2013-06-28 | Rename Const/Owned in more places | James Miller | -1/+1 |
| 2013-06-28 | librustc: Fix even *MORE* merge fallout! | Patrick Walton | -2/+2 |
| 2013-06-28 | librustc: Fix even *more* merge fallout! | Patrick Walton | -5/+5 |
| 2013-06-28 | librustc: Fix more merge fallout. | Patrick Walton | -4/+5 |
| 2013-06-28 | librustc: Fix merge fallout and test cases. | Patrick Walton | -14/+38 |
| 2013-06-28 | Rewrite each_path to allow performance improvements in the future. | Patrick Walton | -208/+151 |