summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Expand)AuthorLines
2014-12-11Register new snapshotsAlex Crichton-1/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-1/+7
2014-12-06librustdoc: remove unnecessary `as_mut_slice` callsJorge Aparicio-1/+1
2014-12-06librustdoc: remove unnecessary `as_slice()` callsJorge Aparicio-11/+11
2014-12-04rustdoc: Avoid rendering foreign items to the sidebar.Kang Seonghoon-0/+4
2014-12-04rustdoc: Removed Foreign{Function,Static} item types.Kang Seonghoon-8/+4
2014-12-04rustdoc: Refactored various uses of ItemType.Kang Seonghoon-74/+72
2014-12-04rustdoc: Fixed a missing rendering of ForeignStaticItems.Kang Seonghoon-1/+2
2014-12-01auto merge of #19405 : jfager/rust/de-match-pyramid, r=bstriebors-104/+90
2014-12-01rustdoc: Use relative paths in source renders.Kang Seonghoon-5/+14
2014-11-29Replace some verbose match statements with their `if let` equivalent.jfager-104/+90
2014-11-24rustdoc: Render Sized? on traits and genericsTom Jakubowski-0/+6
2014-11-24rustdoc: Render associated types on traits and implsTom Jakubowski-27/+65
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-16/+29
2014-11-23rollup merge of #19234: P1start/rustdoc-miscJakub Bukaj-62/+42
2014-11-23Change how rustdoc shows constants and statics to be more similar to other itemsP1start-57/+35
2014-11-23Make rustdoc display `extern crate` statements correctlyP1start-5/+7
2014-11-20rustdoc: Allow private modules be included in docsAlexander Light-39/+47
2014-11-18std: Stabilize std::fmtAlex Crichton-5/+5
2014-11-18implement Writer for Vec<u8>Daniel Micay-3/+3
2014-11-17Fallout from deprecationAaron Turon-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+1
2014-11-10rustdoc: revise method counts in stability summaryAaron Turon-13/+11
2014-11-06Fallout from collection conventionsAlexis Beingessner-9/+9
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-1/+1
2014-10-31DSTify HashJorge Aparicio-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-23/+23
2014-10-16librustdoc: Remove all uses of {:?}.Luqman Aden-2/+2
2014-10-09rustdoc: Implement constant documentationAlex Crichton-18/+35
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-6/+6
2014-10-06Rename the file permission statics in std::io to be uppercaseP1start-1/+1
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-6/+6
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-6/+6
2014-09-29rollup merge of #17531 : tomjakubowski/rustdoc-where-clausesAlex Crichton-12/+16
2014-09-29rustdoc: Render where clauses as appropriateTom Jakubowski-12/+16
2014-09-25rustdoc: replace DIV inside H1 with SPAN.NODA, Kai-3/+4
2014-09-25auto merge of #17378 : Gankro/rust/hashmap-entry, r=aturonbors-7/+13
2014-09-24handling fallout from entry apiAlexis Beingessner-7/+13
2014-09-23Deal with the fallout of string stabilizationAlex Crichton-1/+2
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-2/+3
2014-09-19Add enum variants to the type namespaceNick Cameron-5/+5
2014-09-17librustc: Implement associated types behind a feature gate.Patrick Walton-0/+1
2014-09-17rustdoc: Correctly distinguish enums and typesP1start-0/+1
2014-09-16Fallout from renamingAaron Turon-4/+4
2014-09-13librustc: Forbid inherent implementations that aren't adjacent to thePatrick Walton-0/+1
2014-09-05auto merge of #16628 : pczarn/rust/hashmap-opt, r=nikomatsakisbors-1/+1
2014-09-05Work around inability to link lifetime of ref bindings (#16994)Piotr Czarnecki-1/+1
2014-09-03Fix spelling errors and capitalization.Joseph Crail-1/+1
2014-08-29auto merge of #16767 : SiegeLord/rust/reexported_methods, r=cmrbors-8/+10