| Age | Commit message (Expand) | Author | Lines |
| 2013-06-03 | rename the Ptr trait to RawPtr | Daniel Micay | -10/+10 |
| 2013-06-03 | resolve: don't resolve paths that point to non-static methods | Philipp Brüschweiler | -3/+22 |
| 2013-06-03 | Add test for issue #6698 | Philipp Brüschweiler | -0/+17 |
| 2013-06-02 | auto merge of #6903 : dotdash/rust/self_by_value, r=catamorphism | bors | -2/+9 |
| 2013-06-03 | Add traits for concat and connect methods | Brendan Zabarauskas | -90/+204 |
| 2013-06-02 | auto merge of #6905 : thestinger/rust/ptr, r=catamorphism | bors | -53/+72 |
| 2013-06-02 | ptr: split out borrowed pointer utilities | Daniel Micay | -53/+72 |
| 2013-06-02 | auto merge of #6879 : yichoi/rust/arm-test, r=brson | bors | -35/+79 |
| 2013-06-03 | Fix passing self by value for types passed by value | Björn Steinbrink | -2/+9 |
| 2013-06-02 | Add a get_mut method to accompany the get method. | gareth | -0/+9 |
| 2013-06-01 | auto merge of #6896 : nickdesaulniers/rust/issue4501, r=brson | bors | -64/+47 |
| 2013-06-01 | auto merge of #6815 : kballard/rust/hashmap-insert_or_modify_with, r=erickt | bors | -36/+35 |
| 2013-06-01 | auto merge of #6891 : luqmana/rust/unit-struct-drop, r=catamorphism | bors | -0/+29 |
| 2013-06-01 | Mark run-pass/unit-like-struct-drop-run.rs as xfast-fail. | Luqman Aden | -0/+1 |
| 2013-06-01 | auto merge of #6807 : catamorphism/rust/rustpkg-extern-mod, r=catamorphism | bors | -474/+762 |
| 2013-06-01 | testsuite: Add an xfailed test case for the new `extern mod` syntax | Tim Chevalier | -0/+16 |
| 2013-06-01 | rustc/rusti/rustpkg: Infer packages from `extern mod` directives | Tim Chevalier | -472/+729 |
| 2013-06-01 | rustc: Call str::is_empty | Tim Chevalier | -1/+1 |
| 2013-06-01 | syntax: Add an each_view_item method on traits | Tim Chevalier | -0/+15 |
| 2013-06-01 | rustc: Improve astconv error message | Tim Chevalier | -1/+1 |
| 2013-06-01 | Swap return value of pipes::init Fixes #4501 | Nick Desaulniers | -64/+47 |
| 2013-06-01 | Add new function hashmap.insert_or_update_with() | Kevin Ballard | -0/+15 |
| 2013-06-01 | Refactor some hashmap code into a new private function mangle() | Kevin Ballard | -37/+21 |
| 2013-06-01 | auto merge of #6885 : erickt/rust/move-callee_id, r=catamorphism | bors | -295/+349 |
| 2013-06-01 | Add test for #6861 | Luqman Aden | -0/+28 |
| 2013-06-01 | auto merge of #6880 : thomaslee/rust/issue-6745, r=catamorphism | bors | -35/+123 |
| 2013-06-01 | syntax: move callee_id into the expr_ variants | Erick Tryzelaar | -289/+337 |
| 2013-06-01 | Windows fixes | Corey Richardson | -1/+2 |
| 2013-06-01 | librustc: Have destructor run for unit-like structs. | Luqman Aden | -2/+8 |
| 2013-06-01 | Fix vec::each* return values | Jed Davis | -2/+19 |
| 2013-06-01 | std: fix run tests when symlink is in the rust checkout path | Erick Tryzelaar | -6/+12 |
| 2013-06-01 | test fixes | Corey Richardson | -2/+2 |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -2784/+2890 |
| 2013-06-01 | librustc: Don't require `pub extern` to make extern functions visible | Patrick Walton | -1/+15 |
| 2013-06-01 | add jemalloc to the runtime | Daniel Micay | -0/+44423 |
| 2013-06-01 | auto merge of #6881 : Aatch/rust/new-passes-2, r=thestinger | bors | -10/+5 |
| 2013-06-02 | Better optimization pipeline | James Miller | -10/+5 |
| 2013-06-01 | Fix a small typo in a comment. | Tom Lee | -1/+1 |
| 2013-06-01 | Reexport static methods on structs & enums. | Tom Lee | -35/+123 |
| 2013-06-01 | compiletest: update for language change | Young-il Choi | -1/+1 |
| 2013-06-01 | compiletest: runtest.rs tidy | Young-il Choi | -2/+2 |
| 2013-06-01 | compiletest: runtest.rs cleanup | Young-il Choi | -115/+30 |
| 2013-06-01 | etc: adb_run_wrapper.sh - fix to clean test (not produce Text File Busy) | Young-il Choi | -7/+19 |
| 2013-06-01 | etc: adb_run_wrapper argument change | Young-il Choi | -15/+22 |
| 2013-06-01 | compiletest: improve exit code handling with adb_run_wrapper | Young-il Choi | -0/+93 |
| 2013-06-01 | etc: adb_run_wrapper added | Young-il Choi | -0/+17 |
| 2013-05-31 | auto merge of #6851 : alexcrichton/rust/bugfixes, r=pcwalton | bors | -981/+365 |
| 2013-05-31 | auto merge of #6876 : cmr/rust/from_elem_opts, r=Aatch | bors | -3/+15 |
| 2013-06-01 | Optimize vec::from_elem with manual inlining (borrowck 1.85x speedup on libstd) | Corey Richardson | -3/+15 |
| 2013-05-31 | auto merge of #6729 : bstrie/rust/ascstr, r=Aatch | bors | -23/+40 |