about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2018-06-08Rollup merge of #51298 - Dylan-DPC:stabilise/termination-test, r=nikomatsakisMark Rousskov-37/+11
2018-06-08Rollup merge of #51099 - Crazycolorz5:expectedcloseparen, r=estebankMark Rousskov-2/+7
2018-06-08Rollup merge of #51417 - pietroalbini:revert-49719, r=nikomatsakiskennytm-22/+67
2018-06-08Rollup merge of #51283 - kennytm:fix-51279-preempt-the-warning-song-and-dance...kennytm-3/+40
2018-06-07Revert "Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkov"Pietro Albini-22/+67
2018-06-06Auto merge of #51201 - estebank:dotdot, r=petrochenkovbors-69/+135
2018-06-06append unused variables with _dylan_DPC-3/+3
2018-06-05remove redundant match branchdylan_DPC-1/+0
2018-06-05flag changed to nonedylan_DPC-1/+1
2018-06-05Account for comma in suggestionEsteban Küber-1/+1
2018-06-05Improve diagnostics for incorrect `..` usageEsteban Küber-79/+135
2018-06-05Accept `..` in incorrect position to avoid further errorsEsteban Küber-0/+10
2018-06-05Auto merge of #51140 - GuillaumeGomez:doc-keyword, r=QuietMisdreavusbors-0/+8
2018-06-05Auto merge of #51242 - ytausky:mut-ref, r=estebankbors-20/+22
2018-06-04Put doc keyword behind feature flagGuillaume Gomez-0/+8
2018-06-04Merge branch 'master' into stabilise/termination-testDylan DPC-0/+8
2018-06-03implement #[panic_implementation]Jorge Aparicio-0/+9
2018-06-02fixed feature gate to right placedylan_DPC-2/+2
2018-06-02Stabilize unit tests with non-`()` return typedylan_DPC-34/+10
2018-06-01Suggest not mutably borrowing a mutable referenceYaron Tausky-20/+22
2018-06-02Deny #[cfg] and #[cfg_attr] on generic parameters.kennytm-3/+40
2018-06-01Add closing bracket expectation to sequences, modified appropriate test cases.Crazycolorz5-2/+7
2018-05-31Rollup merge of #51240 - nnethercote:parse-2, r=nikomatsakisGuillaume Gomez-5/+3
2018-05-31Avoid an unnecessary `match` when lexing "<-".Nicholas Nethercote-5/+1
2018-05-31Tweak identifer lexing.Nicholas Nethercote-0/+2
2018-05-31Auto merge of #51145 - petrochenkov:npbot, r=alexcrichtonbors-0/+10
2018-05-30resolve: Make sure indeterminate and inconsistent macro resolutions always ge...Vadim Petrochenkov-0/+10
2018-05-30rustc: don't visit lifetime parameters through visit_lifetime.Eduard-Mihai Burtescu-2/+2
2018-05-30syntax: remove overloading of fold_lifetime{,_def}{,s}.Eduard-Mihai Burtescu-54/+20
2018-05-28Auto merge of #50724 - zackmdavis:applicability_rush, r=Manishearthbors-67/+166
2018-05-27Auto merge of #51101 - 11Takanori:fix-typo, r=frewsxcvbors-1/+1
2018-05-27Ensure every unstable feature has a tracking issue.kennytm-22/+24
2018-05-27Auto merge of #51075 - estebank:and_the_case_of_the_confusable_float_exponent...bors-7/+18
2018-05-27Auto merge of #51066 - est31:master, r=sfacklerbors-1/+1
2018-05-27innacurate -> inaccurateTakanori Ishibashi-1/+1
2018-05-26Fix testEsteban Küber-4/+8
2018-05-26Point to the current box syntax tracking issueest31-1/+1
2018-05-26Auto merge of #51072 - petrochenkov:ifield, r=eddybbors-15/+15
2018-05-26Auto merge of #51052 - nikomatsakis:obsolete-arrow, r=petrochenkovbors-5/+44
2018-05-26Add `Ident::as_str` helperVadim Petrochenkov-15/+15
2018-05-25in which we check for confusable Unicodepoints in float literal exponentZack M. Davis-5/+12
2018-05-26Auto merge of #50070 - toidiu:ak-2093-outlives, r=nikomatsakisbors-0/+6
2018-05-25Implement outlives requirements inference for dyn and projections.toidiu-0/+6
2018-05-24restore emplacement syntax (obsolete)Niko Matsakis-5/+44
2018-05-24Replace `ScalarKind` with `Primitive`Oliver Schneider-35/+2
2018-05-24Auto merge of #50930 - toidiu:ak-ordOutlivesPredicate, r=nikomatsakisbors-1/+1
2018-05-24Auto merge of #51023 - kennytm:rollup, r=kennytmbors-8/+8
2018-05-24Rollup merge of #50979 - Manishearth:type-only, r=estebankkennytm-8/+8
2018-05-24Auto merge of #50971 - alexcrichton:no-stringify, r=petrochenkovbors-82/+98
2018-05-24implement Ord for OutlivesPredicate and other typestoidiu-1/+1