]> git.lizzy.rs Git - rust.git/history - src/libstd/rc.rs
rename Strong -> Rc, replacing `rc` with `weak`
[rust.git] / src / libstd / rc.rs
2014-01-09 Daniel Micayrename Strong -> Rc, replacing `rc` with `weak`
2014-01-09 Daniel Micaystop treating `Rc` cycles as unsafe
2014-01-09 borsauto merge of #11387 : pcwalton/rust/de-at-block, r...
2014-01-09 borsauto merge of #11386 : rcatolino/rust/ice-10955, r...
2014-01-08 borsauto merge of #11401 : michaelwoerister/rust/issue11322...
2014-01-08 borsauto merge of #11370 : alexcrichton/rust/issue-10465...
2014-01-08 Alex Crichtonstdtest: Fix all leaked trait imports
2014-01-03 borsauto merge of #11093 : alexcrichton/rust/issue-11085...
2014-01-02 borsauto merge of #10828 : SimonSapin/rust/ascii_opt, r...
2014-01-01 borsauto merge of #11187 : alexcrichton/rust/once, r=brson
2014-01-01 borsauto merge of #11137 : g3xzh/rust/benchm, r=cmr
2014-01-01 borsauto merge of #11186 : alexcrichton/rust/native-udp...
2013-12-31 borsauto merge of #11157 : alexcrichton/rust/issue-11154...
2013-12-30 borsauto merge of #11190 : eliovir/rust/patch-3, r=alexcrichton
2013-12-30 borsauto merge of #11185 : huonw/rust/doc-ignore, r=cmr
2013-12-30 borsauto merge of #11169 : alexcrichton/rust/snapshots...
2013-12-30 borsauto merge of #11168 : sfackler/rust/de-at-extctxt...
2013-12-30 borsauto merge of #11181 : luqmana/rust/up-llvm, r=alexcrichton
2013-12-30 borsauto merge of #11204 : alexcrichton/rust/issue-11200...
2013-12-29 borsauto merge of #11134 : lucab/rust/lucab/libstd-doc...
2013-12-27 Luca Brunostd: uniform modules titles for doc
2013-12-05 borsauto merge of #10562 : ongardie/rust/master, r=brson
2013-12-05 borsauto merge of #10211 : ktt3ja/rust/add-lrucache, r...
2013-11-28 borsauto merge of #10519 : nikomatsakis/rust/issue-8624...
2013-11-27 borsauto merge of #10684 : jld/rust/unstruct-unhack-typekin...
2013-11-27 borsauto merge of #10670 : eddyb/rust/node-u32, r=alexcrichton
2013-11-27 borsauto merge of #10679 : alexcrichton/rust/no-routine...
2013-11-27 borsauto merge of #10677 : jld/rust/type-enum-discrim-rm...
2013-11-26 borsauto merge of #10312 : thestinger/rust/thread_local...
2013-11-26 borsauto merge of #10581 : pcwalton/rust/dedo, r=pcwalton
2013-11-26 Patrick Waltonlibrustc: Fix merge fallout.
2013-11-26 Patrick Waltonlibstd: Remove all non-`proc` uses of `do` from libstd
2013-11-26 borsauto merge of #10631 : klutzy/rust/win-fixes, r=alexcri...
2013-11-25 borsauto merge of #10628 : huonw/rust/3614, r=alexcrichton
2013-11-25 borsauto merge of #10603 : alexcrichton/rust/no-linked...
2013-11-24 borsauto merge of #10475 : astrieanna/rust/issue8763, r...
2013-11-24 borsauto merge of #10634 : LeoTestard/rust/rc-eq, r=cmr
2013-11-24 Léo TestardImplement cmp traits for Rc<T> and add a ptr_eq method.
2013-11-24 borsauto merge of #10625 : huonw/rust/json-errors, r=alexcr...
2013-11-24 borsauto merge of #10620 : cmr/rust/linker_opts, r=thestinger
2013-11-24 borsauto merge of #10578 : luqmana/rust/mingw64, r=alexcrichton
2013-11-24 borsauto merge of #10514 : sfackler/rust/mut, r=cmr
2013-11-23 Steven FacklerMove mutable::Mut to cell::RefCell
2013-11-23 Steven FacklerAdd Rc::from_mut
2013-11-23 Steven FacklerChange Mut::map to Mut::with
2013-11-23 Steven FacklerMove Rc tests away from Cell
2013-11-23 Steven FacklerRemove RcMut
2013-11-22 borsauto merge of #10583 : alexcrichton/rust/privacy-reexpo...
2013-11-21 borsauto merge of #10567 : sanxiyn/rust/bytepos, r=alexcrichton
2013-11-20 borsauto merge of #10576 : thestinger/rust/gc, r=pcwalton
2013-11-20 borsauto merge of #10527 : eholk/rust/win64, r=alexcrichton
2013-11-19 borsauto merge of #10568 : pcwalton/rust/more-bars, r=alexc...
2013-11-19 Patrick Waltonlibstd: Change all uses of `&fn(A)->B` over to `|A...
2013-11-14 borsauto merge of #9788 : geoffhill/rust/bare-fn-cast,...
2013-11-10 borsauto merge of #10226 : nibrahim/rust/docepub, r=alexcri...
2013-11-08 borsauto merge of #10346 : klutzy/rust/mingw64-32-fix,...
2013-11-08 borsauto merge of #10303 : niftynif/rust/master, r=catamorphism
2013-11-08 borsauto merge of #10281 : klutzy/rust/rt-timezone, r=alexc...
2013-11-08 borsauto merge of #10333 : huonw/rust/ascii, r=alexcrichton
2013-11-08 borsauto merge of #10243 : mattcarberry/rust/master, r...
2013-11-07 borsauto merge of #10335 : ksh8281/rust/update_for_ndk_r9b...
2013-11-07 borsauto merge of #10336 : ksh8281/rust/fix_rpass_core...
2013-11-07 borsauto merge of #10322 : thestinger/rust/no_freeze, r...
2013-11-07 Daniel Micayadd `from_send` to Rc, since #9509 is fixed
2013-10-28 borsauto merge of #10095 : huonw/rust/master, r=cmr
2013-10-22 reedlepeeRemoved Unnecessary comments and white spaces #4386
2013-10-22 reedlepeeMaking fields in std and extra : private #4386
2013-10-17 borsauto merge of #9721 : klutzy/rust/uv-net-read-fix,...
2013-10-17 borsauto merge of #9634 : blake2-ppc/rust/by-ref-iter,...
2013-10-13 borsauto merge of #9608 : hmarr/rust/vec-get-opt, r=huonw
2013-10-12 borsauto merge of #9825 : thestinger/rust/rc, r=thestinger
2013-10-12 Daniel Micayrc: fix docstring
2013-10-11 borsauto merge of #9809 : fhahn/rust/remove-old-cratemap...
2013-10-11 borsauto merge of #9794 : thestinger/rust/rc, r=alexcrichton
2013-10-11 Daniel Micayclean up the `Rc`/`RcMut` types and move to libstd
2013-05-30 borsauto merge of #6825 : caitp/rust/issue-6824, r=Aatch
2013-05-30 Brian AndersonMerge remote-tracking branch 'brson/io' into incoming
2013-05-28 borsauto merge of #6783 : hoelzro/rust/master, r=bstrie
2013-05-27 borsauto merge of #6688 : graydon/rust/issue-3396-mystery...
2013-05-24 borsauto merge of #6680 : ben0x539/rust/slashslashslash...
2013-05-24 borsauto merge of #6706 : brson/rust/glue, r=catamorphism
2013-05-23 Patrick Waltonlibstd: Rename libcore to libstd and libstd to libextra...
2013-05-21 borsauto merge of #6604 : bjz/rust/ptr-to-option, r=brson
2013-05-21 borsauto merge of #6576 : nikomatsakis/rust/issue-5362...
2013-05-20 borsauto merge of #6639 : osaut/rust/arc-clean, r=brson
2013-05-20 borsauto merge of #6635 : brson/rust/snapshot, r=brson
2013-05-20 Brian AndersonRegister snapshots
2013-05-19 borsauto merge of #6106 : thestinger/rust/iter, r=bstrie
2013-05-19 borsauto merge of #6601 : cmr/rust/assert_eq, r=Aatch
2013-05-19 Corey RichardsonUse assert_eq! rather than assert! where possible
2013-05-18 borsauto merge of #6249 : crabtw/rust/arm, r=brson
2013-05-18 Brian AndersonMerge remote-tracking branch 'brson/io' into incoming
2013-05-17 borsauto merge of #6442 : sstewartgallus/rust/incoming...
2013-05-17 borsauto merge of #6534 : brson/rust/intrinsic-docs, r...
2013-05-17 borsauto merge of #6549 : bjz/rust/numeric-traits, r=thestinger
2013-05-16 borsauto merge of #6543 : catamorphism/rust/traits-cleanup...
2013-05-16 borsauto merge of #6536 : kud1ing/rust/patch-1, r=brson
2013-05-16 borsauto merge of #6473 : nikomatsakis/rust/issue-5967...
2013-05-16 borsauto merge of #6530 : huonw/rust/deriving-deepclone...
2013-05-16 borsauto merge of #6531 : sammykim/rust/bytes, r=luqmana
next