summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-11-09auto merge of #10371 : catamorphism/rust/rustpkg-issue-9482, r=catamorphismbors-0/+18
2013-11-09auto merge of #10368 : tautologico/rust/default_pkgid, r=catamorphismbors-6/+73
2013-11-09auto merge of #10359 : tomassedovic/rust/typeid-iterbytes, r=pcwaltonbors-0/+15
2013-11-08auto merge of #10358 : cmr/rust/mmap++, r=alexcrichtonbors-3/+49
2013-11-09std: os: Document MemoryMapCorey Richardson-3/+49
2013-11-08make DeepClone inherit from CloneDaniel Micay-1/+1
2013-11-08add `clone_from` and `deep_clone_from`Daniel Micay-2/+70
2013-11-08Fix pretty printer when there are multiple lifetime parametersNiko Matsakis-7/+14
2013-11-08Merge failuresNiko Matsakis-2/+4
2013-11-08Add new tests showing multiple lifetime parameters in useNiko Matsakis-2/+165
2013-11-08Address comments from @pnkfelix (thanks for the detailed review)Niko Matsakis-80/+282
2013-11-08Update FIXMEs with issue numbersNiko Matsakis-16/+9
2013-11-08Rename and modernize region enum namesNiko Matsakis-308/+316
2013-11-08Update various tests and libraries that were incorrectlyNiko Matsakis-108/+155
2013-11-08Improve error reporting for region inference failures to make use ofNiko Matsakis-20/+174
2013-11-08Move comparing of impl methods against trait from collect to check.Niko Matsakis-324/+325
2013-11-08Introduce new variance inference pass that replaces (and generalizes) oldNiko Matsakis-807/+1278
2013-11-08Generalize AST and ty::Generics to accept multiple lifetimes.Niko Matsakis-1460/+1516
2013-11-08extra / rustpkg: Make getopts::opt_val private againTim Chevalier-8/+4
2013-11-08rustpkg: Add a test that `rustpkg install` doesn't copy a non-changed fileTim Chevalier-0/+18
2013-11-08Implement IterBytes for TypeIdTomas Sedovic-0/+15
2013-11-08Introduce ty_fold mechanism and port our various folders to useNiko Matsakis-334/+411
2013-11-08Added a FIXME with issue number to change package_idAndrei Formiga-1/+1
2013-11-08Create a new pass to resolve named lifetimes; rscope is not onlyNiko Matsakis-404/+644
2013-11-08Specify package_id for rust libs, to avoid spurious warningsAndrei Formiga-0/+7
2013-11-08Added tests for default generation of package_id meta attributeAndrei Formiga-0/+36
2013-11-08Added default value for package_id attribute when encoding metadata for lib c...Andrei Formiga-15/+18
2013-11-08Add default 'package_id' link meta for crates (with value equal to 'name')Andrei Formiga-2/+23
2013-11-08auto merge of #10355 : huonw/rust/deriving-field-spans, r=alexcrichtonbors-312/+410
2013-11-08auto merge of #10348 : ksh8281/rust/fix_android_timegm, r=yichoibors-2/+5
2013-11-08auto merge of #10346 : klutzy/rust/mingw64-32-fix, r=alexcrichtonbors-0/+5
2013-11-08auto merge of #10344 : brson/rust/atomiccopy, r=alexcrichtonbors-14/+51
2013-11-08syntax::ext: Make type errors in deriving point to the field itself.Huon Wilson-312/+410
2013-11-08auto merge of #10303 : niftynif/rust/master, r=catamorphismbors-0/+450
2013-11-08Added proper //! documentation to the beginning of btree.rs.niftynif-2/+3
2013-11-07auto merge of #10341 : willingc/rust/minor-docfix, r=huonwbors-1/+1
2013-11-08fix android timegmsh8281.kim-2/+5
2013-11-08Define WSAPOLLFD only on mingw 4.xklutzy-0/+5
2013-11-07auto merge of #10281 : klutzy/rust/rt-timezone, r=alexcrichtonbors-44/+68
2013-11-08extra::time: Fix test on Windowsklutzy-40/+59
2013-11-07auto merge of #10340 : eholk/rust/url, r=brsonbors-4/+4
2013-11-07auto merge of #10333 : huonw/rust/ascii, r=alexcrichtonbors-33/+24
2013-11-07std: Make atomic types non-copyable. Closes #8380Brian Anderson-14/+51
2013-11-07auto merge of #10243 : mattcarberry/rust/master, r=brsonbors-0/+67
2013-11-07auto merge of #10335 : ksh8281/rust/update_for_ndk_r9b, r=brsonbors-4/+0
2013-11-07Edited comment for docs to show std::io is deleted and replaced by std::rt::ioCarol Willing-1/+1
2013-11-08std::ascii: Provide a copyless [Ascii] -> str method.Huon Wilson-33/+24
2013-11-07Add ~ to the list of allowable URL characters.Eric Holk-4/+4
2013-11-07Addressed style concerns in btree.rs and added it to the lib file.niftynif-60/+125
2013-11-07auto merge of #10336 : ksh8281/rust/fix_rpass_core-run-destroy_for_android, r...bors-1/+4