about summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Expand)AuthorLines
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
2014-04-20doc: unifying with rustdocAdrien Tétar-1/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-3/+3
2014-04-18Update the rest of the compiler with ~[T] changesAlex Crichton-2/+1
2014-04-16auto merge of #13485 : adrientetar/rust/newrustdoc, r=brsonbors-22/+23
2014-04-15rustdoc: add webfonts and tweak the styles accordinglyAdrien Tétar-22/+23
2014-04-14rustdoc: Omit repeated paths in the search index.Kang Seonghoon-1/+15
2014-04-14rustdoc: Get rid of `allPaths` global variable by merging it into `searchIndex`.Kang Seonghoon-5/+4
2014-04-14rustdoc: Use an array instead of an object for the search index.Kang Seonghoon-4/+4
2014-04-14rustdoc: Represent item types as a small number in the search index.Kang Seonghoon-36/+19
2014-04-14rustdoc: Use smaller sequential numbers instead of `NodeId`s for parents.Kang Seonghoon-13/+22
2014-04-10auto merge of #13440 : huonw/rust/strbuf, r=alexcrichtonbors-17/+22
2014-04-10Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up...Kasey Carrothers-7/+7
2014-04-10rustdoc: Prune the paths that do not appear in the index.Kang Seonghoon-2/+15
2014-04-10Remove some internal ~[] from several libraries.Huon Wilson-4/+4
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-17/+22
2014-04-06De-~[] Mem{Reader,Writer}Steven Fackler-1/+1
2014-04-06De-~[] Reader and WriterSteven Fackler-1/+1
2014-03-31rustdoc: Switch field privacy as necessaryAlex Crichton-18/+18
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