about summary refs log tree commit diff
path: root/src/libsyntax/parse
AgeCommit message (Expand)AuthorLines
2015-04-24Do not include attributes in trait item spans.Nick Cameron-5/+4
2015-04-23Auto merge of #24683 - P1start:help-suggestions, r=nrcbors-3/+8
2015-04-22Auto merge of #24685 - nrc:span-pred, r=huonwbors-3/+3
2015-04-22Fix spans for predicates in where clausesNick Cameron-3/+3
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-2/+0
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-2/+0
2015-04-21syntax: Copy unstable str::char_at into libsyntaxErick Tryzelaar-16/+18
2015-04-21syntax: Remove #[feature(path_ext)]Erick Tryzelaar-2/+3
2015-04-21syntax: replace Vec::push_all with stable Vec::extendErick Tryzelaar-9/+14
2015-04-21syntax: Replace String::from_str with the stable String::fromErick Tryzelaar-2/+2
2015-04-21syntax: remove uses of `.into_cow()`Erick Tryzelaar-4/+4
2015-04-21syntax: Remove uses of #[feature(slice_patterns)]Erick Tryzelaar-15/+31
2015-04-21syntax: remove #![feature(box_syntax, box_patterns)]Erick Tryzelaar-6/+6
2015-04-21Change a few error messages to give code suggestionsP1start-3/+8
2015-04-16Omit 'obsolete' note for warning if -AwarningMathijs van de Nes-1/+2
2015-04-16Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichtonbors-11/+11
2015-04-16Auto merge of #24485 - brson:is, r=alexcrichtonbors-2/+0
2015-04-15Forbid is/us suffixes. Fixes #22496Brian Anderson-2/+0
2015-04-15Rollup merge of #24438 - nrc:tuple-span, r=sfacklerSteve Klabnik-1/+1
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-4/+4
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-7/+7
2015-04-15Fix the span for tuple expressionsNick Cameron-1/+1
2015-04-14rollup merge of #24381: erickt/cleanupAlex Crichton-1/+1
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-16/+0
2015-04-14Auto merge of #24295 - contradictioned:master, r=alexcrichtonbors-1/+7
2015-04-13syntax: Publically expose printing where clauses, and add attr_to_stringErick Tryzelaar-1/+1
2015-04-13Added a help span which informs the user about the escaping of curly braces i...Manuel Hoffmann-1/+7
2015-04-12Fix spans for macrosNick Cameron-9/+11
2015-04-09Fix the span for `for` expressionsNick Cameron-1/+1
2015-04-05Work towards a non-panicing parser (libsyntax)Phil Dawes-1247/+1306
2015-04-02Fix parsing of patterns in macrosVadim Petrochenkov-1/+3
2015-04-02syntax: Rewrite parsing of patternsVadim Petrochenkov-225/+127
2015-04-01Fallout in libsyntaxNiko Matsakis-3/+3
2015-03-31rollup merge of #23872: huonw/eager-lexingAlex Crichton-15/+40
2015-03-31Stabilize std::numAaron Turon-9/+9
2015-03-31Lex binary and octal literals more eagerly.Huon Wilson-14/+39
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-2/+2
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-2/+2
2015-03-27rollup merge of #23786: alexcrichton/less-quotesAlex Crichton-37/+10
2015-03-27rustc: Remove support for hyphens in crate namesAlex Crichton-37/+10
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-4/+4
2015-03-27rollup merge of #23740: alexcrichton/remove-deprecated-slicing-syntaxAlex Crichton-44/+5
2015-03-27Prevent ICEs when parsing invalid escapes, closes #23620Florian Hahn-11/+29
2015-03-26Auto merge of #23359 - erickt:quote, r=pnkfelixbors-16/+23
2015-03-26syntax: Remove parsing of old slice syntaxAlex Crichton-44/+5
2015-03-25rustc: Remove support for int/uintAlex Crichton-4/+4
2015-03-24rollup merge of #23546: alexcrichton/hyphensAlex Crichton-21/+19
2015-03-24rustc: Add support for `extern crate foo as bar`Alex Crichton-21/+19
2015-03-24syntax: Allow where strings to be parsed independent from genericsErick Tryzelaar-16/+23
2015-03-25Add trivial cast lints.Nick Cameron-3/+3