summary refs log tree commit diff
path: root/src/libcore/num
AgeCommit message (Expand)AuthorLines
2016-07-28Add non-panicking abs() functions to all signed integer types.Jethro Beekman-0/+84
2016-07-15Improve float number exampleGuillaume Gomez-1/+1
2016-07-13Add examples for FpCategoryggomez-5/+24
2016-07-08Improve primitive integers documentationGuillaume Gomez-0/+32
2016-07-06Rollup merge of #34277 - ollie27:docs_num, r=steveklabnikSteve Klabnik-65/+64
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-34/+90
2016-06-30Correct MIN_EXP docs and improve EPSILONOliver Middleton-4/+4
2016-06-14Add/improve num const docsOliver Middleton-65/+64
2016-06-09Implement Binary, Octal, LowerHex and UpperHex for Wrapping<T>Oliver Middleton-0/+28
2016-06-05core: mark relevant functions with #[rustc_inherit_overflow_checks].Eduard Burtescu-3/+3
2016-06-03Auto merge of #33460 - shepmaster:16-bit-pointers, r=Aatchbors-0/+31
2016-05-31mk: Prepare for a new stage0 compilerAlex Crichton-31/+0
2016-05-19Support 16-bit pointers as well as i/usizeJake Goulding-0/+31
2016-05-16Fix `asm!` blocksAndrea Canciani-2/+2
2016-05-16Cleanup documentationAndrea Canciani-31/+10
2016-05-13Document the x87 control wordAndrea Canciani-5/+62
2016-05-13Fix fast path of float parsing on x87Andrea Canciani-7/+40
2016-05-08Rollup merge of #33426 - sfackler:try-from, r=aturonManish Goregaokar-1/+94
2016-05-07Rollup merge of #33428 - fiveop:wrapping_example, r=steveklabnikSteve Klabnik-0/+11
2016-05-07Implement RFC 1542Steven Fackler-1/+94
2016-05-06Auto merge of #33138 - arielb1:sized-shortcut, r=nikomatsakisbors-1/+1
2016-05-05Auto merge of #33067 - notriddle:wrapping_neg, r=alexcrichtonbors-0/+9
2016-05-05Add an example to Wrapping's documentation.Philipp Matthias Schaefer-0/+11
2016-05-03require the non-last elements of a tuple to be SizedAriel Ben-Yehuda-1/+1
2016-04-30Impl int/uint::MIN/MAX in terms of min/max_valueSimonas Kazlauskas-0/+26
2016-04-20Implement negation for wrapping numerals.Michael Howell-0/+9
2016-04-17Rollup merge of #33023 - tbu-:pr_wrapping_traits, r=alexcrichtonManish Goregaokar-1/+15
2016-04-16Implement `Display` and `Hash` for `std::num::Wrapping`Tobias Bucher-1/+15
2016-04-12Remove unused trait importsSeo Sanghyeon-1/+1
2016-04-10Match signed/unsigned integer type docsjethrogb-41/+53
2016-04-01Fix a couple of dead links on core::num::ParseFloatError docsOliver Middleton-2/+2
2016-03-22try! -> ?Jorge Aparicio-1/+1
2016-03-21Auto merge of #32054 - seanmonstar:impl-debug-core, r=alexcrichtonbors-0/+1
2016-03-20Update snapshots to 2016-03-18 (235d774).Eduard Burtescu-3/+3
2016-03-20libcore: add Debug implementations to most missing typesSean McArthur-0/+1
2016-03-17Add #[rustc_no_mir] to make tests pass with -Z orbit.Eduard Burtescu-0/+3
2016-03-12std: Clean out deprecated APIsAlex Crichton-176/+1
2016-03-11core: Make a new tracking issue for prelude traitsAlex Crichton-3/+3
2016-03-11core: Mark Wrapping impls as stableAlex Crichton-5/+5
2016-03-08doc: Fix a bunch of broken linksAlex Crichton-3/+3
2016-03-01Rollup merge of #31965 - miqid:doc, r=steveklabnikSteve Klabnik-10/+10
2016-03-01Fix broken links for core primitivesMichael Huynh-10/+10
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-8/+8
2016-02-26Use .copy_from_slice() where applicableUlrik Sverdrup-2/+2
2016-02-15Auto merge of #31663 - nodakai:cleanup-uint_module, r=alexcrichtonbors-7/+7
2016-02-15libcore/num: Remove unused macro argument.NODA, Kai-7/+7
2016-02-14Fix signed int checked_neg docsOliver Middleton-1/+1
2016-02-10Note rotate_{left,right} in wrapping_sh{lr} docsThomas Winwood-0/+14
2016-02-09Some docs for std::numSteve Klabnik-1/+19
2016-02-04drive-by doc fixesRobin Kruppe-1/+1