summary refs log tree commit diff
path: root/src/libstd/num
AgeCommit message (Expand)AuthorLines
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-1/+10
2014-11-13Deprecate Num, Unsigned and PrimitiveBrendan Zabarauskas-2/+2
2014-11-13Deprecate Zero and One traitsBrendan Zabarauskas-16/+13
2014-11-13Deprecate Bounded traitBrendan Zabarauskas-3/+2
2014-11-13Move checked arithmetic operators into Int traitBrendan Zabarauskas-26/+25
2014-11-13Move saturating operator methods into IntBrendan Zabarauskas-1/+1
2014-11-13Create UnsignedInt trait and deprecate free functionsBrendan Zabarauskas-8/+8
2014-11-13Move abs_sub to FloatMathBrendan Zabarauskas-1/+23
2014-11-13Take parameters by-value in Signed traitBrendan Zabarauskas-20/+20
2014-11-12Fix remaining documentation to reflect fail!() -> panic!()Barosl Lee-6/+6
2014-11-07Fixing #18659juxiliary-1/+17
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-2/+2
2014-11-04Deprecate {f32, f64}::from_str_hexBrendan Zabarauskas-80/+27
2014-11-04Simplify float string conversion function furtherBrendan Zabarauskas-161/+115
2014-11-04Clean up from_str_float and use iteratorsBrendan Zabarauskas-156/+125
2014-11-04Remove unnecessary features from strconvBrendan Zabarauskas-121/+33
2014-11-04Separate string->integer implementation in strconvBrendan Zabarauskas-181/+131
2014-11-01collections: Remove all collections traitsAlex Crichton-1/+0
2014-10-30rollup merge of #18445 : alexcrichton/index-mutAlex Crichton-2/+2
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-6/+6
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-2/+2
2014-10-29Rename fail! to panic!Steve Klabnik-7/+7
2014-10-28Update code with new lint namesAaron Turon-6/+6
2014-10-20auto merge of #18070 : alexcrichton/rust/spring-cleaning, r=aturonbors-174/+26
2014-10-20auto merge of #18174 : huonw/rust/fix-sqrt, r=alexcrichtonbors-0/+22
2014-10-20Handle negative numbers in `sqrt` properly.Huon Wilson-0/+22
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-174/+26
2014-10-13Clean up rustc warnings.NODA, Kai-12/+22
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-13/+3
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-3/+13
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-13/+3
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-2/+2
2014-09-23Deprecate `#[ignore(cfg(...))]`Steven Fackler-2/+2
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-2/+0
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-11/+11
2014-08-06Use byte literals in libstdnham-19/+17
2014-07-23collections: Move push/pop to MutableSeqBrian Anderson-1/+1
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-0/+2
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-26/+26
2014-06-30libstd: set baseline stability levels.Aaron Turon-0/+6
2014-06-24Test fixes from the rollupAlex Crichton-0/+4
2014-06-24std: Add stability attributes to primitive numeric modulesBrian Anderson-0/+23
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-15/+15
2014-06-18Merge the Bitwise and ByteOrder traits into the Int traitBrendan Zabarauskas-1/+1
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-08Fix spelling errors in comments.Joseph Crail-1/+1
2014-06-06Rename Iterator::len to countAaron Turon-1/+0
2014-05-31rustdoc: Create anchor pages for primitive typesAlex Crichton-0/+22
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-6/+6
2014-05-29std: Recreate a `rand` moduleAlex Crichton-14/+14