]> git.lizzy.rs Git - rust.git/history - src/libstd/vec.rs
auto merge of #13967 : richo/rust/features/ICE-fails, r=alexcrichton
[rust.git] / src / libstd / vec.rs
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...
2014-05-04 borsauto merge of #13916 : TeXitoi/rust/shootout-mandelbrot...
2014-05-04 borsauto merge of #13915 : nick29581/rust/rslt, r=luqmana
2014-05-04 borsauto merge of #13908 : pcwalton/rust/box-pattern, r...
2014-05-04 borsauto merge of #13898 : nikomatsakis/rust/type-bounds...
2014-05-04 borsauto merge of #13391 : smesseim/rust/apache-copyright...
2014-05-04 borsauto merge of #13895 : adrientetar/rust/js-escape,...
2014-05-03 borsauto merge of #13906 : alexcrichton/rust/issue-13620...
2014-05-03 borsauto merge of #13685 : Ryman/rust/issue7575, r=alexcrichton
2014-05-03 borsauto merge of #13773 : brson/rust/boxxy, r=alexcrichton
2014-05-03 borsauto merge of #13868 : FlaPer87/rust/opt-in-phase1...
2014-05-03 borsauto merge of #13899 : bjz/rust/simd, r=pcwalton
2014-05-03 Brian AndersonReplace most ~exprs with 'box'. #11779
2014-05-03 borsauto merge of #13880 : TeXitoi/rust/biguint-always...
2014-05-02 borsauto merge of #13579 : hirschenberger/rust/lint_unsigne...
2014-05-02 borsauto merge of #13879 : huonw/rust/more-re, r=alexcrichton
2014-05-02 borsauto merge of #13886 : japaric/rust/fix-an-typos, r...
2014-05-01 borsauto merge of #13877 : thestinger/rust/de-tilde-str...
2014-05-01 Daniel Micayremove leftover obsolete string literals
2014-05-01 borsauto merge of #13724 : nikomatsakis/rust/expr-use-visit...
2014-04-30 borsauto merge of #13863 : huonw/rust/re-tweaks, r=pcwalton
2014-04-30 borsauto merge of #12740 : nical/rust/json-streaming, r...
2014-04-30 borsauto merge of #13857 : alexcrichton/rust/add-dylib...
2014-04-30 borsauto merge of #13776 : adrientetar/rust/rustdoc-fix...
2014-04-29 borsauto merge of #13833 : alexcrichton/rust/ffunction...
2014-04-29 borsauto merge of #13772 : brson/rust/cratedocs, r=alexcrichton
2014-04-29 borsauto merge of #13829 : alexcrichton/rust/dead-strip...
2014-04-28 borsauto merge of #13819 : nick29581/rust/ty_str, r=pcwalton
2014-04-28 borsauto merge of #13812 : alxgnon/rust/master, r=alexcrichton
2014-04-28 borsauto merge of #13797 : lifthrasiir/rust/std-mem-replace...
2014-04-28 borsauto merge of #13821 : aochagavia/rust/pr3, r=alexcrichton
2014-04-28 Adolfo OchagavĂ­aFixed typo in std::vec
2014-04-25 borsauto merge of #13671 : dcrewi/rust/lint-directives...
2014-04-24 borsauto merge of #13675 : sfackler/rust/taskbuilder-new...
2014-04-23 borsauto merge of #13597 : bjz/rust/float-api, r=brson
2014-04-23 borsauto merge of #13683 : aochagavia/rust/pr, r=alexcrichton
2014-04-22 borsauto merge of #13674 : pcwalton/rust/more-str-inlines...
2014-04-22 borsauto merge of #13673 : bmac/rust/utorial-fix, r=alexcri...
2014-04-22 borsauto merge of #13667 : TeXitoi/rust/shootout-chameneos...
2014-04-22 borsauto merge of #13651 : ryantm/rust/master, r=brson
2014-04-22 borsauto merge of #13638 : alexcrichton/rust/fix-windows...
2014-04-22 borsauto merge of #13657 : edwardw/rust/ppaux-ice, r=alexcr...
2014-04-22 borsauto merge of #13583 : FlaPer87/rust/special-unsafe...
2014-04-22 borsauto merge of #13653 : jbcrail/rust/fix-comment-mistake...
2014-04-22 borsauto merge of #13618 : yuriks/rust/lru-cache, r=brson
2014-04-22 borsauto merge of #13587 : adrientetar/rust/more-docs,...
2014-04-22 borsauto merge of #13435 : edwardw/rust/span, r=brson
2014-04-21 borsauto merge of #13553 : aochagavia/rust/pr, r=alexcrichton
2014-04-21 Joseph CrailFix misspellings in comments.
2014-04-20 borsauto merge of #13410 : alexcrichton/rust/issue-12278...
2014-04-20 borsauto merge of #13643 : aochagavia/rust/pr-2, r=alexcrichton
2014-04-20 borsauto merge of #13633 : TeXitoi/rust/shootout-fannkuch...
2014-04-19 borsauto merge of #13613 : alexcrichton/rust/fix-freebsd...
2014-04-19 borsauto merge of #13610 : jsanders/rust/sender-try-send...
2014-04-19 borsauto merge of #13615 : alexcrichton/rust/improve-demang...
2014-04-19 borsauto merge of #13614 : cgaebel/rust/master, r=brson
2014-04-19 borsauto merge of #13609 : richo/rust/str-type-vim, r=alexc...
2014-04-19 borsauto merge of #13608 : tbu-/rust/pr_smallesthello,...
2014-04-19 borsauto merge of #13606 : alexcrichton/rust/better-thread...
2014-04-19 borsauto merge of #13607 : brson/rust/to_owned, r=brson
2014-04-19 Richo HealeyReplace all ~"" with "".to_owned()
2014-04-19 borsauto merge of #13513 : alexcrichton/rust/up-llvm, r...
2014-04-18 borsauto merge of #13600 : brandonw/rust/master, r=brson
2014-04-18 borsauto merge of #13601 : mdinger/rust/readme, r=brson
2014-04-18 borsauto merge of #13588 : alexcrichton/rust/no-more-growin...
2014-04-18 Alex Crichtonstd: Make ~[T] no longer a growable vector
2014-04-18 borsauto merge of #13575 : TeXitoi/rust/shootout-knucleotid...
2014-04-17 borsauto merge of #13557 : FlaPer87/rust/ls-behind-z, r...
2014-04-17 borsauto merge of #13550 : brson/rust/man, r=alexcrichton
2014-04-17 borsauto merge of #13485 : adrientetar/rust/newrustdoc...
2014-04-16 borsauto merge of #13465 : alexcrichton/rust/fix-comm-dox...
2014-04-16 borsauto merge of #13432 : ruediger/rust/rustmode, r=nikoma...
2014-04-16 borsauto merge of #13418 : ktt3ja/rust/move-out-of, r=brson
2014-04-16 borsauto merge of #13454 : brson/rust/noglobs, r=alexcrichton
2014-04-16 borsauto merge of #13556 : michaelwoerister/rust/various...
2014-04-16 borsauto merge of #13547 : alexcrichton/rust/remove-priv...
2014-04-16 borsauto merge of #13544 : klutzy/rust/pprust, r=alexcrichton
2014-04-16 borsauto merge of #13539 : Aatch/rust/vector-copy-faster...
2014-04-16 borsauto merge of #13390 : alexcrichton/rust/run-some-destr...
2014-04-16 James MillerMake Vec::clone and slice::to_owned failure-safe
2014-04-16 borsauto merge of #13498 : johnsoft/rust/fix-transmute...
2014-04-15 James MillerImprove the copying code for slices and Vec
2014-04-15 borsauto merge of #13489 : JustAPerson/rust/crate-file...
2014-04-15 borsauto merge of #13416 : brson/rust/30min, r=alexcrichton
2014-04-14 borsauto merge of #13480 : edwardw/rust/vtable-ice, r=alexc...
2014-04-14 borsauto merge of #13477 : Manishearth/rust/newattr, r...
next