summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-09-26rustdoc: Render stability attributesAlex Crichton-1/+49
2013-09-26auto merge of #9520 : blake2-ppc/rust/ringbuf-swap, r=thestingerbors-0/+21
2013-09-26rustdoc: Strip implementations of private traitsAlex Crichton-6/+44
2013-09-26auto merge of #9515 : pnkfelix/rust/fsk-test-for-issue-5153, r=alexcrichtonbors-0/+23
2013-09-26rustdoc: Generate documentation for foreign itemsAlex Crichton-33/+88
2013-09-26rustdoc: Fix broken struct field search linksAlex Crichton-3/+23
2013-09-26Document std::ops.Steve Klabnik-2/+410
2013-09-26auto merge of #9507 : brson/rust/sched, r=alexcrichtonbors-32/+141
2013-09-26auto merge of #9506 : sfackler/rust/visibility, r=alexcrichtonbors-4/+4
2013-09-26Fix ICE caused by my previous patch, that is, if super trait had moreBranimir-2/+11
2013-09-26auto merge of #9503 : dcrewi/rust/fix-digest-visibility, r=alexcrichtonbors-7/+13
2013-09-26syntax: Fix wrong span on trait fn visibilityklutzy-1/+2
2013-09-26syntax: Fix wrong span on ObsoleteModeklutzy-4/+6
2013-09-26syntax: Fix wrong span on ObsoleteEmptyImplklutzy-1/+1
2013-09-26bitv: backticks for code in documentationkud1ing-24/+24
2013-09-26bigint: backticks for code in documentationkud1ing-35/+35
2013-09-26base64: backticks for code in documentationkud1ing-5/+5
2013-09-26Enclose code in documentation in backtickskud1ing-5/+5
2013-09-26auto merge of #9500 : fhahn/rust/rename-str_from_bytes-fix, r=alexcrichtonbors-4/+4
2013-09-26auto merge of #9497 : pnkfelix/rust/fsk-7752-use-fcnptr-for-glob-errfunc, r=cmrbors-2/+2
2013-09-26auto merge of #9464 : bmaxa/rust/master, r=cmrbors-6/+66
2013-09-26 fix for issue #9394Branimir-6/+66
2013-09-26auto merge of #9490 : alexcrichton/rust/issue-9487, r=cmrbors-6/+30
2013-09-26Regression test for ICE. Fix #5153.Felix S. Klock II-0/+23
2013-09-26extra::ringbuf: Implement method `.swap(uint, uint)` just like vectorblake2-ppc-0/+21
2013-09-25auto merge of #9404 : blake2-ppc/rust/result-map-opt, r=cmrbors-13/+0
2013-09-25auto merge of #9392 : Kimundi/rust/str_docs, r=cmrbors-336/+410
2013-09-25std::rt: Implement task yielding. Fix a starvation problemBrian Anderson-32/+141
2013-09-26Moved StrSlice doc comments from impl to trait.Marvin Löbel-336/+410
2013-09-25Some struct visibility fixesSteven Fackler-4/+4
2013-09-25auto merge of #9502 : brson/rust/fix-logo-icon, r=brsonbors-0/+0
2013-09-25Fix visibility of digest implementationsDavid Creswick-7/+13
2013-09-25Refactor the logging system for fewer allocationsAlex Crichton-137/+82
2013-09-25auto merge of #9475 : alexcrichton/rust/rustdoc++, r=cmrbors-572/+6415
2013-09-25Fix the rust logo iconBrian Anderson-0/+0
2013-09-25errfunc ptr is nullable, so use Option as part of interface to glob (#7752).Felix S. Klock II-1/+2
2013-09-25rustdoc: Fix merge falloutAlex Crichton-1/+1
2013-09-25rustdoc: Fix an unindentation bug when collapsingAlex Crichton-1/+1
2013-09-25rustdoc: Collapse before unindentingAlex Crichton-3/+2
2013-09-25rustdoc: Reduce ambiguity with clean::TypeAlex Crichton-22/+16
2013-09-25rustdoc: Strip hidden docs by default.Alex Crichton-4/+3
2013-09-25rustdoc: Highlight function namesAlex Crichton-2/+3
2013-09-25rustdoc: Start rendering variants (redirect to enum)Alex Crichton-1/+12
2013-09-25rustdoc: Linkify all reexports.Alex Crichton-34/+227
2013-09-25rustdoc: Implement stripping based on privacyAlex Crichton-5/+91
2013-09-25rustdoc: Emit purity to function dox for traitsAlex Crichton-13/+21
2013-09-25rustdoc: Add the ability to list all passesAlex Crichton-34/+45
2013-09-25rustdoc: Improve comment strippingAlex Crichton-17/+42
2013-09-25rustdoc: Enable various useful markdown extensionsAlex Crichton-1/+12
2013-09-25rustdoc: Change all code-blocks with a scriptAlex Crichton-386/+386