]> git.lizzy.rs Git - rust.git/history - src/libstd/str.rs
auto merge of #8857 : blake2-ppc/rust/std-str-remove, r=thestinger
[rust.git] / src / libstd / str.rs
2013-08-30 borsauto merge of #8857 : blake2-ppc/rust/std-str-remove...
2013-08-30 borsauto merge of #8854 : huonw/rust/rt-papercuts, r=brson
2013-08-30 borsauto merge of #8843 : alexcrichton/rust/fix-bug, r...
2013-08-30 borsauto merge of #8820 : alexcrichton/rust/no-io-writer...
2013-08-30 borsauto merge of #8839 : sanxiyn/rust/env, r=thestinger
2013-08-30 borsauto merge of #8819 : vadimcn/rust/unit-tests, r=brson
2013-08-30 borsauto merge of #8458 : cmr/rust/test-restructure, r...
2013-08-29 borsauto merge of #8848 : ILyoan/rust/mk_libuv, r=cmr
2013-08-29 borsauto merge of #8842 : jfager/rust/remove-iter-module...
2013-08-29 blake2-ppcstd::str: Remove functions count_chars, count_bytes
2013-08-29 Jason FagerRemove the iter module.
2013-08-29 borsauto merge of #8800 : fhahn/rust/ticket_5239, r=alexcri...
2013-08-29 borsauto merge of #8832 : alexcrichton/rust/fix-libuv-build...
2013-08-28 borsauto merge of #8718 : bblum/rust/typeof, r=pcwalton
2013-08-28 borsauto merge of #8447 : alexcrichton/rust/local-data...
2013-08-28 borsauto merge of #8828 : brson/rust/randomness, r=thestinger
2013-08-28 borsauto merge of #8807 : alexcrichton/rust/remove-two...
2013-08-28 Alex CrichtonRemove offset_inbounds for an unsafe offset function
2013-08-28 borsauto merge of #8797 : nikomatsakis/rust/issue-8625...
2013-08-27 borsauto merge of #8792 : adridu59/rust/master, r=catamorphism
2013-08-27 borsauto merge of #8581 : FlaPer87/rust/issue/8232, r=bblum
2013-08-27 borsauto merge of #8772 : thestinger/rust/option, r=anasazi
2013-08-27 borsauto merge of #8777 : Kimundi/rust/doc_stuff, r=cmr
2013-08-27 borsauto merge of #8779 : brson/rust/macsupp, r=thestinger
2013-08-27 borsauto merge of #8773 : catamorphism/rust/rustpkg-version...
2013-08-27 borsauto merge of #8757 : vadimcn/rust/debug-info-tests...
2013-08-27 borsauto merge of #8700 : alexcrichton/rust/better-llvm...
2013-08-27 borsauto merge of #8747 : pnkfelix/rust/fsk-issue6887-fix...
2013-08-27 borsauto merge of #8739 : fhahn/rust/ticket_2275, r=brson
2013-08-27 borsauto merge of #8438 : cmr/rust/default, r=thestinger
2013-08-26 Corey RichardsonAdd a Default trait.
2013-08-26 borsauto merge of #8488 : klutzy/rust/mingw-w64, r=brson
2013-08-26 borsauto merge of #8758 : pnkfelix/rust/fsk-more-oldvisit...
2013-08-26 borsauto merge of #8749 : gifnksm/rust/bigint-cfg, r=pnkfelix
2013-08-26 borsauto merge of #8737 : blake2-ppc/rust/std-str-rsplit...
2013-08-26 blake2-ppcstd::str: Tune CharSplitIterator after benchmarks
2013-08-26 borsauto merge of #8744 : jld/rust/discr64, r=nikomatsakis
2013-08-26 blake2-ppcstd::str: bench tests for .split_iter()
2013-08-26 borsauto merge of #8750 : kballard/rust/str-opt-variant...
2013-08-26 Kevin BallardAdd _opt variants to str byte-conversion functions
2013-08-25 borsauto merge of #8745 : brson/rust/metadata, r=cmr
2013-08-25 borsauto merge of #8723 : anasazi/rust/temporary-unkillable...
2013-08-25 borsauto merge of #8710 : pnkfelix/rust/fsk-issue5516-codep...
2013-08-25 blake2-ppcstd::str: Double-ended CharSplitIterator
2013-08-25 borsauto merge of #8736 : luqmana/rust/hf, r=yichoi
2013-08-25 borsauto merge of #8701 : brson/rust/issue-8698, r=thestinger
2013-08-25 borsauto merge of #8637 : alexcrichton/rust/ifmt-less-hax...
2013-08-25 borsauto merge of #8607 : sfackler/rust/extensions, r=brson
2013-08-24 borsauto merge of #8740 : brson/rust/rt-opt, r=thestinger
2013-08-24 Daniel MicayMerge pull request #8733 from sfackler/str-to-bytes
2013-08-24 Steven FacklerAdd OwnedStr::into_bytes
2013-08-24 borsauto merge of #8732 : kballard/rust/str-truncate, r...
2013-08-24 borsauto merge of #8679 : singingboyo/rust/json-to-impl...
2013-08-24 Kevin BallardAdd new function str.truncate()
2013-08-23 borsauto merge of #8695 : thestinger/rust/build, r=pcwalton
2013-08-23 borsauto merge of #8684 : michaelwoerister/rust/stepping_an...
2013-08-23 borsauto merge of #8692 : kballard/rust/ffi-tutorial-c_str...
2013-08-23 borsauto merge of #8691 : anasazi/rust/fix-timer-interface...
2013-08-23 borsauto merge of #8686 : kmcallister/rust/doc, r=catamorphism
2013-08-23 borsauto merge of #8682 : adridu59/rust/master, r=cmr
2013-08-23 borsauto merge of #8681 : mrordinaire/rust/remove-set_args...
2013-08-23 borsauto merge of #8677 : bblum/rust/scratch, r=alexcrichton
2013-08-23 borsauto merge of #8671 : kballard/rust/range_inclusive...
2013-08-23 borsauto merge of #8596 : vadimcn/rust/master, r=alexcrichton
2013-08-23 Vadim ChugunovEnabled unit tests in std and extra.
2013-08-22 borsauto merge of #8669 : lkuper/rust/infer-refactor, r...
2013-08-22 borsauto merge of #8642 : sanxiyn/rust/arm-test, r=catamorphism
2013-08-22 borsauto merge of #8666 : nikomatsakis/rust/issue-3678...
2013-08-22 borsauto merge of #8627 : kballard/rust/fix-rusti, r=catamo...
2013-08-22 borsauto merge of #8626 : kballard/rust/issue-8615, r=catam...
2013-08-22 borsauto merge of #8620 : brson/rust/issue-7563, r=alexcrichton
2013-08-22 borsauto merge of #8616 : kballard/rust/url-parse-errors...
2013-08-22 borsauto merge of #8590 : blake2-ppc/rust/std-str, r=alexcr...
2013-08-22 borsauto merge of #8562 : bblum/rust/superkinds, r=nikomatsakis
2013-08-22 borsauto merge of #8595 : vadimcn/rust/print_link_args...
2013-08-21 borsauto merge of #8594 : bytewiseand/rust/static-fn-ptr...
2013-08-21 blake2-ppcstd::str: Add test for CharIterator .clone()
2013-08-21 borsauto merge of #8546 : jld/rust/discrim-symbol-rm, r...
2013-08-21 borsauto merge of #8445 : Florob/rust/unicode, r=graydon
2013-08-21 borsauto merge of #8610 : kballard/rust/mod_floor, r=alexcr...
2013-08-21 borsauto merge of #8604 : kballard/rust/iter-size-hint...
2013-08-21 borsauto merge of #8602 : sanxiyn/rust/sysconf, r=graydon
2013-08-21 borsauto merge of #8600 : sfackler/rust/http, r=brson
2013-08-21 Florian ZeitzAdd support for performing NFD and NFKD on strings
2013-08-21 borsauto merge of #8585 : jankobler/rust/extract-grammar...
2013-08-21 borsauto merge of #8580 : bytewiseand/rust/tuple-struct...
2013-08-21 borsauto merge of #8573 : mrordinaire/rust/struct-new-as...
2013-08-21 borsauto merge of #8656 : toddaaro/rust/idle-opt+cleaning...
2013-08-20 borsauto merge of #8328 : alexcrichton/rust/llvm-head,...
2013-08-20 borsauto merge of #8566 : toddaaro/rust/idle-opt+cleaning...
2013-08-20 borsauto merge of #8584 : thestinger/rust/jemalloc, r=graydon
2013-08-19 borsauto merge of #8623 : pnkfelix/rust/fsk-visitor-vpar...
2013-08-19 borsauto merge of #8459 : thestinger/rust/checked, r=graydon
2013-08-19 borsauto merge of #8619 : pnkfelix/rust/fsk-visitor-vpar...
2013-08-19 blake2-ppcstd::str: Use iterators instead of while loops for...
2013-08-19 borsauto merge of #8539 : pnkfelix/rust/fsk-visitor-vpar...
2013-08-19 borsauto merge of #8535 : nikomatsakis/rust/issue-3678...
2013-08-19 Niko MatsakisAdd externfn macro and correctly label fixed_stack_segments
2013-08-19 blake2-ppcstd::str: Improve comments for CharIterator
2013-08-19 blake2-ppcstd::str: Use CharOffsetIterator in slice_chars
next