| Age | Commit message (Expand) | Author | Lines |
| 2013-09-02 | auto merge of #8927 : thestinger/rust/repr, r=huonw | bors | -50/+91 |
| 2013-09-02 | switch __field__ hack to <unnamed_field> | Daniel Micay | -2/+3 |
| 2013-09-02 | repr: handle tuple structs sanely | Daniel Micay | -34/+58 |
| 2013-09-02 | auto merge of #8931 : ILyoan/rust/turnoff_android_ndk_asm, r=thestinger | bors | -3/+1 |
| 2013-09-02 | repr: add support for trait objects | Daniel Micay | -13/+20 |
| 2013-09-02 | repr: print functions as `fn()` | Daniel Micay | -1/+10 |
| 2013-09-02 | turn off android ndk asm pass | Ilyong Cho | -3/+1 |
| 2013-09-01 | Fix #8898 | novalis | -2/+35 |
| 2013-09-02 | Renamed syntax::ast::ident -> Ident | Marvin Löbel | -511/+513 |
| 2013-09-01 | touch llvm clean trigger | Daniel Micay | -1/+1 |
| 2013-09-01 | auto merge of #8913 : poiru/rust/issue-8702, r=cmr | bors | -3/+6 |
| 2013-09-01 | auto merge of #8276 : kballard/rust/iterator-protocol, r=cmr | bors | -6/+122 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -1310/+1315 |
| 2013-09-01 | Fix incorrect strftime error handling in rust_localtime | Birunthan Mohanathas | -3/+6 |
| 2013-08-31 | auto merge of #8903 : luqmana/rust/en, r=thestinger | bors | -4/+10 |
| 2013-08-31 | auto merge of #8899 : thestinger/rust/repr, r=huonw | bors | -36/+56 |
| 2013-08-31 | document why some tests are xfail-fast | Daniel Micay | -5/+5 |
| 2013-08-31 | auto merge of #8905 : sstewartgallus/rust/cleanup_tests, r=bblum | bors | -154/+153 |
| 2013-08-31 | Cleanup concurrency tests | Steven Stewart-Gallus | -154/+153 |
| 2013-08-31 | librustc: Add export_name attribute to specify symbol name. | Luqman Aden | -4/+10 |
| 2013-08-31 | repr: remove trailing {} from unit-like structs | Daniel Micay | -8/+12 |
| 2013-08-31 | repr: print the name of structs | Daniel Micay | -34/+50 |
| 2013-08-30 | auto merge of #8896 : lightcatcher/rust/default_eq_fix, r=thestinger | bors | -26/+4 |
| 2013-08-30 | auto merge of #8862 : dcrewi/rust/drop-redundant-ord-impls, r=thestinger | bors | -17/+2 |
| 2013-08-30 | auto merge of #8894 : alexcrichton/rust/faster, r=thestinger | bors | -68/+100 |
| 2013-08-30 | made Eq for package_id use more standard parameter names | Eric Martin | -2/+2 |
| 2013-08-30 | Now inline default 'ne' methods | Eric Martin | -0/+2 |
| 2013-08-30 | remove several 'ne' methods | Eric Martin | -24/+0 |
| 2013-08-30 | Tweak pass management and add some more options | Alex Crichton | -68/+100 |
| 2013-08-30 | auto merge of #8889 : erickt/rust/cleanup, r=catamorphism | bors | -81/+64 |
| 2013-08-30 | auto merge of #8831 : catamorphism/rust/extend_rust_path, r=catamorphism | bors | -104/+506 |
| 2013-08-30 | rustpkg: Allow package directories to appear in the RUST_PATH | Tim Chevalier | -103/+428 |
| 2013-08-30 | rustpkg: Add a not_a_workspace condition | Tim Chevalier | -0/+8 |
| 2013-08-30 | std: Add a file-renaming function to std::os | Tim Chevalier | -0/+69 |
| 2013-08-30 | std: Add a fixme for when we add Trait::<for T>::static_method() | Erick Tryzelaar | -0/+2 |
| 2013-08-30 | rustc: capitalize types in rscope.rs | Erick Tryzelaar | -51/+51 |
| 2013-08-30 | fix various warnings | Erick Tryzelaar | -30/+11 |
| 2013-08-30 | rustc: Change a stray error! statement to debug! | Tim Chevalier | -1/+1 |
| 2013-08-30 | auto merge of #8886 : cmr/rust/test-restructure, r=cmr | bors | -19/+17 |
| 2013-08-30 | Revert "src/test/bench: restructure" | Corey Richardson | -0/+0 |
| 2013-08-30 | Revert "Teach compiletest to use multiple --src-base's" | Corey Richardson | -19/+17 |
| 2013-08-30 | Revert "Teach the makefile to use multiple src-base's" | Corey Richardson | -1/+1 |
| 2013-08-30 | auto merge of #8858 : blake2-ppc/rust/small-bugs, r=alexcrichton | bors | -17/+26 |
| 2013-08-30 | auto merge of #8877 : bouk/rust/master, r=sanxiyn | bors | -1/+1 |
| 2013-08-30 | auto merge of #8872 : MicahChalmer/rust/emacs-indent-fix, r=pnkfelix | bors | -5/+26 |
| 2013-08-30 | auto merge of #8869 : alexcrichton/rust/issue-8847-fix-unused, r=huonw | bors | -0/+86 |
| 2013-08-30 | auto merge of #8867 : thestinger/rust/smaller-arc, r=alexcrichton | bors | -1/+9 |
| 2013-08-30 | auto merge of #8857 : blake2-ppc/rust/std-str-remove, r=thestinger | bors | -40/+0 |
| 2013-08-30 | Add missing space | Bouke van der Bijl | -1/+1 |
| 2013-08-30 | auto merge of #8854 : huonw/rust/rt-papercuts, r=brson | bors | -33/+27 |