about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-06-11std: remove str::to_charsHuon Wilson-2/+4
2013-06-10std: remove str::{connect,concat}*.Huon Wilson-4/+4
2013-06-10std: convert str::char_at* to methods.Huon Wilson-2/+2
2013-06-10std: convert str::reserve* to methods, and methodise str::push_*.Huon Wilson-6/+6
2013-06-10std: replace str::find_str* with a methodHuon Wilson-2/+2
2013-06-10std: remove str::{len, slice, is_empty} in favour of methods.Huon Wilson-11/+11
2013-06-10std: replace str::each_split* with an iteratorHuon Wilson-2/+3
2013-06-09Track the source of the type_target and value_target separately for ImportRes...Alex Crichton-8/+26
2013-06-09Add test for #4228.Luqman Aden-0/+23
2013-06-08auto merge of #7023 : thestinger/rust/vec, r=brsonbors-10/+12
2013-06-08remove deprecated vec::{is_empty, len} functionsDaniel Micay-10/+12
2013-06-08auto merge of #7018 : bill-myers/rust/fix_7017, r=thestingerbors-0/+20
2013-06-09add test for RcMut being Const and Owned, tests #7017 being fixedBill Myers-0/+20
2013-06-08auto merge of #7016 : thestinger/rust/ptr, r=luqmanabors-2/+1
2013-06-08auto merge of #6992 : Blei/rust/fix-autoderef-ice, r=catamorphismbors-0/+32
2013-06-08rm some uses of to_mut_unsafe_ptrDaniel Micay-2/+1
2013-06-09std: replace the str::each* fns/methods with byte iteratorsHuon Wilson-4/+4
2013-06-09std: remove each_char* fns and methods from str, replaced by iterators.Huon Wilson-1/+2
2013-06-09std: remove foldr and alli methods in vecHuon Wilson-5/+5
2013-06-09std: remove fold[lr] in favour of iteratorsHuon Wilson-15/+16
2013-06-09std: remove {all*,any*,count} in favour of iteratorsHuon Wilson-18/+20
2013-06-08Add test for #5062Philipp Brüschweiler-0/+15
2013-06-08Add a test that causes an ICE currentlyPhilipp Brüschweiler-0/+17
2013-06-07auto merge of #7000 : Blei/rust/fix-6155, r=catamorphismbors-0/+17
2013-06-07testsuite: Add test cases that passTim Chevalier-8/+132
2013-06-07Add test for #6155Philipp Brüschweiler-0/+17
2013-06-08std: remove each[i]_mut functions, in favour of iterators.Huon Wilson-8/+11
2013-06-08std: remove vec::each2 and vec::each2_mut in favour of iteratorsHuon Wilson-45/+3
2013-06-06auto merge of #6985 : Aatch/rust/fixed-vec-6977, r=thestingerbors-0/+7
2013-06-07Disallow negative counts in repeat expressionsJames Miller-0/+7
2013-06-06test/compile-fail: clarify bad-for-loopRamkumar Ramachandra-3/+19
2013-06-06Deduplicate words in code commentsAlexei Sholik-1/+1
2013-06-05auto merge of #6964 : huonw/rust/vec-mut-iter, r=thestingerbors-0/+19
2013-06-06std: add an external iterator for mutating vec elementsHuon Wilson-0/+19
2013-06-05Fix stat.rs to not pollute the build directory. Closes #6959.Michael Sullivan-1/+2
2013-06-04librustc: Disallow multiple patterns from appearing in a "let" declaration.Patrick Walton-47/+106
2013-06-04libsyntax: Remove `pub impl` from the languagePatrick Walton-2/+2
2013-06-04auto merge of #6928 : Blei/rust/fix-constructors, r=bstriebors-25/+25
2013-06-04std::cell: Modernize constructorsPhilipp Brüschweiler-25/+25
2013-06-04Use ABI alignment, not "preferred" alignment, to unify monomorphizations.Jed Davis-0/+31
2013-06-03Add test for issue #6698Philipp Brüschweiler-0/+17
2013-06-02ptr: split out borrowed pointer utilitiesDaniel Micay-3/+4
2013-06-01auto merge of #6896 : nickdesaulniers/rust/issue4501, r=brsonbors-30/+30
2013-06-01auto merge of #6891 : luqmana/rust/unit-struct-drop, r=catamorphismbors-0/+29
2013-06-01Mark run-pass/unit-like-struct-drop-run.rs as xfast-fail.Luqman Aden-0/+1
2013-06-01auto merge of #6807 : catamorphism/rust/rustpkg-extern-mod, r=catamorphismbors-0/+16
2013-06-01testsuite: Add an xfailed test case for the new `extern mod` syntaxTim Chevalier-0/+16
2013-06-01Swap return value of pipes::init Fixes #4501Nick Desaulniers-30/+30
2013-06-01Add test for #6861Luqman Aden-0/+28
2013-06-01auto merge of #6880 : thomaslee/rust/issue-6745, r=catamorphismbors-4/+30