about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2015-02-18rollup merge of #22482: alexcrichton/cstr-changesAlex Crichton-16/+19
2015-02-18rollup merge of #22480: alexcrichton/hashv3Alex Crichton-17/+92
2015-02-18rollup merge of #22287: Ryman/purge_carthographersAlex Crichton-24/+22
2015-02-18std: Implement CString-related RFCsAlex Crichton-16/+19
2015-02-18For now, accept the `i`, `u`, `is`, and `us` suffixes, but warn whenNiko Matsakis-15/+8
2015-02-18make FromIterator use IntoIteratorAlexis-4/+4
2015-02-18make Extend use IntoIteratorAlexis-2/+2
2015-02-18Implement RFC 580Aaron Turon-2/+2
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-17/+92
2015-02-18Fallout: remove unused type and region parameters.Niko Matsakis-5/+6
2015-02-18Tweak pretty printing.Niko Matsakis-8/+2
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-2/+2
2015-02-18Modify parser to require `isize`/`usize` suffixes.Niko Matsakis-4/+13
2015-02-17rollup merge of #22459: alexcrichton/feature-namesAlex Crichton-2/+2
2015-02-18Remove usage of .map(|&foo| foo)Kevin Butler-2/+2
2015-02-18Opt for .cloned() over .map(|x| x.clone()) etc.Kevin Butler-22/+20
2015-02-17rollup merge of #22024: alexcrichton/asciiAlex Crichton-6/+4
2015-02-17std: Rename io/path features with old_ prefixAlex Crichton-2/+2
2015-02-17std: Stabilize the `ascii` moduleAlex Crichton-6/+4
2015-02-17Rollup merge of #22383 - pnkfelix:pass-features-along-during-expansion, r=huonwManish Goregaokar-27/+129
2015-02-17Rollup merge of #22364 - Manishearth:rfc-572-forbid-attr, r=nikomatsakisManish Goregaokar-40/+159
2015-02-17Add gating for rustc_* attrsManish Goregaokar-13/+30
2015-02-17move other attribute check to visit_attributeManish Goregaokar-20/+10
2015-02-17Add `Gated` attribute typeManish Goregaokar-28/+28
2015-02-16Fix fallout in libsyntax from RFC 599. Clarity and efficiency seems to be mos...Niko Matsakis-9/+10
2015-02-16Clean up visit_attribute in feature_gate.rsManish Goregaokar-37/+26
2015-02-16Feature gate custom attributes (fixes #22203)Manish Goregaokar-0/+54
2015-02-16Move ATTRIBUTE_WHITELIST and CRATE_ATTRS to KNOWN_ATTRIBUTES in syntax::featu...Manish Goregaokar-0/+69
2015-02-16Address the other cases of #22234; fix #22234.Felix S. Klock II-6/+80
2015-02-15Address the `asm!` case of #22234.Felix S. Klock II-6/+25
2015-02-15libsyntax: Pass feature set in ExpansionConfig, not just enable_quotes.Felix S. Klock II-16/+25
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+0
2015-02-15Rollup merge of #22285 - kmcallister:pub-macro, r=nick29581Manish Goregaokar-0/+18
2015-02-15Rollup merge of #22300 - kmcallister:pub-method-macro, r=sfacklerManish Goregaokar-2/+1
2015-02-15Rollup merge of #22339 - petrochenkov:int, r=huonwManish Goregaokar-1/+1
2015-02-15Rollup merge of #22277 - pnkfelix:reference-update-feature-gate-list, r=steve...Manish Goregaokar-0/+1
2015-02-15Rollup merge of #22274 - pnkfelix:retag-slicing-syntax-as-accepted, r=nikomat...Manish Goregaokar-1/+1
2015-02-15Fix the falloutVadim Petrochenkov-1/+1
2015-02-14Auto merge of #22158 - Kimundi:the_lonely_uppercase_keyword, r=pnkfelixbors-39/+73
2015-02-13Forbid `pub mymacro!();`Keegan McAllister-0/+18
2015-02-13Parse `pub` in the expansion of a method macroKeegan McAllister-2/+1
2015-02-13Added all active features to the list in reference.md.Felix S. Klock II-0/+1
2015-02-13Re-tag `slicing_syntax` as `Accepted`.Felix S. Klock II-1/+1
2015-02-12Made `Self` a keyword.Marvin Löbel-39/+73
2015-02-12Update metadata to reflect that predicates/schemes/trait-defs are now severedNiko Matsakis-0/+8
2015-02-11bitrig integrationDave Huseby-0/+2
2015-02-11rollup merge of #22178: pnkfelix/featuregate-unsafe-no-drop-flagAlex Crichton-0/+10
2015-02-11rollup merge of #22188: alexcrichton/envv2Alex Crichton-2/+2
2015-02-11std: Tweak the std::env OsString/String interfaceAlex Crichton-2/+2
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-17/+5