about summary refs log tree commit diff
path: root/src/libstd/num/u64.rs
AgeCommit message (Expand)AuthorLines
2015-08-17std: Clean up primitive integer modulesAlex Crichton-19/+0
2015-07-20Address feedbackBrian Anderson-1/+1
2015-07-20std: Create separate docs for the primitivesBrian Anderson-1/+2
2015-07-20doc: Clean up primitive short descriptionsBrian Anderson-1/+1
2015-01-23grandfathered -> rust1Brian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-2/+0
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-1/+1
2014-12-13libstd: use unboxed closuresJorge Aparicio-0/+2
2014-11-18libs: stabilize most numerics after RFC changesAaron Turon-1/+1
2014-11-16Move FromStr to core::strBrendan Zabarauskas-5/+0
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-2/+1
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-1/+0
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-0/+1
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-1/+0
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-1/+1
2014-06-24std: Add stability attributes to primitive numeric modulesBrian Anderson-0/+1
2014-05-31rustdoc: Create anchor pages for primitive typesAlex Crichton-0/+2
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-0/+1
2014-05-15std: Delegate some integer formatting to core::fmtAlex Crichton-1/+0
2014-05-08Handle breakage after libcore splitKevin Ballard-2/+1
2014-05-07core: Inherit the specific numeric modulesAlex Crichton-43/+6
2014-05-03Add lint check for negating uint literals and variables.Falco Hirschenberger-0/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-02-24Remove std::from_str::FromStr from the preludeBrendan Zabarauskas-0/+1
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-1/+1
2014-02-14Enable 64-bit checked multiplication on 32-bitAlex Crichton-2/+0
2014-01-16Merge Bitwise and BitCount traits and remove from prelude, along with BoundedBrendan Zabarauskas-1/+1
2013-12-27std: uniform modules titles for docLuca Bruno-1/+1
2013-11-29Removed module macro workaround for signed and unsigned integersMarvin Löbel-3/+10
2013-09-09Fix unused import warnings on 32bit systemsBrendan Zabarauskas-1/+3
2013-09-08Moved checked trait impls out of std::numBrendan Zabarauskas-0/+37
2013-05-24Remove usage of the #[merge] hack with int modulesAlex Crichton-0/+14