| Age | Commit message (Expand) | Author | Lines |
| 2014-06-13 | librustc: Forbid `transmute` from being called on types whose size is | Patrick Walton | -31/+323 |
| 2014-06-13 | librustc: Take in account mutability when casting array to raw ptr. | Luqman Aden | -3/+27 |
| 2014-06-13 | remove unnecessary PaX detection | Daniel Micay | -56/+0 |
| 2014-06-13 | Audit usage of NativeMutex | Alex Crichton | -4/+87 |
| 2014-06-13 | rustc: [T, ..N] and [T, ..N+1] are not the same | Alex Crichton | -1/+10 |
| 2014-06-13 | Clarify `Any` docs | P1start | -4/+6 |
| 2014-06-13 | Fix the unused struct field lint for struct variants | Jakub Wieczorek | -21/+59 |
| 2014-06-13 | Remove typo on collections::treemap::UnionItems | Renato Riccieri Santos Zannon | -1/+1 |
| 2014-06-13 | configure: Don't sync unused submodules | Alex Crichton | -2/+19 |
| 2014-06-13 | libsyntax: Allow `+` to separate trait bounds from objects. | Patrick Walton | -101/+176 |
| 2014-06-13 | std: Rebase better errors on master | Alex Crichton | -7/+11 |
| 2014-06-13 | Improve error messages for io::fs | Yehuda Katz | -64/+244 |
| 2014-06-13 | librustc: Fix the issue with labels shadowing variable names by making | Patrick Walton | -88/+158 |
| 2014-06-13 | auto merge of #14604 : nikomatsakis/rust/issue-5527-namespace-substs, r=pcwalton | bors | -2226/+2571 |
| 2014-06-13 | librustc: Forbid enum-to-float casts. | Patrick Walton | -18/+32 |
| 2014-06-13 | Introduce VecPerParamSpace and use it to represent sets of types and | Niko Matsakis | -2226/+2571 |
| 2014-06-13 | Add Bitwise::{swap_bytes, rotate_left, rotate_right} methods | Brendan Zabarauskas | -20/+152 |
| 2014-06-13 | auto merge of #14831 : alexcrichton/rust/format-intl, r=brson | bors | -1087/+736 |
| 2014-06-13 | auto merge of #13222 : nick29581/rust/dxr4, r=brson | bors | -37/+2531 |
| 2014-06-13 | Dump results of analysis phase as CSV | Nick Cameron | -37/+2531 |
| 2014-06-13 | There should be no metadata to read on iOS | Valerii Hiora | -1/+1 |
| 2014-06-13 | added get_mut() for [T] | bachm | -0/+18 |
| 2014-06-13 | Cosmetic fixes & comments | Valerii Hiora | -11/+19 |
| 2014-06-13 | auto merge of #14858 : alexcrichton/rust/no-jemalloc-on-travis, r=thestinger | bors | -2/+1 |
| 2014-06-13 | auto merge of #14819 : michaelwoerister/rust/unique_type_id, r=alexcrichton | bors | -145/+730 |
| 2014-06-13 | auto merge of #14816 : theptrk/rust/unclear-comment, r=huonw | bors | -1/+1 |
| 2014-06-12 | travis: Don't use a local jemalloc | Alex Crichton | -2/+1 |
| 2014-06-12 | Relicense shootout-binarytrees.rs | Guillaume Pinot | -8/+39 |
| 2014-06-12 | auto merge of #14813 : cmr/rust/once-docs-unsafe, r=alexcrichton | bors | -10/+6 |
| 2014-06-12 | Relicense shootout-pidigits.rs | Guillaume Pinot | -8/+39 |
| 2014-06-12 | auto merge of #14811 : forticulous/rust/refcell-show, r=alexcrichton | bors | -1/+31 |
| 2014-06-12 | Better dylib skipping based on Alex Crichton code | Valerii Hiora | -121/+125 |
| 2014-06-12 | Basic iOS support | Valerii Hiora | -65/+461 |
| 2014-06-12 | Disable generating split-stack code | Valerii Hiora | -14/+29 |
| 2014-06-12 | Runtime support for arm on iOS | Valerii Hiora | -36/+111 |
| 2014-06-12 | Platform configuration | Valerii Hiora | -34/+111 |
| 2014-06-12 | Updated deps | Valerii Hiora | -0/+0 |
| 2014-06-12 | debuginfo: Fix issue with unique type IDs not being passed to LLVM for LLVM 3.4 | Michael Woerister | -6/+24 |
| 2014-06-12 | debuginfo: Generate cross-crate unique type identifiers for debuginfo types. | Michael Woerister | -139/+706 |
| 2014-06-12 | auto merge of #14809 : zzmp/rust/patch-2, r=alexcrichton | bors | -2/+4 |
| 2014-06-12 | auto merge of #14805 : zzmp/rust/patch-1, r=alexcrichton | bors | -1/+1 |
| 2014-06-12 | auto merge of #14801 : pcwalton/rust/name-shadowing-in-one-pattern, r=alexcri... | bors | -42/+46 |
| 2014-06-12 | auto merge of #14800 : reem/rust/patch-1, r=alexcrichton | bors | -2/+2 |
| 2014-06-12 | auto merge of #14792 : alexcrichton/rust/local-jemalloc, r=brson | bors | -9/+40 |
| 2014-06-12 | mk: Allow using a locally compiled libuv.a | Alex Crichton | -9/+22 |
| 2014-06-12 | travis: Use a pre-installed jemalloc | Alex Crichton | -1/+3 |
| 2014-06-12 | mk: Allow usage of a local jemalloc install | Alex Crichton | -2/+18 |
| 2014-06-11 | auto merge of #14799 : mcreinhard/rust/tilde-fix, r=alexcrichton | bors | -1/+1 |
| 2014-06-11 | auto merge of #14713 : darnuria/rust/Improve_std_os_documentation_#2, r=alexc... | bors | -76/+140 |
| 2014-06-12 | Improve docs and refactore std::os. | Axel Viala | -76/+140 |