]> git.lizzy.rs Git - rust.git/history - src/libstd/str.rs
Rename UTF16Item[s] to Utf16Item[s]
[rust.git] / src / libstd / str.rs
2014-05-28 Piotr JawniakRename UTF16Item[s] to Utf16Item[s]
2014-05-28 borsauto merge of #14387 : alan-andrade/rust/remove_managed...
2014-05-28 borsauto merge of #14414 : richo/rust/features/nerf_unused_...
2014-05-27 borsauto merge of #14447 : erickt/rust/show-treemap, r...
2014-05-27 borsauto merge of #14444 : huonw/rust/nice-for-errors,...
2014-05-27 borsauto merge of #14435 : P1start/rust/str-docs-fix, r...
2014-05-27 Richo Healeystd: Rename strbuf operations to string
2014-05-27 Richo Healeystd: Remove String's to_owned
2014-05-27 Richo Healeystd: Remove String::from_owned_str as it's redundant
2014-05-26 borsauto merge of #14374 : swgillespie/rust/swgillespie...
2014-05-26 borsauto merge of #14300 : cmr/rust/enum-size-lint, r=kballard
2014-05-26 P1startMinor fixes to `std::str` docs
2014-05-25 borsauto merge of #14370 : cmr/rust/design-faq, r=brson
2014-05-25 borsauto merge of #14415 : Sawyer47/rust/ascii-fixme, r...
2014-05-25 borsauto merge of #14323 : richo/rust/features/strbuf_to_st...
2014-05-25 Richo Healeycore: rename strbuf::StrBuf to string::String
2014-05-25 borsauto merge of #14402 : huonw/rust/arc-field-rename...
2014-05-24 borsauto merge of #14378 : huonw/rust/deque-adjustments...
2014-05-24 borsauto merge of #14306 : luqmana/rust/up-llvm, r=alexcrichton
2014-05-23 borsauto merge of #14317 : P1start/rust/lifetime-formatting...
2014-05-23 borsauto merge of #14368 : tedhorst/rust/master, r=alexcrichton
2014-05-23 borsauto merge of #14359 : brson/rust/minordoc, r=alexcrichton
2014-05-23 borsauto merge of #14313 : kballard/rust/tuple_dotdot_match...
2014-05-23 borsauto merge of #14360 : alexcrichton/rust/remove-depreca...
2014-05-23 borsauto merge of #14362 : zecozephyr/rust/docfixes, r=cmr
2014-05-23 borsauto merge of #14357 : huonw/rust/spelling, r=pnkfelix
2014-05-23 borsauto merge of #14314 : alexcrichton/rust/deriving-hash...
2014-05-22 borsauto merge of #14348 : alexcrichton/rust/doc.rust-lang...
2014-05-22 borsauto merge of #14310 : pcwalton/rust/detildestr-alllibs...
2014-05-22 Patrick Waltonlibcore: Remove all uses of `~str` from `libcore`.
2014-05-22 Patrick Waltonlibstd: Remove all uses of `~str` from `libstd`
2014-05-22 Patrick Waltonlibstd: Remove `~str` from all `libstd` modules except...
2014-05-22 Alex CrichtonRemove a slew of old deprecated functions
2014-05-20 borsauto merge of #13975 : nikomatsakis/rust/issue-13794...
2014-05-20 borsauto merge of #14277 : pczarn/rust/manual-grammar,...
2014-05-19 borsauto merge of #14251 : alexcrichton/rust/hierarchy...
2014-05-19 borsauto merge of #14122 : dagitses/rust/master, r=alexcrichton
2014-05-18 borsauto merge of #14121 : luqmana/rust/option-ffi, r=alexc...
2014-05-18 borsauto merge of #14249 : alexcrichton/rust/issue-14246...
2014-05-17 borsauto merge of #14253 : alexcrichton/rust/issue-14221...
2014-05-17 borsauto merge of #14247 : Ryman/rust/minor_ptr_nit, r...
2014-05-17 borsauto merge of #14239 : alexcrichton/rust/issue-14225...
2014-05-17 borsauto merge of #14224 : michaelwoerister/rust/simd-updat...
2014-05-17 borsauto merge of #14236 : alexcrichton/rust/issue-14082...
2014-05-16 borsauto merge of #14216 : kballard/rust/macos_precise_time...
2014-05-16 borsauto merge of #14135 : gereeter/rust/two-way-search...
2014-05-16 borsauto merge of #14237 : alexcrichton/rust/issue-14144...
2014-05-16 borsauto merge of #14235 : Ryman/rust/simplify_arcs_doc...
2014-05-16 borsauto merge of #14213 : kballard/rust/str_from_utf8_resu...
2014-05-16 borsauto merge of #14196 : chris-morgan/rust/hashmap-mangle...
2014-05-15 borsauto merge of #14234 : alexcrichton/rust/rollup, r...
2014-05-15 Felix S. Klock IIAdd `IntoMaybeOwned` impl for `StrBuf` to ease conversi...
2014-05-15 borsauto merge of #14198 : thestinger/rust/valgrind, r...
2014-05-15 borsauto merge of #14133 : db48x/rust/ord-for-mut-refs...
2014-05-15 Kevin BallardChange str::from_utf8_owned() to return Result
2014-05-14 Jonathan SAdded substring searching benchmarks.
2014-05-14 borsauto merge of #14086 : Ryman/rust/resolve_error_suggest...
2014-05-14 borsauto merge of #14009 : jcmoyer/rust/bitflags-complement...
2014-05-14 borsauto merge of #14186 : omasanori/rust/suppress-warnings...
2014-05-14 borsauto merge of #14178 : alexcrichton/rust/more-ignores...
2014-05-14 borsauto merge of #13127 : kballard/rust/read_at_least...
2014-05-14 borsauto merge of #14187 : alexcrichton/rust/rollup, r...
2014-05-14 Florian Zeitzstd: Rename str::Normalizations to str::Decompositions
2014-05-13 borsauto merge of #14168 : zwarich/rust/deriving-clone...
2014-05-13 borsauto merge of #13820 : klutzy/rust/urandom, r=alexcrichton
2014-05-12 borsauto merge of #13932 : MrAlert/rust/win-compat, r=brson
2014-05-12 borsauto merge of #13922 : Rufflewind/rust/patch-1, r=pnkfelix
2014-05-12 borsauto merge of #14096 : nick29581/rust/driver, r=brson
2014-05-11 borsauto merge of #14110 : SSheldon/rust/strbuf_mutable...
2014-05-11 borsauto merge of #14102 : moonglum/rust/slice-clarificatio...
2014-05-11 borsauto merge of #14101 : alexcrichton/rust/issue-14095...
2014-05-11 borsauto merge of #14103 : alan-andrade/rust/manual-smallfi...
2014-05-11 borsauto merge of #14090 : TeXitoi/rust/shootout-nbody...
2014-05-11 borsauto merge of #14069 : alexcrichton/rust/cast-module...
2014-05-11 Alex Crichtoncore: Remove the cast module
2014-05-10 borsauto merge of #14068 : alexcrichton/rust/rustdoc-xcrate...
2014-05-10 borsauto merge of #14056 : kballard/rust/vim_indent_fix...
2014-05-10 borsauto merge of #14065 : alexcrichton/rust/ignore-flaky...
2014-05-09 borsauto merge of #14057 : kballard/rust/remove_no-bounds...
2014-05-09 borsauto merge of #14054 : luqmana/rust/at, r=alexcrichton
2014-05-09 borsauto merge of #14046 : alexcrichton/rust/ignore-a-test...
2014-05-09 borsauto merge of #14053 : FlaPer87/rust/master, r=huonw
2014-05-09 borsauto merge of #14044 : hirschenberger/rust/lint_mut_mat...
2014-05-09 borsauto merge of #14043 : sanxiyn/rust/attr-reference...
2014-05-09 borsauto merge of #14035 : alexcrichton/rust/experimental...
2014-05-09 borsauto merge of #14025 : tbrooks8/rust/big_uint_doc,...
2014-05-09 borsauto merge of #14019 : brson/rust/docs, r=alexcrichton
2014-05-09 borsauto merge of #13963 : kballard/rust/remove_owned_vec_f...
2014-05-09 borsauto merge of #14001 : alexcrichton/rust/issue-11680...
2014-05-09 borsauto merge of #14010 : richo/rust/tests/11493, r=alexcr...
2014-05-08 borsauto merge of #13990 : nikomatsakis/rust/issue-5527...
2014-05-08 Kevin BallardHandle breakage after libcore split
2014-05-08 Kevin BallardClean up unused imports
2014-05-08 Kevin BallardEven more fallout, this time in std::str
2014-05-08 borsauto merge of #13986 : alexcrichton/rust/box-keyword...
2014-05-08 borsauto merge of #13835 : alexcrichton/rust/localdata...
2014-05-08 borsauto merge of #13976 : pnkfelix/rust/fsk-fix-13965...
2014-05-08 borsauto merge of #13964 : alexcrichton/rust/more-buffers...
2014-05-08 borsauto merge of #13751 : alexcrichton/rust/io-close-read...
2014-05-07 borsauto merge of #14005 : alexcrichton/rust/extern-unsafe...
next