| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | -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 |
| 2013-09-25 | Some struct visibility fixes | Steven Fackler | -4/+4 |
| 2013-09-25 | auto merge of #9502 : brson/rust/fix-logo-icon, r=brson | bors | -0/+0 |
| 2013-09-25 | Fix visibility of digest implementations | David Creswick | -7/+13 |
| 2013-09-25 | Refactor the logging system for fewer allocations | Alex Crichton | -137/+82 |
| 2013-09-25 | auto merge of #9475 : alexcrichton/rust/rustdoc++, r=cmr | bors | -572/+6415 |
| 2013-09-25 | Fix the rust logo icon | Brian Anderson | -0/+0 |
| 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: Fix merge fallout | Alex Crichton | -1/+1 |
| 2013-09-25 | rustdoc: Fix an unindentation bug when collapsing | Alex Crichton | -1/+1 |
| 2013-09-25 | rustdoc: Collapse before unindenting | Alex Crichton | -3/+2 |
| 2013-09-25 | rustdoc: Reduce ambiguity with clean::Type | Alex Crichton | -22/+16 |
| 2013-09-25 | rustdoc: Strip hidden docs by default. | Alex Crichton | -4/+3 |
| 2013-09-25 | rustdoc: Highlight function names | Alex Crichton | -2/+3 |
| 2013-09-25 | rustdoc: Start rendering variants (redirect to enum) | Alex Crichton | -1/+12 |
| 2013-09-25 | rustdoc: Linkify all reexports. | Alex Crichton | -34/+227 |
| 2013-09-25 | rustdoc: Implement stripping based on privacy | Alex Crichton | -5/+91 |
| 2013-09-25 | rustdoc: Emit purity to function dox for traits | Alex Crichton | -13/+21 |
| 2013-09-25 | rustdoc: Add the ability to list all passes | Alex Crichton | -34/+45 |
| 2013-09-25 | rustdoc: Improve comment stripping | Alex Crichton | -17/+42 |
| 2013-09-25 | rustdoc: Enable various useful markdown extensions | Alex Crichton | -1/+12 |
| 2013-09-25 | rustdoc: Change all code-blocks with a script | Alex Crichton | -386/+386 |