about summary refs log tree commit diff
path: root/src/libsyntax/parse
AgeCommit message (Expand)AuthorLines
2015-03-11Auto merge of #23156 - GuillaumeGomez:remove-proc, r=alexcrichtonbors-73/+5
2015-03-11Remove ProcType and ProcExpGuillaume Gomez-41/+0
2015-03-10Remove proc keywordGuillaume Gomez-34/+7
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-1/+1
2015-03-06syntax: Remove deprecated unicode escapesAlex Crichton-22/+2
2015-03-05Rollup merge of #22764 - ivanradanov:fileline_help, r=huonwManish Goregaokar-9/+12
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-26/+38
2015-03-04Encode codemap and span information in crate metadata.Michael Woerister-122/+65
2015-03-03Switched to Box::new in many places.Felix S. Klock II-2/+3
2015-03-03Change span_help calls to fileline_help where appropriateIvan Radanov Ivanov-9/+12
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-6/+6
2015-02-28Auto merge of #21521 - defuz:interval-with-path, r=pnkfelixbors-0/+13
2015-02-28FIX #21475: Expr_::ExprPath with two fieldsdefuz-2/+2
2015-02-28FIX #21475: Interval match patterns won't parse namespace specifiers correctlydefuz-0/+13
2015-02-27obsolete `|&:|` syntaxJorge Aparicio-1/+0
2015-02-24Implement `<T>::method` UFCS expression syntax.Eduard Burtescu-22/+60
2015-02-24syntax: use a single Path for Trait::Item in QPath.Eduard Burtescu-19/+13
2015-02-24syntax: don't use TraitRef in QPath.Eduard Burtescu-4/+4
2015-02-24syntax: don't store a secondary NodeId for TyPath.Eduard Burtescu-5/+4
2015-02-24Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakisbors-14/+27
2015-02-23Rollup merge of #22544 - bombless:fix-pattern, r=pnkfelixManish Goregaokar-0/+3
2015-02-22Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturonbors-3/+3
2015-02-22Rename DefTrait to DefaultImplFlavio Percoco-2/+2
2015-02-22Add support for default trait impls in libsyntaxFlavio Percoco-14/+27
2015-02-22Fix errors from #22592Manish Goregaokar-4/+4
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-20/+20
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-26/+25
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-76/+91
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-65/+66
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-4/+6
2015-02-18For now, accept the `i`, `u`, `is`, and `us` suffixes, but warn whenNiko Matsakis-11/+4
2015-02-18Modify parser to require `isize`/`usize` suffixes.Niko Matsakis-4/+13
2015-02-18Remove usage of .map(|&foo| foo)Kevin Butler-1/+1
2015-02-18Opt for .cloned() over .map(|x| x.clone()) etc.Kevin Butler-7/+6
2015-02-15Rollup merge of #22285 - kmcallister:pub-macro, r=nick29581Manish Goregaokar-0/+18
2015-02-15Rollup merge of #22339 - petrochenkov:int, r=huonwManish Goregaokar-1/+1
2015-02-15Fix the falloutVadim Petrochenkov-1/+1
2015-02-14Auto merge of #22158 - Kimundi:the_lonely_uppercase_keyword, r=pnkfelixbors-25/+59
2015-02-13Forbid `pub mymacro!();`Keegan McAllister-0/+18
2015-02-12Made `Self` a keyword.Marvin Löbel-25/+59
2015-02-10rollup merge of #21918: ranma42/replace-beAlex Crichton-1/+1
2015-02-09Accept quantification of lifetimes outside the self type in where clauses.Nick Cameron-5/+28
2015-02-07Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichtonbors-13/+8
2015-02-06librustdoc has been updatedGuillaumeGomez-4/+4
2015-02-07Rollup merge of #22005 - nagisa:obsolete-ctx, r=alexcrichtonManish Goregaokar-3/+3
2015-02-06Remove word syntax from obsolete syntax messagesSimonas Kazlauskas-3/+3