about summary refs log tree commit diff
path: root/src/libsyntax/ext
AgeCommit message (Expand)AuthorLines
2014-05-24First sketch of lint passSteven Fackler-1/+1
2014-05-24Add AttrId to Attribute_Steven Fackler-14/+32
2014-05-23auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballardbors-1/+0
2014-05-23syntax: Clean out obsolete syntax parsingAlex Crichton-1/+0
2014-05-22auto merge of #14314 : alexcrichton/rust/deriving-hash, r=brsonbors-1/+2
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-2/+6
2014-05-22libstd: Remove all uses of `~str` from `libstd`Patrick Walton-8/+13
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-94/+147
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-21std: Change hash to reexport its own WriterAlex Crichton-1/+2
2014-05-19auto merge of #14251 : alexcrichton/rust/hierarchy, r=huonwbors-0/+2
2014-05-18auto merge of #14000 : pnkfelix/rust/fsk-fix-issue13732, r=alexcrichtonbors-0/+3
2014-05-18Output debug info on how `#[phase] extern crate foo;` gets resolved.Felix S. Klock II-0/+3
2014-05-18Make bytes!() return 'staticKevin Ballard-6/+27
2014-05-17syntax: Tighten search paths for inner modulesAlex Crichton-0/+2
2014-05-16libfmt_macros: Remove all uses of `~str` from `libfmt_macros`Patrick Walton-1/+3
2014-05-15syntax: Add a macro, format_args_method!()Alex Crichton-29/+62
2014-05-13syntax: Preserve attributes in #[deriving]Alex Crichton-11/+25
2014-05-13Touch up and rebase previous commitsAlex Crichton-4/+12
2014-05-13libsyntax: Workaround pprust `for` issueklutzy-1/+1
2014-05-11core: Remove the cast moduleAlex Crichton-3/+3
2014-05-08auto merge of #13985 : alexcrichton/rust/libfmt, r=brsonbors-16/+6
2014-05-08std: Extract format string parsing out of libstdAlex Crichton-16/+6
2014-05-08libsyntax: Remove uses of `~str` from libsyntax, and fix falloutPatrick Walton-122/+142
2014-05-07std: Modernize the local_data apiAlex Crichton-23/+16
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-63/+73
2014-05-04Remove two useless comparisonsVirgile Andreani-1/+1
2014-05-03auto merge of #13773 : brson/rust/boxxy, r=alexcrichtonbors-33/+34
2014-05-03auto merge of #13868 : FlaPer87/rust/opt-in-phase1, r=alexcrichtonbors-0/+51
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-33/+34
2014-05-02auto merge of #13879 : huonw/rust/more-re, r=alexcrichtonbors-6/+26
2014-05-02syntax: implement ToSource for more things in the quasiquoter.Huon Wilson-0/+23
2014-05-02syntax: store char literals/tokens as `char`s rather than u32s.Huon Wilson-6/+3
2014-05-01Allow built-in traits to be derivedFlavio Percoco-0/+51
2014-04-30librustc: Remove `~"string"` and `&"string"` from the languagePatrick Walton-24/+24
2014-04-28auto merge of #13791 : lifthrasiir/rust/mod-inner-span, r=huonwbors-2/+3
2014-04-27syntax: `Mod` records the span for inner contents.Kang Seonghoon-2/+3
2014-04-26syntax: ViewItemUse no longer contains multiple view paths.Kang Seonghoon-12/+12
2014-04-24auto merge of #13713 : edwardw/rust/methodcall-span, r=alexcrichtonbors-2/+3
2014-04-24auto merge of #13559 : FlaPer87/rust/remove-special-root, r=nikomatsakisbors-12/+11
2014-04-23auto merge of #12812 : sfackler/rust/attr-arm, r=alexcrichtonbors-0/+3
2014-04-23Allow attributes on match armsSteven Fackler-0/+3
2014-04-23auto merge of #13704 : edwardw/rust/doc-hidden, r=alexcrichtonbors-37/+52
2014-04-24Calibrate span for method call error messagesEdward Wang-2/+3
2014-04-23auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakisbors-19/+55
2014-04-23Fix other bugs with new closure borrowingAlex Crichton-19/+55
2014-04-23syntax: fix de-@rooting falloutFlavio Percoco-12/+11
2014-04-23Honor hidden doc attribute of derivable trait methodsEdward Wang-37/+52
2014-04-22auto merge of #13398 : nick29581/rust/unsized-enum, r=nikomatsakisbors-12/+27