about summary refs log tree commit diff
path: root/src/libcore/num
AgeCommit message (Expand)AuthorLines
2015-07-13Auto merge of #26981 - wthrowe:div_docs, r=Gankrobors-4/+4
2015-07-11Correct and clarify integer division rounding docsWilliam Throwe-4/+4
2015-07-11Auto merge of #26878 - Esption:master, r=pnkfelixbors-1/+1
2015-07-08'iff' for docs to 'if and only if'Esption-1/+1
2015-07-08Use wrapping_div call and correct the feature nameMathijs van de Nes-2/+2
2015-07-08Implement Div for Wrapping<T>Mathijs van de Nes-0/+10
2015-07-08Fixed some occurrences of 'if' being spelled 'iff'Esption-1/+1
2015-07-05Auto merge of #26473 - Eljay:missing_docs, r=alexcrichtonbors-0/+30
2015-07-04Add missing #[inline] to min_value/max_value on integersUlrik Sverdrup-0/+2
2015-06-27std: Avoid missing fns on i686-pc-windows-msvcAlex Crichton-6/+54
2015-06-21Temp fix for all constants that are missing docs.Eljay-0/+30
2015-06-20Update mod.rsWei-Ming Yang-2/+1
2015-06-17std: Hide some internal functions more aggressivelyAlex Crichton-2/+4
2015-06-17std: Stabilize the remaining wrapping_* functionsAlex Crichton-10/+10
2015-06-17std: Deprecate f{32,64}::consts::PI_2Alex Crichton-0/+2
2015-06-17core: Split apart the global `core` featureAlex Crichton-23/+34
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-3/+3
2015-06-07change some statics to constantsOliver 'ker' Schneider-4/+1
2015-05-27Remove mentions of int / uint from the isize / usize docsJake Goulding-8/+0
2015-05-21Standardize on `$t:ty`Tamir Duberstein-5/+5
2015-05-21Use `Self` to simplifyTamir Duberstein-109/+109
2015-05-19Fix for https://github.com/rust-lang/rust/pull/25583Steve Klabnik-1/+1
2015-05-19Rollup merge of #25583 - steveklabnik:gh25517, r=alexcrichtonSteve Klabnik-8/+4
2015-05-18std: Make abs() panic on overflow in debug modeAlex Crichton-3/+12
2015-05-18Add example for from_str_radixSteve Klabnik-8/+4
2015-05-09Auto merge of #24612 - lifthrasiir:flt2dec, r=pnkfelixbors-0/+2231
2015-05-09Auto merge of #25159 - inrustwetrust:wrapping_inline, r=alexcrichtonbors-0/+1
2015-05-06Add missing inline attribute to Not impl for Wrapping<T>inrustwetrust-0/+1
2015-05-06core: use banker's rounding for the exact mode in flt2dec.Kang Seonghoon-1/+5
2015-05-06core: updated for the master changes.Kang Seonghoon-0/+5
2015-05-06core: fixed a slight bug.Kang Seonghoon-6/+6
2015-05-06core: fixed typos and revised comments in flt2dec.Kang Seonghoon-14/+17
2015-05-06core: tweaked flt2dec to match the casing of the older formatting code.Kang Seonghoon-18/+18
2015-05-06core: added core::num::flt2dec for floating-point formatting.Kang Seonghoon-0/+2219
2015-05-01std: Don't use a wrapper for the float error typeAlex Crichton-12/+16
2015-05-01Rollup merge of #25010 - huonw:inline-int-extremes, r=alexcrichtonManish Goregaokar-0/+2
2015-05-01Mark the {min,max}_value functions on integers #[inline].Huon Wilson-0/+2
2015-04-29Currently, LLVM lowers a cttz8 on x86_64 to these instructions:Björn Steinbrink-1/+14
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-237/+173
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-1691/+103
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-2/+0
2015-04-17side-step potentially panic'ing negate in `fn abs`.Felix S. Klock II-1/+5
2015-04-17Auto merge of #24420 - pnkfelix:oflo-api, r=alexcrichtonbors-1/+156
2015-04-14Fix bug in `wrapping_div`Felix S. Klock II-1/+1
2015-04-14Remaining API additions for int overflow:Felix S. Klock II-0/+155
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-43/+43
2015-04-12mod.rs documentary fixIgor Strebezhev-2/+2
2015-04-11Rollup merge of #24298 - White-Oak:master, r=alexcrichtonManish Goregaokar-11/+8
2015-04-11Rollup merge of #24291 - xamgore:patch-1, r=steveklabnikManish Goregaokar-6/+6
2015-04-11Rollup merge of #24274 - steveklabnik:fix_pow_docs, r=nikomatsakisManish Goregaokar-4/+3