about summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Expand)AuthorLines
2014-08-01Fix misspelled comments.Joseph Crail-1/+1
2014-07-29auto merge of #15989 : pcwalton/rust/borrowck-pattern-guards, r=pnkfelixbors-10/+12
2014-07-26rustdoc: Keep hidden struct fields out of searchTom Jakubowski-1/+5
2014-07-25librustc: Disallow mutation and assignment in pattern guards, and modifyPatrick Walton-10/+12
2014-07-17deprecate Vec::getNick Cameron-1/+1
2014-07-15Fix errorsAdolfo Ochagavía-2/+2
2014-07-15Deprecate `str::from_utf8_owned`Adolfo Ochagavía-1/+1
2014-07-12auto merge of #15602 : adrientetar/rust/name-fix, r=huonwbors-2/+2
2014-07-11webfonts: name fixAdrien Tétar-2/+2
2014-07-10rustdoc: Add stability dashboardAaron Turon-5/+51
2014-07-09auto merge of #15530 : adrientetar/rust/proper-fonts, r=alexcrichtonbors-4/+8
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+1
2014-07-08webfonts: serve Source Code Pro locallyAdrien Tétar-0/+4
2014-07-08webfonts: proper fixAdrien Tétar-4/+4
2014-06-30rustdoc: incorporate stability index throughoutAaron Turon-63/+60
2014-06-30Allow external html in rustdoc for crates.zzmp-2/+6
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