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
/
libstd
/
num
Age
Commit message (
Expand
)
Author
Lines
2016-07-03
std: Stabilize APIs for the 1.11.0 release
Alex Crichton
-4
/
+39
2016-06-22
Use the correct types in float examples
Oliver Middleton
-18
/
+20
2016-06-05
test: don't assume anything about the sign of NAN.
Eduard Burtescu
-4
/
+10
2016-05-17
Deprecate {f32,f64}::abs_sub.
Huon Wilson
-46
/
+24
2016-05-07
Implement RFC 1542
Steven Fackler
-1
/
+1
2016-04-27
std: Add compatibility with android-9
Alex Crichton
-2
/
+10
2016-04-16
Fix f32::sin_cos and f64::sin_cos examples
Maxim Samburskiy
-2
/
+2
2016-03-25
fallout in existing tests
Niko Matsakis
-6
/
+8
2016-03-17
Add #[rustc_no_mir] to make tests pass with -Z orbit.
Eduard Burtescu
-0
/
+2
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-1
/
+1
2016-03-08
doc: Fix a bunch of broken links
Alex Crichton
-2
/
+2
2016-02-09
Some docs for std::num
Steve Klabnik
-3
/
+3
2016-01-31
Rename sunos to solaris
Nikita Baksalyar
-2
/
+2
2016-01-31
Fix problems with f64 and DirEntry on Illumos
Nikita Baksalyar
-64
/
+28
2016-01-31
Apply several fixes for Illumos support
Nikita Baksalyar
-35
/
+64
2016-01-31
Add Illumos support
Nikita Baksalyar
-3
/
+35
2016-01-14
Fix outdated comment
tomaka
-1
/
+1
2016-01-07
fix broken float methods
Pyfisch
-3
/
+3
2016-01-07
f32: inline methods with special variant for msvc
Pyfisch
-32
/
+26
2016-01-02
Stabilise f32::to_{degrees,radians} to match f64
Simonas Kazlauskas
-8
/
+2
2015-12-29
Fix warnings when compiling stdlib with --test
Florian Hahn
-5
/
+9
2015-12-10
std: Remove deprecated functionality from 1.5
Alex Crichton
-42
/
+14
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-6
/
+8
2015-11-20
Rename #[deprecated] to #[rustc_deprecated]
Vadim Petrochenkov
-4
/
+4
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+13
2015-11-06
Remove stability annotations from trait impl items
Vadim Petrochenkov
-2
/
+0
2015-09-11
std: Stabilize/deprecate features for 1.4
Alex Crichton
-0
/
+4
2015-08-22
Fix undefined behavior in f64::sqrt
William Throwe
-1
/
+5
2015-08-22
Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturon
bors
-274
/
+0
2015-08-18
Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichton
bors
-33
/
+132
2015-08-17
std: Clean up primitive integer modules
Alex Crichton
-274
/
+0
2015-08-17
Remove dependencies on libm functions from libcore.
Eli Friedman
-33
/
+132
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-12
/
+24
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-4
/
+0
2015-08-11
Register new snapshots
Alex Crichton
-8
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-1
/
+4
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-10
/
+19
2015-07-22
Remove orphaned unsigned_negation lint reference.
Eli Friedman
-1
/
+0
2015-07-20
Address feedback
Brian Anderson
-12
/
+12
2015-07-20
std: Create separate docs for the primitives
Brian Anderson
-12
/
+25
2015-07-20
doc: Clean up primitive short descriptions
Brian Anderson
-12
/
+12
2015-07-14
Fix negate_unsigned feature gate check
Simonas Kazlauskas
-2
/
+0
2015-06-27
std: Avoid missing fns on i686-pc-windows-msvc
Alex Crichton
-21
/
+74
2015-06-17
std: Split the `std_misc` feature
Alex Crichton
-24
/
+23
2015-06-01
Document behavior of {f32,f64}::{min,max} on NaN
Matt Brubeck
-0
/
+8
2015-05-27
Remove mentions of int / uint from the isize / usize docs
Jake Goulding
-8
/
+0
2015-05-12
Scale back changes made
Alex Crichton
-34
/
+17
2015-05-12
Very hacky MSVC hacks.
Ricky Taylor
-4
/
+31
2015-05-01
std: Don't use a wrapper for the float error type
Alex Crichton
-34
/
+5
2015-04-21
std: Bring back f32::from_str_radix as an unstable API
Alex Crichton
-761
/
+284
[next]