| Age | Commit message (Expand) | Author | Lines |
| 2013-03-07 | Make debug!, etc. macros not require a format string | Brian Anderson | -0/+10 |
| 2013-03-07 | Allow casting integers to unsafe pointers in constant expressions. | Josh Matthews | -0/+15 |
| 2013-03-07 | Inline constants across crates. | Josh Matthews | -0/+61 |
| 2013-03-07 | Permit casting region pointers to unsafe ones. | Josh Matthews | -0/+88 |
| 2013-03-06 | Test for struct-like variants in consts | Jed Davis | -0/+23 |
| 2013-03-06 | Add regression tests for a subtle aspect of expr_struct translation. | Jed Davis | -0/+32 |
| 2013-03-06 | Add a test for enum discriminant range overflow. | Jed Davis | -0/+31 |
| 2013-03-06 | auto merge of #5182 : youknowone/rust/enum-cast, r=brson | bors | -0/+31 |
| 2013-03-06 | fix test to not use fn expr | Niko Matsakis | -1/+2 |
| 2013-03-06 | Cheat and temporarily work around a pretty-printer bug | Niko Matsakis | -2/+2 |
| 2013-03-06 | Improve error messages when illegal lifetimes are used | Niko Matsakis | -8/+8 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -198/+183 |
| 2013-03-06 | auto merge of #5253 : nikomatsakis/rust/issue-5243, r=graydon | bors | -0/+23 |
| 2013-03-06 | Fix a bug with region-parameterized enums etc where trans considered | Niko Matsakis | -0/+23 |
| 2013-03-06 | Remove trailing whitespace. | Niko Matsakis | -2/+2 |
| 2013-03-06 | Make object types not implement associated trait. Fixes #5087. | Niko Matsakis | -252/+23 |
| 2013-03-06 | Fix bug in coherence that causes all cross-crate impls to be regarded as | Niko Matsakis | -1/+108 |
| 2013-03-05 | core: convert vec::{last,last_opt} to return references | Erick Tryzelaar | -2/+2 |
| 2013-03-05 | core: convert vec::{head,head_opt} to return references | Erick Tryzelaar | -4/+3 |
| 2013-03-05 | auto merge of #5234 : pcwalton/rust/equiv, r=pcwalton | bors | -22/+32 |
| 2013-03-05 | auto merge of #5232 : bstrie/rust/issue4448, r=nikomatsakis | bors | -0/+19 |
| 2013-03-05 | librustc: Fix silly bug in AST conversion for const vstores. rs=bugfix | Patrick Walton | -0/+7 |
| 2013-03-05 | libsyntax: Separate multiple inherited traits with `+` | Patrick Walton | -22/+25 |
| 2013-03-05 | auto merge of #5231 : jbclements/rust/better-macro-error-message, r=graydon | bors | -0/+17 |
| 2013-03-05 | Update region inference for traits so that a method with | Niko Matsakis | -1/+29 |
| 2013-03-05 | auto merge of #5215 : jld/rust/fn-const-env, r=graydon | bors | -0/+27 |
| 2013-03-05 | auto merge of #5212 : thestinger/rust/iter, r=graydon | bors | -35/+34 |
| 2013-03-05 | auto merge of #5179 : alexcrichton/rust/default-warn-unused-import, r=graydon | bors | -13/+0 |
| 2013-03-04 | Add test for issue #4448 | Ben Striegel | -0/+19 |
| 2013-03-04 | added test case for macros with separators error message | John Clements | -0/+17 |
| 2013-03-04 | libsyntax: Implement `#[deriving_clone]` | Patrick Walton | -0/+45 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -13/+0 |
| 2013-03-03 | Add a test case for const fn sizing, just to be safe. | Jed Davis | -0/+27 |
| 2013-03-03 | replace option::iter with a BaseIter impl | Daniel Micay | -35/+34 |
| 2013-03-02 | test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defun | Patrick Walton | -287/+304 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -61/+62 |
| 2013-03-02 | auto merge of #5137 : yjh0502/rust/empty_struct, r=nikomatsakis | bors | -206/+25 |
| 2013-03-02 | auto merge of #5193 : sethpink/rust/struct-tup-pp, r=catamorphism | bors | -0/+10 |
| 2013-03-02 | Allow constant c-like enum to integral/float cast | Jeong YunWon | -0/+31 |
| 2013-03-02 | Remove REC, change related tests/docs | Jihyun Yu | -206/+25 |
| 2013-03-02 | Fix some struct-tuple def prettyprint issues | Seth Pink | -0/+10 |
| 2013-03-01 | Rename core::private to core::unstable. #4743 | Brian Anderson | -4/+4 |
| 2013-02-28 | auto merge of #5180 : catamorphism/rust/post-snapshot, r=catamorphism | bors | -5/+1 |
| 2013-02-28 | testsuite: Re-xfail record-trailing-comma | Tim Chevalier | -0/+1 |
| 2013-02-28 | Remove code that was awaiting a snapshot | Tim Chevalier | -5/+0 |
| 2013-02-28 | Remove legacy object creation mode, and convert remaining uses of it | Niko Matsakis | -44/+44 |
| 2013-02-28 | Fix leaking immediate children and types via glob imports | Alex Crichton | -3/+3 |
| 2013-02-28 | Fix leaking non-public 'use' statements with glob imports | Alex Crichton | -0/+39 |
| 2013-02-28 | librustc: Enforce cross-crate method privacy | Patrick Walton | -5/+3 |
| 2013-02-28 | librustc: Make methods private if the impl is private | Patrick Walton | -0/+15 |