about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-03-20auto merge of #13015 : tbu-/rust/pr_remove_immut, r=alexcrichtonbors-6/+0
2014-03-20auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakisbors-267/+500
2014-03-20auto merge of #12980 : cmr/rust/overhaul-stdio, r=thestingerbors-1/+7
2014-03-20auto merge of #13028 : thestinger/rust/vec_ng, r=huonwbors-301/+314
2014-03-20A couple of fixes to vec_ng docsSteven Fackler-14/+24
2014-03-20Mention Share in the tutorialFlavio Percoco-0/+4
2014-03-20Mention share in guide-unsafe instead of freezeFlavio Percoco-2/+2
2014-03-20Make atomics interior Unsafe<T>Flavio Percoco-50/+60
2014-03-20Allow static items that don't fulfill `Freeze`Flavio Percoco-45/+4
2014-03-20Forbid borrow of static items with unsafe interiorFlavio Percoco-34/+112
2014-03-20Gather loans for static itemsFlavio Percoco-28/+59
2014-03-20Let ArcData use Unsafe<T>Flavio Percoco-5/+8
2014-03-20Make Cell and RefCell use Unsafe<T>Flavio Percoco-14/+19
2014-03-20Add Unsafe<T> typeFlavio Percoco-1/+88
2014-03-20Relax interner's Share boundFlavio Percoco-12/+1
2014-03-20Replace Freeze bounds with Share boundsFlavio Percoco-54/+63
2014-03-20Make `Rc`, `Cell` and `RefCell` NoShareFlavio Percoco-7/+18
2014-03-20Add a Share kindFlavio Percoco-29/+76
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-287/+290
2014-03-20auto merge of #12854 : nick29581/rust/parse-enum-struct, r=alexcrichtonbors-10/+8
2014-03-19auto merge of #12772 : thestinger/rust/slice, r=alexcrichtonbors-365/+360
2014-03-20rename std::vec -> std::sliceDaniel Micay-365/+360
2014-03-19std: io: flush stdout on stdin read from ttyCorey Richardson-1/+7
2014-03-19auto merge of #13013 : huonw/rust/tytrait, r=cmrbors-84/+117
2014-03-20Fix spans for enum-struct match armsNick Cameron-10/+8
2014-03-19auto merge of #12770 : eddyb/rust/drop-tld, r=cmrbors-0/+26
2014-03-19auto merge of #12879 : Aatch/rust/rustdoc-mod-privacy, r=alexcrichtonbors-4/+2
2014-03-19auto merge of #12762 : klutzy/rust/win-struct-abi, r=alexcrichtonbors-9/+120
2014-03-19Remove std::cast::transmute_immut_unsafeTobias Bucher-6/+0
2014-03-19auto merge of #12982 : brson/rust/optiondocs, r=alexcrichtonbors-20/+170
2014-03-19rustc: put ty_closure behind some indirection.Huon Wilson-23/+23
2014-03-19rustc: put ty_trait behind some indirection.Huon Wilson-61/+94
2014-03-19auto merge of #12955 : sfackler/rust/vec_ng-doc, r=alexcrichtonbors-46/+626
2014-03-19rustc: Fix x86 ffi for empty struct argumentsklutzy-2/+111
2014-03-19rustc: Fix x86 ffi for struct argumentsklutzy-8/+10
2014-03-19Discard MTWT & interner tables from TLD after they stop being useful.Eduard Burtescu-0/+26
2014-03-18Docify std::vec_ngSteven Fackler-46/+626
2014-03-18auto merge of #12954 : brson/rust/atomicdocs, r=alexcrichtonbors-68/+393
2014-03-18std: Improve option docsBrian Anderson-20/+170
2014-03-18auto merge of #13006 : alexcrichton/rust/rollup, r=alexcrichtonbors-238/+784
2014-03-18Test fixes from the rollupAlex Crichton-0/+4
2014-03-18Made the `clone_from` implementation for `~T` reuse the `T` itself ifMarvin Löbel-1/+2
2014-03-18rustdoc: Implement cross-crate searchingAlex Crichton-157/+383
2014-03-18Docsprint: Document ops module, primarily Deref.Matthew McPherrin-3/+77
2014-03-18Typo fixes.Lindsey Kuper-9/+9
2014-03-18Relaxed the memory ordering on the implementation of UnsafeArcJonathan S-7/+29
2014-03-18Documentation and formatting changes for option.rs.Ziad Hatahet-10/+10
2014-03-18deny missing docsAlan Andrade-1/+1
2014-03-18Add impl IntoStr for ::std::vec_ng::Vec<Ascii>Eunchong Yu-0/+26
2014-03-18closes #12967 fix [en|de]coding of HashMap<K,V> where K is a numeric typeJeff Olson-1/+84