about summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Expand)AuthorLines
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
2013-09-30rustdoc: Generate valid code for struct-variantsAlex Crichton-5/+9
2013-09-28auto merge of #9577 : alexcrichton/rust/rustdoc, r=cmrbors-58/+166
2013-09-28rustdoc: Show type parameters on external pathsAlex Crichton-7/+14
2013-09-27rustdoc: Include source files with documentationAlex Crichton-3/+138
2013-09-27rustdoc: Fix searching for default methodsAlex Crichton-2/+6
2013-09-27rustdoc: Don't emit redirect pages for variants/fieldsAlex Crichton-49/+11
2013-09-27auto merge of #9535 : alexcrichton/rust/no-format-default, r=thestingerbors-1/+2
2013-09-27Remove the notion of an "unknown format"Alex Crichton-1/+2
2013-09-26rustdoc: Render stability attributesAlex Crichton-0/+13
2013-09-26rustdoc: Generate documentation for foreign itemsAlex Crichton-29/+40