summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
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-0/+1
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/+199
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: Enable various useful markdown extensionsAlex Crichton-1/+12
2013-09-25rustdoc: Use sundown for markdown highlightingAlex Crichton-52/+103
2013-09-24Don't use libc::exit. #9473Brian Anderson-12/+8
2013-09-23librustpkg: Fix diagnostic invocation syntax in librustdoc, librusti, and lib...Patrick Walton-5/+8
2013-09-22Place *all* rustdoc output in doc/{crate}Alex Crichton-16/+11
2013-09-22rustdoc: Out with the old, in with the newAlex Crichton-6567/+4859
2013-09-21Update version numbers to 0.8Brian Anderson-1/+1
2013-09-20auto merge of #9320 : chris-morgan/rust/unreachable-macro-part-two-of-two-con...bors-3/+1
2013-09-19Modernize extra::future APISteven Fackler-3/+3
2013-09-19Turned extra::getopts functions into methodsMarvin Löbel-5/+5
2013-09-19Replace unreachable() calls with unreachable!().Chris Morgan-3/+1
2013-09-16switch Drop to `&mut self`Daniel Micay-1/+1
2013-09-12std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else}Erick Tryzelaar-7/+7
2013-09-12std: rename Option::unwrap_or_default() to unwrap_or()Erick Tryzelaar-2/+2
2013-09-10auto merge of #9088 : nikomatsakis/rust/issue-6304-AST-tree-not-DAG, r=catamo...bors-0/+14
2013-09-10Delay assignment of node ids until after expansion. Ensures that each AST nodeNiko Matsakis-0/+14
2013-09-10std::vec: Change fn unzip to take an iterator argumentblake2-ppc-1/+1
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-2/+2
2013-09-02Renamed syntax::ast::ident -> IdentMarvin Löbel-1/+1
2013-08-29Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...Brian Anderson-4/+4
2013-08-27Implement process bindings to libuvAlex Crichton-4/+4
2013-08-23removed os::set_args, closing #8325Do Nhat Minh-0/+3
2013-08-13Remove unused automatic cfg bindings Fixes #7169Nick Desaulniers-6/+5
2013-08-12Forbid pub/priv where it has no effectAlex Crichton-4/+4
2013-08-10std: Transform.find_ -> .findErick Tryzelaar-6/+6
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-21/+21
2013-08-10Mass rename of .consume{,_iter}() to .move_iter()Erick Tryzelaar-1/+1
2013-08-08Fix more priv falloutCorey Richardson-3/+3
2013-08-07Change const to staticSangeun Kim-43/+43
2013-08-07Change Freeze to StaticSangeun Kim-3/+3
2013-08-07auto merge of #8294 : erickt/rust/map-move, r=bblumbors-7/+7
2013-08-07core: option.map_consume -> option.map_moveErick Tryzelaar-7/+7
2013-08-06remove `extra::iter`Daniel Micay-2/+2
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-34/+34
2013-08-03remove obsolete `foreach` keywordDaniel Micay-10/+10
2013-08-02librustc: Disallow "unsafe" for external functionsPatrick Walton-4/+15
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-2/+2
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-12/+10
2013-07-29New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec...Michael Woerister-7/+7