summary refs log tree commit diff
path: root/src/librustc_passes
AgeCommit message (Expand)AuthorLines
2016-11-08Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakisbors-1/+1
2016-11-05Rollup merge of #37583 - michaelwoerister:hir-stats, r=alexcrichtonAlex Crichton-0/+375
2016-11-04Add -Zhir-stats for collecting statistics on HIR and ASTMichael Woerister-0/+375
2016-11-03Stabilize `..` in tuple (struct) patternsVadim Petrochenkov-1/+1
2016-11-02rustc: record the target type of every adjustment.Eduard Burtescu-6/+8
2016-11-02rustc: make all read access to tcx.tables go through a method.Eduard Burtescu-9/+10
2016-10-29Auto merge of #37378 - petrochenkov:nopat, r=eddybbors-1/+9
2016-10-27Preparations and cleanupVadim Petrochenkov-3/+5
2016-10-26Prohibit patterns in trait methods without bodiesVadim Petrochenkov-1/+9
2016-10-04Turn some impossible definitions into ICEsVadim Petrochenkov-2/+2
2016-10-04Set `NON_ZERO_SIZED` flag correctly for struct/union ctorsVadim Petrochenkov-16/+8
2016-10-04Separate Def::StructCtor/Def::VariantCtor from Def::Struct/Def::VariantVadim Petrochenkov-6/+6
2016-09-28Call arrays "arrays" instead of "vecs" internallyJonas Schievink-1/+1
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