| Age | Commit message (Expand) | Author | Lines |
| 2015-08-15 | Slightly improved macro diagnostics + Indentation fixes | Jonas Schievink | -46/+50 |
| 2015-08-15 | Auto merge of #27827 - w00ns:for-loop-expn-issue-27639, r=alexcrichton | bors | -10/+1 |
| 2015-08-15 | Fix issue with for loop expansion | w00ns | -10/+1 |
| 2015-08-15 | Auto merge of #27841 - jonas-schievink:still-repeating-span, r=alexcrichton | bors | -1/+1 |
| 2015-08-14 | move InlinedItem into librustc, where it belongs | Niko Matsakis | -45/+11 |
| 2015-08-15 | Fix span of invalid metavariable repetition | Jonas Schievink | -1/+1 |
| 2015-08-14 | rustc: Allow changing the default allocator | Alex Crichton | -0/+4 |
| 2015-08-14 | Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrc | bors | -1/+13 |
| 2015-08-13 | Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturon | bors | -8/+18 |
| 2015-08-12 | Introduce a "origin/cause" for new requirements (or bugfixes...) introduced b... | Niko Matsakis | -0/+12 |
| 2015-08-12 | Add two new kinds of predicates, WellFormed and ObjectSafe. | Niko Matsakis | -1/+1 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -8/+18 |
| 2015-08-12 | Auto merge of #27691 - jonas-schievink:for-macro, r=alexcrichton | bors | -1/+1 |
| 2015-08-12 | Fix macro expansion in for loop pattern | Jonas Schievink | -1/+1 |
| 2015-08-11 | rollup merge of #27664: birkenfeld/patch-1 | Alex Crichton | -3/+3 |
| 2015-08-11 | rollup merge of #27622: eefriedman/https-url | Alex Crichton | -3/+3 |
| 2015-08-11 | Auto merge of #27584 - TimNN:macro-eof-span, r=huonw | bors | -23/+24 |
| 2015-08-11 | syntax: fix use of "vector" for [x; n] literal and [x, y] patterns | Georg Brandl | -3/+3 |
| 2015-08-10 | syntax: Add a new unstable #[linked_from] attribute | Alex Crichton | -0/+5 |
| 2015-08-10 | Auto merge of #27338 - alexcrichton:remove-morestack, r=brson | bors | -1/+3 |
| 2015-08-10 | Remove morestack support | Alex Crichton | -1/+3 |
| 2015-08-10 | Auto merge of #27451 - seanmonstar:use-groups-as, r=alexcrichton | bors | -19/+65 |
| 2015-08-10 | add and use Span.substitute_dummy method | Tim Neumann | -17/+13 |
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -3/+3 |
| 2015-08-10 | Avoid adding extra paren with two casts | Garming Sam | -1/+5 |
| 2015-08-09 | Casts are a type of binop | Garming Sam | -1/+1 |
| 2015-08-09 | Add operator precedence for pretty printer | Garming Sam | -2/+25 |
| 2015-08-09 | Binary ops should add parenthesis to each side | Garming Sam | -2/+2 |
| 2015-08-08 | rustc: rename multiple imports in a list | Sean McArthur | -19/+65 |
| 2015-08-07 | improve span of erroneous empty macro invocation | Tim Neumann | -22/+27 |
| 2015-08-06 | Auto merge of #27296 - jroesch:type-macros, r=huonw | bors | -2/+105 |
| 2015-08-04 | Fix last nits | Jared Roesch | -1/+2 |
| 2015-08-04 | Address final nits | Jared Roesch | -2/+4 |
| 2015-08-04 | Actually commit tests | Jared Roesch | -1/+1 |
| 2015-08-04 | Address nits | Jared Roesch | -1/+0 |
| 2015-08-04 | Add feature gate | Jared Roesch | -21/+35 |
| 2015-08-04 | Update and add test case | Jared Roesch | -1/+6 |
| 2015-08-04 | Extend macro machinery to expand macros in types | Jared Roesch | -0/+58 |
| 2015-08-04 | Make parser recognize macro invocations in types | Jared Roesch | -2/+15 |
| 2015-08-04 | Add a macro invocation to the type AST | Jared Roesch | -0/+11 |
| 2015-08-04 | syntax: Don't assume `std` exists for tests | Alex Crichton | -14/+9 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -206/+107 |
| 2015-08-03 | Auto merge of #27134 - fhartwig:derive, r=huonw | bors | -0/+11 |
| 2015-08-01 | Auto merge of #27447 - eefriedman:parser-cleanup, r=alexcrichton | bors | -31/+0 |
| 2015-07-31 | Auto merge of #27432 - sanxiyn:impl-dotdot, r=sfackler | bors | -1/+1 |
| 2015-07-31 | Fix `impl A .. {}` | Seo Sanghyeon | -1/+1 |
| 2015-07-30 | Remove unused code in parser. | Eli Friedman | -31/+0 |
| 2015-07-29 | Feature gate associated type defaults | Brian Anderson | -1/+8 |
| 2015-07-29 | Formatting | Brian Anderson | -1/+2 |
| 2015-07-29 | Rollup merge of #27313 - nagisa:illegal-to-invalid, r=pnkfelix | Steve Klabnik | -17/+17 |