about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2019-01-17properly deprecate suggestion methodsAndy Russell-2/+7
2019-01-17Auto merge of #57520 - alexreg:tidy-copyright-lint, r=Mark-Simulacrumbors-1/+1
2019-01-16Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakisbors-179/+281
2019-01-16Fix memory leak in P::filter_mapTatsuyuki Ishi-0/+1
2019-01-16Cancel processYuki Okushi-1/+1
2019-01-16Add new literal type ErrYuki Okushi-0/+5
2019-01-15fix nested matchers with ?mark-4/+10
2019-01-15Rollup merge of #57467 - JohnTitor:implement-the-check-attribute-1, r=oli-obkMazdak Farrokhzad-2/+2
2019-01-14stabilize extern_crate_selfRyan Leckey-3/+2
2019-01-14rustdoc: check code block syntax in early passAndy Russell-13/+0
2019-01-15Add PartialEqYuki Okushi-2/+2
2019-01-14Rollup merge of #57585 - estebank:trailing-semicolon, r=petrochenkovMazdak Farrokhzad-24/+35
2019-01-14Rollup merge of #57572 - Centril:unaccept-extern-in-path, r=petrochenkovMazdak Farrokhzad-34/+8
2019-01-14Rollup merge of #57540 - estebank:eval-more, r=petrochenkovMazdak Farrokhzad-31/+122
2019-01-14Rollup merge of #57465 - jethrogb:jb/stablize-cfg-target-vendor, r=joshtriple...Mazdak Farrokhzad-4/+2
2019-01-14Stabilize `cfg_target_vendor`, #29718Jethro Beekman-4/+2
2019-01-14Auto merge of #57387 - euclio:nonstandard-style-suggestions, r=oli-obkbors-5/+7
2019-01-13Recover from item trailing semicolonEsteban Küber-24/+35
2019-01-14Make `TokenStream` use `Option`.Nicholas Nethercote-50/+45
2019-01-14Avoid some `TokenTree`-to-`TokenStream` conversions.Nicholas Nethercote-7/+6
2019-01-14Remove `ThinTokenStream`.Nicholas Nethercote-70/+21
2019-01-14Remove `TokenStream::Tree` variant.Nicholas Nethercote-40/+5
2019-01-13Cosmetic improvementsAlexander Regueiro-1/+1
2019-01-13Rollup merge of #57004 - nnethercote:TS-change-Stream, r=petrochenkovMazdak Farrokhzad-335/+141
2019-01-13remove extern_in_paths.Mazdak Farrokhzad-34/+8
2019-01-13Address review commentsVadim Petrochenkov-4/+11
2019-01-13Implement basic input validation for built-in attributesVadim Petrochenkov-179/+274
2019-01-13Rollup merge of #57564 - varkor:update-const_fn-tracking-issue, r=CentrilMazdak Farrokhzad-1/+1
2019-01-13Rollup merge of #57461 - nnethercote:ParseResult-Failure-static-str, r=simula...Mazdak Farrokhzad-4/+4
2019-01-12Suggest correct location for lifetime parameters in useEsteban Küber-9/+43
2019-01-13Update the const fn tracking issue to the new metabugvarkor-1/+1
2019-01-12Auto merge of #56759 - petrochenkov:prestabuni, r=nikomatsakisbors-3/+2
2019-01-12Stabilize `uniform_paths`Vadim Petrochenkov-3/+2
2019-01-12Auto merge of #57542 - Centril:rollup, r=Centrilbors-6/+6
2019-01-12Rollup merge of #57535 - varkor:stabilise-if-while-let-patterns, r=CentrilMazdak Farrokhzad-3/+2
2019-01-12move const_let accepted gate to avoid future conflict.Mazdak Farrokhzad-2/+2
2019-01-11Add label for invalid literal suffixEsteban Küber-0/+2
2019-01-11Tweak incorrect discriminator value variant errorEsteban Küber-7/+13
2019-01-11Small tweaks to parser errorsEsteban Küber-7/+20
2019-01-11Tweak type argument after assoc type errorEsteban Küber-2/+9
2019-01-11Continue evaluating after finding incorrect .. in patternEsteban Küber-3/+10
2019-01-11Continue evaluating after incorrect float literalEsteban Küber-1/+5
2019-01-11Continue evaluating after type argument in where clauseEsteban Küber-2/+6
2019-01-11Continue evaluating after missing `for` in `impl Trait for Foo`Esteban Küber-1/+7
2019-01-11Continue evaluating after parsing incorrect binary literalEsteban Küber-1/+1
2019-01-11Continue parsing after lifetime in incorrect locationEsteban Küber-2/+6
2019-01-11Continue parser after trailing type argument attributeEsteban Küber-2/+6
2019-01-12Stabilise irrefutable if-let and while-let patternsvarkor-3/+2
2019-01-11stabilize top level or-pats in if/while let.Mazdak Farrokhzad-11/+5
2019-01-09Clarify const_let commentOliver Scherer-1/+3