about summary refs log tree commit diff
path: root/src/librustc_passes
AgeCommit message (Expand)AuthorLines
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
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-5/+5
2016-05-11infer: Use methods for creating an InferCtxt.Eduard Burtescu-10/+7
2016-05-07mir: qualify and promote constants.Eduard Burtescu-769/+9
2016-05-03change the newly-added errors to warningsAriel Ben-Yehuda-0/+3
2016-05-02replace fileline_{help,note} with {help,note}Niko Matsakis-2/+1
2016-04-27update Cargo.toml for rustbuildOliver Schneider-0/+1
2016-04-26don't demote expressions just because const_eval failsOliver Schneider-1/+0
2016-04-26skip non-const-path errors for nowOliver Schneider-1/+4
2016-04-26don't report bitshift overflow twiceOliver Schneider-1/+5
2016-04-26const_err lint all constant expressionsOliver Schneider-25/+20
2016-04-24thread tighter span for closures aroundNiko Matsakis-1/+1
2016-04-11don't report errors in constants at every use siteOliver Schneider-0/+2
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-3/+3
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-12/+10
2016-04-03check constants even if they are unused in the current crateOliver Schneider-1/+12
2016-03-31librustc_passes: use bug!(), span_bug!()Benjamin Herr-16/+16
2016-03-30move `const_eval` and `check_match` out of `librustc`Oliver Schneider-7/+10
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-7/+7
2016-03-21Expose attached attributes to `FnKind` abstraction so that I can look at them...Felix S. Klock II-2/+2
2016-03-17const_eval: Take just one set of substitutions in lookup_const_by_id.Eduard Burtescu-3/+2
2016-03-17hir, mir: Separate HIR expressions / MIR operands from InlineAsm.Eduard Burtescu-1/+1
2016-03-14Move projection_mode to InferContext rather than SelectionContext to reduce c...Aaron Turon-4/+12
2016-03-10simplify const path lookup for constants and associated constantsOliver Schneider-1/+1
2016-03-09Split TyBareFn into TyFnDef and TyFnPtr.Eli Friedman-1/+1
2016-03-06Auto merge of #30884 - durka:inclusive-ranges, r=aturonbors-3/+0
2016-03-03Rename middle::ty::ctxt to TyCtxtJeffrey Seyfried-7/+7
2016-02-27fallout from removing hir::ExprRangeAlex Burka-3/+0
2016-02-20make *mut T -> *const T a coercionAriel Ben-Yehuda-1/+2
2016-02-14Rename hir::Pat_ and its variantsVadim Petrochenkov-3/+3