| Age | Commit message (Expand) | Author | Lines |
| 2013-11-09 | auto merge of #10153 : nikomatsakis/rust/issue-4846-multiple-lifetime-paramet... | bors | -249/+642 |
| 2013-11-09 | Make irrelevant changes to regions-mock-tcx to convince the pretty printer to... | Niko Matsakis | -4/+0 |
| 2013-11-09 | Make main public to accommodate check-fast | Niko Matsakis | -2/+2 |
| 2013-11-09 | xfail-fast regions-mock-tcx.rs | Niko Matsakis | -0/+2 |
| 2013-11-08 | Fix pretty printer when there are multiple lifetime parameters | Niko Matsakis | -1/+1 |
| 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 | -24/+63 |
| 2013-11-08 | Update various tests and libraries that were incorrectly | Niko Matsakis | -76/+113 |
| 2013-11-08 | Move comparing of impl methods against trait from collect to check. | Niko Matsakis | -3/+3 |
| 2013-11-08 | Introduce new variance inference pass that replaces (and generalizes) old | Niko Matsakis | -208/+274 |
| 2013-11-08 | Create a new pass to resolve named lifetimes; rscope is not only | Niko Matsakis | -0/+90 |
| 2013-11-08 | Added tests for default generation of package_id meta attribute | Andrei Formiga | -0/+36 |
| 2013-11-08 | auto merge of #10355 : huonw/rust/deriving-field-spans, r=alexcrichton | bors | -0/+83 |
| 2013-11-08 | auto merge of #10344 : brson/rust/atomiccopy, r=alexcrichton | bors | -0/+31 |
| 2013-11-08 | syntax::ext: Make type errors in deriving point to the field itself. | Huon Wilson | -0/+83 |
| 2013-11-07 | auto merge of #10333 : huonw/rust/ascii, r=alexcrichton | bors | -6/+2 |
| 2013-11-07 | std: Make atomic types non-copyable. Closes #8380 | Brian Anderson | -0/+31 |
| 2013-11-07 | auto merge of #10243 : mattcarberry/rust/master, r=brson | bors | -0/+44 |
| 2013-11-08 | std::ascii: Provide a copyless [Ascii] -> str method. | Huon Wilson | -6/+2 |
| 2013-11-07 | auto merge of #10336 : ksh8281/rust/fix_rpass_core-run-destroy_for_android, r... | bors | -1/+4 |
| 2013-11-07 | fix rpass core-run-destroy for android | sh8281.kim | -1/+4 |
| 2013-11-07 | add `from_send` to Rc, since #9509 is fixed | Daniel Micay | -0/+19 |
| 2013-11-06 | Added positive tests for integer literal base interpretation. | Matt Carberry | -0/+27 |
| 2013-11-06 | auto merge of #10289 : nikomatsakis/rust/issue-10157-TypeContents-refactor, r... | bors | -0/+127 |
| 2013-11-06 | fix some cfail test cases for arm | sh8281.kim | -4/+9 |
| 2013-11-06 | Add make check support(arm-linux-androideabi debuginfo) | sh8281.kim | -0/+116 |
| 2013-11-05 | Make TypeContents consider the type `T` to be reachable via `*T` pointers | Niko Matsakis | -0/+115 |
| 2013-11-05 | Refactor TypeContents to be more scrutable. In particular, create coarser bits | Niko Matsakis | -0/+12 |
| 2013-11-04 | auto merge of #10064 : luqmana/rust/vvv, r=nikomatsakis | bors | -4/+174 |
| 2013-11-04 | Add tests for variadic foreign functions. | Luqman Aden | -0/+170 |
| 2013-11-04 | libsyntax/librustc: Allow calling variadic foreign functions. | Luqman Aden | -4/+4 |
| 2013-11-04 | auto merge of #10182 : alexcrichton/rust/typeid-intrinsic, r=nikomatsakis | bors | -0/+117 |
| 2013-11-04 | Relax the constraints on a debuginfo test | Alex Crichton | -1/+1 |
| 2013-11-04 | Move io::file to io::fs and fns out of File | Alex Crichton | -19/+18 |
| 2013-11-03 | Fill out the remaining functionality in io::file | Alex Crichton | -8/+9 |
| 2013-11-03 | Remove all blocking std::os blocking functions | Alex Crichton | -55/+58 |
| 2013-11-03 | auto merge of #10219 : alexcrichton/rust/drop-invoke, r=pcwalton | bors | -0/+42 |
| 2013-11-02 | auto merge of #10242 : thestinger/rust/inline_dtor, r=alexcrichton | bors | -0/+36 |
| 2013-11-02 | Added octal literal support. | Matt Carberry | -0/+17 |
| 2013-11-02 | fix cross-crate destructor inlining | Daniel Micay | -0/+36 |
| 2013-11-02 | Updated debugging metadata for ty_nil and ty_bot | Michael Letterle | -0/+73 |
| 2013-11-02 | auto merge of #10165 : dcrewi/rust/missing-doc-on-private-trait, r=cmr | bors | -3/+2 |
| 2013-11-02 | auto merge of #10217 : alexcrichton/rust/less-reachable, r=pcwalton | bors | -0/+56 |
| 2013-11-01 | auto merge of #10204 : alexcrichton/rust/better-names, r=brson | bors | -0/+33 |
| 2013-11-01 | Add a type_id intrinsic | Alex Crichton | -0/+117 |
| 2013-11-01 | Give test and main tasks better names | Alex Crichton | -0/+33 |
| 2013-11-01 | Reordered the methods in std::Option and std::Result | Marvin Löbel | -2/+2 |
| 2013-10-31 | Drop struct fields if the user destructor fails | Alex Crichton | -0/+42 |
| 2013-10-31 | auto merge of #10187 : pcwalton/rust/remove-mocks, r=pcwalton | bors | -5/+87 |
| 2013-10-31 | Reduce the aggressiveness of reachability | Alex Crichton | -0/+56 |