| Age | Commit message (Expand) | Author | Lines |
| 2013-09-06 | commenting out special Eq implementation for now | John Clements | -2/+13 |
| 2013-09-06 | disallow ident equality checks when contexts are not equal | John Clements | -1/+14 |
| 2013-09-05 | auto merge of #8997 : fhahn/rust/issue_8985, r=catamorphism,brson | bors | -1/+1 |
| 2013-09-05 | auto merge of #8992 : chris-morgan/rust/unreachable-macro, r=brson | bors | -0/+30 |
| 2013-09-05 | Rename str::from_bytes to str::from_utf8, closes #8985 | Florian Hahn | -1/+1 |
| 2013-09-05 | Remove the __log function for __log_level | Alex Crichton | -84/+50 |
| 2013-09-04 | auto merge of #8875 : alexcrichton/rust/fix-inner-static-library-bug, r=huonw | bors | -13/+63 |
| 2013-09-05 | Add an ``unreachable!()`` macro. | Chris Morgan | -0/+30 |
| 2013-09-04 | Improve name mangling for gdb | Alex Crichton | -29/+40 |
| 2013-09-04 | auto merge of #8977 : pnkfelix/rust/fsk-followup-on-6009-rebased, r=alexcrichton | bors | -2/+1 |
| 2013-09-04 | debuginfo: Fixed some merge fallout | Michael Woerister | -1/+1 |
| 2013-09-04 | debuginfo: Support for variables captured in closures and closure type descri... | Michael Woerister | -4/+4 |
| 2013-09-04 | stop treating char as an integer type | Daniel Micay | -22/+41 |
| 2013-09-04 | Make non-pub condition! expand to non-pub mod. Fix #6009. | Felix S. Klock II | -2/+1 |
| 2013-09-03 | auto merge of #8963 : jmgrosen/rust/issue-8881, r=alexcrichton | bors | -0/+8 |
| 2013-09-03 | Fixes #8881. condition! imports parent's pub identifiers | jmgrosen | -0/+8 |
| 2013-09-03 | auto merge of #8921 : huonw/rust/stability, r=brson | bors | -0/+58 |
| 2013-09-03 | auto merge of #8945 : alexcrichton/rust/ifmt-dont-move, r=thestinger | bors | -2/+6 |
| 2013-09-04 | Implement support for indicating the stability of items. | Huon Wilson | -0/+58 |
| 2013-09-03 | auto merge of #8939 : Kimundi/rust/master, r=huonw | bors | -1400/+1400 |
| 2013-09-03 | Modernized a few more types in syntax::ast | Marvin Löbel | -1400/+1400 |
| 2013-09-03 | auto merge of #8940 : pnkfelix/rust/fsk-8468-allow-underscore-paramname-in-tr... | bors | -2/+11 |
| 2013-09-03 | Incorporate review feedback. Fix #8468. | Felix S. Klock II | -4/+1 |
| 2013-09-02 | Don't have format! move out of local variables | Alex Crichton | -2/+6 |
| 2013-09-02 | Remove __extensions__ in names for a "pretty name" | Alex Crichton | -5/+36 |
| 2013-09-02 | Fix inner statics having the same symbol name | Alex Crichton | -0/+8 |
| 2013-09-03 | Allow _ param name in trait default method for #8468. | Felix S. Klock II | -2/+14 |
| 2013-09-02 | libsyntax: Remove obsolete fixme. | Luqman Aden | -1/+0 |
| 2013-09-02 | switch __field__ hack to <unnamed_field> | Daniel Micay | -1/+1 |
| 2013-09-02 | Renamed syntax::ast::ident -> Ident | Marvin Löbel | -357/+359 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -565/+565 |
| 2013-08-30 | fix various warnings | Erick Tryzelaar | -1/+1 |
| 2013-08-28 | auto merge of #8718 : bblum/rust/typeof, r=pcwalton | bors | -3/+39 |
| 2013-08-27 | librustc: Fix merge fallout. | Patrick Walton | -46/+3 |
| 2013-08-27 | librustc: Ensure that type parameters are in the right positions in paths. | Patrick Walton | -22/+66 |
| 2013-08-27 | librustc: Add support for type parameters in the middle of paths. | Patrick Walton | -301/+505 |
| 2013-08-27 | librustc: Remove `&const` and `*const` from the language. | Patrick Walton | -19/+14 |
| 2013-08-27 | auto merge of #8797 : nikomatsakis/rust/issue-8625-assign-to-andmut-in-borrow... | bors | -2/+2 |
| 2013-08-27 | Remove remnants of implicit self | Niko Matsakis | -2/+2 |
| 2013-08-24 | Introduce alternate forms of logging | Alex Crichton | -23/+30 |
| 2013-08-24 | Settle on the format/write/print family of names | Alex Crichton | -11/+36 |
| 2013-08-24 | Implement a wrapper macro around fprintf -- ifmtf | Alex Crichton | -22/+50 |
| 2013-08-23 | Emit a better error for attempted unsafe-pointer-self. Close #8306. | Ben Blum | -0/+13 |
| 2013-08-23 | Parse and reserve typeof keyword. #3228 | Ben Blum | -3/+26 |
| 2013-08-22 | Add `self` to the ast_map for provided methods. Closes #8010. | Michael Sullivan | -5/+11 |
| 2013-08-22 | auto merge of #8626 : kballard/rust/issue-8615, r=catamorphism | bors | -1/+0 |
| 2013-08-21 | std/extra: changing XXX to FIXME; cleanup | Tim Chevalier | -2/+9 |
| 2013-08-21 | auto merge of #8582 : thestinger/rust/container, r=thestinger | bors | -6/+5 |
| 2013-08-20 | auto merge of #8573 : mrordinaire/rust/struct-new-as-field-name, r=alexcrichton | bors | -23/+0 |
| 2013-08-20 | rm obsolete integer to_str{,_radix} free functions | Daniel Micay | -6/+5 |