| Age | Commit message (Expand) | Author | Lines |
| 2013-10-05 | Implement feature-gating for the compiler | Alex Crichton | -0/+2 |
| 2013-10-05 | auto merge of #9734 : luisbg/rust/master, r=alexcrichton | bors | -2/+0 |
| 2013-10-05 | extra: remove commented out 'X' and 'x' formats | Luis de Bethencourt | -2/+0 |
| 2013-10-05 | auto merge of #9250 : erickt/rust/num, r=erickt | bors | -284/+489 |
| 2013-10-05 | extra: fix BigInt on 32bit machines | Erick Tryzelaar | -127/+139 |
| 2013-10-05 | extra: Don't truncate {u64,i64} when converting to BigInts | Erick Tryzelaar | -19/+121 |
| 2013-10-03 | extra: remove unnecessary second level functions | Luis de Bethencourt | -11/+4 |
| 2013-10-03 | auto merge of #9691 : alexcrichton/rust/rustdoc, r=cmr | bors | -1/+2 |
| 2013-10-02 | auto merge of #9689 : luisbg/rust/strftime, r=alexcrichton | bors | -8/+7 |
| 2013-10-02 | rustdoc: Generate hyperlinks between crates | Alex Crichton | -1/+2 |
| 2013-10-02 | extra: %W and %+ support in time::strftime | Luis de Bethencourt | -8/+7 |
| 2013-10-02 | auto merge of #9675 : sfackler/rust/lint, r=alexcrichton | bors | -0/+10 |
| 2013-10-02 | auto merge of #9670 : luisbg/rust/strftime, r=alexcrichton | bors | -8/+61 |
| 2013-10-02 | Check enums in missing_doc lint | Steven Fackler | -0/+10 |
| 2013-10-02 | extra: %G, %g and %V support in time::strftime | Luis de Bethencourt | -6/+59 |
| 2013-10-02 | extra: Add ToBigInt and ToBigUint traits | Erick Tryzelaar | -0/+90 |
| 2013-10-02 | std: Swap {To,From}Primitive to use the 64bit as the unimplemented version | Erick Tryzelaar | -24/+24 |
| 2013-10-02 | std: Replace num::IntConvertible with {To,From}Primitive | Erick Tryzelaar | -214/+215 |
| 2013-10-02 | auto merge of #9665 : alexcrichton/rust/snapshot, r=brson | bors | -13/+13 |
| 2013-10-01 | extra: %U support in time::strftime | Luis de Bethencourt | -2/+2 |
| 2013-10-01 | Migrate users of 'loop' to 'continue' | Alex Crichton | -13/+13 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -185/+152 |
| 2013-09-30 | syntax: Remove usage of fmt! | Alex Crichton | -2/+2 |
| 2013-09-30 | extra: Remove usage of fmt! | Alex Crichton | -421/+424 |
| 2013-09-27 | auto merge of #9552 : brson/rust/0.9-pre, r=alexcrichton | bors | -1/+1 |
| 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 |