about summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Expand)AuthorLines
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
2014-01-17auto merge of #11598 : alexcrichton/rust/io-export, r=brsonbors-3/+1
2014-01-17Tweak the interface of std::ioAlex Crichton-3/+1
2014-01-15Issue #3511 - Rationalize temporary lifetimes.Niko Matsakis-1/+2
2014-01-11rustdoc: Don't show a fields header if there are noneAlex Crichton-3/+3
2014-01-10rustdoc: Don't show private modulesAlex Crichton-4/+21
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-2/+2
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-0/+2
2014-01-01Remove `extern mod foo (name="bar")` syntax, closes #9543Florian Hahn-1/+1
2013-12-22std::vec: make the sorting closure use `Ordering` rather than just beingHuon Wilson-28/+28
2013-12-21std::vec: add a sugary .sort() method for plain Ord sorting.Huon Wilson-1/+1
2013-12-20extra: remove sort in favour of the std method.Huon Wilson-8/+6
2013-12-18rustdoc: thread through the context for renderingCorey Richardson-3/+9
2013-12-17auto merge of #11018 : sfackler/rust/variant-strip, r=alexcrichtonbors-1/+1
2013-12-17Fix rustdoc HTML renderingCorey Richardson-9/+8
2013-12-16Fix rustdoc output of enums with private variantsSteven Fackler-1/+1
2013-12-16Fallout of rewriting std::commAlex Crichton-181/+85