summary refs log tree commit diff
path: root/src/librustc_const_eval/lib.rs
AgeCommit message (Expand)AuthorLines
2017-10-26Bump to 1.23 and update bootstrapAlex Crichton-2/+1
2017-09-16change #![feature(const_fn)] to specific gatesAlex Burka-1/+3
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-3/+0
2017-08-19rustc: Remove some dead codeVadim Petrochenkov-1/+1
2017-06-19Bump version and stage0 compilerAlex Crichton-4/+0
2017-05-11rustc: Remove #![unstable] annotationAlex Crichton-3/+4
2017-04-16rustc_const_eval: move ConstEvalErr to the rustc crate.Eduard-Mihai Burtescu-1/+0
2017-02-25rustc_const_eval: always demand typeck_tables for evaluating constants.Eduard-Mihai Burtescu-0/+1
2017-02-03Bump version, upgrade bootstrapAlex Crichton-2/+1
2017-01-22Remove unused `extern crate`s.Jeffrey Seyfried-1/+0
2016-12-30Such large. Very 128. Much bits.Simonas Kazlauskas-0/+3
2016-11-30Update the bootstrap compilerAlex Crichton-2/+0
2016-11-03Stabilize `..` in tuple (struct) patternsVadim Petrochenkov-1/+1
2016-10-26change match checking to use HAIRAriel Ben-Yehuda-0/+1
2016-10-26split the exhaustiveness-checking logic to its own moduleAriel Ben-Yehuda-0/+1
2016-10-26move hair::cx::pattern to const_evalAriel Ben-Yehuda-0/+2
2016-10-12Stabilise `?`Nick Cameron-1/+1
2016-09-04Replace `_, _, _` with `..`Vadim Petrochenkov-1/+1
2016-07-22refactor constant evaluation error reportingAriel Ben-Yehuda-0/+1
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-1/+0
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-1/+1
2016-04-11don't report errors in constants at every use siteOliver Schneider-0/+2
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-1/+0
2016-03-31librustc_const_eval: use bug!(), span_bug!()Benjamin Herr-1/+1
2016-03-30move `const_eval` and `check_match` out of `librustc`Oliver Schneider-0/+53
2016-03-30rename `rustc_const_eval` to `rustc_const_math`Oliver Schneider-43/+0
2016-03-22sprinkle feature gates here and thereJorge Aparicio-0/+1
2016-03-10typestrong constant integersOliver Schneider-0/+42