about summary refs log tree commit diff
path: root/src/libcore/num
AgeCommit message (Expand)AuthorLines
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
2015-03-11Example -> ExamplesSteve Klabnik-17/+17
2015-03-11Add docs for saturating integer arithmetic.Joseph Crail-0/+20
2015-03-09Auto merge of #23219 - Manishearth:rollup, r=Manishearthbors-1/+1
2015-03-08Register new snapshots (270a677)Manish Goregaokar-22/+0
2015-03-07indicate from_str_radix is codeFuGangqiang-1/+1
2015-03-06Add #[allow_internal_unstable] to track stability for macros better.Huon Wilson-0/+2
2015-03-03Accommodate arith-overflow in `core::num`, `std::num`, `coretest::num`.Felix S. Klock II-6/+22
2015-03-03Added `OverflowingOps` trait to core::num::wrapping.Felix S. Klock II-0/+147
2015-03-03Add `core::num::wrapping` and fix overflow errors.James Miller-0/+156
2015-03-02core: Audit num module for int/uintBrian Anderson-55/+115
2015-03-02Rollup merge of #22504 - GuillaumeGomez:audit-integer-libcore, r=ManishearthManish Goregaokar-41/+0
2015-03-01Fix errors, remove unused filesGuillaumeGomez-41/+0
2015-03-01Make Int::pow() take exp as u32 instead usizeGuillaume Gomez-1/+2
2015-02-24Stop parsing "-" as integer, fixes #22745MichaƂ Krasnoborski-0/+1
2015-02-15Rollup merge of #22339 - petrochenkov:int, r=huonwManish Goregaokar-4/+4
2015-02-15Fix the falloutVadim Petrochenkov-4/+4
2015-02-13Remove `_VALUE` from the float extremes constants.Huon Wilson-11/+37
2015-01-30Test fixes and rebase conflictsAlex Crichton-4/+4
2015-01-30rollup merge of #21718: alexcrichton/stabilize-from-strAlex Crichton-51/+123
2015-01-30std: Stabilize FromStr and parseAlex Crichton-51/+123
2015-01-30fix falloutJorge Aparicio-2/+2
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-10/+10
2015-01-25Moving away from deprecated i/u suffixes in libcoreAlfie John-10/+10
2015-01-23grandfathered -> rust1Brian Anderson-59/+59
2015-01-23Deprecated attributes don't take 'feature' names and are paired with stable/u...Brian Anderson-32/+64
2015-01-23Set unstable feature names appropriatelyBrian Anderson-57/+57
2015-01-21Remove 'since' from unstable attributesBrian Anderson-57/+57
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-148/+178
2015-01-17Register new snapshots.Eduard Burtescu-13/+8
2015-01-08Improvements to feature stagingBrian Anderson-22/+22
2015-01-07Test fixes and rebase conflictsAlex Crichton-2/+6
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-2/+2
2015-01-07rollup merge of #20708: aturon/new-int-modulesAlex Crichton-6/+53
2015-01-07use slicing sugarJorge Aparicio-2/+2
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-6/+9
2015-01-07Add isize, usize modules, deprecate int, uint modulesAaron Turon-6/+53
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-2/+2
2015-01-07markers -> markerNick Cameron-2/+2
2015-01-07Replace full slice notation with index callsNick Cameron-2/+2