| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-06-29 | Remove mutability from unique boxes in the AST | Alex Crichton | -28/+30 |
| 2013-06-29 | Removing a lot of usage of '&const' | Alex Crichton | -137/+105 |
| 2013-06-29 | Warning cleanup | Corey Richardson | -32/+11 |
| 2013-06-29 | Fix merge fallout | Corey Richardson | -7/+10 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -1088/+810 |
| 2013-06-29 | auto merge of #7442 : graydon/rust/clean-llvm-trigger, r=brson | bors | -0/+0 |
| 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 #7441 : catamorphism/rust/testcases_2013-06-27, r=catamorphism | bors | -0/+149 |
| 2013-06-29 | auto merge of #7363 : bblum/rust/soundness, r=nikomatsakis | bors | -640/+366 |
| 2013-06-29 | auto merge of #7244 : bblum/rust/once, r=nikomatsakis | bors | -52/+304 |
| 2013-06-29 | Add two tests for the case of the recurring closure. | Ben Blum | -0/+88 |
| 2013-06-29 | Trade stack closure copyability for type soundness. | Ben Blum | -15/+37 |
| 2013-06-29 | Make librust satisfy noncopyable stack closures | Ben Blum | -3/+3 |
| 2013-06-29 | 'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f... | Ben Blum | -101/+118 |
| 2013-06-29 | Use more deriving(IterBytes) in librustc. | Ben Blum | -275/+23 |
| 2013-06-29 | Use more deriving(IterBytes) in libsyntax. | Ben Blum | -242/+93 |
| 2013-06-29 | Change taskgroup key type to fn:Copy in prep for noncopyable stack closures. | Ben Blum | -4/+4 |
| 2013-06-29 | xfail-fast once fn run-pass tests | Ben Blum | -0/+4 |
| 2013-06-29 | auto merge of #7439 : catamorphism/rust/cut-rustpkg-output, r=catamorphism | bors | -3/+7 |
| 2013-06-28 | auto merge of #7479 : mozilla/rust/rollup, r=thestinger | bors | -60/+67 |
| 2013-06-29 | librustc: fix #7467 for android | Young-il Choi | -5/+3 |
| 2013-06-29 | libextra: unused import fix for android AGAIN | Young-il Choi | -1/+4 |
| 2013-06-29 | iterator: UnfoldrIterator::new should have function argument last | blake2-ppc | -3/+3 |
| 2013-06-29 | Smarter warning in extra::term::Terminal.reset() | Kevin Ballard | -2/+4 |
| 2013-06-29 | Remove unused variable | Jordi Boggiano | -1/+0 |
| 2013-06-29 | fix zsh completion for lint and debug flags | Daniel Micay | -35/+36 |
| 2013-06-29 | Rename #[mutable] to #[no_freeze] | Brian Anderson | -7/+11 |
| 2013-06-29 | Rename #[non_sendable] to #[no_send] | Brian Anderson | -6/+6 |
| 2013-06-28 | auto merge of #7471 : msullivan/rust/default-methods, r=graydon | bors | -177/+425 |
| 2013-06-29 | Optimize str::each_split_within when it is called with large limits | Jordi Boggiano | -1/+10 |
| 2013-06-28 | Add tests for some default method things. | Michael Sullivan | -0/+110 |
| 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 | -72/+91 |
| 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 | -3/+10 |
| 2013-06-28 | Add a depth counter to llvm::type_to_str to work around infinite llvm types. | Michael Sullivan | -6/+16 |
| 2013-06-28 | Add Float to llvm::type_to_str. | Michael Sullivan | -0/+1 |
| 2013-06-28 | copy the optimization passes from clang | Daniel Micay | -72/+91 |
| 2013-06-28 | auto merge of #7437 : brson/rust/winver, r=brson | bors | -1/+2 |
| 2013-06-28 | librustc: don't skip ahead when computing register types of SSEFloatVectors | Philipp Brüschweiler | -9/+5 |
| 2013-06-28 | auto merge of #7451 : cmr/rust/rewrite-each-path, r=pcwalton | bors | -1852/+3423 |
| 2013-06-28 | Fix merge fallout | Corey Richardson | -5/+0 |