about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-29Make Zip iterator short-circuitKevin Ballard-6/+12
2013-08-29Make the iterator protocol more explicitKevin Ballard-0/+110
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
2013-08-29Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...Brian Anderson-1120/+1114
2013-08-29drop some redundant Ord method implementationsDavid Creswick-18/+3
2013-08-29auto merge of #8842 : jfager/rust/remove-iter-module, r=pnkfelixbors-36/+21
2013-08-29auto merge of #8840 : alexcrichton/rust/update-vendors, r=cmrbors-0/+0
2013-08-29extra::dlist: Fix bug in Eq::neblake2-ppc-1/+5
2013-08-29std::str: Fix bug in .slice_chars()blake2-ppc-0/+4
2013-08-29std::str: Use CharIterator in NormalizationIteratorblake2-ppc-16/+17
2013-08-29std::str: Remove functions count_chars, count_bytesblake2-ppc-40/+0
2013-08-29auto merge of #8838 : brson/rust/rvfpelim, r=alexcrichtonbors-0/+2
2013-08-29extra: error message should reflact that RUST_TEST_TASKS should be strictly p...Huon Wilson-2/+2
2013-08-29rt: remove a series of unfortunate casts.Huon Wilson-13/+6
2013-08-29rt: use sugary functions rather than manual range loops.Huon Wilson-16/+11
2013-08-29rt: Handle non-integer RUST_THREADS (slightly) more gracefully.Huon Wilson-2/+8
2013-08-29auto merge of #8823 : huonw/rust/6233, r=brsonbors-4/+34
2013-08-29auto merge of #8830 : andersk/rust/indent-4, r=catamorphismbors-5/+3
2013-08-28Remove @io::Writer from sys/repr/reflectAlex Crichton-503/+1717
2013-08-29Remove the iter module.Jason Fager-36/+21
2013-08-28Enable segmented stacks for llvm on mingw-64Alex Crichton-0/+0
2013-08-28Update libuv to rebase on top of joyent/masterAlex Crichton-0/+0
2013-08-28auto merge of #8800 : fhahn/rust/ticket_5239, r=alexcrichtonbors-0/+32
2013-08-28Revert "auto merge of #8695 : thestinger/rust/build, r=pcwalton"Brian Anderson-0/+2
2013-08-29Make the unit-test framework check RUST_TEST_TASKS over RUST_THREADS.Huon Wilson-4/+34
2013-08-28auto merge of #8718 : bblum/rust/typeof, r=pcwaltonbors-4/+78
2013-08-28rust-mode: Default rust-indent-offset to 4, not default-tab-widthAnders Kaseorg-5/+3
2013-08-28auto merge of #8447 : alexcrichton/rust/local-data-merge, r=brsonbors-549/+467
2013-08-28auto merge of #8807 : alexcrichton/rust/remove-two-offsets, r=thestingerbors-109/+37
2013-08-28auto merge of #8806 : klutzy/rust/winmain, r=cmrbors-12/+4
2013-08-28Android: Pass the environment when running testsSeo Sanghyeon-2/+5
2013-08-28Remove --newrt optionSeo Sanghyeon-8/+0
2013-08-28Teach the makefile to use multiple src-base'sCorey Richardson-1/+1
2013-08-28Teach compiletest to use multiple --src-base'sCorey Richardson-17/+19
2013-08-28src/test/bench: restructureCorey Richardson-0/+0
2013-08-28Turned off libstd unit tests that currently fail on Windows.Vadim Chugunov-0/+21
2013-08-28Disabled failing parts of abs_sub() and frexp() unit tests on Windows.Vadim Chugunov-0/+21