| Age | Commit message (Expand) | Author | Lines |
| 2013-09-25 | rustdoc: Change all code-blocks with a script | Alex Crichton | -26/+26 |
| 2013-09-25 | auto merge of #9432 : alexcrichton/rust/correct-item-visibility, r=pcwalton | bors | -16/+190 |
| 2013-09-24 | auto merge of #9335 : alexcrichton/rust/issue-7945, r=thestinger | bors | -0/+61 |
| 2013-09-24 | Disallow char literals which should be escaped | Alex Crichton | -0/+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 | -16/+190 |
| 2013-09-23 | test: Fix rustdoc and tests. | Patrick Walton | -244/+26 |
| 2013-09-23 | librustc: Change fold to use traits instead of `@fn`. | Patrick Walton | -0/+9 |
| 2013-09-20 | auto merge of #9350 : pnkfelix/rust/fsk-issue-4691-catch-bad-fsu-during-compu... | bors | -2/+31 |
| 2013-09-20 | auto merge of #9321 : chris-morgan/rust/lowercase-nan-methods, r=brson | bors | -2/+2 |
| 2013-09-20 | auto merge of #9320 : chris-morgan/rust/unreachable-macro-part-two-of-two-con... | bors | -3/+3 |
| 2013-09-19 | auto merge of #9308 : ben0x539/rust/lexer-error-spans, r=alexcrichton | bors | -0/+156 |
| 2013-09-19 | auto merge of #9285 : sfackler/rust/future, r=alexcrichton | bors | -0/+19 |
| 2013-09-20 | fixed another test. | Felix S. Klock II | -2/+2 |
| 2013-09-20 | Resolves third bullet of #4691, and adds tests for it. Fix #4691. | Felix S. Klock II | -0/+29 |
| 2013-09-19 | Modernize extra::future API | Steven Fackler | -2/+2 |
| 2013-09-19 | lexer: further slight improvements to lexer errors | Benjamin Herr | -1/+1 |
| 2013-09-19 | Removed future's destructor | Steven Fackler | -0/+19 |
| 2013-09-19 | lexer: show correct span on lexical errors | Benjamin Herr | -0/+156 |
| 2013-09-19 | Rename the NaN and is_NaN methods to lowercase. | Chris Morgan | -2/+2 |
| 2013-09-19 | Replace unreachable() calls with unreachable!(). | Chris Morgan | -3/+3 |
| 2013-09-18 | Renumber the lang items correctly | Alex Crichton | -0/+15 |
| 2013-09-16 | switch Drop to `&mut self` | Daniel Micay | -29/+29 |
| 2013-09-15 | Document all of the format! related macros | Alex Crichton | -4/+3 |
| 2013-09-15 | Reduce the amount of complexity in format! | Alex Crichton | -3/+5 |
| 2013-09-13 | Pass a more proper span to the syntax expanders | Alex Crichton | -0/+13 |
| 2013-09-12 | rustc: Fix cstack lint for default methods. Closes #8753 | Brian Anderson | -0/+24 |
| 2013-09-12 | Implement a format_args!() macro | Alex Crichton | -0/+27 |
| 2013-09-06 | Remove even more usage of clownshoes in symbols | Alex Crichton | -1/+1 |
| 2013-09-04 | auto merge of #8875 : alexcrichton/rust/fix-inner-static-library-bug, r=huonw | bors | -3/+3 |
| 2013-09-04 | Improve name mangling for gdb | Alex Crichton | -3/+3 |
| 2013-09-04 | auto merge of #8944 : alexcrichton/rust/issue-8938, r=huonw | bors | -0/+3 |
| 2013-09-04 | forbid cast as bool | Daniel Micay | -0/+12 |
| 2013-09-03 | Raise errors on format strings with unmatched `}` | Alex Crichton | -0/+3 |
| 2013-09-04 | Fixed docs and styles | Flaper Fesp | -1/+1 |
| 2013-09-04 | Add a safe implementation of MutexArc::access* methods | Flaper Fesp | -0/+26 |
| 2013-09-04 | Implement support for indicating the stability of items. | Huon Wilson | -0/+338 |
| 2013-09-03 | Tests for fixed issues. | Huon Wilson | -0/+26 |
| 2013-09-03 | Un-xfail/move/delete some tests. | Huon Wilson | -96/+12 |
| 2013-08-29 | Correct the sources of glob imports | Alex Crichton | -0/+84 |
| 2013-08-28 | auto merge of #8800 : fhahn/rust/ticket_5239, r=alexcrichton | bors | -0/+15 |
| 2013-08-28 | auto merge of #8718 : bblum/rust/typeof, r=pcwalton | bors | -0/+35 |
| 2013-08-28 | Add tests for ref in closure parameter list, closes #5239 | Florian Hahn | -0/+15 |
| 2013-08-27 | librustc: Fix problem with cross-crate reexported static methods. | Patrick Walton | -6/+6 |
| 2013-08-27 | librustc: Ensure that type parameters are in the right positions in paths. | Patrick Walton | -39/+50 |
| 2013-08-27 | librustc: Remove `&const` and `*const` from the language. | Patrick Walton | -305/+6 |
| 2013-08-27 | auto merge of #8797 : nikomatsakis/rust/issue-8625-assign-to-andmut-in-borrow... | bors | -0/+61 |
| 2013-08-27 | Extend aliasability check to uncover `& &mut &mut` and the like | Niko Matsakis | -0/+30 |
| 2013-08-26 | auto merge of #8739 : fhahn/rust/ticket_2275, r=brson | bors | -0/+450 |