| Age | Commit message (Expand) | Author | Lines |
| 2013-10-03 | Update std::ops docs as per feedback | Steve Klabnik | -140/+112 |
| 2013-09-26 | Document std::ops. | Steve Klabnik | -2/+410 |
| 2013-09-26 | auto merge of #9490 : alexcrichton/rust/issue-9487, r=cmr | bors | -6/+30 |
| 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-26 | Moved StrSlice doc comments from impl to trait. | Marvin Löbel | -336/+410 |
| 2013-09-25 | auto merge of #9502 : brson/rust/fix-logo-icon, r=brson | bors | -0/+0 |
| 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 | 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 |
| 2013-09-25 | rustdoc: Use sundown for markdown highlighting | Alex Crichton | -52/+103 |
| 2013-09-25 | rustdoc: Add sundown to src/rt/ | Alex Crichton | -0/+5454 |
| 2013-09-25 | auto merge of #9345 : Dretch/rust/digest-result-bytes, r=cmr | bors | -14/+16 |
| 2013-09-25 | auto merge of #9498 : catamorphism/rust/rust-path-hack-fix, r=cmr,metajack | bors | -30/+132 |
| 2013-09-25 | Don't die in try_unsafe_borrow if tls isn't ready | Alex Crichton | -6/+30 |
| 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 | -52/+109 |
| 2013-09-25 | std: Add an is_parent_of method to Path | Tim Chevalier | -0/+45 |
| 2013-09-25 | auto merge of #9428 : alexcrichton/rust/llvm-zlib-and-libffi, r=pnkfelix | bors | -1/+1 |
| 2013-09-25 | auto merge of #9491 : thestinger/rust/noreturn, r=huonw | bors | -0/+6 |
| 2013-09-25 | auto merge of #9492 : pnkfelix/rust/fsk-syntax-visit-refactor-remainder, r=huonw | bors | -259/+250 |
| 2013-09-25 | auto merge of #9455 : jesseray/rust/master, r=pnkfelix | bors | -0/+24 |
| 2013-09-25 | auto merge of #9481 : jbclements/rust/minor-cleanup, r=cmr | bors | -18/+62 |
| 2013-09-25 | Fold env into CheckItemRecursionVisitor. | Felix S. Klock II | -15/+17 |
| 2013-09-25 | Fold ErrorCheckVisitor into Liveness. Removed some @allocation. | Felix S. Klock II | -35/+31 |
| 2013-09-25 | Fold KindAnalysisVisitor into the Context. Removed unused current_item state. | Felix S. Klock II | -45/+38 |
| 2013-09-25 | std: Replace CloneableTuple with Tuple, which takes self by-val. | Huon Wilson | -102/+104 |
| 2013-09-25 | Move unchanging portions of Context over to the Visitor. | Felix S. Klock II | -67/+70 |
| 2013-09-25 | Move unchanging portions of context over to the Visitor. | Felix S. Klock II | -37/+32 |
| 2013-09-25 | Fold context into CalleeTranslationVisitor. | Felix S. Klock II | -11/+12 |
| 2013-09-25 | Fold context into TransItemVisitor. | Felix S. Klock II | -12/+14 |
| 2013-09-25 | Fold type_use.rs Context into its Visitor. | Felix S. Klock II | -21/+18 |
| 2013-09-25 | Move the linearly-updated flag state into the Visitor. | Felix S. Klock II | -16/+18 |
| 2013-09-25 | add `noreturn` attribute to functions returning ! | Daniel Micay | -0/+6 |
| 2013-09-25 | auto merge of #9432 : alexcrichton/rust/correct-item-visibility, r=pcwalton | bors | -304/+639 |
| 2013-09-25 | Fix run-pass tests to have 'pub fn main' | Alex Crichton | -143/+145 |
| 2013-09-24 | auto merge of #9480 : brson/rust/noexit, r=thestinger | bors | -45/+45 |