summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2015-02-25Rollup merge of #22635 - kmcallister:macros-chapter, r=steveklabnikManish Goregaokar-178/+206
2015-02-25Turn `unsafe_no_drop_flag` back into a gated-feature.Felix S. Klock II-1/+3
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-18/+16
2015-02-24syntax: update pretty-printer for the `<T>::method` shorthand.Eduard Burtescu-3/+6
2015-02-24Implement `<T>::method` UFCS expression syntax.Eduard Burtescu-91/+140
2015-02-24rustc_resolve: use the visitor model more, remove redundant repeated lookups.Eduard Burtescu-4/+10
2015-02-24syntax: use a single Path for Trait::Item in QPath.Eduard Burtescu-104/+78
2015-02-24syntax: don't use TraitRef in QPath.Eduard Burtescu-26/+29
2015-02-24syntax: don't store a secondary NodeId for TyPath.Eduard Burtescu-19/+12
2015-02-24Remove double expr_u32 (fixup #22700)Manish Goregaokar-3/+0
2015-02-24Rollup merge of #22700 - nick29581:ints_hash, r=alexcrichtonManish Goregaokar-2/+5
2015-02-24Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakisbors-19/+60
2015-02-23Rollup merge of #22490 - nagisa:inline-args, r=alexcrichtonManish Goregaokar-4/+8
2015-02-23Rollup merge of #22544 - bombless:fix-pattern, r=pnkfelixManish Goregaokar-0/+3
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