summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-3/+19
2014-01-03librustc: Remove `@mut` support from the parserPatrick Walton-7/+1
2014-01-01Remove `extern mod foo (name="bar")` syntax, closes #9543Florian Hahn-1/+1
2013-12-30rustdoc: Unify the handling of the hidden example lines.Huon Wilson-6/+15
2013-12-30rustdoc: only filter lines starting with '# ' from the shown code.Huon Wilson-2/+4
2013-12-23rustdoc: Add the ability to test code in commentsAlex Crichton-6/+84
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-18auto merge of #11029 : huonw/rust/rm-vec-as-buf, r=cmrbors-3/+2
2013-12-19std::str: replace .as_imm_buf with .as_ptr.Huon Wilson-3/+2
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-238/+140
2013-12-13auto merge of #10849 : adridu59/rust/patch-css, r=alexcrichtonbors-5/+11
2013-12-11Make 'self lifetime illegal.Erik Price-31/+31
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-08Remove dead codesKiet Tran-7/+0
2013-12-07rustdoc: fix the search-bar layoutAdrien Tétar-5/+11
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-2/+2
2013-12-01Add a type="search" to the search bar in the documentation.SiegeLord-1/+2
2013-12-01Add placeholder text to the search bar in the documentation.SiegeLord-1/+2
2013-11-29Add generation of static libraries to rustcAlex Crichton-1/+1
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-2/+2
2013-11-28Register new snapshotsAlex Crichton-82/+82
2013-11-28rustdoc: Use new ||/proc syntaxklutzy-19/+23
2013-11-26librustc: Remove non-procedure uses of `do` from librustc, librustdoc,Patrick Walton-51/+49
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-5/+5
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-3/+3
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-13doc: disable parser error highlighting + a few fixesAdrien Tétar-0/+1
2013-11-12doc: CSS: fix code fontsAdrien Tétar-1/+7
2013-11-11Move std::rt::io to std::ioAlex Crichton-7/+7
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-3/+0
2013-11-08Generalize AST and ty::Generics to accept multiple lifetimes.Niko Matsakis-17/+19
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-02auto merge of #10199 : alexcrichton/rust/no-propagate, r=brsonbors-0/+1
2013-11-01Rustdoc: Properly strip private modulesSteven Fackler-0/+5
2013-11-01Statically link sundown to librustdocAlex Crichton-0/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-8/+8
2013-10-22auto merge of #10003 : alexcrichton/rust/issue-fixes, r=brsonbors-29/+63
2013-10-21rustdoc: Render default methods for impls as wellAlex Crichton-29/+56
2013-10-21rustdoc: Don't overflow long type/module namesAlex Crichton-0/+7