about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2013-08-25revisions to emacs compilation regexp, more readable and robust.Felix S. Klock II-7/+15
2013-08-25compilation error regexp specific to rustc.Felix S. Klock II-0/+15
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
2013-08-24std::rt: Remove an unnecessary allocation from the main sched loopBrian Anderson-11/+11
2013-08-24std: Convert the runtime TLS key to a Rust global to avoid FFIBrian Anderson-27/+23
2013-08-24std::rt: Remove metrics for perfBrian Anderson-115/+0
2013-08-24std::rt: Reduce MessageQueue contentionBrian Anderson-12/+69
2013-08-24std::rt: Reduce SleeperList contentionBrian Anderson-12/+44
2013-08-24std::rt: Remove extra boxes from MessageQueue and SleeperListBrian Anderson-7/+6
2013-08-24std::rt: Optimize TLS use in change_task_contextBrian Anderson-1/+25
2013-08-24std: More TLS micro-optimizationBrian Anderson-12/+31
2013-08-24Add OwnedStr::into_bytesSteven Fackler-1/+16
2013-08-24Settle on the format/write/print family of namesAlex Crichton-255/+295
2013-08-24Implement a wrapper macro around fprintf -- ifmtfAlex Crichton-23/+71
2013-08-24Remove ifmt hax and implement fprintfAlex Crichton-17/+39
2013-08-24librustc: Always use session target triple.Luqman Aden-36/+13
2013-08-24auto merge of #8732 : kballard/rust/str-truncate, r=thestingerbors-0/+42
2013-08-24rustllvm: Specify hard floats for gnueabihf.Luqman Aden-3/+7
2013-08-24auto merge of #8725 : bblum/rust/docs, r=graydonbors-1/+85
2013-08-24auto merge of #8679 : singingboyo/rust/json-to-impl, r=alexcrichtonbors-65/+61
2013-08-24Added note that there is still more to do on 5516.Felix S. Klock II-3/+30
2013-08-24auto merge of #8722 : graydon/rust/2013-08-23-test-shard, r=msullivanbors-2/+48
2013-08-24auto merge of #8719 : msullivan/rust/cleanup, r=catamorphismbors-29/+37
2013-08-23Don't copy metadata after loadingBrian Anderson-83/+132
2013-08-23Add new function str.truncate()Kevin Ballard-0/+42
2013-08-23std: Convert some assert!s to rtassert!Brian Anderson-5/+6
2013-08-23Define cfg(rtopt) when optimizing. Turn off runtime sanity checksBrian Anderson-2/+7
2013-08-23std: Reduce TLS accessBrian Anderson-15/+18