summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Expand)AuthorLines
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-0/+2
2014-01-01Remove `extern mod foo (name="bar")` syntax, closes #9543Florian Hahn-1/+1
2013-12-22std::vec: make the sorting closure use `Ordering` rather than just beingHuon Wilson-28/+28
2013-12-21std::vec: add a sugary .sort() method for plain Ord sorting.Huon Wilson-1/+1
2013-12-20extra: remove sort in favour of the std method.Huon Wilson-8/+6
2013-12-18rustdoc: thread through the context for renderingCorey Richardson-3/+9
2013-12-17auto merge of #11018 : sfackler/rust/variant-strip, r=alexcrichtonbors-1/+1
2013-12-17Fix rustdoc HTML renderingCorey Richardson-9/+8
2013-12-16Fix rustdoc output of enums with private variantsSteven Fackler-1/+1
2013-12-16Fallout of rewriting std::commAlex Crichton-181/+85
2013-12-11Make 'self lifetime illegal.Erik Price-18/+18
2013-12-10librustdoc: Remove a couple of `Cell`s.Patrick Walton-3/+2
2013-12-10librustdoc: Don't use `finally`, shaving off a `Cell`.Patrick Walton-13/+25
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-2/+2
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-2/+2
2013-11-28Register new snapshotsAlex Crichton-81/+81
2013-11-26librustc: Remove non-procedure uses of `do` from librustc, librustdoc,Patrick Walton-37/+35
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-3/+3
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-2/+2
2013-11-24auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brsonbors-3/+4
2013-11-24Remove linked failure from the runtimeAlex Crichton-3/+4
2013-11-21Process ffi generics in rustdocAlex Crichton-8/+9
2013-11-11Move std::rt::io to std::ioAlex Crichton-4/+4
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-1/+0
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-2/+2
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-7/+8
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-38/+29
2013-11-01Rustdoc: Properly strip private modulesSteven Fackler-0/+5
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-8/+8
2013-10-21rustdoc: Render default methods for impls as wellAlex Crichton-29/+56
2013-10-18Fix struct field visibility and add enum field docSteven Fackler-0/+20
2013-10-17rustdoc: Don't treat "super" specially for urlsAlex Crichton-3/+12
2013-10-16auto merge of #9833 : alexcrichton/rust/fixes, r=brsonbors-2/+2
2013-10-15path2: Remove .with_display_str and friendsKevin Ballard-1/+1
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-15/+15
2013-10-15path2: Replace the path module outrightKevin Ballard-34/+33
2013-10-14rustdoc: Don't abort if there's nothing to documentAlex Crichton-1/+1
2013-10-14rustdoc: Use privacy visibility for pruningAlex Crichton-1/+1
2013-10-13Make Rustdoc strip private fieldsSteven Fackler-2/+12
2013-10-07Fix existing privacy/visibility violationsAlex Crichton-1/+1
2013-10-03rustdoc: Document what's going on throughoutAlex Crichton-13/+146
2013-10-02rustdoc: Generate hyperlinks between cratesAlex Crichton-19/+55
2013-10-02Make source links highlight the entire definition and not just the first lineJordi Boggiano-2/+7
2013-10-01Migrate users of 'loop' to 'continue'Alex Crichton-6/+6
2013-10-01auto merge of #9636 : alexcrichton/rust/rustdoc, r=huonwbors-35/+113
2013-09-30rustdoc: Remove usage of fmt!Alex Crichton-1/+1
2013-09-30rustdoc: Don't ignore dox on impl blocksAlex Crichton-12/+36
2013-09-30rustdoc: Stop ignoring dox on fields/variantsAlex Crichton-11/+34
2013-09-30rustdoc: Use a BufferedWriter when emitting sourceAlex Crichton-2/+12
2013-09-30rustdoc: Add the ability to input jsonAlex Crichton-7/+24