about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2018-08-10Rollup merge of #53183 - estebank:println-comma, r=oli-obkkennytm-15/+37
2018-08-10Rollup merge of #53179 - gnzlbg:patch-3, r=alexcrichtonkennytm-0/+1
2018-08-09Rollup merge of #52773 - ljedrz:unncecessary_patterns, r=nikomatsakiskennytm-1/+1
2018-08-08Auto merge of #53053 - petrochenkov:custattr, r=alexcrichtonbors-103/+45
2018-08-07Suggest comma when missing in macro callEsteban Küber-15/+37
2018-08-08add wasm_target_feature feature gategnzlbg-0/+1
2018-08-07Auto merge of #52397 - estebank:println-comma, r=oli-obkbors-1/+51
2018-08-07Auto merge of #51990 - oli-obk:unstable_union, r=nikomatsakisbors-0/+12
2018-08-07Also put comparing raw pointers behind a feature gateOliver Schneider-0/+3
2018-08-07Place unions, pointer casts and pointer derefs behind extra feature gatesOliver Schneider-0/+9
2018-08-07Rollup merge of #53135 - joshtriplett:remove-catch-from-2018-preview, r=Mark-...kennytm-1/+1
2018-08-07Rollup merge of #53093 - 0e4ef622:issue-52169-fix, r=petrochenkovkennytm-0/+4
2018-08-07Avoid unnecessary pattern matching against Option and Resultljedrz-1/+1
2018-08-06fix typoEsteban Küber-1/+1
2018-08-06Suggest comma when writing `println!("{}" a);`Esteban Küber-1/+51
2018-08-06Auto merge of #53016 - scottmcm:impl-header-lifetime-elision, r=nikomatsakisbors-1/+5
2018-08-06Rust 2018: Disable catch_expr, not targeted for 2018 editionJosh Triplett-1/+1
2018-08-06Address review commentsVadim Petrochenkov-30/+12
2018-08-06Enable macro modularization implicitly if one of "advanced" macro features is...Vadim Petrochenkov-4/+8
2018-08-06Support custom attributes when macro modularization is enabledVadim Petrochenkov-54/+27
2018-08-06Avoid modifying invocations in place for derive helper attributesVadim Petrochenkov-21/+4
2018-08-05Fix diagnostic_list errorvarkor-1/+1
2018-08-05Enable macros to pass $:literal to another macroMatthew Tran-0/+4
2018-08-05Change feature edition error into a warningvarkor-1/+1
2018-08-05Fix 2018 edition testsvarkor-1/+1
2018-08-05Add an error when declaring features that are stable in the current Rust editionvarkor-22/+52
2018-08-05Add special support for libcvarkor-1/+0
2018-08-05Convert unknown_features lint into an errorvarkor-13/+0
2018-08-05Add duplicity lint for lang featuresvarkor-9/+7
2018-08-05Add lint for unknown feature attributesvarkor-0/+12
2018-08-05Remove unnecessary or invalid feature attributesvarkor-1/+0
2018-08-04Remove in-band lifetimes from the 2018 editionScott McMurray-1/+1
2018-08-03Extract impl_header_lifetime_elision out of in_band_lifetimesScott McMurray-0/+4
2018-08-02Auto merge of #52841 - petrochenkov:premacro, r=alexcrichtonbors-41/+41
2018-08-02Auto merge of #52890 - djrenren:test-visibility, r=petrochenkovbors-5/+62
2018-08-01Rollup merge of #52954 - cramertj:async-parse, r=petrochenkovPietro Albini-0/+1
2018-08-01Use the correct allowJohn Renner-3/+3
2018-08-01Allow test imports to go unusedJohn Renner-1/+15
2018-08-01async can begin expressionsTaylor Cramer-0/+1
2018-08-01Split out growth functionality into BitVector typeMark Rousskov-2/+2
2018-08-01Switch syntax attribute tracking to BitVectorMark Rousskov-33/+23
2018-08-01resolve: Implement prelude search for macro pathsVadim Petrochenkov-41/+41
2018-08-01Rollup merge of #52842 - toidiu:ak-commentUpdate, r=estebankPietro Albini-1/+1
2018-07-31Address code reviewJohn Renner-5/+10
2018-07-31Allow unnameable testsJohn Renner-8/+28
2018-07-30Reexport tests without polluting namespacesJohn Renner-1/+19
2018-07-30Auto merge of #52722 - alexcrichton:more-identifier-lints, r=oli-obkbors-1/+1
2018-07-29update commenttoidiu-1/+1
2018-07-29Auto merge of #52738 - ljedrz:push_to_extend, r=eddybbors-11/+3
2018-07-29Replace push loops with collect() and extend() where possibleljedrz-11/+3