about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-09-01Fix incorrect strftime error handling in rust_localtimeBirunthan Mohanathas-3/+6
2013-08-31auto merge of #8903 : luqmana/rust/en, r=thestingerbors-4/+10
2013-08-31auto merge of #8899 : thestinger/rust/repr, r=huonwbors-36/+56
2013-08-31document why some tests are xfail-fastDaniel Micay-5/+5
2013-08-31auto merge of #8905 : sstewartgallus/rust/cleanup_tests, r=bblumbors-154/+153
2013-08-31Cleanup concurrency testsSteven Stewart-Gallus-154/+153
2013-08-31librustc: Add export_name attribute to specify symbol name.Luqman Aden-4/+10
2013-08-31repr: remove trailing {} from unit-like structsDaniel Micay-8/+12
2013-08-31repr: print the name of structsDaniel Micay-34/+50
2013-08-30auto merge of #8896 : lightcatcher/rust/default_eq_fix, r=thestingerbors-26/+4
2013-08-30auto merge of #8862 : dcrewi/rust/drop-redundant-ord-impls, r=thestingerbors-17/+2
2013-08-30auto merge of #8894 : alexcrichton/rust/faster, r=thestingerbors-68/+100
2013-08-30made Eq for package_id use more standard parameter namesEric Martin-2/+2
2013-08-30Now inline default 'ne' methodsEric Martin-0/+2
2013-08-30remove several 'ne' methodsEric Martin-24/+0
2013-08-30Tweak pass management and add some more optionsAlex Crichton-68/+100
2013-08-30auto merge of #8889 : erickt/rust/cleanup, r=catamorphismbors-81/+64
2013-08-30auto merge of #8831 : catamorphism/rust/extend_rust_path, r=catamorphismbors-104/+506
2013-08-30rustpkg: Allow package directories to appear in the RUST_PATHTim Chevalier-103/+428
2013-08-30rustpkg: Add a not_a_workspace conditionTim Chevalier-0/+8
2013-08-30std: Add a file-renaming function to std::osTim Chevalier-0/+69
2013-08-30std: Add a fixme for when we add Trait::<for T>::static_method()Erick Tryzelaar-0/+2
2013-08-30rustc: capitalize types in rscope.rsErick Tryzelaar-51/+51
2013-08-30fix various warningsErick Tryzelaar-30/+11
2013-08-30rustc: Change a stray error! statement to debug!Tim Chevalier-1/+1
2013-08-30auto merge of #8886 : cmr/rust/test-restructure, r=cmrbors-19/+17
2013-08-30Revert "src/test/bench: restructure"Corey Richardson-0/+0
2013-08-30Revert "Teach compiletest to use multiple --src-base's"Corey Richardson-19/+17
2013-08-30Revert "Teach the makefile to use multiple src-base's"Corey Richardson-1/+1
2013-08-30auto merge of #8858 : blake2-ppc/rust/small-bugs, r=alexcrichtonbors-17/+26
2013-08-30auto merge of #8877 : bouk/rust/master, r=sanxiynbors-1/+1
2013-08-30auto merge of #8872 : MicahChalmer/rust/emacs-indent-fix, r=pnkfelixbors-5/+26
2013-08-30auto merge of #8869 : alexcrichton/rust/issue-8847-fix-unused, r=huonwbors-0/+86
2013-08-30auto merge of #8867 : thestinger/rust/smaller-arc, r=alexcrichtonbors-1/+9
2013-08-30auto merge of #8857 : blake2-ppc/rust/std-str-remove, r=thestingerbors-40/+0
2013-08-30Add missing spaceBouke van der Bijl-1/+1
2013-08-30auto merge of #8854 : huonw/rust/rt-papercuts, r=brsonbors-33/+27
2013-08-30auto merge of #8843 : alexcrichton/rust/fix-bug, r=huonwbors-10/+85
2013-08-30auto merge of #8820 : alexcrichton/rust/no-io-writer, r=brsonbors-503/+1717
2013-08-30auto merge of #8839 : sanxiyn/rust/env, r=thestingerbors-10/+5
2013-08-30Align field names in struct expressions with fields on same line as the openi...Micah Chalmer-4/+14
2013-08-30Multiline comments with leading *s line up the *sMicah Chalmer-0/+4
2013-08-29auto merge of #8819 : vadimcn/rust/unit-tests, r=brsonbors-25/+84
2013-08-29One indent after open paren with no argumentMicah Chalmer-2/+8
2013-08-29Correct indent with trailing spaces/comments on previous lineMicah Chalmer-2/+3
2013-08-29Correct the sources of glob importsAlex Crichton-0/+86
2013-08-29Fix a bug with statics inside blocks in generic fnsAlex Crichton-10/+85
2013-08-29auto merge of #8458 : cmr/rust/test-restructure, r=brsonbors-17/+19
2013-08-29reduce the size of UnsafeArc from 2 words to 1Daniel Micay-1/+9
2013-08-29partial revert of 31fa865David Creswick-1/+1