about summary refs log tree commit diff
path: root/src/libsyntax/parse
AgeCommit message (Expand)AuthorLines
2015-05-07Fix use of UFCS syntax to call methods on associated types.Sean Patrick Santos-35/+15
2015-05-05Use `empty()` instead of a special constTamir Duberstein-3/+2
2015-05-01Rollup merge of #24981 - carols10cents:remove-more-priv, r=alexcrichtonManish Goregaokar-1/+1
2015-04-29Remove mention of 'priv'; visibility is either PUB or nothingCarol Nichols-1/+1
2015-04-29FalloutTamir Duberstein-17/+20
2015-04-27Auto merge of #23606 - quantheory:associated_const, r=nikomatsakisbors-81/+134
2015-04-25Interpolate AST nodes in quasiquote.Geoffry Song-180/+13
2015-04-25Auto merge of #24547 - bombless:comma, r=pnkfelixbors-1/+40
2015-04-25Fix #20616York Xiang-1/+40
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-4/+4
2015-04-23Get associated consts working in match patterns.Sean Patrick Santos-79/+110
2015-04-23Functional changes for associated constants. Cross-crate usage of associated ...Sean Patrick Santos-2/+24
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