| Age | Commit message (Expand) | Author | Lines |
| 2013-05-15 | auto merge of #6493 : brson/rust/tls, r=thestinger | bors | -4/+2 |
| 2013-05-15 | auto merge of #6490 : brson/rust/rusti, r=brson | bors | -1/+1 |
| 2013-05-15 | auto merge of #6487 : recrack/rust/vec_len, r=thestinger | bors | -134/+128 |
| 2013-05-15 | auto merge of #6485 : cmr/rust/local_rename_import_error, r=catamorphism | bors | -13/+36 |
| 2013-05-14 | auto merge of #6482 : catamorphism/rust/unsafe-fn-autoderef, r=catamorphism | bors | -4/+6 |
| 2013-05-14 | auto merge of #6224 : erickt/rust/rustc-cleanup, r=erickt | bors | -588/+605 |
| 2013-05-14 | auto merge of #6478 : dotdash/rust/inlining, r=catamorphism | bors | -0/+5 |
| 2013-05-14 | core: Fix leak in TLS. #6231 | Brian Anderson | -4/+2 |
| 2013-05-14 | rustc: rename ty::method to ty::Method and add ctor | Erick Tryzelaar | -76/+108 |
| 2013-05-14 | rustc: rename ast::self_ty and related fields to explicit_self | Erick Tryzelaar | -184/+184 |
| 2013-05-14 | rustc: rename a method receiver type to rcvr_ty | Erick Tryzelaar | -18/+20 |
| 2013-05-14 | syntax: add IterBytes impls for some ast types | Erick Tryzelaar | -0/+101 |
| 2013-05-14 | rustc: rename some ty_self variables to self_arg | Erick Tryzelaar | -9/+9 |
| 2013-05-14 | rustc: Remove ty::arg | Erick Tryzelaar | -302/+181 |
| 2013-05-14 | rustc: minor cleanup | Erick Tryzelaar | -8/+11 |
| 2013-05-14 | rusti: Ignore tests. Failing on i686. #6489 | Brian Anderson | -1/+1 |
| 2013-05-15 | Rename vec::len(var) to var.len() | Youngmin Yoo | -134/+128 |
| 2013-05-14 | auto merge of #6333 : bjz/rust/cond-macro, r=thestinger | bors | -29/+105 |
| 2013-05-15 | Use parentheses for cond! macro instead of preceding pipes | Brendan Zabarauskas | -14/+14 |
| 2013-05-14 | Fix resolution tests | Corey Richardson | -2/+6 |
| 2013-05-14 | Fix ICE | Corey Richardson | -5/+11 |
| 2013-05-14 | Get span from import_directive | Corey Richardson | -1/+1 |
| 2013-05-14 | Add span to some import resolution errors | Corey Richardson | -11/+13 |
| 2013-05-14 | Add test for resolution errors | Corey Richardson | -1/+7 |
| 2013-05-14 | Better error reporting with renaming imports | Corey Richardson | -1/+6 |
| 2013-05-14 | auto merge of #6471 : gifnksm/rust/reform-rational, r=brson | bors | -84/+126 |
| 2013-05-14 | auto merge of #6468 : gifnksm/rust/rposition-immutable, r=brson | bors | -26/+26 |
| 2013-05-15 | Add Scheme-style `cond!` macro to syntax::ext::expand | Brendan Zabarauskas | -29/+105 |
| 2013-05-14 | testsuite: Update and un-xfail unsafe-fn-autoderef | Tim Chevalier | -4/+6 |
| 2013-05-14 | auto merge of #6479 : brson/rust/flatpipes, r=brson | bors | -0/+2 |
| 2013-05-14 | Ignore two failing flatpipes tests | Brian Anderson | -0/+2 |
| 2013-05-14 | Add inlining for iter_bytes for types used as hashmap keys | Björn Steinbrink | -0/+5 |
| 2013-05-14 | Fix rustpkg tests now that they're in a different location | Alex Crichton | -3/+3 |
| 2013-05-14 | Don't emit common warnings in rusti | Alex Crichton | -1/+1 |
| 2013-05-14 | Add regression tests for various other rusti issues | Alex Crichton | -16/+17 |
| 2013-05-14 | Fix `use` statements with rusti | Alex Crichton | -1/+2 |
| 2013-05-14 | Get unit tests for rusti working | Alex Crichton | -3/+50 |
| 2013-05-14 | Fix test fallout from removing vecs_implicitly_copyable | Alex Crichton | -62/+52 |
| 2013-05-14 | Remove vecs_implicitly_copyable from the compiler | Alex Crichton | -18/+1 |
| 2013-05-14 | rusti: Remove #[allow(vecs_implicitly_copyable)] | Alex Crichton | -43/+43 |
| 2013-05-14 | syntax: Remove #[allow(vecs_implicitly_copyable)] | Alex Crichton | -236/+239 |
| 2013-05-14 | compiletest: Remove #[allow(vecs_implicitly_copyable)] | Alex Crichton | -217/+220 |
| 2013-05-14 | rustpkg: Remove #[allow(vecs_implicitly_copyable)] | Alex Crichton | -105/+98 |
| 2013-05-14 | Fix cosmetics for fail!() calls | Marvin Löbel | -63/+47 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -554/+540 |
| 2013-05-14 | libstd: Add tests for BigRational | gifnksm | -20/+56 |
| 2013-05-14 | libstd: `Ratio` requires `Clone` instead of `Copy` | gifnksm | -23/+28 |
| 2013-05-14 | libstd: `Rational` requires `Integer` as type bounds instead of `Num` | gifnksm | -53/+14 |
| 2013-05-14 | libstd: impl `Orderable` for `BigUint`/`BigInt` | gifnksm | -1/+37 |
| 2013-05-14 | libstd: impl Num for BigUint/BigInt | gifnksm | -0/+4 |