| Age | Commit message (Expand) | Author | Lines |
| 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-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 | 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 | auto merge of #9261 : alexcrichton/rust/logging, r=huonw | bors | -137/+82 |
| 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 |
| 2013-09-26 | rustdoc: Render stability attributes | Alex Crichton | -1/+49 |
| 2013-09-26 | auto merge of #9520 : blake2-ppc/rust/ringbuf-swap, r=thestinger | bors | -0/+21 |
| 2013-09-26 | rustdoc: Strip implementations of private traits | Alex Crichton | -6/+44 |
| 2013-09-26 | auto merge of #9515 : pnkfelix/rust/fsk-test-for-issue-5153, r=alexcrichton | bors | -0/+23 |
| 2013-09-26 | rustdoc: Generate documentation for foreign items | Alex Crichton | -33/+88 |
| 2013-09-26 | rustdoc: Fix broken struct field search links | Alex Crichton | -3/+23 |
| 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 | -4/+4 |
| 2013-09-26 | Fix ICE caused by my previous patch, that is, if super trait had more | Branimir | -2/+11 |
| 2013-09-26 | auto merge of #9503 : dcrewi/rust/fix-digest-visibility, r=alexcrichton | bors | -7/+13 |
| 2013-09-26 | syntax: Fix wrong span on trait fn visibility | klutzy | -1/+2 |
| 2013-09-26 | syntax: Fix wrong span on ObsoleteMode | klutzy | -4/+6 |
| 2013-09-26 | syntax: Fix wrong span on ObsoleteEmptyImpl | klutzy | -1/+1 |
| 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 | auto merge of #9497 : pnkfelix/rust/fsk-7752-use-fcnptr-for-glob-errfunc, r=cmr | bors | -2/+2 |
| 2013-09-26 | auto merge of #9464 : bmaxa/rust/master, r=cmr | bors | -6/+66 |
| 2013-09-26 | fix for issue #9394 | Branimir | -6/+66 |
| 2013-09-26 | auto merge of #9490 : alexcrichton/rust/issue-9487, r=cmr | bors | -6/+30 |
| 2013-09-26 | Regression test for ICE. Fix #5153. | Felix S. Klock II | -0/+23 |
| 2013-09-26 | extra::ringbuf: Implement method `.swap(uint, uint)` just like vector | blake2-ppc | -0/+21 |
| 2013-09-25 | auto merge of #9404 : blake2-ppc/rust/result-map-opt, r=cmr | bors | -13/+0 |
| 2013-09-25 | auto merge of #9392 : Kimundi/rust/str_docs, r=cmr | bors | -336/+410 |
| 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 |