summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Expand)AuthorLines
2014-03-25auto merge of #12961 : cmr/rust/rustdoc-impls, r=alexcrichtonbors-2/+16
2014-03-25rustdoc: render derived impls separatelyCorey Richardson-2/+16
2014-03-24test: Update all tests with the sync changesAlex Crichton-4/+4
2014-03-23iter: remove `to_owned_vec`Daniel Micay-4/+4
2014-03-22doc: Remove Freeze / NoFreeze from docsFlavio Percoco-2/+2
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-27/+39
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-20rename std::vec -> std::sliceDaniel Micay-2/+2
2014-03-18rustdoc: Implement cross-crate searchingAlex Crichton-29/+56
2014-03-18libsyntax: librustdoc: ignore utf-8 BOM in .rs filesLiigo Zhuang-1/+8
2014-03-12auto merge of #12756 : pongad/rust/remove_owned_str_pat, r=alexcrichtonbors-6/+6
2014-03-12rustc: Remove matching on ~str from the languageMichael Darakananda-6/+6
2014-03-12rustdoc: whitelist the headers that get a § on hover.Huon Wilson-1/+3
2014-03-09rustdoc: hardcode each header as a link.Huon Wilson-1/+2
2014-03-08Index cross-mod type definition and implementation properly in rustdocEdward Wang-10/+51
2014-03-07rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM...Liigo Zhuang-3/+3
2014-03-06rustc: Move to FNV hashing for node/def idsAlex Crichton-2/+3
2014-03-05rustdoc: Add anchors to section headersAlex Crichton-18/+22
2014-03-02rustdoc: syntax highlight macro definitions, colour $... substitutions.Huon Wilson-2/+2
2014-02-28auto merge of #12632 : fhahn/rust/issue-12507-rustdoc-std-module, r=alexcrichtonbors-1/+5
2014-03-01Publicise types/add #[allow(visible_private_types)] to a variety of places.Huon Wilson-1/+1
2014-02-26Mark top level module as a crate in rustdoc, closes #12507Florian Hahn-1/+5
2014-02-24Move extra::json to libserializeAlex Crichton-1/+1
2014-02-23auto merge of #12416 : alexcrichton/rust/highlight, r=huonwbors-9/+8
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+1
2014-02-23rustdoc: Add syntax highlightingAlex Crichton-9/+8
2014-02-20Mass rename if_ok! to try!Alex Crichton-162/+162
2014-02-19rustdoc: Handle links to reexported itemsAlex Crichton-13/+28
2014-02-19rustdoc: Clickable links on methods themselvesAlex Crichton-17/+12
2014-02-19rustdoc: Fix json output and inputAlex Crichton-1/+1
2014-02-19rustdoc: Show macros in documentationAlex Crichton-0/+11
2014-02-19rustdoc: Fixup links to enum variantsAlex Crichton-1/+8
2014-02-17Improve naming of tuple getters, and add mutable tuple getterBrendan Zabarauskas-2/+2
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-14Update restrictions on rustdoc source renderingAlex Crichton-2/+4
2014-02-13Replace `crate` usage with `krate`Flavio Percoco-15/+15
2014-02-07Rewrite path::Display to reduce unnecessary allocationKevin Ballard-1/+1
2014-02-08std::fmt: convert the formatting traits to a proper self.Huon Wilson-29/+28
2014-02-05rustdoc: update depsAdrien Tétar-1/+1
2014-02-05move concurrent stuff from libextra to libsyncJeremyLetang-1/+1
2014-02-03Fixing remaining warnings and errors throughoutAlex Crichton-2/+2
2014-02-03rustdoc: Remove io_error usageAlex Crichton-308/+340
2014-02-02std: rename fmt::Default to `Show`.Huon Wilson-4/+4
2014-02-02libsyntax: De-`@str` literal strings in the ASTPatrick Walton-2/+4
2014-01-31Fix minor doc typosVirgile Andreani-2/+2
2014-01-27Demote self to an (almost) regular argument and remove the env param.Eduard Burtescu-1/+1
2014-01-21[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...Simon Sapin-1/+1
2014-01-21[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behaviorSimon Sapin-8/+10
2014-01-21[std::vec] Rename .last_opt() to .last(), drop the old .last() behaviorSimon Sapin-3/+3