]> git.lizzy.rs Git - rust.git/history - src/libcollections/vec.rs
std: Clean out deprecated APIs
[rust.git] / src / libcollections / vec.rs
2016-03-12 Alex Crichtonstd: Clean out deprecated APIs
2016-03-11 borsAuto merge of #32034 - alexcrichton:old-x86-msvc, r...
2016-03-10 Steve KlabnikRollup merge of #32150 - steveklabnik:gh20213, r=bluss
2016-03-10 Steve KlabnikRollup merge of #32149 - steveklabnik:gh31628, r=bluss
2016-03-10 Steve KlabnikRollup merge of #32148 - steveklabnik:gh31912, r=apasel422
2016-03-10 Steve KlabnikRollup merge of #32147 - steveklabnik:gh31950, r=bluss
2016-03-10 Steve KlabnikRollup merge of #31830 - frewsxcv:assoc-func, r=stevekl...
2016-03-10 borsAuto merge of #32097 - jseyfried:fix_resolution_regress...
2016-03-09 borsAuto merge of #32073 - jseyfried:fix_another_trait_priv...
2016-03-09 borsAuto merge of #31631 - jonas-schievink:agoraphobia...
2016-03-09 borsAuto merge of #30804 - shssoichiro:deny-warnings-msg...
2016-03-09 borsAuto merge of #32071 - jseyfried:parse_pub, r=nikomatsakis
2016-03-09 borsAuto merge of #32023 - matklad:diamonds-and-rust, r...
2016-03-09 borsAuto merge of #31981 - achanda:unspecified-ip, r=alexcr...
2016-03-08 Steve KlabnikRollup merge of #32099 - bluss:doc-string-slicing,...
2016-03-08 Steve KlabnikRollup merge of #32092 - bluss:operator-overload, r...
2016-03-08 borsAuto merge of #31995 - alexcrichton:fix-make-clena...
2016-03-08 borsAuto merge of #31957 - GuillaumeGomez:error_display...
2016-03-08 borsAuto merge of #31606 - Ms2ger:ClosureKind, r=eddyb
2016-03-08 borsAuto merge of #29734 - Ryman:whitespace_consistency...
2016-03-07 borsAuto merge of #32051 - steveklabnik:gh9447, r=bluss
2016-03-07 borsAuto merge of #32066 - ruud-v-a:fma, r=alexcrichton
2016-03-07 borsAuto merge of #32064 - bluss:str-slice-panic, r=alexcri...
2016-03-07 borsAuto merge of #32061 - infinity0:master, r=alexcrichton
2016-03-06 borsAuto merge of #32060 - inrustwetrust:patch-1, r=alexcri...
2016-03-06 borsAuto merge of #32056 - nikomatsakis:rustfmt-data-struct...
2016-03-06 borsAuto merge of #32055 - mitaa:rdoc-strip-priv-imports...
2016-03-06 borsAuto merge of #32048 - bluss:overloaded-assign-op,...
2016-03-06 borsAuto merge of #32041 - arielb1:multiply-inexhaustive...
2016-03-06 borsAuto merge of #32020 - alexcrichton:stabilize-into...
2016-03-06 borsAuto merge of #31967 - mitaa:rdoc-refactor, r=alexcrichton
2016-03-06 borsAuto merge of #30884 - durka:inclusive-ranges, r=aturon
2016-03-04 Steve KlabnikRollup merge of #32035 - ubsan:master, r=bluss
2016-03-04 Steve KlabnikRollup merge of #32017 - brson:ignoretest, r=nikomatsakis
2016-03-04 Steve KlabnikRollup merge of #32002 - srinivasreddy:vector_doc,...
2016-03-04 borsAuto merge of #32039 - arielb1:pat-enum, r=nagisa
2016-03-04 borsAuto merge of #32032 - arielb1:load-const, r=eddyb
2016-03-04 borsAuto merge of #32022 - gohyda:master, r=alexcrichton
2016-03-04 borsAuto merge of #32006 - jseyfried:fix_expanded_mod_path...
2016-03-04 borsAuto merge of #31945 - sfackler:net2, r=alexcrichton
2016-03-03 borsAuto merge of #31671 - ranma42:printcfg, r=alexcrichton
2016-03-03 borsAuto merge of #31797 - apasel422:issue-28950, r=alexcri...
2016-03-03 borsAuto merge of #32007 - nikomatsakis:compiletest-increme...
2016-03-03 borsAuto merge of #31979 - jseyfried:rename_ctxt, r=eddyb
2016-03-03 borsAuto merge of #32012 - bluss:more-drop-in-place, r...
2016-03-02 Ulrik SverdrupUse ptr::drop_in_place in Vec::truncate
2016-03-02 Ulrik SverdrupUse ptr::drop_in_place in Vec::drop
2016-03-01 borsAuto merge of #31430 - nagisa:mir-dyndrop, r=nikomatsakis
2016-03-01 borsAuto merge of #31335 - SimonSapin:ascii-into, r=alexcri...
2016-03-01 borsAuto merge of #31713 - alexcrichton:rustbuild-docs...
2016-02-27 Alex Burkaadd indexing with RangeInclusive in libcore and libcoll...
2016-02-26 borsAuto merge of #31876 - ollie27:win_fill_bytes, r=brson
2016-02-26 borsAuto merge of #31858 - alexcrichton:fix-networking...
2016-02-26 borsAuto merge of #31846 - alexcrichton:better-disable...
2016-02-26 Manish GoregaokarRollup merge of #31904 - bluss:writer-formatter-error...
2016-02-26 Manish GoregaokarRollup merge of #31901 - bluss:suggest-use, r=sanxiyn
2016-02-26 Manish GoregaokarRollup merge of #31880 - Manishearth:debug, r=alexcrichton
2016-02-26 Manish GoregaokarRollup merge of #31878 - frewsxcv:path-cleanup, r=alexc...
2016-02-26 borsAuto merge of #31834 - ubsan:copy_from_slice, r=alexcri...
2016-02-26 borsAuto merge of #31857 - jseyfried:fix_scoping, r=nikomat...
2016-02-26 borsAuto merge of #31749 - nikomatsakis:compiletest-subdir...
2016-02-25 borsAuto merge of #30856 - mneumann:thread_local_extern...
2016-02-25 Manish GoregaokarRollup merge of #31837 - mitaa:rdoc-inherent-assoc...
2016-02-25 Manish GoregaokarRollup merge of #31835 - mitaa:rdoc-global-src, r=alexc...
2016-02-25 Manish GoregaokarRollup merge of #31831 - tormol:master, r=alexcrichton
2016-02-25 Manish GoregaokarRollup merge of #31827 - teoryn:patch-1, r=brson
2016-02-25 Manish GoregaokarRollup merge of #31818 - GuillaumeGomez:error_display...
2016-02-25 Manish GoregaokarRollup merge of #31800 - alexcrichton:armv6-plz, r...
2016-02-25 Manish GoregaokarRollup merge of #31793 - alexcrichton:add-real-option...
2016-02-25 Manish GoregaokarRollup merge of #31362 - jseyfried:fix_extern_crate_vis...
2016-02-24 borsAuto merge of #31873 - Manishearth:rollup, r=Manishearth
2016-02-24 Manish GoregaokarRollup merge of #31870 - ivan:filter-explain, r=stevekl...
2016-02-24 Manish GoregaokarRollup merge of #31868 - fhahn:capitalize-Rust, r=steve...
2016-02-24 Manish GoregaokarRollup merge of #31863 - matklad:clarify-reference...
2016-02-24 Manish GoregaokarRollup merge of #31850 - GuillaumeGomez:vec-doc, r...
2016-02-24 Manish GoregaokarRollup merge of #31843 - Wafflespeanut:bool_docs, r...
2016-02-24 Manish GoregaokarRollup merge of #31784 - urschrei:chunks_doc, r=stevekl...
2016-02-24 Manish GoregaokarRollup merge of #31677 - ivan:doc-vtable, r=steveklabnik
2016-02-24 Guillaume GomezAdd more explanation on vec type
2016-02-24 borsAuto merge of #31832 - mmatyas:update_libc_16f1c19...
2016-02-24 borsAuto merge of #31782 - pitdicker:clean_out_windows_c...
2016-02-24 borsAuto merge of #31778 - aturon:snapshot, r=alexcrichton
2016-02-23 borsAuto merge of #31751 - gkoz:os_str_path_cmp, r=aturon
2016-02-23 borsAuto merge of #31822 - petrochenkov:derive, r=alexcrichton
2016-02-23 borsAuto merge of #31814 - petevine:master, r=alexcrichton
2016-02-22 borsAuto merge of #31715 - mitaa:rdoc-index-crate, r=alexcr...
2016-02-22 borsAuto merge of #31704 - tbu-:pr_vec_into_iter_clone...
2016-02-20 borsAuto merge of #31620 - alexcrichton:fix-out-of-tree...
2016-02-19 borsAuto merge of #31736 - bluss:write-char, r=alexcrichton
2016-02-19 borsAuto merge of #31716 - jseyfried:fix_privacy_for_def_er...
2016-02-18 borsAuto merge of #31684 - tmiasko:alternate-stack, r=alexc...
2016-02-18 borsAuto merge of #31600 - nagisa:mir-msvc-seh-2, r=nikomat...
2016-02-17 Steve KlabnikRollup merge of #31695 - oconnor663:chardocs, r=alexcri...
2016-02-17 Steve KlabnikRollup merge of #31694 - oconnor663:insertdocs, r=steve...
2016-02-17 Steve KlabnikRollup merge of #31679 - GuillaumeGomez:long_error_expl...
2016-02-17 Steve KlabnikRollup merge of #31565 - SDX2000:docfixes4, r=steveklabnik
2016-02-17 Tobias BucherImplement `Clone` for `std::vec::IntoIter`
2016-02-17 borsAuto merge of #31696 - apasel422:placement, r=pnkfelix
2016-02-17 borsAuto merge of #31685 - petrochenkov:patrefact2, r=eddyb
2016-02-16 borsAuto merge of #31680 - arielb1:fast-fulfill, r=nikomatsakis
next