about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2013-08-19auto merge of #8535 : nikomatsakis/rust/issue-3678-wrappers-be-gone-2, r=graydonbors-0/+79
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+79
2013-08-19auto merge of #8564 : alexcrichton/rust/ifmt+++, r=graydonbors-23/+20
2013-08-18auto merge of #8556 : sfackler/rust/quote, r=alexcrichtonbors-154/+114
2013-08-18auto merge of #8560 : kballard/rust/reserve-yield, r=pcwaltonbors-4/+7
2013-08-18quote_*! macros take an ExtCtxSteven Fackler-154/+114
2013-08-18auto merge of #8551 : huonw/rust/speling, r=alexcrichtonbors-3/+3
2013-08-18auto merge of #8550 : kballard/rust/token-start-err-msg, r=catamorphismbors-1/+3
2013-08-17auto merge of #8547 : kballard/rust/trait-parse-err-msg, r=alexcrichtonbors-1/+1
2013-08-17Fix warnings in librustc and libsyntaxErick Tryzelaar-1/+0
2013-08-16Delegate `{}` to Default instead of PolyAlex Crichton-23/+20
2013-08-16Reserve 'yield' keywordKevin Ballard-4/+7
2013-08-16auto merge of #8534 : huonw/rust/tls-key-macro, r=alexcrichtonbors-0/+11
2013-08-16auto merge of #8526 : blake2-ppc/rust/either-result, r=catamorphismbors-3/+3
2013-08-16doc: convert remaining uses of core:: to std::.Huon Wilson-3/+3
2013-08-16syntax: add a local_data_key macro that creates a key for access to the TLS.Huon Wilson-0/+11
2013-08-15Better error message for unknown start of tokenKevin Ballard-1/+3
2013-08-15Fix error message when trait method ends with wrong tokenKevin Ballard-1/+1
2013-08-15Switch to new <V:Visitor> visitor (rather than @Visitor).Felix S. Klock II-296/+366
2013-08-15std: Change either::{lefts, rights} to return an iteratorblake2-ppc-3/+3
2013-08-14auto merge of #8440 : sfackler/rust/env-fix, r=pcwaltonbors-1/+1
2013-08-13auto merge of #8446 : alexcrichton/rust/ifmt++, r=graydonbors-14/+26
2013-08-13Add `f` formats to `ifmt!`Alex Crichton-5/+6
2013-08-12Forbid pub/priv where it has no effectAlex Crichton-38/+30
2013-08-12Correct the padding on integer types for formattingAlex Crichton-5/+13
2013-08-12Define integer formats for all widthsAlex Crichton-0/+1
2013-08-12Implement formatting arguments for strings and integersAlex Crichton-5/+7
2013-08-12auto merge of #8418 : pnkfelix/rust/fsk-issue3192-improve-parse-error-for-emp...bors-31/+114
2013-08-11Fixed option_env! typeSteven Fackler-1/+1
2013-08-11auto merge of #8455 : nikomatsakis/rust/issue-5762-objects-dralston-d, r=graydonbors-155/+156
2013-08-11auto merge of #8420 : blake2-ppc/rust/shrink-token, r=cmrbors-16/+16
2013-08-11libsyntax: Update from `@Object` to `@mut Object` as requiredNiko Matsakis-155/+156
2013-08-11auto merge of #8421 : alexcrichton/rust/unnamed-addr, r=thestingerbors-2/+11
2013-08-11syntax: Shrink enum Token and enum nonterminalblake2-ppc-16/+16
2013-08-10Merge branch 'issue-8393-attributes-in-macros' of https://github.com/nikomats...Erick Tryzelaar-59/+97
2013-08-10Merge branch 'enum-method-privacy' of https://github.com/michaelwoerister/rus...Erick Tryzelaar-22/+22
2013-08-10syntax and rustc: fix some warningsErick Tryzelaar-1/+1
2013-08-10std: Transform.find_ -> .findErick Tryzelaar-2/+2
2013-08-10std: Iterator.chain_ -> .chainErick Tryzelaar-1/+1
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-25/+25
2013-08-10Clean up some unused imports in testsErick Tryzelaar-1/+0
2013-08-10Mass rename of .consume{,_iter}() to .move_iter()Erick Tryzelaar-10/+10
2013-08-09auto merge of #8176 : catamorphism/rust/rustpkg-extern-mod, r=catamorphismbors-8/+29
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-8/+29
2013-08-09Implement an `address_insignificant` attributeAlex Crichton-3/+12
2013-08-09Add parse-error recovery for erroneous `struct_id { }` form.Felix S. Klock II-31/+114
2013-08-09auto merge of #8362 : sfackler/rust/env, r=alexcrichtonbors-17/+37
2013-08-08Allow attributes to appear as macro argumentsNiko Matsakis-59/+97
2013-08-08auto merge of #8385 : cmr/rust/big-rollup, r=alexcrichtonbors-6/+23
2013-08-08env! syntax extension changesSteven Fackler-17/+37