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