| Age | Commit message (Expand) | Author | Lines |
| 2014-03-20 | auto merge of #13015 : tbu-/rust/pr_remove_immut, r=alexcrichton | bors | -6/+0 |
| 2014-03-20 | auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakis | bors | -267/+500 |
| 2014-03-20 | auto merge of #12980 : cmr/rust/overhaul-stdio, r=thestinger | bors | -1/+7 |
| 2014-03-20 | auto merge of #13028 : thestinger/rust/vec_ng, r=huonw | bors | -301/+314 |
| 2014-03-20 | A couple of fixes to vec_ng docs | Steven Fackler | -14/+24 |
| 2014-03-20 | Mention Share in the tutorial | Flavio Percoco | -0/+4 |
| 2014-03-20 | Mention share in guide-unsafe instead of freeze | Flavio Percoco | -2/+2 |
| 2014-03-20 | Make atomics interior Unsafe<T> | Flavio Percoco | -50/+60 |
| 2014-03-20 | Allow static items that don't fulfill `Freeze` | Flavio Percoco | -45/+4 |
| 2014-03-20 | Forbid borrow of static items with unsafe interior | Flavio Percoco | -34/+112 |
| 2014-03-20 | Gather loans for static items | Flavio Percoco | -28/+59 |
| 2014-03-20 | Let ArcData use Unsafe<T> | Flavio Percoco | -5/+8 |
| 2014-03-20 | Make Cell and RefCell use Unsafe<T> | Flavio Percoco | -14/+19 |
| 2014-03-20 | Add Unsafe<T> type | Flavio Percoco | -1/+88 |
| 2014-03-20 | Relax interner's Share bound | Flavio Percoco | -12/+1 |
| 2014-03-20 | Replace Freeze bounds with Share bounds | Flavio Percoco | -54/+63 |
| 2014-03-20 | Make `Rc`, `Cell` and `RefCell` NoShare | Flavio Percoco | -7/+18 |
| 2014-03-20 | Add a Share kind | Flavio Percoco | -29/+76 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -287/+290 |
| 2014-03-20 | auto merge of #12854 : nick29581/rust/parse-enum-struct, r=alexcrichton | bors | -10/+8 |
| 2014-03-19 | auto merge of #12772 : thestinger/rust/slice, r=alexcrichton | bors | -365/+360 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -365/+360 |
| 2014-03-19 | std: io: flush stdout on stdin read from tty | Corey Richardson | -1/+7 |
| 2014-03-19 | auto merge of #13013 : huonw/rust/tytrait, r=cmr | bors | -84/+117 |
| 2014-03-20 | Fix spans for enum-struct match arms | Nick Cameron | -10/+8 |
| 2014-03-19 | auto merge of #12770 : eddyb/rust/drop-tld, r=cmr | bors | -0/+26 |
| 2014-03-19 | auto merge of #12879 : Aatch/rust/rustdoc-mod-privacy, r=alexcrichton | bors | -4/+2 |
| 2014-03-19 | auto merge of #12762 : klutzy/rust/win-struct-abi, r=alexcrichton | bors | -9/+120 |
| 2014-03-19 | Remove std::cast::transmute_immut_unsafe | Tobias Bucher | -6/+0 |
| 2014-03-19 | auto merge of #12982 : brson/rust/optiondocs, r=alexcrichton | bors | -20/+170 |
| 2014-03-19 | rustc: put ty_closure behind some indirection. | Huon Wilson | -23/+23 |
| 2014-03-19 | rustc: put ty_trait behind some indirection. | Huon Wilson | -61/+94 |
| 2014-03-19 | auto merge of #12955 : sfackler/rust/vec_ng-doc, r=alexcrichton | bors | -46/+626 |
| 2014-03-19 | rustc: Fix x86 ffi for empty struct arguments | klutzy | -2/+111 |
| 2014-03-19 | rustc: Fix x86 ffi for struct arguments | klutzy | -8/+10 |
| 2014-03-19 | Discard MTWT & interner tables from TLD after they stop being useful. | Eduard Burtescu | -0/+26 |
| 2014-03-18 | Docify std::vec_ng | Steven Fackler | -46/+626 |
| 2014-03-18 | auto merge of #12954 : brson/rust/atomicdocs, r=alexcrichton | bors | -68/+393 |
| 2014-03-18 | std: Improve option docs | Brian Anderson | -20/+170 |
| 2014-03-18 | auto merge of #13006 : alexcrichton/rust/rollup, r=alexcrichton | bors | -238/+784 |
| 2014-03-18 | Test fixes from the rollup | Alex Crichton | -0/+4 |
| 2014-03-18 | Made the `clone_from` implementation for `~T` reuse the `T` itself if | Marvin Löbel | -1/+2 |
| 2014-03-18 | rustdoc: Implement cross-crate searching | Alex Crichton | -157/+383 |
| 2014-03-18 | Docsprint: Document ops module, primarily Deref. | Matthew McPherrin | -3/+77 |
| 2014-03-18 | Typo fixes. | Lindsey Kuper | -9/+9 |
| 2014-03-18 | Relaxed the memory ordering on the implementation of UnsafeArc | Jonathan S | -7/+29 |
| 2014-03-18 | Documentation and formatting changes for option.rs. | Ziad Hatahet | -10/+10 |
| 2014-03-18 | deny missing docs | Alan Andrade | -1/+1 |
| 2014-03-18 | Add impl IntoStr for ::std::vec_ng::Vec<Ascii> | Eunchong Yu | -0/+26 |
| 2014-03-18 | closes #12967 fix [en|de]coding of HashMap<K,V> where K is a numeric type | Jeff Olson | -1/+84 |