index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_const_eval
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2017-09-16
change #![feature(const_fn)] to specific gates
Alex Burka
-1
/
+3
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-3
/
+0
2017-08-19
rustc: Remove some dead code
Vadim Petrochenkov
-1
/
+1
2017-06-19
Bump version and stage0 compiler
Alex Crichton
-4
/
+0
2017-05-11
rustc: Remove #![unstable] annotation
Alex Crichton
-3
/
+4
2017-04-16
rustc_const_eval: move ConstEvalErr to the rustc crate.
Eduard-Mihai Burtescu
-1
/
+0
2017-02-25
rustc_const_eval: always demand typeck_tables for evaluating constants.
Eduard-Mihai Burtescu
-0
/
+1
2017-02-03
Bump version, upgrade bootstrap
Alex Crichton
-2
/
+1
2017-01-22
Remove unused `extern crate`s.
Jeffrey Seyfried
-1
/
+0
2016-12-30
Such large. Very 128. Much bits.
Simonas Kazlauskas
-0
/
+3
2016-11-30
Update the bootstrap compiler
Alex Crichton
-2
/
+0
2016-11-03
Stabilize `..` in tuple (struct) patterns
Vadim Petrochenkov
-1
/
+1
2016-10-26
change match checking to use HAIR
Ariel Ben-Yehuda
-0
/
+1
2016-10-26
split the exhaustiveness-checking logic to its own module
Ariel Ben-Yehuda
-0
/
+1
2016-10-26
move hair::cx::pattern to const_eval
Ariel Ben-Yehuda
-0
/
+2
2016-10-12
Stabilise `?`
Nick Cameron
-1
/
+1
2016-09-04
Replace `_, _, _` with `..`
Vadim Petrochenkov
-1
/
+1
2016-07-22
refactor constant evaluation error reporting
Ariel Ben-Yehuda
-0
/
+1
2016-07-03
std: Stabilize APIs for the 1.11.0 release
Alex Crichton
-1
/
+0
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+1
2016-04-11
don't report errors in constants at every use site
Oliver Schneider
-0
/
+2
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-1
/
+0
2016-03-31
librustc_const_eval: use bug!(), span_bug!()
Benjamin Herr
-1
/
+1
2016-03-30
move `const_eval` and `check_match` out of `librustc`
Oliver Schneider
-0
/
+53
2016-03-30
rename `rustc_const_eval` to `rustc_const_math`
Oliver Schneider
-43
/
+0
2016-03-22
sprinkle feature gates here and there
Jorge Aparicio
-0
/
+1
2016-03-10
typestrong constant integers
Oliver Schneider
-0
/
+42