summary refs log tree commit diff
path: root/src/librand
AgeCommit message (Expand)AuthorLines
2015-05-11Add a reason to the libc & rand instability.Huon Wilson-1/+2
2015-04-23std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-1/+0
2015-04-23std: Remove deprecated/unstable num functionalityAlex Crichton-9/+5
2015-04-23std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-2/+0
2015-04-14More test fixesAlex Crichton-3/+3
2015-04-14rand: Delete all doc testsAlex Crichton-288/+0
2015-04-14test: Fixup many library unit testsAlex Crichton-62/+6
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-5/+3
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-6/+6
2015-04-02Test fixes and rebase conflicts, round 2Alex Crichton-1/+1
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-6/+6
2015-03-31Test fixes and rebase conflicts, round 1Alex Crichton-1/+1
2015-03-31rollup merge of #23886: demelev/remove_as_slice_usageAlex Crichton-4/+4
2015-03-31rollup merge of #23549: aturon/stab-numAlex Crichton-6/+7
2015-03-31Stabilize std::numAaron Turon-6/+7
2015-03-31replace deprecated as_slice()Emeliov Dmitrii-4/+4
2015-03-30Fallout where types must be specified.Niko Matsakis-2/+2
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-1/+1
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-1/+1
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-31/+30
2015-03-27rollup merge of #23776: nrc/allow_trivial_castAlex Crichton-3/+0
2015-03-27Change the trivial cast lints to allow by defaultNick Cameron-3/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-31/+30
2015-03-26Deprecate as_mut_slice methodsErick Tryzelaar-1/+1
2015-03-25Change lint names to pluralsNick Cameron-2/+2
2015-03-25Add trivial cast lints.Nick Cameron-0/+3
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+22
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-20/+21
2015-03-16impl {i,u}{8,16,32,64,size}Jorge Aparicio-1/+1
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-20/+21
2015-03-13Deprecate range, range_step, count, distributionsAaron Turon-2/+0
2015-03-11Example -> ExamplesSteve Klabnik-22/+22
2015-03-09rand: Use wrapping operations everywhereAlex Crichton-121/+125
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-10/+10
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-9/+9
2015-03-04Auto merge of #22920 - tshepang:remove-some-warnings, r=huonwbors-1/+0
2015-03-03Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddybbors-74/+78
2015-03-03Accommodate arith-overflow in `rand` and `std::rand`.Felix S. Klock II-36/+39
2015-03-03Add `core::num::wrapping` and fix overflow errors.James Miller-38/+39
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-7/+7
2015-03-01remove some compiler warningsTshepang Lekhonkhobe-1/+0
2015-03-01Fix errors, remove unused filesGuillaumeGomez-12/+12
2015-02-26Revert hacks and add test for LLVM aborts due to empty aggregates.Eduard Burtescu-5/+1
2015-02-20try to reduce bajillion warningsAlexis-0/+2
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-3/+12
2015-02-18rollup merge of #22287: Ryman/purge_carthographersAlex Crichton-2/+2
2015-02-18Fallout: add phantom data to librandNiko Matsakis-3/+12