| Age | Commit message (Expand) | Author | Lines |
| 2013-09-26 | std: Remove an unnecessary comment from c_str | Erick Tryzelaar | -3/+0 |
| 2013-09-26 | std: Micro-optimize vec.with_c_str for short vectors | Erick Tryzelaar | -14/+52 |
| 2013-09-26 | std: Add benchmarks to c_str | Erick Tryzelaar | -0/+103 |
| 2013-09-26 | std: implement Container for CString | Erick Tryzelaar | -2/+10 |
| 2013-09-26 | std: removed some warnings in tests. | Erick Tryzelaar | -7/+6 |
| 2013-09-26 | std and rustc: Convert users of c_str to use .with_c_str | Erick Tryzelaar | -16/+16 |
| 2013-09-26 | Visibility fixes | Steven Fackler | -11/+11 |
| 2013-09-27 | std::vec: Use a valid value as lifetime dummy in iterator | blake2-ppc | -6/+6 |
| 2013-09-26 | Update version numbers to 0.9-pre | Brian Anderson | -2/+2 |
| 2013-09-26 | auto merge of #9261 : alexcrichton/rust/logging, r=huonw | bors | -58/+72 |
| 2013-09-26 | Update the compiler to not use printf/printfln | Alex Crichton | -24/+24 |
| 2013-09-26 | Document std::ops. | Steve Klabnik | -2/+410 |
| 2013-09-26 | auto merge of #9507 : brson/rust/sched, r=alexcrichton | bors | -32/+141 |
| 2013-09-26 | auto merge of #9506 : sfackler/rust/visibility, r=alexcrichton | bors | -2/+2 |
| 2013-09-26 | auto merge of #9497 : pnkfelix/rust/fsk-7752-use-fcnptr-for-glob-errfunc, r=cmr | bors | -2/+2 |
| 2013-09-26 | auto merge of #9490 : alexcrichton/rust/issue-9487, r=cmr | bors | -6/+10 |
| 2013-09-25 | auto merge of #9404 : blake2-ppc/rust/result-map-opt, r=cmr | bors | -13/+0 |
| 2013-09-25 | std::rt: Implement task yielding. Fix a starvation problem | Brian Anderson | -32/+141 |
| 2013-09-26 | Moved StrSlice doc comments from impl to trait. | Marvin Löbel | -336/+410 |
| 2013-09-25 | Some struct visibility fixes | Steven Fackler | -2/+2 |
| 2013-09-25 | Refactor the logging system for fewer allocations | Alex Crichton | -58/+72 |
| 2013-09-25 | errfunc ptr is nullable, so use Option as part of interface to glob (#7752). | Felix S. Klock II | -1/+2 |
| 2013-09-25 | rustdoc: Strip hidden docs by default. | Alex Crichton | -2/+1 |
| 2013-09-25 | rustdoc: Change all code-blocks with a script | Alex Crichton | -299/+299 |
| 2013-09-25 | auto merge of #9498 : catamorphism/rust/rust-path-hack-fix, r=cmr,metajack | bors | -0/+54 |
| 2013-09-25 | Don't die in try_unsafe_borrow if tls isn't ready | Alex Crichton | -6/+10 |
| 2013-09-25 | auto merge of #9493 : huonw/rust/move-tuples, r=thestinger | bors | -102/+104 |
| 2013-09-25 | rustpkg: Search for packages correctly when using the rust_path_hack | Tim Chevalier | -22/+31 |
| 2013-09-25 | std: Add an is_parent_of method to Path | Tim Chevalier | -0/+45 |
| 2013-09-25 | #7752: use fcnptr for glob errfunc. | Felix S. Klock II | -2/+1 |
| 2013-09-25 | auto merge of #9455 : jesseray/rust/master, r=pnkfelix | bors | -0/+24 |
| 2013-09-25 | std: Replace CloneableTuple with Tuple, which takes self by-val. | Huon Wilson | -102/+104 |
| 2013-09-24 | auto merge of #9470 : luqmana/rust/bba, r=brson | bors | -17/+14 |
| 2013-09-24 | Remove the annihilate function from the crate map. Fixes #8431 | Luqman Aden | -17/+14 |
| 2013-09-24 | auto merge of #9336 : alexcrichton/rust/issue-7981, r=catamorphism | bors | -2/+2 |
| 2013-09-24 | Stop accepting 'impl ...;', require {} instead | Alex Crichton | -2/+2 |
| 2013-09-24 | Do not imply that str is sometimes null-terminated. | Simon Sapin | -2/+2 |
| 2013-09-24 | auto merge of #9457 : klutzy/rust/doc-fix, r=alexcrichton | bors | -2/+2 |
| 2013-09-23 | auto merge of #9449 : dckc/rust/patch-1, r=alexcrichton | bors | -1/+1 |
| 2013-09-24 | std::local_data: Fix document code | klutzy | -2/+2 |
| 2013-09-23 | auto merge of #9454 : alexcrichton/rust/snapshot, r=thestinger | bors | -65/+4 |
| 2013-09-23 | Register new snapshots | Alex Crichton | -65/+4 |
| 2013-09-23 | remove apostrophe where it's is not used as a contraction | Dan Connolly | -1/+1 |
| 2013-09-23 | test: Fix rustdoc and tests. | Patrick Walton | -11/+0 |
| 2013-09-23 | librustc: Remove `@fn` managed closures from the language. | Patrick Walton | -12/+29 |
| 2013-09-23 | libsyntax: Introduce routines and remove all `@fn`s from libsyntax save the o... | Patrick Walton | -9/+43 |
| 2013-09-23 | auto merge of #9301 : luqmana/rust/ncm, r=brson | bors | -4/+103 |
| 2013-09-23 | Find the cratemap at runtime on windows. | Luqman Aden | -4/+23 |
| 2013-09-23 | Added is_control function, method, and tests. | Jesse Ray | -0/+24 |
| 2013-09-22 | disable starvation test completely for now | Daniel Micay | -13/+10 |