| Age | Commit message (Expand) | Author | Lines |
| 2013-09-28 | std::vec: Remove functions concat, connect | blake2-ppc | -28/+12 |
| 2013-09-27 | auto merge of #9559 : sfackler/rust/more-visibility, r=alexcrichton | bors | -11/+11 |
| 2013-09-28 | std::vec: Sane implementations for connect_vec and concat_vec | blake2-ppc | -26/+15 |
| 2013-09-28 | std::vec: Add benchmark for .concat_vec and .connect_vec | blake2-ppc | -0/+18 |
| 2013-09-27 | auto merge of #9557 : blake2-ppc/rust/vec-lifetime-token, r=thestinger | bors | -6/+6 |
| 2013-09-27 | auto merge of #9556 : alexcrichton/rust/less-at-mut, r=luqmana | bors | -353/+308 |
| 2013-09-27 | rustdoc: Include source files with documentation | Alex Crichton | -12/+213 |
| 2013-09-27 | auto merge of #9553 : brson/rust/lesscxx, r=thestinger | bors | -18/+0 |
| 2013-09-27 | auto merge of #9552 : brson/rust/0.9-pre, r=alexcrichton | bors | -13/+13 |
| 2013-09-27 | Suppress warning by removing unused import | Flavio Percoco | -1/+0 |
| 2013-09-27 | auto merge of #9549 : catamorphism/rust/rustpkg-test-command, r=catamorphism,... | bors | -47/+148 |
| 2013-09-27 | rustdoc: Fix search for something on the same page | Alex Crichton | -7/+20 |
| 2013-09-27 | rustdoc: Fix searching for default methods | Alex Crichton | -2/+6 |
| 2013-09-27 | rustdoc: Don't emit redirect pages for variants/fields | Alex Crichton | -56/+45 |
| 2013-09-27 | auto merge of #9535 : alexcrichton/rust/no-format-default, r=thestinger | bors | -17/+14 |
| 2013-09-27 | Remove the notion of an "unknown format" | Alex Crichton | -17/+14 |
| 2013-09-27 | rustpkg: Implement `rustpkg test` | Tim Chevalier | -47/+148 |
| 2013-09-27 | auto merge of #9550 : alexcrichton/rust/remove-printf, r=thestinger | bors | -194/+170 |
| 2013-09-27 | auto merge of #9548 : thestinger/rust/internal, r=alexcrichton | bors | -17/+8 |
| 2013-09-27 | auto merge of #9540 : alexcrichton/rust/more-rustdoc-improvements, r=brson | bors | -43/+204 |
| 2013-09-27 | auto merge of #9538 : thestinger/rust/type_use, r=pcwalton | bors | -626/+21 |
| 2013-09-27 | auto merge of #9527 : bmaxa/rust/master, r=alexcrichton | bors | -2/+11 |
| 2013-09-27 | Register new snapshots | Alex Crichton | -50/+8 |
| 2013-09-26 | auto merge of #9352 : erickt/rust/master, r=huonw | bors | -45/+229 |
| 2013-09-26 | std: simplify vec.with_c_str | Erick Tryzelaar | -28/+20 |
| 2013-09-26 | std: add micro optimization to vec.with_c_str_unchecked | Erick Tryzelaar | -0/+47 |
| 2013-09-26 | std: Up vec.with_c_str's stack buffer to 128 | Erick Tryzelaar | -1/+1 |
| 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 | -22/+22 |
| 2013-09-26 | auto merge of #9525 : klutzy/rust/obsolete-span-fix, r=alexcrichton | bors | -6/+9 |
| 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 | Remove `@mut Resolver` | Alex Crichton | -353/+308 |
| 2013-09-26 | auto merge of #9523 : huonw/rust/kud1ing-docs, r=huonw | bors | -69/+69 |
| 2013-09-26 | auto merge of #9504 : brson/rust/continue, r=alexcrichton | bors | -42/+60 |
| 2013-09-26 | Remove a little bit of unused C++ | Brian Anderson | -18/+0 |
| 2013-09-26 | Update version numbers to 0.9-pre | Brian Anderson | -13/+13 |
| 2013-09-26 | auto merge of #9261 : alexcrichton/rust/logging, r=huonw | bors | -137/+82 |
| 2013-09-26 | Update the compiler to not use printf/printfln | Alex Crichton | -174/+170 |
| 2013-09-26 | Remove the printf{,ln}! macros | Alex Crichton | -20/+0 |
| 2013-09-26 | mark globals as internal when not building a library | Daniel Micay | -17/+8 |
| 2013-09-26 | auto merge of #9484 : alexcrichton/rust/fix-cfg-inner-item, r=pcwalton | bors | -0/+46 |
| 2013-09-26 | Add 'continue' keyword to emacs, vim, gedit, kate | Brian Anderson | -1/+4 |
| 2013-09-26 | Add 'continue' as a synonym for 'loop' | Brian Anderson | -41/+56 |
| 2013-09-26 | remove type_use | Daniel Micay | -626/+21 |
| 2013-09-26 | Ensure that skipped items aren't encoded | Alex Crichton | -0/+46 |