| Age | Commit message (Expand) | Author | Lines |
| 2014-01-03 | test: De-`@mut` the test suite | Patrick Walton | -7/+18 |
| 2013-12-31 | Conservatively export all trait methods and impls | Alex Crichton | -0/+81 |
| 2013-12-23 | rustc: Add a lint for the obsolete crate-level link attribute | Brian Anderson | -95/+0 |
| 2013-12-19 | librustc: Add missing case for the `Pod` bound in `tydecode`. | Patrick Walton | -0/+10 |
| 2013-12-19 | Rename pkgid to crate_id | Corey Richardson | -41/+41 |
| 2013-12-18 | auto merge of #11012 : alexcrichton/rust/needstest, r=alexcrichton | bors | -0/+32 |
| 2013-12-18 | Adding tests for closed issues | Alex Crichton | -0/+32 |
| 2013-12-16 | Fallout of rewriting std::comm | Alex Crichton | -1/+1 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -2/+2 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -7/+84 |
| 2013-12-08 | encode trait lifetime params in metadata to allow cross-crate usage | David Renshaw | -0/+13 |
| 2013-12-03 | Fix a bug in exporting trait implementations | Alex Crichton | -0/+19 |
| 2013-12-03 | Resume propagation of linking to native dylibs | Alex Crichton | -1/+1 |
| 2013-11-30 | auto merge of #10528 : alexcrichton/rust/static-linking-v2, r=pcwalton | bors | -3/+4 |
| 2013-11-30 | Wrap the return value of the type_id intrinsic in an opaque box | Corey Richardson | -18/+20 |
| 2013-11-29 | Statically link librustrt to libstd | Alex Crichton | -3/+4 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -2/+2 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -1/+1 |
| 2013-11-26 | test: Remove most uses of `&fn()` from the tests. | Patrick Walton | -4/+4 |
| 2013-11-22 | auto merge of #10583 : alexcrichton/rust/privacy-reexport, r=pcwalton | bors | -0/+15 |
| 2013-11-22 | Move more of the exportation burden into privacy | Alex Crichton | -0/+15 |
| 2013-11-19 | Don't use win64 calling convention on 32-bit machines. | Eric Holk | -3/+13 |
| 2013-11-18 | Add Win64 calling convention. | Eric Holk | -0/+27 |
| 2013-11-11 | Remove #[fixed_stack_segment] and #[rust_stack] | Alex Crichton | -1/+0 |
| 2013-11-08 | Added tests for default generation of package_id meta attribute | Andrei Formiga | -0/+17 |
| 2013-11-04 | auto merge of #10182 : alexcrichton/rust/typeid-intrinsic, r=nikomatsakis | bors | -0/+64 |
| 2013-11-02 | auto merge of #10242 : thestinger/rust/inline_dtor, r=alexcrichton | bors | -0/+18 |
| 2013-11-02 | fix cross-crate destructor inlining | Daniel Micay | -0/+18 |
| 2013-11-01 | Add a type_id intrinsic | Alex Crichton | -0/+64 |
| 2013-10-31 | Reduce the aggressiveness of reachability | Alex Crichton | -0/+36 |
| 2013-10-23 | register snapshots | Daniel Micay | -0/+5 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -13/+13 |
| 2013-10-21 | Propagate reachability through reexported impls | Alex Crichton | -0/+60 |
| 2013-10-19 | Use __morestack to detect stack overflow | Alex Crichton | -1/+0 |
| 2013-10-16 | drop the linenoise library | Daniel Micay | -36/+0 |
| 2013-10-14 | Removing ccdecl | Steve Klabnik | -1/+1 |
| 2013-10-14 | Remove unused abi attributes. | Steve Klabnik | -3/+1 |
| 2013-10-10 | Add tests and un-xfail a few issues | Alex Crichton | -0/+39 |
| 2013-10-10 | Use the result of privacy for reachability | Alex Crichton | -0/+15 |
| 2013-10-09 | auto merge of #9664 : alexcrichton/rust/logging, r=huonw | bors | -0/+14 |
| 2013-10-06 | Add appropriate #[feature] directives to tests | Alex Crichton | -0/+3 |
| 2013-10-03 | Use the correct logging crate while monomorphing | Alex Crichton | -0/+14 |
| 2013-10-03 | Close out #9155 | Steven Fackler | -0/+17 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -8/+8 |
| 2013-09-30 | rpass: Remove usage of fmt! | Alex Crichton | -11/+11 |
| 2013-09-26 | Ensure that skipped items aren't encoded | Alex Crichton | -0/+17 |
| 2013-09-25 | auto merge of #9432 : alexcrichton/rust/correct-item-visibility, r=pcwalton | bors | -4/+61 |
| 2013-09-24 | auto merge of #9336 : alexcrichton/rust/issue-7981, r=catamorphism | bors | -1/+1 |
| 2013-09-24 | Stop accepting 'impl ...;', require {} instead | Alex Crichton | -1/+1 |
| 2013-09-24 | Correctly encode item visibility in metadata | Alex Crichton | -4/+61 |