about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-05-11Warning policeTim Chevalier-136/+51
2013-05-11auto merge of #6426 : gifnksm/rust/new-iter, r=catamorphismbors-7/+20
2013-05-11auto merge of #6420 : huonw/rust/rm-exec, r=thestingerbors-0/+0
2013-05-12libstd: Fix BigUint::is_evengifnksm-1/+12
2013-05-11rustc: Don't call type_error_message() with ty_err as the expected typeTim Chevalier-49/+84
2013-05-11auto merge of #6402 : kud1ing/rust/fixes, r=pcwaltonbors-34/+34
2013-05-12libcore: Change `each_val` to follow new for-loop protocolgifnksm-7/+20
2013-05-11auto merge of #6397 : cantsin/rust/rusti-fixes, r=catamorphismbors-2/+2
2013-05-11auto merge of #6389 : sonwow/rust/issue-3356, r=bstriebors-105/+105
2013-05-11auto merge of #6385 : huonw/rust/rustc-dtor-struct-match, r=nikomatsakisbors-23/+132
2013-05-11auto merge of #6383 : huonw/rust/rustc-expand-then-strip, r=thestingerbors-16/+7
2013-05-11Fix errors in test_hashset().Samuel Chase-3/+4
2013-05-11Use acc.push_str() instead of str::push_str(..)Samuel Chase-12/+24
2013-05-11Add test: test_hashset()Samuel Chase-0/+14
2013-05-11Add str representation for HashSet.Samuel Chase-0/+18
2013-05-11Remove extra space between key and value.Samuel Chase-6/+9
2013-05-11All tests, including newly added test_hashmap() pass. The empty Hash Table do...Samuel Chase-9/+11
2013-05-11Correct testcases that passed because fns with #[test] were stripped before e...Huon Wilson-12/+3
2013-05-11auto merge of #6384 : thomaslee/rust/issue-4202, r=catamorphismbors-0/+83
2013-05-10auto merge of #6376 : nikomatsakis/rust/issue-6272-tests, r=graydonbors-0/+62
2013-05-10auto merge of #6368 : catamorphism/rust/issue-5315, r=catamorphismbors-0/+43
2013-05-10Test case for issue #4202Tom Lee-0/+41
2013-05-11Remove core executableHuon Wilson-0/+0
2013-05-10auto merge of #6260 : alexcrichton/rust/issue-3466-no-swap, r=pcwaltonbors-399/+292
2013-05-10Fix tests with the swap operatorAlex Crichton-2/+2
2013-05-10Remove the '<->' operator from the languageAlex Crichton-98/+15
2013-05-10Stop using the '<->' operatorAlex Crichton-296/+214
2013-05-10Implement util::swap without the '<->' operatorAlex Crichton-5/+63
2013-05-10auto merge of #6205 : brson/rust/flate, r=brsonbors-7/+7
2013-05-10auto merge of #6223 : alexcrichton/rust/issue-6183, r=pcwaltonbors-304/+2943
2013-05-10Fix merge "failures"Alex Crichton-12/+20
2013-05-10test: Use the new `for` protocolAlex Crichton-45/+164
2013-05-10Move flate from core to stdBrian Anderson-7/+7
2013-05-11Removed test_hashmap() for the time, being. All tests pass with make check.Samuel Chase-10/+11
2013-05-10more back-ticks, less colonsLenny222-34/+34
2013-05-11Add to_str() for HashMaps, and some basic tests as well.Samuel Chase-0/+36
2013-05-10Remove redundant import errorCorey Richardson-1/+0
2013-05-10auto merge of #6380 : pcwalton/rust/core-text-ice, r=pcwaltonbors-19/+21
2013-05-10Fixes rusti crashes.James Tranovich-2/+2
2013-05-10auto merge of #6366 : catamorphism/rust/issue-3920, r=catamorphismbors-2/+24
2013-05-10renamed str::from_slice to str::to_ownedYoungsoo Son-66/+66
2013-05-10auto merge of #6358 : crabtw/rust/mips-segstk, r=brsonbors-8/+218
2013-05-10auto merge of #6329 : sonwow/rust/issue-6306, r=ILyoanbors-23/+24
2013-05-10Add some positive tests for dtor struct destructuringHuon Wilson-0/+46
2013-05-10renamed vec::from_slice to vec::to_ownedYoungsoo Son-39/+39
2013-05-10Issue number on xfailed testHuon Wilson-1/+1
2013-05-10auto merge of #6356 : dotdash/rust/strinterner, r=pcwaltonbors-466/+521
2013-05-10librustc: allow destructuring of structs with destructors if the pattern has ...Huon Wilson-23/+86
2013-05-10A test file is fixedYoungsoo Son-2/+2
2013-05-10auto merge of #6347 : cmr/rust/unknown_module_resolve_error, r=catamorphismbors-2/+24