about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-05-27syntax highlight code examples in docstringsDaniel Micay-117/+165
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-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-24auto merge of #6712 : thestinger/rust/derive, r=catamorphismbors-24/+2
2013-05-23auto merge of #6706 : brson/rust/glue, r=catamorphismbors-12/+13
2013-05-24use deriving for DeepCloneDaniel Micay-24/+2
2013-05-23auto merge of #6710 : thestinger/rust/swap, r=catamorphismbors-122/+210
2013-05-23optimize util::swap, &mut pointers never aliasDaniel Micay-3/+35
2013-05-24make arm register definition consistent with rtJyun-Yan You-1/+1
2013-05-23indentation fixDaniel Micay-145/+145
2013-05-23add memcpy intrinsic to mirror memmoveDaniel Micay-1/+58
2013-05-23swap_ptr: rm equality checkDaniel Micay-3/+2
2013-05-23auto merge of #6690 : erickt/rust/cleanup-warnings, r=brsonbors-1339/+1298
2013-05-23cleanup warnings from librustpkgErick Tryzelaar-1/+0
2013-05-23cleanup warnings from compiletestErick Tryzelaar-54/+53
2013-05-23cleanup warnings from librustdocErick Tryzelaar-87/+81
2013-05-23cleanup warnings from librustiErick Tryzelaar-3/+3
2013-05-23cleanup warnings from librustcErick Tryzelaar-18/+15