about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
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-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-03implement #[panic_implementation]Jorge Aparicio-0/+9
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-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
2018-05-24Auto merge of #50943 - oli-obk:cleanups, r=estebankbors-0/+72
2018-05-22add `Span` information into `Qself`Niko Matsakis-10/+36
2018-05-22Fix span for type-only argumentsManish Goregaokar-8/+8
2018-05-22rustc: Correctly pretty-print macro delimitersAlex Crichton-82/+98
2018-05-23Rollup merge of #50946 - alexcrichton:fix-parse-lifetime, r=petrochenkovkennytm-1/+8
2018-05-23Rollup merge of #50914 - simartin:issue_50636, r=oli-obkkennytm-3/+12
2018-05-22Allow let bindings in const fn and constantsOliver Schneider-0/+3
2018-05-22Auto merge of #50838 - alexcrichton:token-impls, r=eddybbors-17/+42
2018-05-21Remove rustc_serialize_exclude_nullManish Goregaokar-5/+0