| Age | Commit message (Expand) | Author | Lines |
| 2016-08-16 | Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakis | bors | -18/+33 |
| 2016-08-15 | Auto merge of #35340 - michaelwoerister:incr-comp-cli-args, r=nikomatsakis | bors | -1/+1 |
| 2016-08-14 | Rollup merge of #35606 - Mark-Simulacrum:no-std-fix, r=brson | Eduard-Mihai Burtescu | -1/+1 |
| 2016-08-14 | Rollup merge of #35539 - cgswords:ts_concat, r=nrc | Eduard-Mihai Burtescu | -20/+92 |
| 2016-08-14 | Rollup merge of #35491 - sanxiyn:pub-restricted-span, r=nikomatsakis | Eduard-Mihai Burtescu | -9/+10 |
| 2016-08-13 | Auto merge of #35453 - jseyfried:hygienize_metavariables, r=nrc | bors | -12/+12 |
| 2016-08-13 | Fix bug in PostExpansionVisitor | Andrew Cann | -1/+1 |
| 2016-08-13 | Minor fixups based on feedback | Andrew Cann | -1/+1 |
| 2016-08-13 | Minor fixup. | Andrew Cann | -2/+1 |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -10/+10 |
| 2016-08-13 | Control usage of `!` through a feature gate. | Andrew Cann | -3/+24 |
| 2016-08-13 | Remove obsolete divergence related stuff | Andrew Cann | -11/+0 |
| 2016-08-13 | Switch on TyEmpty | Andrew Cann | -5/+1 |
| 2016-08-13 | Parse `!` as TyEmpty (except in fn return type) | Andrew Cann | -0/+2 |
| 2016-08-13 | Start implementation of RFC 1216 (make ! a type) | Andrew Cann | -0/+8 |
| 2016-08-13 | Parse numeric fields in struct expressions and patterns | Vadim Petrochenkov | -2/+11 |
| 2016-08-13 | Remove restrictions from tuple structs/variants | Vadim Petrochenkov | -4/+20 |
| 2016-08-12 | Correct span for pub_restricted field | Seo Sanghyeon | -9/+10 |
| 2016-08-12 | Auto merge of #35091 - eddyb:impl-trait, r=nikomatsakis | bors | -2/+39 |
| 2016-08-11 | Auto merge of #34811 - DanielJCampbell:Expander, r=jseyfried | bors | -42/+80 |
| 2016-08-12 | syntax: add anonymized type syntax, i.e. impl TraitA+TraitB. | Eduard Burtescu | -2/+39 |
| 2016-08-11 | Change stabilization version of no_std from 1.0 to 1.6. | Mark-Simulacrum | -1/+1 |
| 2016-08-11 | Add the notion of a dependency tracking status to commandline arguments. | Michael Woerister | -1/+1 |
| 2016-08-10 | Implemented a smarter concatenation system that will hopefully produce more e... | cgswords | -20/+92 |
| 2016-08-10 | Extended expand.rs to support alternate expansion behaviours | Daniel Campbell | -42/+80 |
| 2016-08-07 | Fix old call in lexer tests | Jonathan Turner | -3/+1 |
| 2016-08-07 | Turn on new errors, json mode. Remove duplicate unicode test | Jonathan Turner | -1/+0 |
| 2016-08-07 | Make metavariables hygienic. | Jeffrey Seyfried | -12/+12 |
| 2016-08-01 | Auto merge of #35018 - cgswords:rope_tstream, r=nrc | bors | -610/+374 |
| 2016-08-01 | Reimplemented tokenstreams as ropes and reduced the exposed TokenStream API. | cgswords | -610/+374 |
| 2016-07-30 | Auto merge of #34904 - petrochenkov:rustcall, r=nikomatsakis | bors | -32/+41 |
| 2016-07-29 | Auto merge of #34842 - cgswords:attr_enc, r=nrc | bors | -42/+94 |
| 2016-07-28 | Auto merge of #34956 - nikomatsakis:incr-comp-o-files, r=mw | bors | -0/+10 |
| 2016-07-28 | Add a testing mechanism and a simple spike test | Niko Matsakis | -0/+10 |
| 2016-07-28 | Rollup merge of #34969 - jseyfried:fix_cfg_feature, r=nrc | Manish Goregaokar | -1/+1 |
| 2016-07-25 | Adressed PR comments. | cgswords | -11/+10 |
| 2016-07-25 | General MetaItem encapsulation rewrites. | cgswords | -42/+95 |
| 2016-07-23 | macros: Improve `tt` fragments | Jeffrey Seyfried | -3/+17 |
| 2016-07-23 | Auto merge of #34925 - jseyfried:nested_macros, r=eddyb | bors | -1/+5 |
| 2016-07-21 | Avoid processing `feature`s on unconfigured crates. | Jeffrey Seyfried | -1/+1 |
| 2016-07-19 | Introduced `NoDelim` and modified the compiler to support it. | cgswords | -3/+10 |
| 2016-07-19 | Support nested `macro_rules!`. | Jeffrey Seyfried | -1/+5 |
| 2016-07-18 | Properly feature gate all unstable ABIs | Vadim Petrochenkov | -32/+41 |
| 2016-07-18 | Auto merge of #34886 - jseyfried:improve_stmt_matchers, r=eddyb | bors | -49/+31 |
| 2016-07-17 | Auto merge of #34860 - jseyfried:encapsulate_hygiene, r=nrc | bors | -208/+135 |
| 2016-07-17 | Remove some unit tests and that are redundant with `run-pass/hygiene.rs` | Jeffrey Seyfried | -35/+0 |
| 2016-07-17 | Rename `mtwt` to `hygiene` | Jeffrey Seyfried | -4/+4 |
| 2016-07-17 | Clean up and encapsulate `syntax::ext::mtwt` | Jeffrey Seyfried | -132/+94 |
| 2016-07-17 | macros: Fix bug in statement matchers | Jeffrey Seyfried | -49/+31 |
| 2016-07-17 | Auto merge of #34829 - cgswords:tstream, r=nrc | bors | -1/+9 |