about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2014-09-29rollup merge of #17592 : kmcallister/inline-asm-locAlex Crichton-6/+33
2014-09-29rollup merge of #17576 : kmcallister/hide-quotesAlex Crichton-67/+55
2014-09-29rollup merge of #17519 : pcwalton/unboxed-closure-move-syntaxAlex Crichton-33/+34
2014-09-29auto merge of #17409 : farcaller/rust/patch-1, r=huonwbors-2/+6
2014-09-29Fixed quote_method!() implementationVladimir Pouzanov-2/+6
2014-09-28Keep ExpnId abstract by providing conversionsKeegan McAllister-5/+18
2014-09-28auto merge of #17527 : sfackler/rust/cfg-syntax, r=alexcrichtonbors-35/+72
2014-09-27Convert cfg syntax to new systemSteven Fackler-35/+72
2014-09-27Translate inline assembly errors back to source locationsKeegan McAllister-5/+19
2014-09-27auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichtonbors-0/+66
2014-09-26Hide the quote_*! macros when the feature gate is offKeegan McAllister-67/+55
2014-09-26librustc: Eliminate the `ref` syntax for unboxed closure capture clausesPatrick Walton-33/+34
2014-09-25auto merge of #17378 : Gankro/rust/hashmap-entry, r=aturonbors-7/+9
2014-09-24handling fallout from entry apiAlexis Beingessner-7/+9
2014-09-24Remove unused enum variantsJakub Wieczorek-8/+1
2014-09-24Use more descriptive names in dead code messagesJakub Wieczorek-0/+25
2014-09-24Fix rebase falloutSteven Fackler-14/+12
2014-09-23Deprecate `#[ignore(cfg(...))]`Steven Fackler-0/+6
2014-09-23Add a cfg_attr syntax extensionSteven Fackler-0/+62
2014-09-23auto merge of #17402 : steveklabnik/rust/update_manual, r=brsonbors-1/+1
2014-09-23auto merge of #17028 : pcwalton/rust/higher-rank-trait-lifetimes, r=pnkfelixbors-8/+53
2014-09-22librustc: Parse and resolve higher-rank lifetimes in traits.Patrick Walton-8/+53
2014-09-22librustc: Forbid private types in public APIs.Patrick Walton-0/+4
2014-09-22manual -> reference & formattingSteve Klabnik-1/+1
2014-09-22auto merge of #17339 : treeman/rust/doc-things, r=alexcrichtonbors-156/+129
2014-09-21auto merge of #17415 : jakub-/rust/issue-17383, r=huonwbors-5/+7
2014-09-21Fix the span for discriminators in non-C-like enumsJakub Wieczorek-5/+7
2014-09-20libsyntax: Explicit error message for sugared doc comments.Mike Boutin-11/+28
2014-09-20auto merge of #17319 : kmcallister/rust/method-macro-bt, r=pcwaltonbors-1/+4
2014-09-19rollup merge of #17379 : pcwalton/keywords-followed-by-double-colonAlex Crichton-35/+48
2014-09-19rollup merge of #17338 : nick29581/variants-namespaceAlex Crichton-27/+28
2014-09-19rollup merge of #17318 : nick29581/sliceAlex Crichton-10/+131
2014-09-19rollup merge of #17314 : eddyb/span-no-gcAlex Crichton-123/+133
2014-09-19rollup merge of #17236 : fhahn/issue-16723-multiple-itemsAlex Crichton-20/+15
2014-09-19Allow syntax extensions to return multiple items, closes #16723.Florian Hahn-20/+15
2014-09-19Add enum variants to the type namespaceNick Cameron-27/+28
2014-09-18librustc: Implement the syntax in the RFC for unboxed closure sugar.Patrick Walton-81/+77
2014-09-18libsyntax: Disallow keywords followed by `::`.Patrick Walton-35/+48
2014-09-19Implement slicing syntax.Nick Cameron-10/+131
2014-09-18Fix fallout in tests from removing the use of Gc in ExpnInfo.Eduard Burtescu-10/+10
2014-09-18syntax: use an index in CodeMap instead of Gc for ExpnInfo.Eduard Burtescu-113/+123
2014-09-17librustc: Implement associated types behind a feature gate.Patrick Walton-155/+530
2014-09-17auto merge of #17343 : alexcrichton/rust/rollup, r=alexcrichtonbors-34/+31
2014-09-17Pop the expansion context after expanding a method macroKeegan McAllister-1/+4
2014-09-17auto merge of #16836 : P1start/rust/closure_ret_bang, r=alexcrichtonbors-10/+10
2014-09-17rollup merge of #17290 : bkoropoff/issue-17283Alex Crichton-34/+31
2014-09-17doc: Remove "see above".Jonas Hietala-4/+3
2014-09-17doc: Backticks and spelling mistakes.Jonas Hietala-13/+13
2014-09-17doc: Cleanup.Jonas Hietala-149/+123
2014-09-17rebasing fixesNick Cameron-6/+4