]> git.lizzy.rs Git - rust.git/history - src/test/compile-fail/std-uncopyable-atomics.rs
Convert most code to new inner attribute syntax.
[rust.git] / src / test / compile-fail / std-uncopyable-atomics.rs
2014-03-29 Brian AndersonConvert most code to new inner attribute syntax.
2014-03-19 borsauto merge of #12879 : Aatch/rust/rustdoc-mod-privacy...
2014-03-17 borsauto merge of #12935 : lbonn/rust/nullenum, r=alexcrichton
2014-03-17 borsauto merge of #12742 : FlaPer87/rust/issue-11411-static...
2014-03-17 borsauto merge of #12957 : lkuper/rust/docsprint, r=alexcri...
2014-03-17 borsauto merge of #12951 : cadencemarseille/rust/issue...
2014-03-16 Cadence MarseilleRemove AtomicFlag
2014-03-02 borsMerge pull request #12308 from kballard/vim-nested...
2014-03-01 borsauto merge of #12641 : sfackler/rust/issue-11552, r...
2014-03-01 borsauto merge of #12632 : fhahn/rust/issue-12507-rustdoc...
2014-02-28 borsauto merge of #12616 : alexcrichton/rust/size, r=huonw
2014-02-28 borsauto merge of #12544 : erickt/rust/hash, r=acrichto
2014-02-28 borsauto merge of #12348 : brunoabinader/rust/libcollection...
2014-02-28 borsauto merge of #11979 : FlaPer87/rust/static, r=nikomatsakis
2014-02-27 Flavio PercocoForbid moves out of static items Closes #10577
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 #11137 : g3xzh/rust/benchm, r=cmr
2013-12-28 borsauto merge of #11098 : erickt/rust/collect, r=alexcrichton
2013-12-26 borsauto merge of #11127 : huonw/rust/vec-docs, r=alexcrichton
2013-12-26 borsauto merge of #10965 : alexcrichton/rust/libgreen,...
2013-12-26 Alex CrichtonTest fixes and rebase conflicts
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-09 borsauto merge of #10358 : cmr/rust/mmap++, r=alexcrichton
2013-11-08 borsauto merge of #10355 : huonw/rust/deriving-field-spans...
2013-11-08 borsauto merge of #10354 : thestinger/rust/vector, r=huonw
2013-11-08 borsauto merge of #10348 : ksh8281/rust/fix_android_timegm...
2013-11-08 borsauto merge of #10346 : klutzy/rust/mingw64-32-fix,...
2013-11-08 borsauto merge of #10344 : brson/rust/atomiccopy, r=alexcri...
2013-11-08 Brian Andersonstd: Make atomic types non-copyable. Closes #8380