]> git.lizzy.rs Git - rust.git/history - src/liballoc/boxed.rs
implement Clone for Box<str>, closes #27323
[rust.git] / src / liballoc / boxed.rs
2015-07-30 Alexis Beingessnerimplement Clone for Box<str>, closes #27323
2015-07-28 borsAuto merge of #27318 - soon:E0391_explanation, r=nrc
2015-07-28 borsAuto merge of #27234 - oli-obk:move_get_name_get_ident_...
2015-07-28 borsAuto merge of #26934 - reem:boxed-slice-clone, r=Gankro
2015-07-28 borsAuto merge of #27173 - mark-buer:split-android-ndks...
2015-07-28 borsAuto merge of #27330 - alexcrichton:reenable-lto-syntax...
2015-07-28 borsAuto merge of #27319 - diaphore:pr_debug_osstr_escape...
2015-07-28 borsAuto merge of #27309 - eddyb:snapshot-infdef, r=alexcri...
2015-07-28 Jonathan ReemImplement Clone for Box<[T]> where T: Clone
2015-07-28 borsAuto merge of #27275 - nrc:save-use, r=brson
2015-07-28 borsAuto merge of #27280 - bluss:siphash-perf, r=alexcrichton
2015-07-28 borsAuto merge of #26914 - alexcrichton:deprecate-easy...
2015-07-27 Alex Crichtonstd: Deprecate a number of unstable features
2015-07-27 borsAuto merge of #27250 - alexcrichton:ucrt, r=brson
2015-07-27 borsAuto merge of #27230 - GuillaumeGomez:patch-1, r=brson
2015-07-27 Mathieu DavidFix the relative path issue by including the files...
2015-07-27 Eduard BurtescuTurn on `box(PLACE) expr` deprecation warning post...
2015-07-27 borsAuto merge of #26876 - liigo:patch-3, r=Gankro
2015-07-25 borsAuto merge of #27258 - nikomatsakis:issue-26952, r...
2015-07-25 borsAuto merge of #27253 - bossmc:unbalanced-delimiters...
2015-07-25 borsAuto merge of #26960 - Manishearth:wrapper-types, r...
2015-07-25 borsAuto merge of #27233 - tbu-:pr_wtf8, r=alexcrichton
2015-07-25 borsAuto merge of #26963 - Manishearth:improve-diag, r...
2015-07-24 Steve KlabnikRollup merge of #27251 - dhuseby:adding_snapshots,...
2015-07-24 Steve KlabnikRollup merge of #27244 - Detegr:master, r=eddyb
2015-07-24 Steve KlabnikRollup merge of #27238 - steveklabnik:gh26927, r=huonw
2015-07-24 Steve KlabnikRollup merge of #27235 - tbu-:pr_catch_panic_doc, r...
2015-07-24 Steve KlabnikRollup merge of #27229 - AlisdairO:diagnostics371,...
2015-07-24 Steve KlabnikRollup merge of #27220 - AlisdairO:diagnostics120,...
2015-07-24 Steve KlabnikRollup merge of #27212 - AlisdairO:diagnostics225,...
2015-07-24 Steve KlabnikRollup merge of #27193 - aidanhs:aphs-advanced-linking...
2015-07-24 Steve KlabnikRollup merge of #27177 - echochamber:master, r=steveklabnik
2015-07-24 Steve KlabnikRollup merge of #27145 - apasel422:diagnostic-407-437...
2015-07-24 Steve KlabnikRollup merge of #27137 - dhuseby:fixing_bitrig_linking...
2015-07-24 borsAuto merge of #27087 - nikomatsakis:closure-exploration...
2015-07-24 borsAuto merge of #27136 - dhuseby:fixing_freebsd_linking...
2015-07-24 borsAuto merge of #27215 - pnkfelix:fsk-placer-take-5-just...
2015-07-23 Felix S. Klock IIfix doc-tests by opting into `placement_in_syntax`...
2015-07-22 Felix S. Klock IIprototype Placer protocol for unstable overloaded-box...
2015-07-22 borsAuto merge of #26683 - eefriedman:const-eval-hint,...
2015-07-21 borsAuto merge of #27093 - Manishearth:closure-label-shadow...
2015-07-21 borsAuto merge of #26935 - oli-obk:const_val_description...
2015-07-21 borsAuto merge of #27153 - alexcrichton:flaky-tests, r...
2015-07-21 borsAuto merge of #27103 - wthrowe:doc_format, r=alexcrichton
2015-07-20 borsAuto merge of #26831 - arielb1:lifetime-fixes, r=nikoma...
2015-07-20 borsAuto merge of #27026 - nagisa:overflowing-unsigned...
2015-07-20 borsAuto merge of #27044 - nrc:graphviz-style, r=@pnkfelix
2015-07-20 borsAuto merge of #27065 - marcusklaas:loop-label, r=nrc
2015-07-19 borsAuto merge of #27101 - steveklabnik:doc_no_mutability_r...
2015-07-19 borsAuto merge of #27099 - AlisdairO:diagnostics3, r=Manish...
2015-07-18 borsAuto merge of #27096 - apasel422:issue-26217, r=nikomat...
2015-07-18 borsAuto merge of #27088 - tamird:fix-ios-build, r=alexcrichton
2015-07-18 borsAuto merge of #27085 - Ryman:gh17546, r=alexcrichton
2015-07-18 borsAuto merge of #27074 - steveklabnik:gh27014, r=alexcrichton
2015-07-17 borsAuto merge of #26955 - Gankro:raw-vec, r=bluss,alexcrichton
2015-07-17 Alexis BeingessnerAdd RawVec to unify raw Vecish code
2015-07-17 Manish GoregaokarRollup merge of #25993 - nham:fix_23969, r=nikomatsakis
2015-07-16 Steve KlabnikMerge branch 'coercions' of https://github.com/tshepang...
2015-07-16 Manish GoregaokarRollup merge of #27046 - nrc:driver-defaults, r=alexcri...
2015-07-16 Manish GoregaokarRollup merge of #27039 - bluss:siphash-tests, r=alexcri...
2015-07-14 borsAuto merge of #27024 - bluss:io-drain, r=alexcrichton
2015-07-14 borsAuto merge of #27002 - IvanUkhov:docblock-pre-code...
2015-07-13 borsAuto merge of #26241 - SimonSapin:derefmut-for-string...
2015-07-13 borsAuto merge of #27006 - ryanp-me:apple-llvm, r=brson
2015-07-13 borsAuto merge of #26993 - michaelwoerister:msvc-debuginfo...
2015-07-13 borsAuto merge of #26984 - nham:errorck-ignore-long-diag...
2015-07-13 borsAuto merge of #27001 - tsion:patch-2, r=Gankro
2015-07-13 borsAuto merge of #27000 - alexcrichton:semi-after-type...
2015-07-13 borsAuto merge of #27011 - dotdash:issue-26996, r=luqmana
2015-07-13 borsAuto merge of #26999 - rick68:patch-13, r=Gankro
2015-07-13 borsAuto merge of #26947 - nagisa:unicode-escape-error...
2015-07-13 borsAuto merge of #26750 - nrc:refactor-submod, r=sfackler
2015-07-12 borsAuto merge of #26958 - alexcrichton:down-with-thread...
2015-07-12 Wei-Ming YangUpdate boxed.rs
2015-07-12 borsAuto merge of #26957 - wesleywiser:rename_connect_to_jo...
2015-07-12 borsAuto merge of #26895 - jroesch:modernize-typeck-names...
2015-07-12 borsAuto merge of #26966 - nagisa:tail-init, r=alexcrichton
2015-07-12 Manish GoregaokarRollup merge of #26974 - tshepang:trailing-comma, r...
2015-07-12 Manish GoregaokarRollup merge of #26881 - andreastt:international_keyboa...
2015-07-12 borsAuto merge of #26959 - dhuseby:i686-unknown-freebsd...
2015-07-11 borsAuto merge of #26913 - sfackler:tuple-debug, r=alexcrichton
2015-07-11 borsAuto merge of #26882 - andreastt:style_improvements...
2015-07-11 borsAuto merge of #26878 - Esption:master, r=pnkfelix
2015-07-11 borsAuto merge of #26961 - Manishearth:rollup, r=Manishearth
2015-07-11 Manish GoregaokarRollup merge of #26944 - rick68:patch-11, r=brson
2015-07-10 Wei-Ming YangUpdate boxed.rs
2015-07-09 borsAuto merge of #26814 - tshepang:array-examples, r=bluss
2015-07-09 borsAuto merge of #26515 - quantheory:check_enum_recursion...
2015-07-06 Steve KlabnikRollup merge of #26835 - tshepang:copy-or-not, r=stevek...
2015-07-06 Steve KlabnikRollup merge of #26834 - tshepang:space, r=brson
2015-07-05 borsAuto merge of #26464 - Gankro:send, r=alexcrichton
2015-07-05 borsAuto merge of #26473 - Eljay:missing_docs, r=alexcrichton
2015-07-05 Steve KlabnikRollup merge of #26808 - tshepang:closures, r=steveklabnik
2015-07-05 Steve KlabnikRollup merge of #26800 - tshepang:comma, r=Gankro
2015-07-05 Steve KlabnikRollup merge of #26789 - tshepang:improve-array-example...
2015-07-05 Steve KlabnikRollup merge of #26464 - Gankro:send, r=alexcrichton
2015-07-05 borsAuto merge of #25754 - geofft:remove-compiletest-jit...
2015-07-05 Steve KlabnikRollup merge of #26795 - tshepang:typo, r=steveklabnik
2015-07-05 Steve KlabnikRollup merge of #26792 - tshepang:follow-idiom, r=steve...
2015-07-05 Steve KlabnikRollup merge of #26791 - tshepang:misc-ref-fixes, r...
next