about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2015-08-01Auto merge of #27447 - eefriedman:parser-cleanup, r=alexcrichtonbors-31/+0
2015-07-31Auto merge of #27432 - sanxiyn:impl-dotdot, r=sfacklerbors-1/+1
2015-07-31Fix `impl A .. {}`Seo Sanghyeon-1/+1
2015-07-30Remove unused code in parser.Eli Friedman-31/+0
2015-07-29Feature gate associated type defaultsBrian Anderson-1/+8
2015-07-29FormattingBrian Anderson-1/+2
2015-07-29Rollup merge of #27313 - nagisa:illegal-to-invalid, r=pnkfelixSteve Klabnik-17/+17
2015-07-29Auto merge of #26846 - P1start:print-maybe-styled-macro, r=pnkfelixbors-20/+38
2015-07-29Replace illegal with invalid in most diagnosticsSimonas Kazlauskas-17/+17
2015-07-28Auto merge of #27234 - oli-obk:move_get_name_get_ident_to_impl, r=eddybbors-192/+164
2015-07-28remove `get_ident` and `get_name`, make `as_str` soundOliver Schneider-192/+164
2015-07-27Turn on `box(PLACE) expr` deprecation warning post-snapshot.Eduard Burtescu-11/+7
2015-07-26Auto merge of #27297 - mitaa:cleanup_E0005, r=alexcrichtonbors-18/+3
2015-07-26Remove `ast::LocalSource` with only one used variantmitaa-18/+3
2015-07-25Add omitted trailing commaJared Roesch-1/+1
2015-07-25Add feature gateJared Roesch-2/+7
2015-07-25Auto merge of #26630 - eefriedman:recursive-static, r=pnkfelixbors-0/+6
2015-07-25Auto merge of #27253 - bossmc:unbalanced-delimiters-cause-ice, r=nikomatsakisbors-2/+2
2015-07-24Add static_recursion feature gate.Eli Friedman-0/+6
2015-07-24Auto merge of #27215 - pnkfelix:fsk-placer-take-5-just-in, r=nikomatsakisbors-12/+371
2015-07-24Make ICE an error and use a sensible error messageAndy Caldwell-2/+2
2015-07-23review feedback: common-subexpression-elim across functions in pushpop_safe i...Felix S. Klock II-4/+4
2015-07-23Auto merge of #27203 - marcusklaas:fix-range-span, r=alexcrichtonbors-4/+5
2015-07-22placate `make tidy`.Felix S. Klock II-3/+9
2015-07-22Added support for parsing `in PLACE { BLOCK_CONTENT }`.Felix S. Klock II-8/+33
2015-07-22Instrumentation in effort to understand treatment of `allow_internal_unstable`.Felix S. Klock II-0/+4
2015-07-22Allow unstable code to be injected by placement-`in` expansion.Felix S. Klock II-3/+23
2015-07-22Add feature-gates for desugaring-based `box` and placement-`in`.Felix S. Klock II-1/+63
2015-07-22Revise placement-in expansion to use `push/pop_unsafe` and `move_val_init`.Felix S. Klock II-24/+37
2015-07-22prototype Placer protocol for unstable overloaded-box and placement-in.Felix S. Klock II-0/+114
2015-07-22Hack for "unsafety hygiene" -- `push_unsafe!` and `pop_unsafe!`.Felix S. Klock II-2/+117
2015-07-21Assign proper span to range expressionMarcus Klaas-4/+5
2015-07-21Auto merge of #26816 - nrc:zero-codemap, r=@jroeschbors-113/+141
2015-07-21Use a span from the correct file for the inner span of a moduleNick Cameron-13/+25
2015-07-21Provide a filemap ctor with line infoNick Cameron-22/+19
2015-07-21Allow for space between each filemap in the codemapNick Cameron-78/+97
2015-07-21Auto merge of #27153 - alexcrichton:flaky-tests, r=brsonbors-0/+5
2015-07-20Auto merge of #27056 - Eljay:doc-comments, r=nikomatsakisbors-3/+15
2015-07-20syntax: Suppress panic message on `fatal`Alex Crichton-0/+5
2015-07-20Auto merge of #27065 - marcusklaas:loop-label, r=nrcbors-19/+23
2015-07-18Fix doc comment parsing in macros.Lee Jeffery-3/+15
2015-07-18Include label in the span of loopsMarcus Klaas-19/+23
2015-07-18Define and use a `print_maybe_styled!` macro in libsyntax/diagnostic.rsP1start-20/+38
2015-07-18Rollup merge of #27067 - GuillaumeGomez:patch-1, r=cmrManish Goregaokar-0/+6
2015-07-18Rollup merge of #26777 - barosl:macro-doc-escapes, r=pnkfelixManish Goregaokar-1/+1
2015-07-17Improve register_long_diagnostics macroGuillaume Gomez-0/+3
2015-07-16Improve register_diagnostics macroGuillaume Gomez-0/+3
2015-07-16Rollup merge of #26838 - P1start:refactor-diagnostic, r=alexcrichtonManish Goregaokar-396/+392
2015-07-13Auto merge of #27000 - alexcrichton:semi-after-type, r=cmrbors-1/+1
2015-07-13Auto merge of #26947 - nagisa:unicode-escape-error, r=nrcbors-17/+27