| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-07-29 | Auto merge of #26846 - P1start:print-maybe-styled-macro, r=pnkfelix | bors | -20/+38 |
| 2015-07-29 | Replace illegal with invalid in most diagnostics | Simonas Kazlauskas | -17/+17 |
| 2015-07-28 | Auto merge of #27234 - oli-obk:move_get_name_get_ident_to_impl, r=eddyb | bors | -192/+164 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -192/+164 |
| 2015-07-27 | Turn on `box(PLACE) expr` deprecation warning post-snapshot. | Eduard Burtescu | -11/+7 |
| 2015-07-26 | Auto merge of #27297 - mitaa:cleanup_E0005, r=alexcrichton | bors | -18/+3 |
| 2015-07-26 | Remove `ast::LocalSource` with only one used variant | mitaa | -18/+3 |
| 2015-07-25 | Add omitted trailing comma | Jared Roesch | -1/+1 |
| 2015-07-25 | Add feature gate | Jared Roesch | -2/+7 |