summary refs log tree commit diff
path: root/src/librand/lib.rs
AgeCommit message (Expand)AuthorLines
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-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-14More test fixesAlex Crichton-3/+3
2015-04-14rand: Delete all doc testsAlex Crichton-139/+0
2015-04-14test: Fixup many library unit testsAlex Crichton-10/+6
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-5/+3
2015-03-31Test fixes and rebase conflicts, round 1Alex Crichton-1/+1
2015-03-31rollup merge of #23886: demelev/remove_as_slice_usageAlex Crichton-3/+3
2015-03-31Stabilize std::numAaron Turon-0/+1
2015-03-31replace deprecated as_slice()Emeliov Dmitrii-3/+3
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-9/+8
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+12
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-10/+11
2015-03-11Example -> ExamplesSteve Klabnik-12/+12
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-1/+1
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-2/+2
2015-02-20try to reduce bajillion warningsAlexis-0/+2
2015-02-18Fallout: add phantom data to librandNiko Matsakis-1/+3
2015-02-17Register new snapshotsAlex Crichton-11/+0
2015-02-07Feature-gate #![no_std]Keegan McAllister-0/+1
2015-02-07Don't use std:: paths in syntax extensions when compiling a #![no_std] crateKeegan McAllister-1/+2
2015-02-06Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichtonManish Goregaokar-1/+0
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-0/+1
2015-02-04Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichtonbors-0/+4
2015-02-03Switch missing_copy_implementations to default-allowSteven Fackler-1/+0
2015-02-04Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`.Huon Wilson-0/+4
2015-02-03Auto merge of #21613 - alfie:suffix-small, r=alexcrichtonbors-5/+5
2015-02-02More deprecating of i/u suffixesAlfie John-5/+5
2015-02-02`for x in xs.iter_mut()` -> `for x in &mut xs`Jorge Aparicio-1/+1
2015-01-30Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-3/+3
2015-01-30fix falloutJorge Aparicio-0/+2
2015-01-30Remove all `i` suffixesTobias Bucher-3/+3
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+2
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-2/+1
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-1/+1
2015-01-08Remove warning from the libraries.Huon Wilson-1/+1
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07Test fixes and rebase conflictsAlex Crichton-3/+3
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-1/+1