summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-25librustc: Allow intra-crate start functions, for runtimeless operation.Patrick Walton-5/+2
2013-05-26Add some documentationJames Miller-1/+25
2013-05-26Add AtomicOption typeJames Miller-33/+91
2013-05-26Make AtomicPtr use *mut, instead of ~James Miller-47/+15
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
2013-05-24Warnings for missing documentations.Gábor Horváth-0/+71
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
2013-05-23cleanup warnings from libsyntaxErick Tryzelaar-7/+4
2013-05-23cleanup warnings from libextraErick Tryzelaar-474/+460
2013-05-23cleanup warnings from libstdErick Tryzelaar-566/+545
2013-05-23core: remove iter_bytes helper functionsErick Tryzelaar-129/+137
2013-05-23auto merge of #6705 : brson/rust/issue-5192, r=catamorphismbors-14/+41