about summary refs log tree commit diff
path: root/src/librand
AgeCommit message (Expand)AuthorLines
2015-08-15libc,rand: Add issues for all unstable featuresAlex Crichton-1/+2
2015-08-12Fallout in libs -- misc missing bounds uncovered by WF checks.Niko Matsakis-1/+2
2015-08-11rollup merge of #27678: alexcrichton/snapshotsAlex Crichton-24/+0
2015-08-11rollup merge of #27622: eefriedman/https-urlAlex Crichton-3/+3
2015-08-11Register new snapshotsAlex Crichton-24/+0
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-3/+3
2015-08-09Replace many uses of `mem::transmute` with more specific functionsTobias Bucher-3/+3
2015-08-03syntax: Implement #![no_core]Alex Crichton-11/+21
2015-07-14Fix negate_unsigned feature gate checkSimonas Kazlauskas-1/+0
2015-07-09Use vec![elt; n] where possibleUlrik Sverdrup-1/+1
2015-07-01Auto merge of #26711 - bluss:doc-hide-rand, r=steveklabnikbors-0/+1
2015-07-01Hide SampleRange trait from docsUlrik Sverdrup-0/+1
2015-06-29Hide the Rand trait from docsSteve Klabnik-0/+1
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+1
2015-06-17core: Split apart the global `core` featureAlex Crichton-0/+4
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-3/+3
2015-06-07change some statics to constantsOliver 'ker' Schneider-2/+2
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-05-08Add a reason to the libc & rand instability.Huon Wilson-1/+2
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-5/+5
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-10/+5
2015-04-21rollup merge of #24541: alexcrichton/issue-24538Alex Crichton-2/+0
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-1/+0
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-9/+5
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-2/+0
2015-04-17std: 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