about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2016-08-11Auto merge of #34811 - DanielJCampbell:Expander, r=jseyfriedbors-42/+80
2016-08-12syntax: add anonymized type syntax, i.e. impl TraitA+TraitB.Eduard Burtescu-2/+39
2016-08-11Change stabilization version of no_std from 1.0 to 1.6.Mark-Simulacrum-1/+1
2016-08-11Add the notion of a dependency tracking status to commandline arguments.Michael Woerister-1/+1
2016-08-10Implemented a smarter concatenation system that will hopefully produce more e...cgswords-20/+92
2016-08-10Extended expand.rs to support alternate expansion behavioursDaniel Campbell-42/+80
2016-08-07Fix old call in lexer testsJonathan Turner-3/+1
2016-08-07Turn on new errors, json mode. Remove duplicate unicode testJonathan Turner-1/+0
2016-08-07Make metavariables hygienic.Jeffrey Seyfried-12/+12
2016-08-01Auto merge of #35018 - cgswords:rope_tstream, r=nrcbors-610/+374
2016-08-01Reimplemented tokenstreams as ropes and reduced the exposed TokenStream API.cgswords-610/+374
2016-07-30Auto merge of #34904 - petrochenkov:rustcall, r=nikomatsakisbors-32/+41
2016-07-29Auto merge of #34842 - cgswords:attr_enc, r=nrcbors-42/+94
2016-07-28Auto merge of #34956 - nikomatsakis:incr-comp-o-files, r=mwbors-0/+10
2016-07-28Add a testing mechanism and a simple spike testNiko Matsakis-0/+10
2016-07-28Rollup merge of #34969 - jseyfried:fix_cfg_feature, r=nrcManish Goregaokar-1/+1
2016-07-25Adressed PR comments.cgswords-11/+10
2016-07-25General MetaItem encapsulation rewrites.cgswords-42/+95
2016-07-23macros: Improve `tt` fragmentsJeffrey Seyfried-3/+17
2016-07-23Auto merge of #34925 - jseyfried:nested_macros, r=eddybbors-1/+5
2016-07-21Avoid processing `feature`s on unconfigured crates.Jeffrey Seyfried-1/+1
2016-07-19Introduced `NoDelim` and modified the compiler to support it.cgswords-3/+10
2016-07-19Support nested `macro_rules!`.Jeffrey Seyfried-1/+5
2016-07-18Properly feature gate all unstable ABIsVadim Petrochenkov-32/+41
2016-07-18Auto merge of #34886 - jseyfried:improve_stmt_matchers, r=eddybbors-49/+31
2016-07-17Auto merge of #34860 - jseyfried:encapsulate_hygiene, r=nrcbors-208/+135
2016-07-17Remove some unit tests and that are redundant with `run-pass/hygiene.rs`Jeffrey Seyfried-35/+0
2016-07-17Rename `mtwt` to `hygiene`Jeffrey Seyfried-4/+4
2016-07-17Clean up and encapsulate `syntax::ext::mtwt`Jeffrey Seyfried-132/+94
2016-07-17macros: Fix bug in statement matchersJeffrey Seyfried-49/+31
2016-07-17Auto merge of #34829 - cgswords:tstream, r=nrcbors-1/+9
2016-07-17Auto merge of #34789 - jonathandturner:simplify_liberror, r=alexcrichtonbors-809/+9
2016-07-16Auto merge of #34816 - jseyfried:fix_include_path, r=nrcbors-0/+6
2016-07-15Auto merge of #34676 - aravind-pg:inner-attr, r=brsonbors-14/+56
2016-07-15syntax: Better error message for inner attr following doc commentAravind Gollakota-14/+56
2016-07-15Added tokenstream parser procedurecgswords-1/+9
2016-07-15Auto merge of #34570 - jseyfried:no_rename, r=nrcbors-720/+67
2016-07-14Remove more unused importsJonathan Turner-1/+0
2016-07-14Remove unused importsJonathan Turner-19/+0
2016-07-14Add back in import needed for codemap testsJonathan Turner-0/+1
2016-07-14Add fix for tabs. Move error unit tests->ui testsJonathan Turner-766/+4
2016-07-14Fix up some tidy-unfriendly spacingJonathan Turner-18/+18
2016-07-14DCE and fixing some internal testsJonathan Turner-98/+98
2016-07-14Implement latest rfc style using simpler renderingJonathan Turner-1/+1
2016-07-14Rename emit_struct->emitJonathan Turner-1/+1
2016-07-14Remove emit from emitter, leaving emit_structJonathan Turner-24/+1
2016-07-14Remove BasicEmitterJonathan Turner-5/+9
2016-07-14Make `ext::base::expr_to_string` work correctly with `include!` macro invocat...Jeffrey Seyfried-0/+6
2016-07-14Remove irrelevant testsJeffrey Seyfried-169/+3
2016-07-14Implement `macro_rules!` placeholders and the macro scope mapJeffrey Seyfried-7/+46