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_math
Age
Commit message (
Expand
)
Author
Lines
2017-11-07
Extract (f32::MAX + 0.5 ULP) constant
Robin Kruppe
-0
/
+8
2017-10-26
Bump to 1.23 and update bootstrap
Alex Crichton
-3
/
+2
2017-09-16
change #![feature(const_fn)] to specific gates
Alex Burka
-1
/
+4
2017-09-11
rustc: replace usize with u64 and ConstUsize.
Eduard-Mihai Burtescu
-28
/
+32
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-3
/
+0
2017-08-19
rustc: Remove some dead code
Vadim Petrochenkov
-7
/
+0
2017-08-02
rustc_const_math: use apfloat::ieee::{Single,Double} in ConstFloat.
Eduard-Mihai Burtescu
-108
/
+140
2017-08-02
rustc_apfloat: introduce the base Float API.
Eduard-Mihai Burtescu
-0
/
+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-02-25
rustc_const_eval: always demand typeck_tables for evaluating constants.
Eduard-Mihai Burtescu
-184
/
+105
2017-02-25
rustc: move the actual values of enum discriminants into a map.
Eduard-Mihai Burtescu
-8
/
+0
2017-02-10
SwitchInt over Switch
Simonas Kazlauskas
-0
/
+8
2017-02-04
More snap cleanup
Simonas Kazlauskas
-4
/
+2
2017-02-03
Bump version, upgrade bootstrap
Alex Crichton
-18
/
+2
2017-01-22
Remove unused `extern crate`s.
Jeffrey Seyfried
-2
/
+0
2017-01-22
Warn on unused `#[macro_use]` imports.
Jeffrey Seyfried
-2
/
+2
2017-01-11
Fix two const-eval issues related to i128 negation
Simonas Kazlauskas
-1
/
+1
2017-01-06
Make members of {std,core}::{i128,u128} unstable
est31
-0
/
+1
2016-12-30
Add a way to retrieve constant value in 128 bits
Simonas Kazlauskas
-2
/
+34
2016-12-30
Cleanup FIXMEs
Simonas Kazlauskas
-5
/
+0
2016-12-30
Such large. Very 128. Much bits.
Simonas Kazlauskas
-130
/
+199
2016-11-30
Update the bootstrap compiler
Alex Crichton
-1
/
+0
2016-10-12
Stabilise `?`
Nick Cameron
-1
/
+1
2016-08-04
Update wording on E0080
Shantanu Raj
-11
/
+11
2016-06-10
Allow truncating constants to 16-bit u/isize
Jake Goulding
-2
/
+20
2016-06-05
rustc_const_eval: work around double rounding.
Eduard Burtescu
-9
/
+184
2016-06-05
Add a new Assert terminator to MIR for bounds & arithmetic checks.
Eduard Burtescu
-2
/
+2
2016-05-19
Support 16-bit pointers as well as i/usize
Jake Goulding
-0
/
+47
2016-04-26
don't report bitshift overflow twice
Oliver Schneider
-1
/
+1
2016-04-26
report shift right error instead of shift left error on right shift
Oliver Schneider
-1
/
+1
2016-03-30
move `const_eval` and `check_match` out of `librustc`
Oliver Schneider
-2
/
+2
2016-03-30
rename `rustc_const_eval` to `rustc_const_math`
Oliver Schneider
-0
/
+789