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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
num
Age
Commit message (
Expand
)
Author
Lines
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-1
/
+2
2015-08-15
core: Fill out issues for unstable features
Alex Crichton
-12
/
+24
2015-08-14
Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrc
bors
-2
/
+2
2015-08-13
Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturon
bors
-17
/
+0
2015-08-12
Fallout in libs -- misc missing bounds uncovered by WF checks.
Niko Matsakis
-2
/
+2
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-17
/
+0
2015-08-12
Mention that the fast path is broken without SSE.
Robin Kruppe
-3
/
+11
2015-08-08
Accurate decimal-to-float parsing routines.
Robin Kruppe
-15
/
+2420
2015-08-08
Add various methods to Bignum:
Robin Kruppe
-5
/
+141
2015-08-08
Enlarge Bignum type from 1152 to 1280 bits.
Robin Kruppe
-6
/
+6
2015-08-08
Make core::num::dec2flt::strategy::grisu::Fp methods public.
Robin Kruppe
-3
/
+3
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-8
/
+11
2015-07-28
Replace occurences of illegal in user facing docs
Simonas Kazlauskas
-4
/
+4
2015-07-20
std: Create separate docs for the primitives
Brian Anderson
-12
/
+0
2015-07-19
optimize from_str_radix
arthurprs
-11
/
+25
2015-07-13
Auto merge of #26981 - wthrowe:div_docs, r=Gankro
bors
-4
/
+4
2015-07-11
Correct and clarify integer division rounding docs
William Throwe
-4
/
+4
2015-07-11
Auto merge of #26878 - Esption:master, r=pnkfelix
bors
-1
/
+1
2015-07-08
'iff' for docs to 'if and only if'
Esption
-1
/
+1
2015-07-08
Use wrapping_div call and correct the feature name
Mathijs van de Nes
-2
/
+2
2015-07-08
Implement Div for Wrapping<T>
Mathijs van de Nes
-0
/
+10
2015-07-08
Fixed some occurrences of 'if' being spelled 'iff'
Esption
-1
/
+1
2015-07-05
Auto merge of #26473 - Eljay:missing_docs, r=alexcrichton
bors
-0
/
+30
2015-07-04
Add missing #[inline] to min_value/max_value on integers
Ulrik Sverdrup
-0
/
+2
2015-06-27
std: Avoid missing fns on i686-pc-windows-msvc
Alex Crichton
-6
/
+54
2015-06-21
Temp fix for all constants that are missing docs.
Eljay
-0
/
+30
2015-06-20
Update mod.rs
Wei-Ming Yang
-2
/
+1
2015-06-17
std: Hide some internal functions more aggressively
Alex Crichton
-2
/
+4
2015-06-17
std: Stabilize the remaining wrapping_* functions
Alex Crichton
-10
/
+10
2015-06-17
std: Deprecate f{32,64}::consts::PI_2
Alex Crichton
-0
/
+2
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-23
/
+34
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-3
/
+3
2015-06-07
change some statics to constants
Oliver 'ker' Schneider
-4
/
+1
2015-05-27
Remove mentions of int / uint from the isize / usize docs
Jake Goulding
-8
/
+0
2015-05-21
Standardize on `$t:ty`
Tamir Duberstein
-5
/
+5
2015-05-21
Use `Self` to simplify
Tamir Duberstein
-109
/
+109
2015-05-19
Fix for https://github.com/rust-lang/rust/pull/25583
Steve Klabnik
-1
/
+1
2015-05-19
Rollup merge of #25583 - steveklabnik:gh25517, r=alexcrichton
Steve Klabnik
-8
/
+4
2015-05-18
std: Make abs() panic on overflow in debug mode
Alex Crichton
-3
/
+12
2015-05-18
Add example for from_str_radix
Steve Klabnik
-8
/
+4
2015-05-09
Auto merge of #24612 - lifthrasiir:flt2dec, r=pnkfelix
bors
-0
/
+2231
2015-05-09
Auto merge of #25159 - inrustwetrust:wrapping_inline, r=alexcrichton
bors
-0
/
+1
2015-05-06
Add missing inline attribute to Not impl for Wrapping<T>
inrustwetrust
-0
/
+1
2015-05-06
core: use banker's rounding for the exact mode in flt2dec.
Kang Seonghoon
-1
/
+5
2015-05-06
core: updated for the master changes.
Kang Seonghoon
-0
/
+5
2015-05-06
core: fixed a slight bug.
Kang Seonghoon
-6
/
+6
2015-05-06
core: fixed typos and revised comments in flt2dec.
Kang Seonghoon
-14
/
+17
2015-05-06
core: tweaked flt2dec to match the casing of the older formatting code.
Kang Seonghoon
-18
/
+18
2015-05-06
core: added core::num::flt2dec for floating-point formatting.
Kang Seonghoon
-0
/
+2219
2015-05-01
std: Don't use a wrapper for the float error type
Alex Crichton
-12
/
+16
[prev]
[next]