]> git.lizzy.rs Git - rust.git/history - src/libstd/c_vec.rs
rollup merge of #18407 : thestinger/arena
[rust.git] / src / libstd / c_vec.rs
2014-10-30 Alex Crichtonrollup merge of #18407 : thestinger/arena
2014-10-30 Alex Crichtonrollup merge of #18397 : aochagavia/ascii
2014-10-30 Alex Crichtonrollup merge of #18395 : cakebaker/fix_use_of_sqrt
2014-10-30 Alex Crichtonrollup merge of #18393 : aochagavia/prelude
2014-10-30 Alex Crichtonrollup merge of #18392 : cakebaker/remove_double_negation
2014-10-30 Alex Crichtonrollup merge of #18383 : bkoropoff/issue-17361
2014-10-30 Alex Crichtonrollup merge of #18381 : pelmers/patch-1
2014-10-30 borsauto merge of #18374 : steveklabnik/rust/gh18197, r...
2014-10-30 borsauto merge of #18367 : pcwalton/rust/inline-atomic...
2014-10-30 borsauto merge of #18279 : bgamari/rust/check-static-recurs...
2014-10-30 borsauto merge of #18359 : 1-more/rust/feature, r=alexcrichton
2014-10-29 borsauto merge of #18357 : TeXitoi/rust/simplify-reverse...
2014-10-29 borsauto merge of #17894 : steveklabnik/rust/fail_to_panic...
2014-10-29 borsauto merge of #18282 : pczarn/rust/regex-parse, r=burnt...
2014-10-29 Steve KlabnikRename fail! to panic!
2014-10-28 borsauto merge of #17851 : brson/rust/rustup, r=alexcrichton
2014-10-28 borsauto merge of #18273 : gamazeps/rust/issue18218, r...
2014-10-28 borsauto merge of #18254 : areski/rust/pr-fix-vec-doc-examp...
2014-10-28 borsauto merge of #18192 : jmesmon/rust/platform-generic...
2014-10-27 Alex Crichtonrollup merge of #18259 : alexcrichton/snapshots
2014-10-27 Alex Crichtonrollup merge of #18356 : jakub-/const-pattern-suptype
2014-10-27 Alex Crichtonrollup merge of #18329 : sfackler/memwriter-clear
2014-10-27 Alex Crichtonrollup merge of #18327 : vadimcn/17982
2014-10-27 Alex Crichtonrollup merge of #18326 : sfackler/cfg-final
2014-10-27 Alex Crichtonrollup merge of #18324 : jakub-/eneedstest
2014-10-27 Alex Crichtonrollup merge of #18321 : chastell/guide_refresh_testing...
2014-10-27 Alex Crichtonrollup merge of #18320 : chastell/guide_simplify_formatting
2014-10-27 Alex Crichtonrollup merge of #18316 : thestinger/raw
2014-10-27 Alex Crichtonrollup merge of #18315 : arielb1/constexpr-addr
2014-10-27 Alex Crichtonrollup merge of #18309 : cakebaker/fix_off_by_one
2014-10-27 Alex Crichtonrollup merge of #18303 : cgaebel/make-vec-match-slice
2014-10-27 Alex Crichtonrollup merge of #18266 : nick29581/vtable2.rs
2014-10-27 Alex Crichtonrollup merge of #18265 : jakub-/mailmap
2014-10-27 Alex Crichtonrollup merge of #18257 : globin/master
2014-10-27 Alex Crichtonrollup merge of #18256 : SimonSapin/view_item_to_string
2014-10-27 Alex Crichtonrollup merge of #18251 : steveklabnik/build_module_guide
2014-10-27 Alex Crichtonrollup merge of #18250 : dotdash/fix_aliasing
2014-10-27 Alex Crichtonrollup merge of #18244 : areski/pr-fix-string-doc
2014-10-27 Alex Crichtonrollup merge of #18239 : msiemens/fix-ice-rename-failed
2014-10-27 Alex Crichtonrollup merge of #18235 : nikomatsakis/issue-18209
2014-10-27 Alex Crichtonrollup merge of #18231 : cakebaker/fix_greater_than_for...
2014-10-27 Alex Crichtonrollup merge of #18229 : bjz/ttdelim
2014-10-27 borsauto merge of #17978 : arielb1/rust/remaining-garbage...
2014-10-27 borsauto merge of #18130 : mahkoh/rust/udp, r=alexcrichton
2014-10-26 borsauto merge of #18143 : mahkoh/rust/reverse_complement...
2014-10-26 borsauto merge of #18212 : kmcallister/rust/unsafecell...
2014-10-25 borsauto merge of #18293 : thestinger/rust/heap, r=cmr
2014-10-25 Daniel Micayget rid of libc_heap::{malloc_raw, realloc_raw}
2014-10-17 borsauto merge of #17009 : kballard/rust/install_no_sudo...
2014-10-17 borsauto merge of #16855 : P1start/rust/help-messages,...
2014-10-13 borsauto merge of #17757 : gamazeps/rust/issue17709, r...
2014-10-13 borsauto merge of #17467 : hatahet/rust/mybranch, r=alexcri...
2014-10-11 borsauto merge of #17801 : Gankro/rust/collections-stuff...
2014-10-10 borsauto merge of #17793 : simias/rust/master, r=huonw
2014-10-09 borsauto merge of #17784 : bkoropoff/rust/issue-17780,...
2014-10-08 borsauto merge of #17748 : mahkoh/rust/int_slice, r=aturon
2014-10-08 borsauto merge of #17840 : Sawyer47/rust/issue-17751, r...
2014-10-08 borsauto merge of #17836 : typelist/rust/guide-tuples,...
2014-10-07 borsauto merge of #17787 : bgamari/rust/fix-quote-method...
2014-10-07 borsauto merge of #17834 : sfackler/rust/rustdoc-cfgs,...
2014-10-07 borsauto merge of #16641 : steveklabnik/rust/intro_redux...
2014-10-07 borsauto merge of #17832 : brson/rust/updateversion, r...
2014-10-07 borsauto merge of #17802 : Gankro/rust/collection-docs...
2014-10-07 borsauto merge of #17807 : nick29581/rust/slice6, r=aturon
2014-10-07 Nick CameronRename slice::Slice
2014-09-22 borsauto merge of #17212 : mahkoh/rust/vim, r=kballard
2014-09-19 Alex Crichtonrollup merge of #17355 : gamazeps/issue17210
2014-09-19 Alex Crichtonrollup merge of #17350 : pablobm/doc-fix
2014-09-19 Alex Crichtonrollup merge of #17306 : scialex/fix-zsh
2014-09-18 borsauto merge of #17335 : TeXitoi/rust/relicense-shootout...
2014-09-17 borsauto merge of #16836 : P1start/rust/closure_ret_bang...
2014-09-17 Alex Crichtonrollup merge of #17326 : brson/wintest
2014-09-17 Alex Crichtonrollup merge of #17312 : Manishearth/builtin-shrink
2014-09-17 Alex Crichtonrollup merge of #17311 : jakub-/issue-17302
2014-09-17 Alex Crichtonrollup merge of #17310 : nikomatsakis/type-bounds-gener...
2014-09-17 Alex Crichtonrollup merge of #17309 : aturon/deprecate-libnum
2014-09-17 Alex Crichtonrollup merge of #17297 : treeman/net-unix
2014-09-17 Alex Crichtonrollup merge of #17294 : theevocater/master
2014-09-17 Alex Crichtonrollup merge of #17292 : thestinger/tasks
2014-09-17 Alex Crichtonrollup merge of #17290 : bkoropoff/issue-17283
2014-09-17 Alex Crichtonrollup merge of #17285 : brson/relchan
2014-09-17 Alex Crichtonrollup merge of #17281 : saysjonathan/missing-semicolon
2014-09-17 Alex Crichtonrollup merge of #17279 : jakub-/for-loop-unused-variable
2014-09-17 Alex Crichtonrollup merge of #17278 : steveklabnik/gh17242
2014-09-17 Alex Crichtonrollup merge of #17277 : steveklabnik/doc_fix_rollup
2014-09-17 Alex Crichtonrollup merge of #17276 : treeman/json-comma
2014-09-17 Alex Crichtonrollup merge of #16936 : nham/two_way_makeover
2014-09-17 Alex Crichtonrollup merge of #16931 : omasanori/unnecessary-path...
2014-09-17 Alex Crichtonrollup merge of #16889 : P1start/array-not-vector
2014-09-17 borsauto merge of #17264 : bkoropoff/rust/issue-17252,...
2014-09-17 borsauto merge of #17254 : gamazeps/rust/issue17210, r...
2014-09-17 borsauto merge of #17247 : huonw/rust/toggle-clone, r=alexc...
2014-09-17 borsauto merge of #17246 : bkoropoff/rust/issue-17216,...
2014-09-17 borsauto merge of #17227 : tshepang/rust/stronger-break...
2014-09-17 borsauto merge of #17223 : retep998/rust/into_string, r...
2014-09-16 borsauto merge of #17268 : aturon/rust/mut-conventions...
2014-09-16 Aaron TuronFallout from renaming
2014-08-31 Alex Crichtonrollup merge of #16840 : huonw/feature-has-added
2014-08-22 borsauto merge of #16509 : luqmana/rust/uw, r=alexcrichton
2014-08-21 borsauto merge of #16487 : steveklabnik/rust/guide_ownershi...
next