summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2014-02-19rustdoc: Handle links to reexported itemsAlex Crichton-13/+28
2014-02-19rustdoc: Clickable links on methods themselvesAlex Crichton-17/+12
2014-02-19rustdoc: Fix json output and inputAlex Crichton-1/+1
2014-02-19rustdoc: Highlight methods jumped toAlex Crichton-0/+2
2014-02-19rustdoc: Show macros in documentationAlex Crichton-0/+11
2014-02-19rustdoc: Fixup links to enum variantsAlex Crichton-1/+8
2014-02-17Improve naming of tuple getters, and add mutable tuple getterBrendan Zabarauskas-2/+2
2014-02-15auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfacklerbors-7/+9
2014-02-14Update rustdoc testing to test all code blocksAlex Crichton-7/+9
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-14Update restrictions on rustdoc source renderingAlex Crichton-2/+4
2014-02-13auto merge of #12017 : FlaPer87/rust/replace-mod-crate, r=alexcrichtonbors-26/+26
2014-02-13Add some missing Show implementations in libstdBrendan Zabarauskas-15/+14
2014-02-13Replace `crate` usage with `krate`Flavio Percoco-26/+26
2014-02-09std: Add init and uninit to mem. Replace direct intrinsic usageBrian Anderson-2/+3
2014-02-07Rewrite path::Display to reduce unnecessary allocationKevin Ballard-1/+1
2014-02-08std::fmt: convert the formatting traits to a proper self.Huon Wilson-70/+69
2014-02-07Removed @self and @Trait.Eduard Burtescu-1/+0
2014-02-05rustdoc: update depsAdrien Tétar-8/+6
2014-02-05move concurrent stuff from libextra to libsyncJeremyLetang-1/+1
2014-02-03Fixing remaining warnings and errors throughoutAlex Crichton-3/+2
2014-02-03rustdoc: Remove io_error usageAlex Crichton-407/+478
2014-02-02std: rename fmt::Default to `Show`.Huon Wilson-23/+23
2014-02-02libsyntax: De-`@str` literal strings in the ASTPatrick Walton-2/+4
2014-01-31Fix minor doc typosVirgile Andreani-2/+2
2014-01-27Demote self to an (almost) regular argument and remove the env param.Eduard Burtescu-1/+1
2014-01-26auto merge of #11787 : alexcrichton/rust/refactor, r=brsonbors-1/+3
2014-01-26Move extra::flate to libflateAlex Crichton-1/+3
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-3/+3
2014-01-23Make docs search results URL-addressableDaniel MacDougall-3/+50
2014-01-21[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...Simon Sapin-1/+1
2014-01-21[std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be...Simon Sapin-3/+3
2014-01-21[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behaviorSimon Sapin-8/+10
2014-01-21[std::vec] Rename .last_opt() to .last(), drop the old .last() behaviorSimon Sapin-7/+7
2014-01-17auto merge of #11598 : alexcrichton/rust/io-export, r=brsonbors-3/+1
2014-01-17Tweak the interface of std::ioAlex Crichton-3/+1
2014-01-15Issue #3511 - Rationalize temporary lifetimes.Niko Matsakis-1/+2
2014-01-15Removed redundant code, improve performanceb1nd-9/+1
2014-01-14auto merge of #11485 : eddyb/rust/sweep-old-rust, r=nikomatsakisbors-2/+1
2014-01-14auto merge of #11438 : b1nd/rust/rust-doc, r=alexcrichtonbors-49/+125
2014-01-14Completed patch searching for rust docsb1nd-49/+125
2014-01-12Removed remnants of `@mut` and `~mut` from comments and the type system.Eduard Burtescu-2/+1
2014-01-11rustdoc: Don't show a fields header if there are noneAlex Crichton-3/+3
2014-01-10rustdoc: Don't show private modulesAlex Crichton-4/+21
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-27/+27
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