about summary refs log tree commit diff
path: root/src/libcore/num
AgeCommit message (Expand)AuthorLines
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
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-03Auto merge of #23832 - petrochenkov:usize, r=aturonbors-4/+4
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-4/+50
2015-04-01Fix bug in `OverflowOps` impl for unsigned integers.Felix S. Klock II-3/+49
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-31rollup merge of #23863: pnkfelix/arith-oflo-const-evalAlex Crichton-0/+130
2015-04-01Added overflowing_{div,rem,shl,shr} method implementations to WrappingOps.Felix S. Klock II-0/+130
2015-03-31Test fixes and rebase conflicts, round 2Alex Crichton-1/+1
2015-03-31Stabilize std::numAaron Turon-200/+394
2015-03-30Change the type of constants BYTES/BITS to usizeVadim Petrochenkov-4/+4
2015-03-28Remove IteratorExtSteven Fackler-1/+1
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-66/+68
2015-03-27rollup merge of #23780: ruud-v-a/wrappingAlex Crichton-1/+1
2015-03-27num: Derive Debug for WrappingRuud van Asseldonk-1/+1
2015-03-27Change the trivial cast lints to allow by defaultNick Cameron-13/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-66/+68
2015-03-25Change lint names to pluralsNick Cameron-13/+13
2015-03-25Add trivial cast lints.Nick Cameron-0/+13
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-2/+26
2015-03-20Auto merge of #23254 - jbcrail:saturating-math-docs, r=steveklabnikbors-0/+20
2015-03-18Register new snapshotsAlex Crichton-974/+954
2015-03-17Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichtonManish Goregaokar-1/+0
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-18/+18
2015-03-16impl {i,u}{8,16,32,64,size}Jorge Aparicio-0/+990
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-18/+18