| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-08-30 | auto merge of #8843 : alexcrichton/rust/fix-bug, r=huonw | bors | -10/+85 |
| 2013-08-30 | auto merge of #8820 : alexcrichton/rust/no-io-writer, r=brson | bors | -503/+1717 |
| 2013-08-30 | auto merge of #8839 : sanxiyn/rust/env, r=thestinger | bors | -10/+5 |
| 2013-08-30 | Align field names in struct expressions with fields on same line as the openi... | Micah Chalmer | -4/+14 |
| 2013-08-30 | Multiline comments with leading *s line up the *s | Micah Chalmer | -0/+4 |
| 2013-08-29 | auto merge of #8819 : vadimcn/rust/unit-tests, r=brson | bors | -25/+84 |
| 2013-08-29 | One indent after open paren with no argument | Micah Chalmer | -2/+8 |
| 2013-08-29 | Correct indent with trailing spaces/comments on previous line | Micah Chalmer | -2/+3 |
| 2013-08-29 | Correct the sources of glob imports | Alex Crichton | -0/+86 |
| 2013-08-29 | Fix a bug with statics inside blocks in generic fns | Alex Crichton | -10/+85 |
| 2013-08-29 | auto merge of #8458 : cmr/rust/test-restructure, r=brson | bors | -17/+19 |
| 2013-08-29 | reduce the size of UnsafeArc from 2 words to 1 | Daniel Micay | -1/+9 |
| 2013-08-29 | partial revert of 31fa865 | David Creswick | -1/+1 |