summary refs log tree commit diff
path: root/src/librustc_passes
AgeCommit message (Expand)AuthorLines
2016-09-27Auto merge of #36761 - jonathandturner:E0425_E0446_E0449, r=nrcbors-1/+4
2016-09-26Update E0425, E0446, E0449Jonathan Turner-1/+4
2016-09-26make emit_feature_err take a ParseSessTim Neumann-1/+1
2016-09-20rustc_metadata: group information into less tags.Eduard Burtescu-8/+6
2016-09-08Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt`Vadim Petrochenkov-3/+1
2016-09-04Replace `_, _` with `..`Vadim Petrochenkov-8/+8
2016-09-04Replace `_, _, _` with `..`Vadim Petrochenkov-6/+7
2016-09-03Some better support for unions through the compilerVadim Petrochenkov-0/+1
2016-09-03Add unions to ASTVadim Petrochenkov-0/+10
2016-08-31Rollup merge of #36147 - mikhail-m1:master, r=jonathandturnerJonathan Turner-6/+8
2016-08-30update E0265 to new formatMikhail Modin-6/+8
2016-08-27Change Constness to Spanned<Constness>Keith Yeung-7/+10
2016-08-27Move E0379 check from typeck to ast validationKeith Yeung-0/+28
2016-08-27rustc: pass ty::Region behind an interned 'tcx reference.Eduard Burtescu-2/+2
2016-08-17Rollup merge of #35415 - silenuss:e0030-formatting, r=jonathandturnerJonathan Turner-4/+4
2016-08-16Auto merge of #35617 - jseyfried:fix_unused_cfg_attr_path, r=eddybbors-0/+5
2016-08-16Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakisbors-0/+1
2016-08-15Update compiler error 0030 to use new error format.silenuss-4/+4
2016-08-14Rollup merge of #35586 - shyaamsundhar:SqushCom, r=jonathandturnerEduard-Mihai Burtescu-2/+6
2016-08-13Allow attributes to be marked used before `cfg` proccessing.Jeffrey Seyfried-0/+5
2016-08-13Rename empty/bang to neverAndrew Cann-1/+1
2016-08-13Add EmptyToAny adjustmentAndrew Cann-0/+1
2016-08-13Remove restrictions from tuple structs/variantsVadim Petrochenkov-21/+0
2016-08-12rustc: rename ProjectionMode and its variant to be more memorable.Eduard Burtescu-4/+4
2016-08-10Update error format for E0130trixnz-0/+1
2016-08-10E0248 Change in issue formatShyamSundarB-2/+6
2016-08-06Rollup merge of #35363 - GuillaumeGomez:err_codes, r=jonathandturnerEduard-Mihai Burtescu-4/+4
2016-08-05Add new error code testsGuillaume Gomez-4/+4
2016-08-04run rustfmt on librustc_passes folderSrinivas Reddy Thatiparthy-173/+200
2016-08-03Properly enforce the "patterns aren't allowed in foreign functions" checkVadim Petrochenkov-6/+37
2016-08-03Move the E0130 check to AST validation passVadim Petrochenkov-0/+50
2016-07-29intravisit: Fold functionality of IdVisitor into the regular Visitor.Michael Woerister-2/+2
2016-07-22refactor constant evaluation error reportingAriel Ben-Yehuda-22/+10
2016-06-26Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddybJeffrey Seyfried-1/+1
2016-06-26Rollup merge of #33943 - jseyfried:libsyntax_cleanup, r=nrcJeffrey Seyfried-2/+2
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-6/+10
2016-06-17Rename `ast::ExprKind::Again` -> `ast::ExprKind::Continue`Jeffrey Seyfried-1/+1
2016-06-14Remove the type parameter from `syntax::visit::Visitor`Jeffrey Seyfried-2/+2
2016-06-10Address review comments + fix rebaseVadim Petrochenkov-1/+2
2016-06-10Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos...Vadim Petrochenkov-13/+10
2016-06-01Auto merge of #33794 - petrochenkov:sanity, r=nrcbors-0/+212
2016-05-29Improve E0161 error explanationGuillaume Gomez-1/+26
2016-05-28sanity -> validationVadim Petrochenkov-9/+7
2016-05-28Move some other checks to AST sanity passVadim Petrochenkov-1/+135
2016-05-28Add an AST sanity checking pass and use it to catch some illegal lifetime/lab...Vadim Petrochenkov-0/+80
2016-05-11rustc: Split local type contexts interners from the global one.Eduard Burtescu-17/+16
2016-05-11rustc: Remove a redundant lifetime parameter from ExprUseVisitor.Eduard Burtescu-2/+2
2016-05-11rustc: Wrap users of InferCtxt in an anonymous scope.Eduard Burtescu-13/+13
2016-05-11rustc: Remove the TyCtxt field from ParameterEnvironment.Eduard Burtescu-2/+2
2016-05-11rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.Eduard Burtescu-6/+6