summary refs log tree commit diff
path: root/src/libcore/num/mod.rs
AgeCommit message (Expand)AuthorLines
2015-09-04Fix for issue #28012: pow overflow inconsistencyPeter Reid-15/+11
2015-08-22Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturonbors-78/+1
2015-08-18Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichtonbors-38/+0
2015-08-17core: Shuffle around float parsingAlex Crichton-78/+1
2015-08-17Remove dependencies on libm functions from libcore.Eli Friedman-38/+0
2015-08-15core: Fill out issues for unstable featuresAlex Crichton-6/+12
2015-08-14Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrcbors-2/+2
2015-08-13Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturonbors-4/+0
2015-08-12Fallout in libs -- misc missing bounds uncovered by WF checks.Niko Matsakis-2/+2
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-4/+0
2015-08-08Accurate decimal-to-float parsing routines.Robin Kruppe-4/+5
2015-07-28Replace occurences of illegal in user facing docsSimonas Kazlauskas-4/+4
2015-07-19optimize from_str_radixarthurprs-11/+25
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-08'iff' for docs to 'if and only if'Esption-1/+1
2015-07-08Fixed some occurrences of 'if' being spelled 'iff'Esption-1/+1
2015-07-04Add missing #[inline] to min_value/max_value on integersUlrik Sverdrup-0/+2
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-17core: Split apart the global `core` featureAlex Crichton-14/+19
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-06core: added core::num::flt2dec for floating-point formatting.Kang Seonghoon-0/+3
2015-05-01std: Don't use a wrapper for the float error typeAlex Crichton-5/+9
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-229/+21
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-1508/+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-0/+120
2015-04-14Remaining API additions for int overflow:Felix S. Klock II-0/+120
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
2015-04-10mod.rs docs fix - for floatsOak-5/+4
2015-04-10mod.rs docs fixOak-6/+4
2015-04-10Fix mistake in documentationIgor Strebezhev-6/+6
2015-04-10Auto merge of #24177 - alexcrichton:rustdoc, r=aturonbors-0/+1
2015-04-10Fix pow docs to not use IntSteve Klabnik-4/+3
2015-04-07std: Hide facade extension traits in docsAlex Crichton-0/+1