]> git.lizzy.rs Git - rust.git/history - src/libstd/unstable/atomics.rs
Change finalize -> drop.
[rust.git] / src / libstd / unstable / atomics.rs
2013-06-26 Luqman AdenChange finalize -> drop.
2013-06-25 borsauto merge of #7325 : artagnon/rust/resolve-module...
2013-06-25 borsauto merge of #7371 : alexcrichton/rust/trying, r=cmr
2013-06-25 borsauto merge of #7317 : Aatch/rust/no-drop-flag, r=thestinger
2013-06-25 James MillerSet #[no_drop_flag] on Rc<T> and AtomicOption. Add...
2013-06-24 borsauto merge of #7279 : hanny24/rust/master, r=msullivan
2013-06-21 borsauto merge of #7219 : sstewartgallus/rust/cleanup,...
2013-06-21 borsauto merge of #7200 : yichoi/rust/fix_je_mac_cross...
2013-06-21 borsauto merge of #7161 : kballard/rust/terminfo-parm-forma...
2013-06-20 borsauto merge of #7128 : yichoi/rust/fix_sometc, r=brson
2013-06-18 Graydon Hoarereplace #[inline(always)] with #[inline]. r=burningtree.
2013-06-17 borsauto merge of #7131 : Blei/rust/windows-dynamic-lib...
2013-06-17 borsauto merge of #7157 : sstewartgallus/rust/master, r...
2013-06-16 borsauto merge of #7159 : Blei/rust/free-glue-no-destructor...
2013-06-16 borsauto merge of #7155 : Blei/rust/drop-glue-alloca, r...
2013-06-16 borsauto merge of #7142 : alexcrichton/rust/deriving-zero...
2013-06-16 borsauto merge of #7137 : erickt/rust/from-elem-fixme,...
2013-06-16 borsauto merge of #7114 : pnkfelix/rust/issue3961-fix-white...
2013-06-15 borsauto merge of #7132 : thestinger/rust/rpath, r=brson
2013-06-15 borsauto merge of #7154 : dotdash/rust/glue, r=graydon
2013-06-15 borsauto merge of #7148 : catamorphism/rust/rustpkg_tests...
2013-06-15 borsauto merge of #7147 : huonw/rust/vec-connect, r=Aatch
2013-06-15 borsauto merge of #7130 : huonw/rust/rustdoc-highlight...
2013-06-15 borsauto merge of #7109 : bblum/rust/rwlocks, r=brson
2013-06-13 Ben BlumDocument unstable::atomics fetch_* return values
2013-06-11 borsauto merge of #7033 : influenza/rust/rust-7022, r=graydon
2013-06-11 borsauto merge of #7040 : alexcrichton/rust/issue-6511...
2013-06-11 borsauto merge of #7035 : influenza/rust/getopts-doc-update...
2013-06-11 borsauto merge of #7047 : bblum/rust/bug_triage, r=graydon
2013-06-10 Ben BlumTag a bunch of destructors that need mutable self with...
2013-06-07 borsauto merge of #6985 : Aatch/rust/fixed-vec-6977, r...
2013-06-07 borsauto merge of #6895 : cmr/rust/jemalloc, r=brson
2013-06-07 borsauto merge of #6984 : brson/rust/rtcross, r=brson
2013-06-06 borsauto merge of #6982 : Aatch/rust/better-foreign-error...
2013-06-06 borsauto merge of #6053 : nikomatsakis/rust/fixme-2699...
2013-06-05 borsauto merge of #6942 : thestinger/rust/cleanup, r=catamo...
2013-06-04 borsauto merge of #6941 : Thiez/rust/pub_atomics, r=thestinger
2013-06-04 Matthijs HofstraMade fns in the impls for the Atomic structs pub
2013-05-30 borsauto merge of #6825 : caitp/rust/issue-6824, r=Aatch
2013-05-29 borsauto merge of #6799 : Aatch/rust/pass-refactor, r=graydon
2013-05-29 borsauto merge of #6813 : pnkfelix/rust/fsk-issue-6805...
2013-05-29 borsauto merge of #6733 : alexcrichton/rust/issue-2400...
2013-05-29 borsauto merge of #6796 : sfackler/rust/FromBase64-type...
2013-05-29 borsauto merge of #6794 : thestinger/rust/align_zero, r...
2013-05-29 borsauto merge of #6793 : graydon/rust/drop-ast-before...
2013-05-29 borsauto merge of #6789 : luqmana/rust/compiletest-fix...
2013-05-29 borsauto merge of #6784 : nikomatsakis/rust/moves-into...
2013-05-29 borsauto merge of #6778 : Aatch/rust/pass-refactor, r=graydon
2013-05-29 borsauto merge of #6780 : june0cho/rust/issue5984, r=brson
2013-05-29 borsauto merge of #6740 : Aatch/rust/atomic-types, r=brson
2013-05-28 borsauto merge of #6783 : hoelzro/rust/master, r=bstrie
2013-05-27 borsauto merge of #6715 : Xazax-hun/rust/incoming, r=graydon
2013-05-27 borsauto merge of #6688 : graydon/rust/issue-3396-mystery...
2013-05-27 borsauto merge of #6719 : kud1ing/rust/rustc_w, r=bstrie
2013-05-26 borsauto merge of #6748 : steveklabnik/rust/bool_docs,...
2013-05-26 James MillerAdd some documentation
2013-05-26 James MillerAdd AtomicOption type
2013-05-25 James MillerMake AtomicPtr use *mut, instead of ~
2013-05-25 borsauto merge of #6722 : alexcrichton/rust/issue-4219...
2013-05-25 borsauto merge of #6732 : Aatch/rust/atomic-types, r=brson
2013-05-25 James MillerAdd basic atomic types