summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-08-26std: Make vec::from_elem failure-safeBrian Anderson-4/+30
2013-08-26Fix valgrind suppression on macBrian Anderson-1/+0
2013-08-26auto merge of #8438 : cmr/rust/default, r=thestingerbors-18/+36
2013-08-26Fix deriving-zero testCorey Richardson-2/+0
2013-08-26Add a Default trait.Corey Richardson-16/+36
2013-08-27Decrement unkillable counter before failingFlaper Fesp-3/+5
2013-08-27Don't make the runtime exit on illegal callsFlaper Fesp-16/+36
2013-08-26rustpkg: Implement --version command-line optionTim Chevalier-1/+9
2013-08-27Testing rekillable fails when called from outside an unkillable blockFlaper Fesp-1/+17
2013-08-27Make rekillable consistent with unkillableFlaper Fesp-45/+46
2013-08-26rustpkg: Test that different copies of the same package ID can exist in multi...Tim Chevalier-43/+122
2013-08-26auto merge of #8766 : brson/rust/vecfromfn, r=alexcrichtonbors-4/+8
2013-08-26std: Make vec::from_fn failure-safeBrian Anderson-4/+8
2013-08-26auto merge of #8488 : klutzy/rust/mingw-w64, r=brsonbors-40/+497
2013-08-26auto merge of #8758 : pnkfelix/rust/fsk-more-oldvisit-ports, r=pnkfelixbors-77/+123
2013-08-26Add script and tests for using keywords as identifiersFlorian Hahn-0/+509
2013-08-26auto merge of #8749 : gifnksm/rust/bigint-cfg, r=pnkfelixbors-232/+210
2013-08-26Support Win64 context switchingklutzy-16/+106
2013-08-26rt: Support SEH/SJLJ personality routineklutzy-6/+16
2013-08-26rt: Make valgrind Win64-compatibleklutzy-6/+12
2013-08-26std: Add Win64 supportklutzy-3/+162
2013-08-26std: Bind write() on Win64klutzy-5/+15
2013-08-26std: Add Win64 typesklutzy-0/+166
2013-08-26Set main_name "WinMain" on Win64klutzy-1/+6
2013-08-26rt: Add {get,record}_sp_limit on Win64klutzy-0/+8
2013-08-26rt: Remove leading underscore on Win64klutzy-3/+6
2013-08-26auto merge of #8737 : blake2-ppc/rust/std-str-rsplit, r=huonwbors-73/+305
2013-08-26std::str: Tune CharSplitIterator after benchmarksblake2-ppc-55/+44
2013-08-26Placate `make tidy`.Felix S. Klock II-1/+2
2013-08-26bigint: fix wrong benchmark fn namegifnksm-1/+1
2013-08-26auto merge of #8744 : jld/rust/discr64, r=nikomatsakisbors-47/+79
2013-08-26Port typeck/check/vtable.rs from oldvisit to <V:Visitor> trait API.Felix S. Klock II-10/+19
2013-08-26std::str: bench tests for .split_iter()blake2-ppc-0/+83
2013-08-26Port middle/stack_check.rs from oldvisit to <V:Visitor> trait API.Felix S. Klock II-20/+37
2013-08-26Port middle/moves.rs from oldvisit to <V:Visitor> trait API.Felix S. Klock II-29/+40
2013-08-26Remove occurrences of `oldvisit` text to improve grepping for old oldvisit.Felix S. Klock II-11/+11
2013-08-26Port creader.rs from oldvisit to <V:Visitor> trait API.Felix S. Klock II-7/+15
2013-08-26Un-disabled debug info tests on Windows.Vadim Chugunov-140/+4
2013-08-26Since we assume that GDB output is UTF-8, make sure it is so on all platforms.Vadim Chugunov-1/+3
2013-08-25auto merge of #8750 : kballard/rust/str-opt-variant, r=thestingerbors-9/+108
2013-08-25Revert "auto merge of #8745 : brson/rust/metadata, r=cmr"Brian Anderson-131/+89
2013-08-25Add _opt variants to str byte-conversion functionsKevin Ballard-9/+108
2013-08-26extend file regexp to match files with embedded spaces.Felix S. Klock II-1/+1
2013-08-25auto merge of #8745 : brson/rust/metadata, r=cmrbors-89/+131
2013-08-25auto merge of #8723 : anasazi/rust/temporary-unkillable-io, r=brsonbors-124/+165
2013-08-26bigint: Add benchmarksgifnksm-0/+44
2013-08-25bigint: un-ignore test_shrgifnksm-73/+68
2013-08-25bigint: inlining small functionsgifnksm-97/+92
2013-08-25bigint: remove unnecessary method implementsgifnksm-42/+0
2013-08-25bigint: cfg(target_arch = ...) => cfg(target_word_size = ...)gifnksm-25/+11