about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
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-22Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturonbors-3/+3
2015-02-22Validate inline attribute argumentsSimonas Kazlauskas-4/+8
2015-02-22Rename DefTrait to DefaultImplFlavio Percoco-9/+9
2015-02-22Add support for default trait impls in libsyntaxFlavio Percoco-19/+60
2015-02-21Resolve barriers to changing column!() / line!() return type to u32 in #19284...Brian Brooks-0/+4
2015-02-22Rollup merge of #22584 - alexcrichton:snapshots, r=GankroManish Goregaokar-82/+0
2015-02-22Fix errors from #22592Manish Goregaokar-5/+5
2015-02-22Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturonManish Goregaokar-91/+91
2015-02-21Resolve includeme.fragment conflict.Brian Brooks-5/+6
2015-02-21Auto merge of #21959 - dhuseby:bitrig-support, r=brsonbors-0/+2
2015-02-20Register new snapshotsAlex Crichton-82/+0
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-90/+89
2015-02-20make span on obsolete syntax very preciseNiko Matsakis-1/+2
2015-02-20Addressed PR commentsMarvin Löbel-3/+3
2015-02-19Fix issue #22426 #22447bombless-0/+3
2015-02-18Round 3 test fixes and conflictsAlex Crichton-98/+97
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-5/+6
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-237/+252
2015-02-18rollup merge of #22210: aturon/stab-final-borrowAlex Crichton-6/+6
2015-02-18Stabilize std::borrowAaron Turon-6/+6
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-225/+226
2015-02-18Declare `&foo[]` to be obsolete syntax. Modify the obsolete mechanism toNiko Matsakis-10/+25
2015-02-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-18/+14
2015-02-18rollup merge of #22491: Gankro/into_iterAlex Crichton-8/+8
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