about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2019-05-02Rollup merge of #60437 - davidtwco:issue-60236, r=nikomatsakisMazdak Farrokhzad-23/+72
2019-05-02Rollup merge of #60348 - agnxy:refactor-parser, r=petrochenkovMazdak Farrokhzad-162/+231
2019-05-02Rollup merge of #59634 - DevQps:explain-E0704, r=estebankMazdak Farrokhzad-1/+29
2019-05-01Ensure that users cannot use generated arguments.David Wood-1/+1
2019-05-01Ensure that drop order of `async fn` matches `fn`.David Wood-22/+71
2019-05-01move some functions from parser.rs to diagostics.rsAndrew Xu-162/+231
2019-05-01Added the E0704 error with a link to the Rust reference.Christian-1/+29
2019-04-30Rollup merge of #60362 - Centril:cleanup-declare-features-active, r=oli-obkMazdak Farrokhzad-183/+252
2019-04-30Rollup merge of #60354 - Centril:cleanup-declare-features-accepted, r=oli-obkMazdak Farrokhzad-56/+73
2019-04-30Cleanup 'active' declare_features! with uniform style + sorting.Mazdak Farrokhzad-183/+252
2019-04-29Auto merge of #60006 - nnethercote:json-for-pipelining, r=alexcrichtonbors-2/+20
2019-04-30In JSON output, emit a directive after metadata is generated.Nicholas Nethercote-2/+20
2019-04-29Auto merge of #60182 - matklad:lexer-cleanup, r=petrochenkovbors-6/+4
2019-04-28Auto merge of #60352 - Centril:const-incomplete-features, r=oli-obkbors-6/+9
2019-04-28Cleanup declare_features! for 'accepted' with a uniform style + sort them.Mazdak Farrokhzad-56/+73
2019-04-28Float 'incomplete_features' out to a const for visibility.Mazdak Farrokhzad-6/+9
2019-04-27Document ast::ExprKind::Type.Mazdak Farrokhzad-0/+1
2019-04-26Auto merge of #60167 - varkor:tidy-filelength, r=matthewjasperbors-0/+4
2019-04-26Rollup merge of #60289 - tmandry:allow-features-include-std, r=cramertjMazdak Farrokhzad-17/+17
2019-04-26Rollup merge of #60267 - gnzlbg:f16c_target_feature, r=alexcrichtonMazdak Farrokhzad-0/+1
2019-04-25Make `-Z allow-features` work for stdlib featuresTyler Mandry-17/+17
2019-04-25ignore-tidy-filelength on all files with greater than 3000 linesvarkor-0/+4
2019-04-25Add feature-gate for f16c target featuregnzlbg-0/+1
2019-04-24Add guard for missing comma in macro call suggestionEsteban Küber-2/+4
2019-04-24Rollup merge of #60186 - estebank:accept-suffix, r=nikomatsakisMazdak Farrokhzad-3/+31
2019-04-23Add rustc_allow_const_fn_ptrTaylor Cramer-4/+14
2019-04-23review comment: change linked ticketEsteban Küber-1/+1
2019-04-23Rollup merge of #59823 - davidtwco:issue-54716, r=cramertjMazdak Farrokhzad-34/+190
2019-04-22Temporarily accept [i|u][32|size] suffixes on a tuple index and warnEsteban Küber-3/+31
2019-04-23reduce visibilityAleksey Kladov-1/+1
2019-04-23simplify and avoid allocationAleksey Kladov-2/+2
2019-04-23remove obsolete and incorrect commentAleksey Kladov-3/+1
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-04-21Enable migrate mode by default on the 2015 editionMatthew Jasper-3/+1
2019-04-21Introduce `ArgSource` for diagnostics.David Wood-6/+35
2019-04-21Do not specify type in generated let bindings.David Wood-6/+7
2019-04-21Add `AsyncArgument` to AST.David Wood-26/+129
2019-04-21Auto merge of #60124 - petrochenkov:stanomut, r=eddybbors-5/+4
2019-04-21AST/HIR: Use `Mutability` instead of bool in foreign staticsVadim Petrochenkov-5/+4
2019-04-21Auto merge of #60119 - estebank:bad-recovery, r=davidtwcobors-1/+1
2019-04-21Introduce `LocalSource` into the AST.David Wood-2/+25
2019-04-21Auto merge of #60132 - davidtwco:issue-60075, r=estebankbors-1/+6
2019-04-20Check async in trait methodsvarkor-0/+3
2019-04-20Fix additional variadic typosvarkor-1/+1
2019-04-20Fix typo in variadic C function warningvarkor-1/+1
2019-04-20Feature gate async fn methodsvarkor-19/+23
2019-04-20Auto merge of #59700 - matklad:simplify, r=eddybbors-17/+5
2019-04-20Fix fn front matter parsing ICE from invalid code.David Wood-1/+6
2019-04-19Remove assumption from recovery codeEsteban Küber-1/+1
2019-04-19Some cleanup to `maybe_parse_struct_expr`Vadim Petrochenkov-18/+13