about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2019-02-23Rollup merge of #58654 - estebank:underflow, r=nikomatsakisMazdak Farrokhzad-4/+8
2019-02-23Rollup merge of #58526 - pmccarter:master, r=estebankMazdak Farrokhzad-9/+44
2019-02-23Rollup merge of #58476 - nnethercote:rm-LazyTokenStream, r=petrochenkovMazdak Farrokhzad-215/+156
2019-02-22Do not underflow after resetting unmatched braces countEsteban Küber-4/+8
2019-02-22Rollup merge of #58589 - matklad:remove-hack, r=petrochenkovMazdak Farrokhzad-4/+2
2019-02-22Rollup merge of #58588 - matklad:dead-code, r=petrochenkovMazdak Farrokhzad-6/+0
2019-02-22Rollup merge of #58198 - igorsdv:suggest-removing-parentheses-surrounding-lif...Mazdak Farrokhzad-2/+15
2019-02-20cleanup macro after 2018 transitionAleksey Kladov-4/+2
2019-02-20remove a bit of dead codeAleksey Kladov-6/+0
2019-02-18Fix style nitsDan Robertson-2/+10
2019-02-18Make `interpolated_to_tokenstream` a method on `Nonterminal`.Nicholas Nethercote-84/+83
2019-02-18Avoid a `clone()` in `transcribe()`.Nicholas Nethercote-11/+11
2019-02-18Remove `LazyTokenStream`.Nicholas Nethercote-110/+54
2019-02-18Change `Token::interpolated_to_tokenstream()`.Nicholas Nethercote-33/+31
2019-02-16help suggestion when trying to delimit string literals with directed unicode ...Patrick McCarter-9/+44
2019-02-16Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapinkennytm-1/+0
2019-02-12Stabilize slice_sort_by_cached_keyScott McMurray-1/+0
2019-02-13Rollup merge of #58387 - alexreg:fix-trait-alias-2, r=centrilMazdak Farrokhzad-1/+7
2019-02-13Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasperMazdak Farrokhzad-32/+31
2019-02-13Rollup merge of #58166 - euclio:deprecation-shorthand, r=petrochenkovMazdak Farrokhzad-63/+78
2019-02-12Auto merge of #58051 - SimonSapin:str_escape, r=alexcrichtonbors-3/+2
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-289/+300
2019-02-13Cleanup importsTaiki Endo-17/+18
2019-02-13Rename rustc_errors dependency in rust 2018 cratesTaiki Endo-27/+25
2019-02-12Auto merge of #58098 - oli-obk:maybe_allow_internal_unstable, r=petrochenkovbors-34/+75
2019-02-12Stabilize str::escape_* methodsSimon Sapin-1/+0
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