| 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 #7521 : thestinger/rust/vec, r=Aatch | bors | -19/+37 |
| 2013-06-30 | auto merge of #7487 : huonw/rust/vec-kill, r=cmr | bors | -30/+31 |
| 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 | -13/+24 |
| 2013-06-30 | add a closure_exchange_malloc lang item | Daniel Micay | -6/+16 |
| 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 | -29/+30 |
| 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 | -123/+98 |
| 2013-06-30 | add a contains_managed intrinsic | Daniel Micay | -1/+7 |
| 2013-06-29 | auto merge of #7457 : Blei/rust/fix-ffi-floats, r=cmr | bors | -9/+5 |
| 2013-06-29 | auto merge of #7452 : dotdash/rust/self_indirection, r=cmr | bors | -123/+73 |
| 2013-06-29 | Avoid double indirection for the "self" arg in methods | Björn Steinbrink | -74/+48 |
| 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 | -5/+5 |
| 2013-06-29 | Warning cleanup | Corey Richardson | -3/+0 |
| 2013-06-29 | Fix merge fallout | Corey Richardson | -7/+10 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -114/+89 |
| 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 | 'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f... | Ben Blum | -1/+1 |
| 2013-06-29 | Use more deriving(IterBytes) in librustc. | Ben Blum | -37/+5 |
| 2013-06-28 | auto merge of #7479 : mozilla/rust/rollup, r=thestinger | bors | -5/+3 |
| 2013-06-29 | librustc: fix #7467 for android | Young-il Choi | -5/+3 |
| 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 | -81/+53 |
| 2013-06-28 | Make calling methods parameterized on the trait work from default methods. | Michael Sullivan | -26/+74 |
| 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 | librustc: Fix merge fallout and test cases. | Patrick Walton | -2/+6 |
| 2013-06-28 | Rewrite each_path to allow performance improvements in the future. | Patrick Walton | -91/+25 |
| 2013-06-28 | librustc: Fix merge fallout. | Patrick Walton | -3/+3 |
| 2013-06-28 | librustc: Rewrite reachability and forbid duplicate methods in type implement... | Patrick Walton | -259/+83 |
| 2013-06-28 | librustc: Remove the broken overloaded assign-ops from the language. | Patrick Walton | -12/+15 |
| 2013-06-28 | librustc: Add a small vector optimization for GEPi. Shaves a second off trans... | Patrick Walton | -5/+14 |
| 2013-06-28 | librustc: Disallow "mut" from distributing over bindings. | Patrick Walton | -5/+14 |
| 2013-06-28 | auto merge of #7272 : Aatch/rust/namegen_thunk, r=thestinger | bors | -39/+32 |
| 2013-06-28 | Remove useless namegen thunk | James Miller | -39/+32 |
| 2013-06-27 | auto merge of #7410 : luqmana/rust/bare-self, r=catamorphism | bors | -25/+45 |
| 2013-06-27 | librustc: Always pass self ByRef. | Luqman Aden | -25/+45 |
| 2013-06-27 | auto merge of #7432 : michaelwoerister/rust/WP3, r=jdm | bors | -68/+177 |
| 2013-06-27 | auto merge of #7430 : huonw/rust/vec-kill, r=thestinger | bors | -18/+15 |
| 2013-06-27 | debuginfo: Some corrections after review. | Michael Woerister | -25/+0 |
| 2013-06-27 | debuginfo: Added support for region pointers. | Michael Woerister | -3/+3 |
| 2013-06-27 | debuginfo: Replaced many instances of @ with &. | Michael Woerister | -22/+23 |
| 2013-06-27 | debuginfo: Many little formatting improvements. | Michael Woerister | -56/+121 |