]> git.lizzy.rs Git - rust.git/history - src/libstd/vec.rs
core: rename strbuf::StrBuf to string::String
[rust.git] / src / libstd / vec.rs
2014-05-25 Richo Healeycore: rename strbuf::StrBuf to string::String
2014-05-23 borsauto merge of #14317 : P1start/rust/lifetime-formatting...
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 Waltonlibstd: Remove `~str` from all `libstd` modules except...
2014-05-22 borsauto merge of #14321 : alexcrichton/rust/ices, r=pcwalton
2014-05-22 borsauto merge of #14307 : kballard/rust/vim_prelude_mutabl...
2014-05-22 borsauto merge of #14301 : alexcrichton/rust/remove-unsafe...
2014-05-21 borsauto merge of #14334 : brson/rust/deoxidize, r=alexcrichton
2014-05-21 borsauto merge of #14320 : kballard/rust/fix_stdlib_inject_...
2014-05-21 borsauto merge of #14324 : zecozephyr/rust/docfix, r=luqmana
2014-05-21 borsauto merge of #14319 : kballard/rust/rename_rng_choose_...
2014-05-21 borsauto merge of #14316 : kballard/rust/range_inclusive_no...
2014-05-21 borsauto merge of #14315 : kballard/rust/stdreader_isatty...
2014-05-21 borsauto merge of #14259 : alexcrichton/rust/core-mem,...
2014-05-21 Alex Crichtoncore: Stabilize the mem module
2014-05-20 borsauto merge of #13975 : nikomatsakis/rust/issue-13794...
2014-05-19 borsauto merge of #14122 : dagitses/rust/master, r=alexcrichton
2014-05-17 borsauto merge of #14247 : Ryman/rust/minor_ptr_nit, r...
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 #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 Kevin BallardMake Vec.truncate() resilient against failure in Drop
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-11 borsauto merge of #14006 : thestinger/rust/jemalloc, r...
2014-05-10 Daniel Micayvec: factor out some deallocation code
2014-05-10 Daniel Micayvec: move some code inside alloc_or_realloc
2014-05-10 Daniel Micayfix Vec<ZeroSizeType>
2014-05-10 Daniel Micayinitial port of the exchange allocator to jemalloc
2014-05-10 Daniel Micayuse jemalloc to implement Vec<T>
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 BallardMove partition/partitioned/concat/connect tests back...
2014-05-08 Kevin BallardAdd a mechanism to convert from Vec<T> to ~[T]
2014-05-08 Kevin BallardHandle fallout for vector addition
2014-05-08 Kevin BallardMove slice::raw::from_buf_raw() to vec::raw::from_buf()
2014-05-08 Kevin BallardRename slice::unzip() to vec::unzip()
2014-05-08 Kevin BallardMore fallout from removing FromIterator on ~[T]
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...
2014-05-07 borsauto merge of #13726 : michaelwoerister/rust/lldb-autot...
2014-05-07 borsauto merge of #13901 : alexcrichton/rust/facade, r...
2014-05-07 Alex Crichtoncore: Move Option::expect to libstd from libcore
2014-05-07 Alex Crichtoncore: Inherit non-allocating slice functionality
2014-05-07 borsauto merge of #13832 : alexcrichton/rust/cfail-full...
2014-05-07 borsauto merge of #13967 : richo/rust/features/ICE-fails...
2014-05-07 borsauto merge of #13958 : pcwalton/rust/detilde, r=pcwalton
2014-05-07 borsauto merge of #13914 : alexcrichton/rust/pile-o-rustdoc...
2014-05-07 Patrick Waltonlibrustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from...
2014-05-07 borsauto merge of #13754 : alexcrichton/rust/net-experiment...
2014-05-07 borsauto merge of #13892 : alexcrichton/rust/mixing-rlib...
2014-05-06 borsauto merge of #13822 : EdorianDark/rust/master, r=cmr
2014-05-05 borsauto merge of #13912 : seanmonstar/rust/logrecord,...
2014-05-05 borsauto merge of #13782 : alexcrichton/rust/issue-13775...
2014-05-05 borsauto merge of #13271 : stepancheg/rust/align, r=pcwalton
2014-05-05 borsauto merge of #13749 : pnkfelix/rust/add-libgraphviz...
2014-05-05 borsauto merge of #13865 : alexcrichton/rust/issue-13861...
2014-05-05 borsauto merge of #13905 : alexcrichton/rust/issue-13337...
2014-05-04 borsauto merge of #13676 : mdinger/rust/tutorial_doc, r...
2014-05-04 borsauto merge of #13921 : TeXitoi/rust/shootout-spectralno...
next