summary refs log tree commit diff
path: root/src/libsyntax/ext
AgeCommit message (Expand)AuthorLines
2013-10-18auto merge of #9851 : alexcrichton/rust/include_bin, r=huonwbors-8/+11
2013-10-18Optimize include_bin! for large inputsAlex Crichton-8/+11
2013-10-18Handle inline asm outputs as write-only in liveness, borrowck and trans.Eduard Burtescu-6/+15
2013-10-16auto merge of #9833 : alexcrichton/rust/fixes, r=brsonbors-4/+18
2013-10-16path2: Update based on more review feedbackKevin Ballard-1/+1
2013-10-15Build a few extra features into format! parsingAlex Crichton-4/+17
2013-10-15Require module documentation with missing_docAlex Crichton-0/+1
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-4/+4
2013-10-15path2: Replace the path module outrightKevin Ballard-7/+9
2013-10-14Remove unused abi attributes.Steve Klabnik-1/+0
2013-10-09auto merge of #9783 : huonw/rust/macro-items, r=bstriebors-2/+5
2013-10-10syntax: allow macros to expand to items with attributes.Huon Wilson-2/+5
2013-10-09option: rewrite the API to use compositionDaniel Micay-6/+6
2013-10-07auto merge of #9674 : ben0x539/rust/raw-str, r=alexcrichtonbors-18/+35
2013-10-08add new enum ast::StrStyle as field to ast::lit_strBenjamin Herr-17/+26
2013-10-08add token::LIT_STR_RAW(ident, num of # symbols)Benjamin Herr-1/+9
2013-10-07Fix existing privacy/visibility violationsAlex Crichton-2/+4
2013-10-02std: Swap {To,From}Primitive to use the 64bit as the unimplemented versionErick Tryzelaar-6/+6
2013-10-02syntax: swap from .span_fatal to .span_err in #[deriving(FromPrimitive)]Erick Tryzelaar-9/+21
2013-10-02syntax: Add #[deriving(FromPrimitive)] syntax extensionErick Tryzelaar-0/+152
2013-10-02auto merge of #9673 : huonw/rust/macros, r=catamorphismbors-78/+30
2013-10-02auto merge of #9665 : alexcrichton/rust/snapshot, r=brsonbors-3/+3
2013-10-02syntax: indicate an error when a macro ignores trailing tokens.Huon Wilson-5/+30
2013-10-02syntax: remove some dead code.Huon Wilson-73/+0
2013-10-01Migrate users of 'loop' to 'continue'Alex Crichton-3/+3
2013-10-01auto merge of #9519 : thestinger/rust/float, r=catamorphismbors-1/+0
2013-10-01remove the `float` typeDaniel Micay-1/+0
2013-10-01auto merge of #9633 : alexcrichton/rust/issue-9631, r=huonwbors-12/+16
2013-10-01Fix usage of the old debug! macrosAlex Crichton-1/+1
2013-10-01Change the format! statics to be all-capsAlex Crichton-12/+16
2013-10-01Fix typo with format migration: s/oldformat/oldfmt/.Huon Wilson-4/+4
2013-09-30syntax: Remove usage of fmt!Alex Crichton-141/+143
2013-09-30Prevent leakage of fmt! into the compilerAlex Crichton-49/+62
2013-09-29Remove all usage of @ast::CrateAlex Crichton-12/+12
2013-09-27auto merge of #9535 : alexcrichton/rust/no-format-default, r=thestingerbors-11/+8
2013-09-27Remove the notion of an "unknown format"Alex Crichton-11/+8
2013-09-27auto merge of #9550 : alexcrichton/rust/remove-printf, r=thestingerbors-22/+2
2013-09-26auto merge of #9504 : brson/rust/continue, r=alexcrichtonbors-6/+6
2013-09-26auto merge of #9261 : alexcrichton/rust/logging, r=huonwbors-3/+9
2013-09-26Update the compiler to not use printf/printflnAlex Crichton-2/+2
2013-09-26Remove the printf{,ln}! macrosAlex Crichton-20/+0
2013-09-26Add 'continue' as a synonym for 'loop'Brian Anderson-6/+6
2013-09-25Refactor the logging system for fewer allocationsAlex Crichton-3/+9
2013-09-25rustdoc: Change all code-blocks with a scriptAlex Crichton-24/+24
2013-09-25auto merge of #9481 : jbclements/rust/minor-cleanup, r=cmrbors-3/+5
2013-09-24comment changes onlyJohn Clements-3/+5
2013-09-24Correctly encode item visibility in metadataAlex Crichton-1/+1
2013-09-23librustc: Fix merge fallout.Patrick Walton-1/+1
2013-09-23test: Fix rustdoc and tests.Patrick Walton-3/+4
2013-09-23libsyntax: Introduce routines and remove all `@fn`s from libsyntax save the o...Patrick Walton-1/+1