| Age | Commit message (Expand) | Author | Lines |
| 2013-07-19 | debuginfo: Better support for univariant tuple-style enums. | Michael Woerister | -7/+26 |
| 2013-07-19 | debuginfo: Support for tuple-style enums (WIP) | Michael Woerister | -90/+261 |
| 2013-07-19 | debuginfo: Added support for c-style enums. | Michael Woerister | -37/+361 |
| 2013-07-19 | debuginfo: Added test cases for packed structs (/w drop) | Michael Woerister | -0/+356 |
| 2013-07-19 | debuginfo: Replaced vec::mapi with iterator version. | Michael Woerister | -32/+11 |
| 2013-07-19 | debuginfo: Refactoring of composite type info generation done. | Michael Woerister | -228/+153 |
| 2013-07-19 | debuginfo: Refactored vec slice code to use the new infrastructure. Added tes... | Michael Woerister | -72/+134 |
| 2013-07-19 | debuginfo: Removed some misleading comments from test cases. | Michael Woerister | -17/+1 |
| 2013-07-19 | debuginfo: Renamed *reference-to-* test cases to *borrowed-* | Michael Woerister | -0/+0 |
| 2013-07-19 | debuginfo: Began refactoring of composite type handling. | Michael Woerister | -47/+293 |
| 2013-07-18 | auto merge of #7859 : kmcallister/rust/rt-diag-messages, r=pcwalton | bors | -7/+18 |
| 2013-07-18 | auto merge of #7857 : blake2-ppc/rust/fix-test-warnings, r=alexcrichton | bors | -36/+33 |
| 2013-07-18 | auto merge of #7856 : brson/rust/no-thread-per-core, r=pcwalton | bors | -28/+1 |
| 2013-07-18 | rustpkg: Make rustpkg commands work without a package ID | Tim Chevalier | -70/+210 |
| 2013-07-18 | auto merge of #7854 : brson/rust/rt-test-threads, r=pcwalton | bors | -1/+1 |
| 2013-07-18 | librustc: Forbid `&` pointers (other than `&'static`) inside `@` boxes. | Patrick Walton | -81/+84 |
| 2013-07-18 | auto merge of #7847 : alexcrichton/rust/verbose-submodule, r=pnkfelix | bors | -6/+6 |
| 2013-07-18 | Export information about used default methods instead of regenerating it. Clo... | Michael Sullivan | -20/+82 |
| 2013-07-18 | Refactor a handful of stuff in the metadata encoder. | Michael Sullivan | -125/+87 |
| 2013-07-18 | Add provided method information to ty::Method. Get rid of ProvidedMethodSource. | Michael Sullivan | -95/+77 |
| 2013-07-18 | Get rid of resolve::MethodInfo. Closes #4946. | Michael Sullivan | -84/+44 |
| 2013-07-18 | Refactor some coherence/method trans code, add an impls map to tcx. | Michael Sullivan | -213/+70 |
| 2013-07-18 | Start of data structure cleanup for trait system. Get rid of CoherenceInfo, m... | Michael Sullivan | -105/+50 |
| 2013-07-18 | auto merge of #7846 : alexcrichton/rust/static-mut-dox, r=pnkfelix | bors | -0/+35 |
| 2013-07-18 | librustc: Remove `&` inside `@` from borrowck/check_loans. | Patrick Walton | -17/+18 |
| 2013-07-18 | auto merge of #7845 : gifnksm/rust/tutorial-remove-dup, r=cmr | bors | -11/+1 |
| 2013-07-18 | librustc: Remove a bunch of `@` boxes from `Match`. | Patrick Walton | -63/+91 |
| 2013-07-18 | auto merge of #7833 : blake2-ppc/rust/hashmap-consume, r=alexcrichton | bors | -74/+33 |
| 2013-07-18 | auto merge of #7842 : thestinger/rust/closure, r=huonw | bors | -57/+24 |
| 2013-07-18 | auto merge of #7840 : alexcrichton/rust/better-test-help, r=huonw | bors | -8/+52 |
| 2013-07-18 | hashmap: Remove .consume() has rename .consume_iter() to .consume() | blake2-ppc | -74/+33 |
| 2013-07-18 | auto merge of #7747 : chris-morgan/rust/vim-compiler-rustc, r=huonw | bors | -0/+33 |
| 2013-07-18 | auto merge of #7876 : pnkfelix/rust/fsk-silence-warnings-from-bootstrap-build... | bors | -16/+1 |
| 2013-07-18 | auto merge of #7849 : nikomatsakis/rust/issue-7444-capture-moved-value, r=bblum | bors | -12/+26 |
| 2013-07-18 | Silence various warnings in bootstrap build. | Felix S. Klock II | -16/+1 |
| 2013-07-17 | auto merge of #7851 : dotdash/rust/intrinsics, r=pcwalton | bors | -350/+169 |
| 2013-07-18 | repr: add a test case for @mut inside another type | Daniel Micay | -2/+2 |
| 2013-07-18 | fix repr of @mut vectors | Daniel Micay | -6/+5 |
| 2013-07-17 | librustc: Remove a bunch of `@` boxes from `Match`. | Patrick Walton | -63/+91 |
| 2013-07-17 | compiletest: Remove stray copies. | Patrick Walton | -4/+4 |
| 2013-07-18 | remove non-portable sed invocation as brson says we no longer have clang in t... | Felix S. Klock II | -3/+0 |
| 2013-07-18 | Fix warnings in libstd and librusti tests | blake2-ppc | -10/+8 |
| 2013-07-18 | Fix warnings in libextra tests | blake2-ppc | -26/+25 |
| 2013-07-17 | testsuite: Test for #6153, closes #6153 | Tim Chevalier | -0/+20 |
| 2013-07-17 | fix repr of unique vectors with stage0 libstd | Daniel Micay | -0/+9 |
| 2013-07-17 | testsuite: Add compile-fail test for #5883 | Tim Chevalier | -0/+23 |
| 2013-07-17 | libextra: Add a stray deriving or two. | Patrick Walton | -1/+10 |
| 2013-07-17 | librustc: Remove some extra "copy" keywords that came in before this change m... | Patrick Walton | -4/+8 |
| 2013-07-17 | libsyntax: Remove some multi-gigabyte clones that were preventing bootstrappi... | Patrick Walton | -38/+44 |
| 2013-07-17 | test: Fix tests. | Patrick Walton | -153/+30 |