about summary refs log tree commit diff
path: root/src/libsyntax/parse
AgeCommit message (Expand)AuthorLines
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-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
2015-02-06Fix infinite loop errorGuillaumeGomez-1/+1
2015-02-06Update to last version, remove "[]" as much as possibleGuillaumeGomez-1/+1
2015-02-06Libsyntax has been updatedGuillaumeGomez-5/+4
2015-02-06Replace the get method by the deref one on InternedStringGuillaumeGomez-17/+5
2015-02-06Add Str trait to InternedString, set get method deprecatedGuillaumeGomez-0/+8
2015-02-06Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnikManish Goregaokar-1/+1
2015-02-06Rollup merge of #21980 - pnkfelix:more-robust-span-to-snippet, r=huonwManish Goregaokar-2/+2
2015-02-06Auto merge of #21947 - bluss:full-range-syntax, r=brsonbors-19/+14
2015-02-05make codemap more robust in face of ill-formed spans.Felix S. Klock II-2/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-11/+11
2015-02-04Fix for misspelled comments.Joseph Crail-1/+1
2015-02-04register snapshotsJorge Aparicio-5/+3
2015-02-04remove all kind annotations from closuresJorge Aparicio-5/+5
2015-02-04Implement `..` syntax for RangeFull as expressionUlrik Sverdrup-19/+14
2015-02-03rollup merge of #21899: nikomatsakis/closure-unify-anyhowAlex Crichton-29/+38
2015-02-04Replace `be` with `become`Andrea Canciani-1/+1
2015-02-03Rename std::path to std::old_pathAaron Turon-1/+1
2015-02-03Update for new snapshot after rebasing.Niko Matsakis-1/+1
2015-02-03Remove the explicit closure kind syntax from the parser and AST;Niko Matsakis-29/+38
2015-02-02rollup merge of #21845: Potpourri/import-syntaxAlex Crichton-3/+8
2015-02-02rollup merge of #21842: alexcrichton/issue-21839Alex Crichton-2/+2
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-7/+7
2015-02-02rollup merge of #21825: kmcallister/ttdelim-spanAlex Crichton-1/+24
2015-02-02rollup merge of #21710: alfie/libsyntaxAlex Crichton-29/+29
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-6/+6