| Age | Commit message (Expand) | Author | Lines |
| 2013-09-27 | auto merge of #9550 : alexcrichton/rust/remove-printf, r=thestinger | bors | -11/+11 |
| 2013-09-26 | auto merge of #9523 : huonw/rust/kud1ing-docs, r=huonw | bors | -69/+69 |
| 2013-09-26 | Update version numbers to 0.9-pre | Brian Anderson | -1/+1 |
| 2013-09-26 | Update the compiler to not use printf/printfln | Alex Crichton | -11/+11 |
| 2013-09-26 | auto merge of #9520 : blake2-ppc/rust/ringbuf-swap, r=thestinger | bors | -0/+21 |
| 2013-09-26 | auto merge of #9506 : sfackler/rust/visibility, r=alexcrichton | bors | -2/+2 |
| 2013-09-26 | auto merge of #9503 : dcrewi/rust/fix-digest-visibility, r=alexcrichton | bors | -7/+13 |
| 2013-09-26 | bitv: backticks for code in documentation | kud1ing | -24/+24 |
| 2013-09-26 | bigint: backticks for code in documentation | kud1ing | -35/+35 |
| 2013-09-26 | base64: backticks for code in documentation | kud1ing | -5/+5 |
| 2013-09-26 | Enclose code in documentation in backticks | kud1ing | -5/+5 |
| 2013-09-26 | auto merge of #9500 : fhahn/rust/rename-str_from_bytes-fix, r=alexcrichton | bors | -4/+4 |
| 2013-09-26 | extra::ringbuf: Implement method `.swap(uint, uint)` just like vector | blake2-ppc | -0/+21 |
| 2013-09-25 | Some struct visibility fixes | Steven Fackler | -2/+2 |
| 2013-09-25 | Fix visibility of digest implementations | David Creswick | -7/+13 |
| 2013-09-25 | auto merge of #9475 : alexcrichton/rust/rustdoc++, r=cmr | bors | -32/+31 |
| 2013-09-25 | rustdoc: Strip hidden docs by default. | Alex Crichton | -2/+1 |
| 2013-09-25 | rustdoc: Improve comment stripping | Alex Crichton | -2/+2 |
| 2013-09-25 | rustdoc: Change all code-blocks with a script | Alex Crichton | -28/+28 |
| 2013-09-25 | auto merge of #9345 : Dretch/rust/digest-result-bytes, r=cmr | bors | -14/+16 |
| 2013-09-25 | Rename from_utf8 to from_bytes again | Florian Hahn | -4/+4 |
| 2013-09-25 | auto merge of #9432 : alexcrichton/rust/correct-item-visibility, r=pcwalton | bors | -8/+8 |
| 2013-09-24 | Don't use libc::exit. #9473 | Brian Anderson | -12/+11 |
| 2013-09-24 | Correctly encode item visibility in metadata | Alex Crichton | -8/+8 |
| 2013-09-23 | librustc: Fix merge fallout. | Patrick Walton | -10/+23 |
| 2013-09-23 | test: Fix rustdoc and tests. | Patrick Walton | -1/+4 |
| 2013-09-23 | librustc: Remove `@fn` managed closures from the language. | Patrick Walton | -30/+24 |
| 2013-09-23 | libsyntax: Introduce routines and remove all `@fn`s from libsyntax save the o... | Patrick Walton | -19/+31 |
| 2013-09-22 | Add docs for extra::semver | Scott Lawrence | -4/+30 |
| 2013-09-23 | std: merge rand::{Rng,RngUtil} with default methods. | Huon Wilson | -25/+24 |
| 2013-09-21 | Update version numbers to 0.8 | Brian Anderson | -1/+1 |
| 2013-09-21 | auto merge of #9380 : thestinger/rust/par, r=alexcrichton | bors | -143/+0 |
| 2013-09-21 | auto merge of #9360 : huonw/rust/4449, r=pnkfelix | bors | -6/+2 |
| 2013-09-20 | Implement a web backend for rustdoc_ng | Alex Crichton | -0/+4 |
| 2013-09-21 | drop `extra::par` | Daniel Micay | -143/+0 |
| 2013-09-20 | Uncomment a test. Fixes #4449. | Huon Wilson | -6/+2 |
| 2013-09-20 | auto merge of #9320 : chris-morgan/rust/unreachable-macro-part-two-of-two-con... | bors | -5/+5 |
| 2013-09-20 | Add a new Digest.result_bytes convenience function. | Gareth Smith | -14/+16 |
| 2013-09-19 | Clean up unused imports | Steven Fackler | -6/+1 |
| 2013-09-19 | Add Future::spawn_with | Steven Fackler | -0/+23 |
| 2013-09-19 | Modernize extra::future API | Steven Fackler | -72/+64 |
| 2013-09-19 | Removed future's destructor | Steven Fackler | -9/+0 |
| 2013-09-19 | auto merge of #9267 : Kimundi/rust/master, r=huonw | bors | -506/+533 |
| 2013-09-19 | Turned extra::getopts functions into methods | Marvin Löbel | -506/+533 |
| 2013-09-19 | auto merge of #9291 : jzelinskie/rust/remove-cond, r=alexcrichton | bors | -2/+2 |
| 2013-09-19 | Replace unreachable() calls with unreachable!(). | Chris Morgan | -5/+5 |
| 2013-09-18 | Register new snapshots | Alex Crichton | -59/+1 |
| 2013-09-18 | Remove and replace cond! Closes #9282. | Jimmy Zelinskie | -2/+2 |
| 2013-09-17 | auto merge of #9133 : dcrewi/rust/bigint-random-range, r=huonw | bors | -2/+140 |
| 2013-09-17 | Generate random big integers within a range | David Creswick | -2/+140 |