summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Expand)AuthorLines
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-2/+1
2014-06-18Deprecate the bytes!() macro.Simon Sapin-2/+2
2014-06-13rustdoc: Larger click areas for sidebar itemsValentin Tsatskin-1/+1
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-32/+28
2014-06-11sync: Move underneath libstdAlex Crichton-1/+1
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-2/+13
2014-06-06Rename Iterator::len to countAaron Turon-1/+1
2014-06-06rustdoc: Inline static documentation across cratesAlex Crichton-2/+3
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-06-03rustdoc: Put primitives in respective modulesAlex Crichton-14/+21
2014-06-02rustdoc: Deduplicate lists of implementorsAlex Crichton-0/+7
2014-05-31rustdoc: Fix cross-crate links to reexported itemsAlex Crichton-19/+64
2014-05-31doc: Fix a number of broken linksAlex Crichton-4/+9
2014-05-31rustdoc: Create anchor pages for primitive typesAlex Crichton-32/+101
2014-05-31rustdoc: Show all implementors of traitsAlex Crichton-55/+37
2014-05-31rustdoc: Freeze the cache ASAPAlex Crichton-6/+9
2014-05-31rustdoc: Refactor structure of html::runAlex Crichton-166/+179
2014-05-28std: Remove format_strbuf!()Alex Crichton-5/+5
2014-05-28rustdoc: cross-crate source links are one level lower.Huon Wilson-2/+2
2014-05-27rustdoc: Only link to local inlined foreign itemsAlex Crichton-0/+6
2014-05-27std: Rename strbuf operations to stringRicho Healey-19/+19
2014-05-27std: Remove String's to_ownedRicho Healey-3/+3
2014-05-25rustdoc: Move inlining to its own moduleAlex Crichton-5/+34
2014-05-25rustdoc: Get [src] links working for inlined doxAlex Crichton-20/+51
2014-05-25rustdoc: Link to local reexportations of itemsAlex Crichton-0/+1
2014-05-25rustdoc: Start inlining structs across cratesAlex Crichton-6/+4
2014-05-25rustdoc: Inline documentation of `pub use`Alex Crichton-35/+27
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-27/+27
2014-05-24Port more stuff to mark used attributesSteven Fackler-2/+2
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-2/+2
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-4/+7
2014-05-22rustdoc: Fill in external trait methodsAlex Crichton-66/+65
2014-05-21rustdoc: Show types for traits across cratesAlex Crichton-22/+91
2014-05-15Updates with core::fmt changesAlex Crichton-61/+60
2014-05-12rustdoc: List macros in the sidebarSeo Sanghyeon-0/+1
2014-05-12librustdoc: Remove all `~str` usage from librustdoc.Patrick Walton-59/+79
2014-05-10auto merge of #14068 : alexcrichton/rust/rustdoc-xcrate-links, r=brsonbors-26/+62
2014-05-09rustdoc: Hyperlink cross-crate reexportsAlex Crichton-26/+62
2014-05-08Handle breakage after libcore splitKevin Ballard-1/+2
2014-05-07std: Modernize the local_data apiAlex Crichton-82/+72
2014-05-03rustdoc: Turn the noise down on implemented traitsAlex Crichton-37/+7
2014-05-03rustdoc: Make static initalizers prettierAlex Crichton-24/+29
2014-05-03rustdoc: Fix inclusion of the new fontsAlex Crichton-6/+16
2014-04-29auto merge of #13776 : adrientetar/rust/rustdoc-fix, r=brsonbors-1/+1
2014-04-26auto merge of #13777 : lifthrasiir/rust/no-multi-viewitemuse, r=alexcrichtonbors-6/+4
2014-04-26syntax: ViewItemUse no longer contains multiple view paths.Kang Seonghoon-6/+4
2014-04-26rustdoc: refactor and unstyle inline section headersAdrien Tétar-1/+1
2014-04-25rustdoc: bring it inlineAdrien Tétar-13/+15
2014-04-21auto merge of #13587 : adrientetar/rust/more-docs, r=brsonbors-1/+1
2014-04-20rustdoc: Display tuple structs correctlyAlex Crichton-12/+32