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