about summary refs log tree commit diff
path: root/src/libsyntax/parse
AgeCommit message (Expand)AuthorLines
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
2015-02-02Omit integer suffix when unnecessaryAlfie John-29/+29
2015-02-02Tweak some ‘expected…’ error messagesP1start-60/+68
2015-02-01std: Remove extra type params on iter adaptorsAlex Crichton-2/+2
2015-02-01Reject syntax like `use foo::bar::;` and `use foo:: as bar;` and keywords in ...Potpourri-3/+8
2015-01-31Fix end of TtDelimited spanKeegan McAllister-1/+24
2015-01-31Kill more `isize`sTobias Bucher-1/+1
2015-01-30std: Stabilize FromStr and parseAlex Crichton-8/+8
2015-01-30Change from core::ops::RangeFull to std::opsNick Cameron-1/+1
2015-01-30Rename FullRange to RangeFullNick Cameron-3/+3
2015-01-30Use absolute path to FullRange, rather than assuming it is in the preludeNick Cameron-53/+65
2015-01-29Auto merge of #21677 - japaric:no-range, r=alexcrichtonbors-13/+13
2015-01-29s/Show/Debug/gJorge Aparicio-7/+7
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-6/+6
2015-01-29Rollup merge of 21662 - oli-obk:hashmap_enum_json, r=alexcrichtonManish Goregaokar-1/+1
2015-01-28Move return type an associated type of the `Fn*` traits. Mostly this involves...Niko Matsakis-1/+6
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-6/+6
2015-01-26Make '-A warnings' apply to all warnings, including feature gate warningsBrian Anderson-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-5/+5