about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
AgeCommit message (Expand)AuthorLines
2015-04-05Work towards a non-panicing parser (libsyntax)Phil Dawes-1219/+1275
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-2/+2
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-1/+1
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-1/+1
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 #23740: alexcrichton/remove-deprecated-slicing-syntaxAlex Crichton-38/+5
2015-03-26Auto merge of #23359 - erickt:quote, r=pnkfelixbors-16/+23
2015-03-26syntax: Remove parsing of old slice syntaxAlex Crichton-38/+5
2015-03-24rollup merge of #23546: alexcrichton/hyphensAlex Crichton-20/+12
2015-03-24rustc: Add support for `extern crate foo as bar`Alex Crichton-20/+12
2015-03-24syntax: Allow where strings to be parsed independent from genericsErick Tryzelaar-16/+23
2015-03-25Add trivial cast lints.Nick Cameron-1/+1
2015-03-23rollup merge of #23506: alexcrichton/remove-some-deprecated-thingsAlex Crichton-260/+16
2015-03-23Add generic conversion traitsAaron Turon-2/+2
2015-03-19Rollup merge of #23475 - nikomatsakis:closure-ret-syntax, r=acrichtoManish Goregaokar-14/+22
2015-03-18rustc: Remove some long deprecated features:Alex Crichton-260/+16
2015-03-18Require braces when a closure has an explicit return type. This is aNiko Matsakis-14/+22
2015-03-18Register new snapshotsAlex Crichton-8/+0
2015-03-16impl f{32,64}Jorge Aparicio-0/+1
2015-03-16Auto merge of #23331 - eddyb:attr-lookahead, r=nikomatsakisbors-439/+272
2015-03-13Deprecate range, range_step, count, distributionsAaron Turon-2/+1
2015-03-13syntax: use lookahead to distinguish inner and outer attributes, instead of p...Eduard Burtescu-439/+272
2015-03-13Auto merge of #23229 - aturon:stab-path, r=alexcrichtonbors-7/+1
2015-03-12Stabilize std::pathAaron Turon-7/+1
2015-03-12Auto merge of #23265 - eddyb:meth-ast-refactor, r=nikomatsakisbors-82/+73
2015-03-12Rollup merge of #23297 - steveklabnik:examples, r=huonwManish Goregaokar-1/+1
2015-03-11Example -> ExamplesSteve Klabnik-1/+1
2015-03-11syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int...Eduard Burtescu-14/+17
2015-03-11syntax: rename TypeMethod to MethodSig and use it in MethDecl.Eduard Burtescu-22/+17
2015-03-11syntax: gather common fields of impl & trait items into their respective types.Eduard Burtescu-64/+57
2015-03-11syntax: move indirection around {Trait,Impl}Item, from within.Eduard Burtescu-13/+13
2015-03-11Remove ProcType and ProcExpGuillaume Gomez-29/+0
2015-03-10Remove proc keywordGuillaume Gomez-28/+1
2015-03-05Rollup merge of #22764 - ivanradanov:fileline_help, r=huonwManish Goregaokar-6/+9
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-9/+19
2015-03-03Change span_help calls to fileline_help where appropriateIvan Radanov Ivanov-6/+9
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-16/+54
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-4/+3
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-1/+1