summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Expand)AuthorLines
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
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