summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-06-14xfail run-pass/auto-encode.rsBrian Anderson-0/+2
2013-06-14fixed code to placate new restrictions on form of function/method invocations.Felix S. Klock II-4/+4
2013-06-13Revert "std: convert {vec,str}::to_owned to methods."Brian Anderson-2/+2
2013-06-14xfail test on windows, because extern mod doesn't work thereHuon Wilson-0/+2
2013-06-14syntax: correct the Rand::rand call to select enum variants in #[deriving(Ran...Huon Wilson-0/+39
2013-06-13automated whitespace fixesDaniel Micay-16/+4
2013-06-13make pp file conform to actual output, noting some oddities along the way.Felix S. Klock II-30/+35
2013-06-13checkpoint block-comment-wchar state.Felix S. Klock II-2/+113
2013-06-13Fix #3961 : use char range methods instead of byte offsets to detect whitespace.Felix S. Klock II-0/+109
2013-06-13std: remove the invalid NullTerminatedStr instance for &'static str.Huon Wilson-1/+22
2013-06-12Fix a lot of the handling of default methods and type parameters. Closes #409...Michael Sullivan-3/+3
2013-06-12Properly translate calls to default methods in a number of cases. Closes #4350.Michael Sullivan-3/+1
2013-06-12Add tests for duplicate methods on traits/impls.Luqman Aden-0/+33
2013-06-12std: remove substr & str::count_*, methodise char_len, implement slice_chars.Huon Wilson-1/+1
2013-06-12std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...Huon Wilson-12/+11
2013-06-12std: convert str::{*shift,pop}* to methods.Huon Wilson-5/+5
2013-06-12std: convert {vec,str}::to_owned to methods.Huon Wilson-2/+2
2013-06-11option: remove redundant old_iter implsDaniel Micay-272/+10
2013-06-10auto merge of #7046 : luqmana/rust/issue-7044, r=sanxiynbors-0/+14
2013-06-10Add test for #7044.Luqman Aden-0/+14
2013-06-11fix tests, remove some warningsHuon Wilson-2/+3
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