summary refs log tree commit diff
path: root/src/libcore/num
AgeCommit message (Expand)AuthorLines
2017-09-30Auto merge of #44936 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-0/+12
2017-09-29Rollup merge of #44287 - Eh2406:master, r=aturonMark Simulacrum-0/+12
2017-09-29Auto merge of #44174 - jimmycuadra:try-from-infallible, r=sfacklerbors-29/+21
2017-09-29Fix more TryFrom impls for integers.Jimmy Cuadra-4/+4
2017-09-29Simplify implementation of From<Infallible> for TryFromIntError.Jimmy Cuadra-2/+3
2017-09-28Remove conflicting TryFrom impls on 32-bit targets.Jimmy Cuadra-2/+2
2017-09-23Add back mistakenly removed numeric conversions.Jimmy Cuadra-4/+4
2017-09-16change #![feature(const_fn)] to specific gatesAlex Burka-0/+4
2017-09-04Removed the incorrect documentation for from_strMax Comstock-1/+0
2017-09-03Manuall rebase of @Migi pull/41336Eh2406-0/+12
2017-09-01impl From<Infallible> for TryFromIntError.Jimmy Cuadra-1/+8
2017-08-31Update bootstrap compilerAlex Crichton-2/+0
2017-08-30Implement TryFrom explicitly for infallible numeric conversions.Jimmy Cuadra-6/+8
2017-08-29Add blanket TryFrom impl when From is implemented.Jimmy Cuadra-27/+9
2017-08-17Rollup merge of #43891 - Fourchaux:master, r=steveklabnikCorey Farwell-3/+3
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-4/+4
2017-08-15Fix typos & us spellingsFourchaux-3/+3
2017-08-11Fix some typosBastien Orivel-1/+1
2017-07-30Document the `from_str_radix` panicTobias Bucher-0/+4
2017-07-26Rollup merge of #43471 - ollie27:try_from_ints, r=nagisaMark Simulacrum-11/+14
2017-07-25Auto merge of #43320 - alexcrichton:new-bootstrap, r=Mark-Simulacrumbors-13/+8
2017-07-25Bump master to 1.21.0Alex Crichton-13/+8
2017-07-25Add missing impl and tests for int to int TryFrom implsOliver Middleton-11/+14
2017-07-25Auto merge of #43325 - ollie27:overflowing_literals, r=arielb1bors-5/+1
2017-07-25Auto merge of #43248 - llogiq:num-try-from, r=nagisabors-38/+177
2017-07-24improve the TryFrom implementationsAndre Bogus-38/+177
2017-07-20std: Cut down #[inline] annotations where not necessaryAlex Crichton-37/+37
2017-07-19Fix overflowing_literals lint for large f32sOliver Middleton-5/+1
2017-06-28Auto merge of #42431 - nagisa:core-float-2, r=alexcrichtonbors-12/+24
2017-06-22Fix NaN handling in is_sign_negative/positiveSimonas Kazlauskas-12/+24
2017-06-16Auto merge of #42430 - nagisa:core-float, r=alexcrichtonbors-0/+63
2017-06-14Re-implement float min/max in rustSimonas Kazlauskas-0/+63
2017-06-08Use ctlz_nonzero to improve ASM from next_power_of_twoScott McMurray-1/+16
2017-06-08Auto merge of #40706 - irfanhudda:doc-next-power-of-two, r=alexcrichtonbors-11/+27
2017-05-31Simplify helper functionsIrfan Hudda-15/+13
2017-05-23Add comments to explain helper functionsIrfan Hudda-5/+13
2017-05-20Auto merge of #42111 - ollie27:stab, r=Mark-Simulacrumbors-45/+45
2017-05-20Correct some stability versionsOliver Middleton-45/+45
2017-05-16Auto merge of #41907 - est31:macro_unused, r=jseyfriedbors-0/+1
2017-05-15Auto merge of #41859 - froydnj:align-float-parts, r=sfacklerbors-8/+8
2017-05-13libcore: #[allow] some unused macrosest31-0/+1
2017-05-12Remove some unused macros from the rust codebaseest31-27/+0
2017-05-09fix confusion about parts required for float formattingNathan Froyd-8/+8
2017-04-29Update stage0 bootstrap compilerAlex Crichton-72/+0
2017-04-29Simplify `checked_next_power_of_two` functionIrfan Hudda-6/+1
2017-04-29Add comment about overflow behavior for next_power_of_twoIrfan Hudda-0/+3
2017-04-28Add helper functions for `next_power_of_two` and `checked_next_power_of_two`Irfan Hudda-10/+14
2017-04-20Remove float_extrasJosh Stone-150/+36
2017-04-20Remove num::{Zero,One}Josh Stone-72/+0
2017-04-20remove redundant wrapping_subIrfan Hudda-1/+1