summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-10-09std::rand::reader: describe cfg!(endianness).Huon Wilson-0/+4
2013-10-09std::rand: Correct the implementation of Rand for f32 & f64.Huon Wilson-8/+29
2013-10-09Documentation & address minor point.Huon Wilson-4/+8
2013-10-09std::rand: remove `seed`.Huon Wilson-52/+42
2013-10-09Convert rt::sched::new_sched_rng to use open/read/close rather than f*.Huon Wilson-16/+10
2013-10-09std::rand: adjust the f32 & f64 Rand instances.Huon Wilson-7/+8
2013-10-09std::rand: documentation additions & fixes.Huon Wilson-9/+52
2013-10-09std::rand: move the Rand impls into a separate file for neatness.Huon Wilson-167/+201
2013-10-09std::rand: add & split some tests.Huon Wilson-7/+82
2013-10-09std::rand: make the windows OSRng more correct, remove some C++.Huon Wilson-151/+110
2013-10-09std::rand: improve the task_rng code.Huon Wilson-20/+134
2013-10-09std::rand: Add a trait for seeding RNGs: SeedableRng.Huon Wilson-113/+232
2013-10-09std::rand: Add ReseedingRng, which will reseed an RNG after it generates a ce...Huon Wilson-0/+129
2013-10-09std::rand: add the StdRng wrapper for a blessed RNG.Huon Wilson-7/+54
2013-10-09std::rand: Add OSRng, ReaderRng wrappers around the OS RNG & generic Readers ...Huon Wilson-30/+435
2013-10-09std::rand: Add an implementation of ISAAC64.Huon Wilson-64/+295
2013-10-09std::rand: move the Isaac implementation to its own file.Huon Wilson-184/+207
2013-10-09Change default lint output format.Geoff Hill-5/+41
2013-10-08Make std::rt::io::extensions publicSteven Fackler-1/+1
2013-10-08auto merge of #9753 : alexcrichton/rust/macro-attrs, r=brsonbors-10/+36
2013-10-08Allow attributes on macrosAlex Crichton-10/+36
2013-10-08auto merge of #9771 : alexcrichton/rust/snapshots, r=thestingerbors-19/+8
2013-10-08Fix float to float ToPrimitive implementation.Sébastien Crozet-2/+1
2013-10-08auto merge of #9757 : erickt/rust/master, r=alexcrichtonbors-3/+48
2013-10-08Register new snapshotsAlex Crichton-19/+8
2013-10-08auto merge of #9756 : catamorphism/rust/issue-2354, r=alexcrichtonbors-9/+25
2013-10-08auto merge of #9768 : pnkfelix/rust/fsk-fix-issue-9762, r=bstriebors-11/+40
2013-10-08rm useless fast_ffi attributesDaniel Micay-490/+0
2013-10-08Add bindings for start and ends of keyword ranges; use bindings in match arms.Felix S. Klock II-11/+40
2013-10-08auto merge of #9759 : thestinger/rust/immediate, r=alexcrichtonbors-6/+4
2013-10-08make small ty_struct immediateDaniel Micay-6/+4
2013-10-08debuginfo: Unified namespace generation approach for crate-local and external...Michael Woerister-222/+109
2013-10-07auto merge of #9674 : ben0x539/rust/raw-str, r=alexcrichtonbors-75/+236
2013-10-07auto merge of #9735 : alexcrichton/rust/privacy, r=cmrbors-1214/+1683
2013-10-07Fix merge fallout of privacy changesAlex Crichton-14/+70
2013-10-07std: fix an infinite loop in num::ToPrimitive and add testsErick Tryzelaar-3/+48
2013-10-08pp: add test for raw strs in non-expression positionsBenjamin Herr-0/+16
2013-10-07auto merge of #9747 : dim-an/rust/fix-match, r=alexcrichtonbors-27/+76
2013-10-08add new enum ast::StrStyle as field to ast::lit_strBenjamin Herr-73/+92
2013-10-07syntax: Remove unnecessary @Tim Chevalier-3/+3
2013-10-07syntax: Display spans for open delimiters when a file ends prematurelyTim Chevalier-9/+25
2013-10-08add token::LIT_STR_RAW(ident, num of # symbols)Benjamin Herr-5/+23
2013-10-08add vim syntax highlighting support for raw string literalsBenjamin Herr-0/+1
2013-10-08lex raw string literals, like r#"blah"#Benjamin Herr-2/+107
2013-10-08pp: print spaces around '=' in 'extern mod blah = "blah"'Benjamin Herr-0/+2
2013-10-07stop zeroing the drop flag in drop glueDaniel Micay-1/+0
2013-10-07rm special case for ty_struct from take glueDaniel Micay-17/+0
2013-10-07Fix existing privacy/visibility violationsAlex Crichton-111/+168
2013-10-07Extract privacy checking from name resolutionAlex Crichton-1103/+1459
2013-10-07Fix bug in match checkingDmitry Ermolov-6/+5