about summary refs log tree commit diff
path: root/src/libsyntax/ext
AgeCommit message (Expand)AuthorLines
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
2013-09-23libsyntax: Remove some more `@fn`s from the macro expanderPatrick Walton-109/+300
2013-09-23librustc: Change fold to use traits instead of `@fn`.Patrick Walton-151/+344
2013-09-20Implement a web backend for rustdoc_ngAlex Crichton-1/+1
2013-09-20Invert --cfg debug to --cfg ndebugAlex Crichton-2/+2
2013-09-19auto merge of #9279 : erickt/rust/master, r=alexcrichtonbors-10/+6
2013-09-19auto merge of #9299 : alexcrichton/rust/fmt-trailing-comma, r=huonwbors-0/+1
2013-09-19auto merge of #9291 : jzelinskie/rust/remove-cond, r=alexcrichtonbors-36/+0
2013-09-18Allow trailing commas in format!Alex Crichton-0/+1
2013-09-18Register new snapshotsAlex Crichton-34/+2
2013-09-18Remove and replace cond! Closes #9282.Jimmy Zelinskie-36/+0
2013-09-17extra: minor cleanup of Zero and Default syntax extensionErick Tryzelaar-10/+6
2013-09-16Limit spans in bytes!() error messages to the argument in questionKevin Ballard-10/+10
2013-09-15Fix expand_stmt as well as expand_expr to use the correct spanAlex Crichton-15/+25
2013-09-15Reduce the amount of complexity in format!Alex Crichton-121/+61
2013-09-14auto merge of #9183 : alexcrichton/rust/issue-5794, r=catamorphismbors-1/+19