about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-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-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-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
2013-08-25auto merge of #8710 : pnkfelix/rust/fsk-issue5516-codepoint-fix, r=alexcrichtonbors-5/+32
2013-08-25char_len is more succinct than count_chars.Felix S. Klock II-2/+1
2013-08-25std::str: Double-ended CharSplitIteratorblake2-ppc-68/+228
2013-08-24auto merge of #8736 : luqmana/rust/hf, r=yichoibors-39/+20
2013-08-24Don't ever compress metadataBrian Anderson-45/+7
2013-08-24auto merge of #8701 : brson/rust/issue-8698, r=thestingerbors-8/+4
2013-08-24Add a test case for the preceding changes.Jed Davis-0/+25
2013-08-24Don't truncate discriminants to host uint for C_uint's sake.Jed Davis-9/+13
2013-08-24Make enum discriminants u64 instead of the host uint.Jed Davis-46/+49
2013-08-24auto merge of #8637 : alexcrichton/rust/ifmt-less-hax, r=graydonbors-292/+409
2013-08-24auto merge of #8607 : sfackler/rust/extensions, r=brsonbors-123/+122
2013-08-24Introduce alternate forms of loggingAlex Crichton-24/+31
2013-08-24auto merge of #8740 : brson/rust/rt-opt, r=thestingerbors-216/+238
2013-08-24std::rt: Enforce sanity a while longerBrian Anderson-1/+2
2013-08-24std: Make vec::push_all_move call reserve_at_leastBrian Anderson-1/+1