about summary refs log tree commit diff
path: root/src/libcore/num/mod.rs
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-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
2015-04-08Make `sum` and `product` inherent methods on `Iterator`Tobias Bucher-0/+14
2015-04-01Test fixes and rebase conflicts, round 2Alex Crichton-1/+1
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-1/+1
2015-04-01rollup merge of #23945: pnkfelix/gate-u-negateAlex Crichton-1/+1
2015-04-01fallout from feature-gating unary negation on unsigned integers.Felix S. Klock II-1/+1
2015-04-01rollup merge of #23947: aturon/revise-numAlex Crichton-0/+20
2015-04-01Re-add min_value, max_value methodsAaron Turon-0/+20
2015-04-01Collect the definition of the `Error` trait into `libstd` for now. ThisNiko Matsakis-21/+20
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-1/+1
2015-03-31Test fixes and rebase conflicts, round 2Alex Crichton-1/+1
2015-03-31Stabilize std::numAaron Turon-101/+212
2015-03-28Remove IteratorExtSteven Fackler-1/+1
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-49/+51