summary refs log tree commit diff
path: root/src/librustc_const_eval/check_match.rs
AgeCommit message (Expand)AuthorLines
2016-08-14prohibit splitting literal patternsAriel Ben-Yehuda-1/+39
2016-07-03prefer `if let` to match with `None => {}` arm in some placesZack M. Davis-3/+2
2016-06-26Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,ManishearthJeffrey Seyfried-1/+1
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-1/+2
2016-06-19Generalize and abstract `ThinAttributes`Jeffrey Seyfried-1/+1
2016-06-11Remove last traces of identifier hygiene from HIRVadim Petrochenkov-2/+1
2016-06-10Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos...Vadim Petrochenkov-13/+8
2016-06-09fix damage in librustcAriel Ben-Yehuda-2/+3
2016-06-09handle string literals correctly in match checkingAriel Ben-Yehuda-75/+112
2016-06-09implement RFC495 semantics for slice patternsAriel Ben-Yehuda-58/+45
2016-05-28Refactor away some functions from hir::pat_utilVadim Petrochenkov-26/+20
2016-05-28Separate bindings from other patterns in HIRVadim Petrochenkov-63/+44
2016-05-26Replace pat_adjust_pos with an iterator adapterVadim Petrochenkov-2/+2
2016-05-26Implement `..` in tuple (struct) patternsVadim Petrochenkov-11/+22
2016-05-16Remove hir::IdentVadim Petrochenkov-4/+4
2016-05-11rustc: Split local type contexts interners from the global one.Eduard Burtescu-8/+7
2016-05-11rustc: Wrap users of InferCtxt in an anonymous scope.Eduard Burtescu-16/+14
2016-05-11rustc: Remove the TyCtxt field from ParameterEnvironment.Eduard Burtescu-1/+1
2016-05-11rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.Eduard Burtescu-4/+4
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-4/+4
2016-05-11infer: Use methods for creating an InferCtxt.Eduard Burtescu-9/+7
2016-05-03Rollup merge of #33323 - birkenfeld:issue-31221, r=ManishearthManish Goregaokar-2/+21
2016-05-02replace fileline_{help,note} with {help,note}Niko Matsakis-1/+1
2016-05-01match check: note "catchall" patterns in unreachable errorGeorg Brandl-2/+21
2016-04-14Rollup merge of #32646 - Ms2ger:Constructor, r=sanxiynSteve Klabnik-1/+1
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-3/+3
2016-04-06syntax: dismantle ast_util.Eduard Burtescu-3/+2
2016-04-06rustc: dismantle hir::util, mostly moving functions to methods.Eduard Burtescu-6/+5
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-6/+6
2016-03-31librustc_const_eval: use bug!(), span_bug!()Benjamin Herr-32/+29
2016-03-31Stop re-exporting check_match::Constructor.Ms2ger-1/+1
2016-03-30move `const_eval` and `check_match` out of `librustc`Oliver Schneider-0/+1217