about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2015-08-15Slightly improved macro diagnostics + Indentation fixesJonas Schievink-46/+50
2015-08-15Auto merge of #27827 - w00ns:for-loop-expn-issue-27639, r=alexcrichtonbors-10/+1
2015-08-15Fix issue with for loop expansionw00ns-10/+1
2015-08-15Auto merge of #27841 - jonas-schievink:still-repeating-span, r=alexcrichtonbors-1/+1
2015-08-14move InlinedItem into librustc, where it belongsNiko Matsakis-45/+11
2015-08-15Fix span of invalid metavariable repetitionJonas Schievink-1/+1
2015-08-14rustc: Allow changing the default allocatorAlex Crichton-0/+4
2015-08-14Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrcbors-1/+13
2015-08-13Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturonbors-8/+18
2015-08-12Introduce a "origin/cause" for new requirements (or bugfixes...) introduced b...Niko Matsakis-0/+12
2015-08-12Add two new kinds of predicates, WellFormed and ObjectSafe.Niko Matsakis-1/+1
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-8/+18
2015-08-12Auto merge of #27691 - jonas-schievink:for-macro, r=alexcrichtonbors-1/+1
2015-08-12Fix macro expansion in for loop patternJonas Schievink-1/+1
2015-08-11rollup merge of #27664: birkenfeld/patch-1Alex Crichton-3/+3
2015-08-11rollup merge of #27622: eefriedman/https-urlAlex Crichton-3/+3
2015-08-11Auto merge of #27584 - TimNN:macro-eof-span, r=huonwbors-23/+24
2015-08-11syntax: fix use of "vector" for [x; n] literal and [x, y] patternsGeorg Brandl-3/+3
2015-08-10syntax: Add a new unstable #[linked_from] attributeAlex Crichton-0/+5
2015-08-10Auto merge of #27338 - alexcrichton:remove-morestack, r=brsonbors-1/+3
2015-08-10Remove morestack supportAlex Crichton-1/+3
2015-08-10Auto merge of #27451 - seanmonstar:use-groups-as, r=alexcrichtonbors-19/+65
2015-08-10add and use Span.substitute_dummy methodTim Neumann-17/+13
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-3/+3
2015-08-10Avoid adding extra paren with two castsGarming Sam-1/+5
2015-08-09Casts are a type of binopGarming Sam-1/+1
2015-08-09Add operator precedence for pretty printerGarming Sam-2/+25
2015-08-09Binary ops should add parenthesis to each sideGarming Sam-2/+2
2015-08-08rustc: rename multiple imports in a listSean McArthur-19/+65
2015-08-07improve span of erroneous empty macro invocationTim Neumann-22/+27
2015-08-06Auto merge of #27296 - jroesch:type-macros, r=huonwbors-2/+105
2015-08-04Fix last nitsJared Roesch-1/+2
2015-08-04Address final nitsJared Roesch-2/+4
2015-08-04Actually commit testsJared Roesch-1/+1
2015-08-04Address nitsJared Roesch-1/+0
2015-08-04Add feature gateJared Roesch-21/+35
2015-08-04Update and add test caseJared Roesch-1/+6
2015-08-04Extend macro machinery to expand macros in typesJared Roesch-0/+58
2015-08-04Make parser recognize macro invocations in typesJared Roesch-2/+15
2015-08-04Add a macro invocation to the type ASTJared Roesch-0/+11
2015-08-04syntax: Don't assume `std` exists for testsAlex Crichton-14/+9
2015-08-03syntax: Implement #![no_core]Alex Crichton-206/+107
2015-08-03Auto merge of #27134 - fhartwig:derive, r=huonwbors-0/+11
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