about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2016-09-26add unstable_features to ParseSessTim Neumann-0/+21
2016-09-26make emit_feature_err take a ParseSessTim Neumann-13/+15
2016-09-26reject macros with empty repetitionsTim Neumann-1/+38
2016-09-26Refactor `ensure_complete_parse`.Jeffrey Seyfried-45/+31
2016-09-26Remove `TokResult`.Jeffrey Seyfried-161/+29
2016-09-26Refactor `parse_expansion` out of `ResultAnyMacro`.Jeffrey Seyfried-92/+63
2016-09-25Auto merge of #36616 - jseyfried:load_macros_in_resolve, r=nrcbors-108/+45
2016-09-25Add support for the Haiku operating system on x86 and x86_64 machinesNiels Sascha Reedijk-0/+2
2016-09-24Load macros from `#[macro_use]` extern crates in `resolve`.Jeffrey Seyfried-69/+13
2016-09-24Refactor `ext::tt::macro_rules::compile` to take a `ParseSess` instead of an ...Jeffrey Seyfried-40/+33
2016-09-23ICH: Add ability to test the ICH of exported metadata items.Michael Woerister-0/+10
2016-09-23Added tests and fixed corner case for trailing attributes with no attached bi...Felix S. Klock II-1/+16
2016-09-23Add attribute support to generic lifetime and type parameters.Felix S. Klock II-10/+80
2016-09-23Fix indents.Jeffrey Seyfried-141/+131
2016-09-23Cleanup.Jeffrey Seyfried-40/+17
2016-09-23Parse paths in item, trait item, and impl item macro invocations.Jeffrey Seyfried-21/+6
2016-09-23Parse paths in statement and pattern macro invocations.Jeffrey Seyfried-31/+46
2016-09-22Auto merge of #36573 - jseyfried:groundwork, r=nrcbors-10/+13
2016-09-22Auto merge of #36154 - nrc:proc-macro-init, r=@jseyfriedbors-32/+362
2016-09-22Use `Resolver::visit_expansion` only with monotonic expansions.Jeffrey Seyfried-10/+13
2016-09-23reviewer comments and rebasingNick Cameron-135/+167
2016-09-22Rollup merge of #36539 - mikhail-m1:36530, r=jonathandturnerJonathan Turner-1/+1
2016-09-22Auto merge of #36618 - jseyfried:crate_root_attr_invoc, r=nrcbors-7/+14
2016-09-22Refactor out `parse_struct_expr`.Jeffrey Seyfried-45/+48
2016-09-21Auto merge of #36585 - jonathandturner:misc_error_touchups, r=nrcbors-0/+77
2016-09-22Adds a `ProcMacro` form of syntax extensionNick Cameron-18/+316
2016-09-21Allow attribute macro invocations at the crate root.Jeffrey Seyfried-7/+14
2016-09-20Check for overlapping and simplify unit testJonathan Turner-8/+3
2016-09-20serialize: allow specifying the default behavior for specializations.Eduard Burtescu-2/+12
2016-09-20rustc_metadata: go only through rustc_serialize in astencode.Eduard Burtescu-11/+40
2016-09-19Add the ability to merge spans to codemapJonathan Turner-0/+82
2016-09-19Auto merge of #36471 - nnethercote:rm-to_binop, r=sanxiynbors-26/+1
2016-09-18Auto merge of #36555 - jseyfried:issue_36540, r=eddybbors-58/+36
2016-09-18Auto merge of #36527 - nnethercote:last_token_kind, r=jseyfriedbors-43/+39
2016-09-17Auto merge of #36502 - TimNN:correct-cancel, r=jseyfriedbors-5/+11
2016-09-17Ensure that macro invocations are folded and visited the same order.Jeffrey Seyfried-58/+36
2016-09-17Auto merge of #36485 - nnethercote:char_lit-2, r=nagisabors-43/+28
2016-09-16Auto merge of #36482 - jseyfried:dont_load_unconfigured_noninline_modules, r=nrcbors-10/+19
2016-09-17Make the return type of AstBuilder.stmt_let_typed match the return type of ot...CensoredUsername-4/+4
2016-09-16Auto merge of #36444 - jseyfried:macro_rules_ext, r=nrcbors-62/+58
2016-09-16fix top level attr spansMikhail Modin-1/+1
2016-09-16Optimize the parser's last token handling.Nicholas Nethercote-43/+39
2016-09-16Overhaul char_lit().Nicholas Nethercote-43/+28
2016-09-15Remove `MacroRulesTT`.Jeffrey Seyfried-50/+47
2016-09-15Allow `IdentMacroExpander::expand` to access the ident macro invocation's att...Jeffrey Seyfried-3/+5
2016-09-15Move fields `single_step` and `keep_macs` from `MacroExpander` to `ExpansionC...Jeffrey Seyfried-10/+7
2016-09-15Auto merge of #36393 - petrochenkov:ancient, r=eddybbors-44/+4
2016-09-15correctly cancel some errorsTim Neumann-5/+11
2016-09-15Rollup merge of #36438 - jseyfried:node_ids_in_expansion, r=nrcManish Goregaokar-538/+310
2016-09-15Rollup merge of #36384 - petrochenkov:derclone, r=alexcrichtonManish Goregaokar-0/+18