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