about summary refs log tree commit diff
path: root/src/librustc/cfg
AgeCommit message (Expand)AuthorLines
2017-03-17Add more catch-related CFG and lifetime tests and fix CFG bugTaylor Cramer-1/+1
2017-03-17Implement ? in catch expressions and add testsTaylor Cramer-22/+72
2017-03-13some style fixesTshepang Lekhonkhobe-17/+15
2017-02-28remove special-case code for statics and just use `borrowck_fn`Niko Matsakis-15/+7
2017-02-18Rename hir::Label to hir::DestinationTaylor Cramer-6/+6
2017-02-18Properly implement labeled breaks in while conditionsTaylor Cramer-7/+22
2017-02-17Normalize labeled and unlabeled breaksTaylor Cramer-10/+5
2017-01-26rustc: don't call the HIR AST.Eduard-Mihai Burtescu-7/+7
2017-01-26rustc: rename TyCtxt's `map` field to `hir`.Eduard-Mihai Burtescu-3/+3
2017-01-25rename `Tables` to `TypeckTables`Niko Matsakis-1/+1
2017-01-06rustc: keep track of tables everywhere as if they were per-body.Eduard-Mihai Burtescu-5/+19
2016-12-28rustc: separate bodies for static/(associated)const and embedded constants.Eduard-Mihai Burtescu-5/+2
2016-11-28rustc: embed path resolutions into the HIR instead of keeping DefMap.Eduard-Mihai Burtescu-18/+9
2016-11-28rustc: desugar UFCS as much as possible during HIR lowering.Eduard Burtescu-2/+2
2016-11-21Implement the `loop_break_value` feature.Geoffry Song-3/+4
2016-11-22Change HirVec<P<T>> to HirVec<T> in Expr.Nicholas Nethercote-6/+6
2016-11-10rustc: use an Expr instead of a Block for function bodies.Eduard Burtescu-8/+8
2016-11-02rustc: record the target type of every adjustment.Eduard Burtescu-1/+1
2016-11-02rustc: make all read access to tcx.tables go through a method.Eduard Burtescu-3/+3
2016-10-31Changed most vec! invocations to use square bracesiirelu-3/+3
2016-09-28Call arrays "arrays" instead of "vecs" internallyJonas Schievink-2/+2
2016-09-04Replace `_, _` with `..`Vadim Petrochenkov-3/+3
2016-08-13Rename empty/bang to neverAndrew Cann-1/+2
2016-08-13Remove obsolete divergence related stuffAndrew Cann-1/+1
2016-08-13Switch on TyEmptyAndrew Cann-1/+1
2016-07-08Merge PatKind::QPath into PatKind::Path in HIRVadim Petrochenkov-1/+0
2016-06-10Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos...Vadim Petrochenkov-2/+2
2016-05-28Refactor away some functions from hir::pat_utilVadim Petrochenkov-2/+1
2016-05-28Separate bindings from other patterns in HIRVadim Petrochenkov-2/+2
2016-05-26Implement `..` in tuple (struct) patternsVadim Petrochenkov-3/+2
2016-05-18identify inputs of `MetaData(X)` nodesNiko Matsakis-1/+1
2016-05-16Remove hir::IdentVadim Petrochenkov-2/+2
2016-05-11rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.Eduard Burtescu-5/+5
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-3/+3
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-2/+2
2016-04-06rustc: dismantle hir::util, mostly moving functions to methods.Eduard Burtescu-1/+1
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-4/+4
2016-03-31librustc: replace span_bug calls with span_bug!()Benjamin Herr-4/+2
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-0/+797