about summary refs log tree commit diff
path: root/src/libsyntax/ext
AgeCommit message (Expand)AuthorLines
2015-02-24Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakisbors-1/+1
2015-02-23int audit - libcore::fmtNick Cameron-2/+6
2015-02-23Auto merge of #21769 - brooksbp:column-line-macro, r=nick29581bors-2/+7
2015-02-22Add support for default trait impls in libsyntaxFlavio Percoco-1/+1
2015-02-21Resolve barriers to changing column!() / line!() return type to u32 in #19284...Brian Brooks-0/+4
2015-02-22Fix errors from #22592Manish Goregaokar-1/+1
2015-02-21Resolve includeme.fragment conflict.Brian Brooks-5/+6
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-60/+59
2015-02-18Round 3 test fixes and conflictsAlex Crichton-11/+11
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-56/+56
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-56/+56
2015-02-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-1/+1
2015-02-18rollup merge of #22480: alexcrichton/hashv3Alex Crichton-15/+10
2015-02-18rollup merge of #22287: Ryman/purge_carthographersAlex Crichton-9/+9
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-15/+10
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-1/+1
2015-02-18Opt for .cloned() over .map(|x| x.clone()) etc.Kevin Butler-9/+9
2015-02-17Rollup merge of #22383 - pnkfelix:pass-features-along-during-expansion, r=huonwManish Goregaokar-16/+87
2015-02-16Fix fallout in libsyntax from RFC 599. Clarity and efficiency seems to be mos...Niko Matsakis-9/+10
2015-02-16Address the other cases of #22234; fix #22234.Felix S. Klock II-0/+48
2015-02-15Address the `asm!` case of #22234.Felix S. Klock II-1/+15
2015-02-15libsyntax: Pass feature set in ExpansionConfig, not just enable_quotes.Felix S. Klock II-16/+25
2015-02-15Rollup merge of #22300 - kmcallister:pub-method-macro, r=sfacklerManish Goregaokar-2/+1
2015-02-14Auto merge of #22158 - Kimundi:the_lonely_uppercase_keyword, r=pnkfelixbors-14/+14
2015-02-13Parse `pub` in the expansion of a method macroKeegan McAllister-2/+1
2015-02-12Made `Self` a keyword.Marvin Löbel-14/+14
2015-02-11std: Tweak the std::env OsString/String interfaceAlex Crichton-2/+2
2015-02-10rollup merge of #22116: kmcallister/cfg_attrAlex Crichton-38/+2
2015-02-10rollup merge of #21943: hugwijst/extctxt_ufcsAlex Crichton-0/+56
2015-02-09Process cfg_attr right before stripping cfgKeegan McAllister-36/+0
2015-02-09syntax::fold: Allow removing attributesKeegan McAllister-2/+2
2015-02-09Accept quantification of lifetimes outside the self type in where clauses.Nick Cameron-4/+6
2015-02-08Auto merge of #22054 - LeoTestard:include-parse-errors, r=alexcrichtonbors-2/+6
2015-02-08Auto merge of #21988 - kmcallister:no-std, r=sfacklerbors-62/+131
2015-02-07Don't use std:: paths in syntax extensions when compiling a #![no_std] crateKeegan McAllister-54/+113
2015-02-07Use path helper macros in derivingKeegan McAllister-28/+38
2015-02-07Auto merge of #21984 - pnkfelix:make-for-loops-a-terminating-scope, r=nikomat...bors-8/+20
2015-02-07Fix handling of parse errors when using `include!()`.Leo Testard-2/+6
2015-02-06librustdoc has been updatedGuillaumeGomez-3/+3
2015-02-06Remove getenv warningGuillaumeGomez-4/+3
2015-02-06Update to last version, remove "[]" as much as possibleGuillaumeGomez-23/+23
2015-02-06Libsyntax has been updatedGuillaumeGomez-64/+44
2015-02-06Update HEAD:masterGuillaumeGomez-1/+1
2015-02-06Replace the get method by the deref one on InternedStringGuillaumeGomez-44/+66
2015-02-06make `for PAT in ITER_EXPR { ... }` a terminating-scope for ITER_EXPR.Felix S. Klock II-8/+20
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-18/+18
2015-02-04remove all kind annotations from closuresJorge Aparicio-12/+12
2015-02-04Add QPath construction to ExtCtxt for UFCS support.Hugo van der Wijst-0/+56
2015-02-04Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichtonbors-0/+4
2015-02-04Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`.Huon Wilson-0/+4