about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
AgeCommit message (Expand)AuthorLines
2017-10-28Auto merge of #44295 - plietar:extern-types, r=arielb1bors-0/+22
2017-10-28Auto merge of #45503 - thombles:tk/i44339-v5, r=petrochenkovbors-1/+17
2017-10-27Implement RFC 1861: Extern typesPaul Lietar-0/+22
2017-10-25Improve recovery after unexpected tokens parsing sequenceThomas Karpiniec-1/+17
2017-10-24Auto merge of #45401 - zackmdavis:crate_shorthand_visibility_modifier, r=niko...bors-2/+6
2017-10-22`crate` shorthand visibility modifierZack M. Davis-2/+6
2017-10-17Fixed tidy errorsSunjay Varma-2/+4
2017-10-17Lifting Generics from MethodSig to TraitItem and ImplItem since we want to su...Sunjay Varma-16/+16
2017-10-15don't issue "expected statement after outer attr." after inner attr.Zack M. Davis-2/+2
2017-10-14Implement `dyn Trait` syntaxVadim Petrochenkov-26/+40
2017-10-13Rollup merge of #45178 - Badel2:comma-after-struct, r=petrochenkovkennytm-0/+11
2017-10-13Rollup merge of #45122 - jean-lourenco:master, r=nikomatsakiskennytm-0/+1
2017-10-10output compiler message updatedJean Lourenço-0/+1
2017-10-11Add error for comma after base struct fieldBadel2-0/+11
2017-10-09Fix a bug in diagnostics for `x as usize < y`Vadim Petrochenkov-3/+16
2017-10-06Add a semicolon to span for ast::LocalSeiichi Uchida-1/+6
2017-10-03Rename FileMap::path and change to an OptionPhilip Craig-1/+1
2017-09-30Don't use remapped path when loading modules and include filesPhilip Craig-1/+1
2017-09-27Auto merge of #44709 - Badel2:inclusive-range-dotdoteq, r=petrochenkovbors-17/+40
2017-09-22Add information about the syntax used in rangesBadel2-4/+7
2017-09-22Add support for `..=` syntaxAlex Burka-15/+35
2017-09-22Include unary operator to span for ExprKind::UnarySeiichi Uchida-7/+7
2017-09-17Remove rustc_bitflags; use the bitflags crateTamir Duberstein-23/+23
2017-09-14Auto merge of #44484 - tirr-c:issue-44332, r=petrochenkovbors-6/+38
2017-09-11Auto merge of #44375 - topecongiro:macrodef-span, r=petrochenkovbors-5/+5
2017-09-11Parse nested closure with two consecutive parameter lists properlyWonwoo Choi-6/+38
2017-09-07Add visibility to span for macros 2.0topecongiro-5/+5
2017-09-05Expect pipe symbol after closure parameter listsWonwoo Choi-1/+1
2017-09-01Implement RFC 1925Matt Ickstadt-0/+7
2017-08-31Auto merge of #43425 - matklad:lambda-restrictions, r=eddybbors-1/+4
2017-08-30Make fields of `Span` privateVadim Petrochenkov-22/+17
2017-08-25Merge remote-tracking branch 'origin/master' into genAlex Crichton-1/+19
2017-08-22Ensure that generic arguments don't end up in attribute paths.Jeffrey Seyfried-1/+7
2017-08-21Merge remote-tracking branch 'origin/master' into genAlex Crichton-21/+18
2017-08-22Auto merge of #43854 - estebank:missing-cond, r=nikomatsakisbors-0/+12
2017-08-21Auto merge of #43540 - petrochenkov:pathrelax, r=nikomatsakisbors-21/+18
2017-08-17Verify that an `if` condition block returns a valueEsteban Küber-1/+6
2017-08-17Check for `else` keyword on missing `if` conditionEsteban Küber-16/+11
2017-08-17Point out missing if conditionalEsteban Küber-4/+16
2017-08-16Merge remote-tracking branch 'origin/master' into genAlex Crichton-84/+84
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-84/+84
2017-08-14Merge remote-tracking branch 'origin/master' into genAlex Crichton-1/+1
2017-08-12Include 'let' keyword to the span for ast::Localtopecongiro-1/+1
2017-08-11Issue warnings for unnecessary path disambiguatorsVadim Petrochenkov-10/+18
2017-08-11syntax: Relax path grammarVadim Petrochenkov-13/+2
2017-08-10Merge remote-tracking branch 'origin/master' into genAlex Crichton-10/+13
2017-08-10Reword error hintKornel-1/+2
2017-08-10Better diagnostics and recovery for `const` in extern blocksVadim Petrochenkov-12/+12
2017-08-09Merge remote-tracking branch 'origin/master' into genAlex Crichton-9/+133
2017-08-07Hint correct extern constant syntaxKornel-1/+3