| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-09-23 | test: Fix rustdoc and tests. | Patrick Walton | -15/+1 |
| 2013-09-17 | Prevent a rare linkage issue with an xcrate static | Alex Crichton | -0/+19 |
| 2013-09-17 | auto merge of #9244 : thestinger/rust/drop, r=catamorphism | bors | -5/+5 |
| 2013-09-16 | auto merge of #9130 : alexcrichton/rust/inline-globals, r=thestinger | bors | -0/+9 |
| 2013-09-16 | switch Drop to `&mut self` | Daniel Micay | -5/+5 |
| 2013-09-16 | testsuite: Add test for #4208 | Tim Chevalier | -0/+21 |
| 2013-09-16 | Resume inlining globals across crates | Alex Crichton | -0/+9 |
| 2013-09-16 | auto merge of #9206 : alexcrichton/rust/issue-9188, r=catamorphism | bors | -0/+24 |
| 2013-09-15 | Remove {uint,int,u64,i64,...}::from_str,from_str_radix | blake2-ppc | -1/+1 |
| 2013-09-14 | Guarantee that statics have unique names | Alex Crichton | -0/+24 |
| 2013-09-13 | Translate nested items in default methods | Alex Crichton | -0/+19 |
| 2013-09-11 | Fix whitespace in tests | SiegeLord | -1/+1 |
| 2013-09-11 | Replace dashes in the filenames of the new tests with underscores to avoid is... | SiegeLord | -0/+0 |
| 2013-09-11 | Add a test for cross-crate struct variants | SiegeLord | -0/+17 |
| 2013-09-09 | rename `std::iterator` to `std::iter` | Daniel Micay | -1/+1 |
| 2013-09-04 | auto merge of #8875 : alexcrichton/rust/fix-inner-static-library-bug, r=huonw | bors | -0/+61 |
| 2013-09-03 | auto merge of #8963 : jmgrosen/rust/issue-8881, r=alexcrichton | bors | -2/+1 |
| 2013-09-03 | Fixes #8881. condition! imports parent's pub identifiers | jmgrosen | -2/+1 |
| 2013-09-04 | Implement support for indicating the stability of items. | Huon Wilson | -0/+162 |
| 2013-09-02 | Remove __extensions__ in names for a "pretty name" | Alex Crichton | -2/+35 |
| 2013-09-02 | Fix inner statics having the same symbol name | Alex Crichton | -0/+28 |
| 2013-08-29 | Fix a bug with statics inside blocks in generic fns | Alex Crichton | -0/+40 |
| 2013-08-22 | auto merge of #8666 : nikomatsakis/rust/issue-3678-extern-fn-types, r=pcwalton | bors | -1/+2 |
| 2013-08-21 | auto merge of #8562 : bblum/rust/superkinds, r=nikomatsakis | bors | -0/+17 |
| 2013-08-21 | auto merge of #8594 : bytewiseand/rust/static-fn-ptr, r=pcwalton | bors | -0/+14 |
| 2013-08-21 | Split cross-crate test into own test and xfail-fast it | Andreas Martens | -2/+2 |
| 2013-08-21 | Change type of extern fns from `*u8` to `extern "ABI" fn` | Niko Matsakis | -1/+2 |
| 2013-08-20 | Fixup style of test cases for #7083 | Ben Blum | -2/+5 |