about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-05-27auto merge of #6724 : thestinger/rust/swap_fast, r=thestingerbors-80/+231
2013-05-27fix casts on 32-bitDaniel Micay-2/+2
2013-05-27auto merge of #6715 : Xazax-hun/rust/incoming, r=graydonbors-0/+82
2013-05-27auto merge of #6703 : sanxiyn/rust/allocation-lint, r=sanxiynbors-189/+168
2013-05-28Remove unnecessary allocations flagged by lintSeo Sanghyeon-161/+161
2013-05-28Use adjustments table for allocation lintSeo Sanghyeon-28/+7
2013-05-27Get rid of no-longer-needed #[doc(hidden)] attributes.Lindsey Kuper-13/+4
2013-05-27auto merge of #6763 : steveklabnik/rust/core_to_std, r=thestingerbors-20/+20
2013-05-27Fix docs to use std instead of core.Steve Klabnik-20/+20
2013-05-27Rename unwrap_input/unwrap_output as suggested bygareth-11/+11
2013-05-27Make test_change_working_directory change the currentgareth-3/+5
2013-05-27Refactor core::run in order to address many of the issuesgareth-483/+693
2013-05-27auto merge of #6688 : graydon/rust/issue-3396-mystery-bug-in-metadata, r=Aatchbors-11/+2
2013-05-27auto merge of #6761 : ILyoan/rust/ctags, r=thestingerbors-3/+1
2013-05-26auto merge of #6719 : kud1ing/rust/rustc_w, r=bstriebors-2/+7
2013-05-27update ctags defineILyoan-3/+1
2013-05-26auto merge of #6748 : steveklabnik/rust/bool_docs, r=thestingerbors-19/+194
2013-05-26auto merge of #6700 : ben0x539/rust/nestvariantdocs, r=thestingerbors-1/+38
2013-05-26Add documentation for libstd/bool.rs.Steve Klabnik-19/+194
2013-05-26inline bump_box_refcountDaniel Micay-0/+1
2013-05-26make transmute_copy use memcpy, and inline itDaniel Micay-0/+21
2013-05-26add an align parameter to call_memcpyDaniel Micay-14/+11
2013-05-26use uninit for cast::transmute_copyDaniel Micay-1/+1
2013-05-26add memset32/memset64Daniel Micay-1/+86
2013-05-26C++0x -> C++11Daniel Micay-1/+1
2013-05-26make the memcpy/memmove intrinsics higher-levelDaniel Micay-64/+111
2013-05-26auto merge of #6742 : Aatch/rust/mut-noalias, r=thestingerbors-1/+14
2013-05-26rustdoc: properly nest markup within enum variant lists (fixes #6605)Benjamin Herr-1/+38
2013-05-26Mark &mut parameters as noaliasJames Miller-1/+14
2013-05-25testsuite: Add a test for listing the root directory...Tim Chevalier-1/+15
2013-05-25core: Fail with a better error message when list_dir gets an empty pathTim Chevalier-0/+11
2013-05-25auto merge of #6722 : alexcrichton/rust/issue-4219-no-merge-hack, r=brsonbors-1201/+909
2013-05-25auto merge of #6732 : Aatch/rust/atomic-types, r=brsonbors-0/+344
2013-05-25Use an enum for keywords and intern them to improve parser performanceBjörn Steinbrink-245/+280
2013-05-24auto merge of #6728 : alexcrichton/rust/update-linenoise, r=Aatchbors-19/+211
2013-05-25Add basic atomic typesJames Miller-0/+344
2013-05-25Fix compilation errors with linenoiseAlex Crichton-2/+2
2013-05-24auto merge of #6730 : hjr3/rust/exit_code, r=z0w0bors-10/+14
2013-05-24auto merge of #6726 : alexcrichton/rust/filter-blocks, r=z0w0bors-1/+18
2013-05-24Update the linenoise libraryAlex Crichton-19/+211
2013-05-24Actually filter view_items in blocksAlex Crichton-1/+18
2013-05-24Remove the clone function for the methodOlivier Saut-5/+2
2013-05-24Remove the get functionOlivier Saut-29/+22
2013-05-24Make rust {test, run} exit with appropriate code.Herman J. Radtke III-10/+14
2013-05-24Remove the #[merge] hack from the parserAlex Crichton-85/+1
2013-05-24Remove usage of the #[merge] hack with int modulesAlex Crichton-1149/+941
2013-05-24show options for -W help and -WLenny222-2/+7
2013-05-24auto merge of #6680 : ben0x539/rust/slashslashslash, r=graydonbors-2/+9
2013-05-24Only trigger missing documentation warnings to public functions and fields.Gábor Horváth-14/+25
2013-05-24auto merge of #6712 : thestinger/rust/derive, r=catamorphismbors-24/+2