about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2019-02-12New return types for str::escape_* that impl Display and Iterator<char>Simon Sapin-2/+2
2019-02-12Disallow `auto` trait alias syntax.Alexander Regueiro-1/+7
2019-02-11Parallel rustc needs synchronizing smart pointer cloningOliver Scherer-3/+3
2019-02-11Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocsOliver Scherer-17/+17
2019-02-11Fixup RustcDeserialize internal featuresOliver Scherer-0/+1
2019-02-11Consistent attribute argument suggestionOliver Scherer-1/+1
2019-02-11Rename the `exp` field to mirror its usesOliver Scherer-2/+2
2019-02-11Ease the transition to requiring features by just warning if there's no featu...Oliver Scherer-9/+16
2019-02-11Require a list of features to allow in `allow_internal_unstable`Oliver Scherer-34/+67
2019-02-10rustc: doc commentsAlexander Regueiro-289/+300
2019-02-10Revert removed #![feature(nll)]Taiki Endo-0/+1
2019-02-09Auto merge of #57944 - estebank:unclosed-delim-the-quickening, r=oli-obkbors-103/+286
2019-02-09Auto merge of #57617 - mark-i-m:multiple-matcher-bindings, r=petrochenkovbors-5/+64
2019-02-08Auto merge of #58191 - varkor:const-generics-ast, r=petrochenkovbors-187/+206
2019-02-07Suggest removing parentheses surrounding lifetimesIgor Sadikov-2/+15
2019-02-07Make it an incompatibility lint for nowMark Mansi-9/+24
2019-02-07error on duplicate matcher bindingsmark-5/+49
2019-02-07Add fixmeEsteban Küber-1/+3
2019-02-07Make name resolution handle consts in GenericParamsFromOuterFunction properlyvarkor-1/+2
2019-02-07Parse negative literals in const generic argumentsvarkor-2/+1
2019-02-07Add warning for a parameter list with an attribute but no parametersvarkor-7/+19
2019-02-07Fix update to 2018 editionvarkor-1/+1
2019-02-07Adjust parser generic parameter errorsvarkor-28/+26
2019-02-07Add lowering errors for const genericsvarkor-0/+6
2019-02-07Add resolution errors for const genericsvarkor-0/+20
2019-02-07Add pretty-printing for const genericsvarkor-1/+11
2019-02-07Support const generics in derivevarkor-1/+19
2019-02-07Parse const genericsvarkor-178/+112
2019-02-07Add const_generics feature flagvarkor-2/+13
2019-02-07Add Const kind to ASTvarkor-3/+13
2019-02-07Remove images' url to make it work even without internet connectionGuillaume Gomez-3/+1
2019-02-07add doc comment and revert angle bracket changeEsteban Küber-3/+5
2019-02-07tweak wording based on in person feedbackEsteban Küber-2/+2
2019-02-07fix testEsteban Küber-2/+5
2019-02-07Remove unused `match`Esteban Küber-19/+4
2019-02-07Add missing trailing newlineEsteban Küber-1/+1
2019-02-07Remove spurious complaint about missing expression for bare semicolonsEsteban Küber-1/+16
2019-02-07unify error handling to single methodEsteban Küber-34/+25
2019-02-07Deduplicate mismatched delimiter errorsEsteban Küber-102/+287
2019-02-07Auto merge of #57998 - niklasf:align-enum, r=nagisabors-0/+14
2019-02-07libsyntax => 2018Taiki Endo-574/+617
2019-02-06Auto merge of #58061 - nnethercote:overhaul-syntax-Folder, r=petrochenkovbors-1924/+1700
2019-02-06Rename `fold.rs` as `mut_visit.rs`.Nicholas Nethercote-1/+1
2019-02-06Overhaul `syntax::fold::Folder`.Nicholas Nethercote-1436/+1326
2019-02-05allow shorthand syntax for deprecation reasonAndy Russell-63/+78
2019-02-06Rollup merge of #58116 - topecongiro:wrong-span-assignment, r=petrochenkovkennytm-0/+8
2019-02-06Rollup merge of #58001 - pnkfelix:issue-57735-proc-macro-with-large-tokenstre...kennytm-1/+7
2019-02-05Auto merge of #57973 - davidtwco:issue-52891, r=estebankbors-0/+7
2019-02-05Various improvements in `Folder` impls.Nicholas Nethercote-46/+18
2019-02-05Streamline `Folder` some more.Nicholas Nethercote-43/+39