| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-08-20 | Add tests for #7083. | Ben Blum | -0/+14 |
| 2013-08-19 | Add tests for cross-crate condition handling. Close #5446. | Graydon Hoare | -0/+84 |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -0/+1 |
| 2013-08-18 | Add assertions and cross crate tests | Andreas Martens | -0/+14 |
| 2013-08-17 | Fix warnings it tests | Erick Tryzelaar | -15/+9 |
| 2013-08-15 | Add even more tests | Alex Crichton | -0/+25 |
| 2013-08-15 | Fix a typo in the ifmt dox | Alex Crichton | -1/+1 |
| 2013-08-13 | Add a bunch of tests for closed issues | Alex Crichton | -0/+37 |
| 2013-08-12 | Forbid pub/priv where it has no effect | Alex Crichton | -5/+5 |
| 2013-08-10 | Merge branch 'enum-method-privacy' of https://github.com/michaelwoerister/rus... | Erick Tryzelaar | -3/+27 |
| 2013-08-07 | Fix fallout | Corey Richardson | -1/+1 |
| 2013-08-07 | Fix unit structs in cross-crate situtations | Alex Crichton | -0/+31 |
| 2013-08-07 | Enable privacy check for enum methods. | Michael Woerister | -3/+27 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -1/+1 |
| 2013-08-01 | auto merge of #8216 : thestinger/rust/range, r=huonw | bors | -1/+1 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -1/+1 |
| 2013-08-01 | auto merge of #8185 : alexcrichton/rust/issue-8179, r=pcwalton | bors | -0/+23 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -1/+1 |