summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-5/+4
2014-06-21rustdoc: show default type parameters in genericsTom Jakubowski-0/+5
2014-06-20auto merge of #15039 : huonw/rust/rustdoc-testharnesss, r=alexcrichtonbors-43/+76
2014-06-19(doc) Properly doc hotkeys in generated docs.Zach Pomerantz-10/+10
2014-06-19rustdoc: add the ability to run tests with --test.Huon Wilson-13/+20
2014-06-19rustdoc: refactor code block language info into a struct.Huon Wilson-42/+68
2014-06-18Deprecate the bytes!() macro.Simon Sapin-2/+2
2014-06-18(doc) Change search placeholder text.Zach Pomerantz-1/+1
2014-06-17Add br##"xx"## raw byte string literals.Simon Sapin-1/+1
2014-06-17Add a b"xx" byte string literal of type &'static [u8].Simon Sapin-1/+2
2014-06-17Add a b'x' byte literal of type u8.Simon Sapin-1/+1
2014-06-17rustdoc: Remove outdated syntaxAlex Crichton-7/+4
2014-06-15Register new snapshotsAlex Crichton-6/+5
2014-06-13rustdoc: Larger click areas for sidebar itemsValentin Tsatskin-6/+9
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-69/+66
2014-06-11sync: Move underneath libstdAlex Crichton-1/+1
2014-06-10auto merge of #14764 : jbcrail/rust/fix-more-comments, r=alexcrichtonbors-5/+5
2014-06-10Fix more misspelled comments and strings.Joseph Crail-5/+5
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-0/+1
2014-06-07rustdoc: More selectively remove execute linksAlex Crichton-1/+1
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-15/+105
2014-06-06Rename Iterator::len to countAaron Turon-2/+2
2014-06-06rustdoc: Inline static documentation across cratesAlex Crichton-24/+22
2014-06-06auto merge of #14667 : aochagavia/rust/pr2, r=huonwbors-2/+2
2014-06-06Change to_str().to_string() to just to_str()Adolfo OchagavĂ­a-2/+2
2014-06-05Fallout from the libcollections movementAlex Crichton-3/+3
2014-06-04auto merge of #14592 : alexcrichton/rust/rustdoc-links, r=huonwbors-15/+32
2014-06-04syntax: methodify the lexerCorey Richardson-1/+1
2014-06-03rustdoc: Put primitives in respective modulesAlex Crichton-14/+21
2014-06-02rustdoc: Deduplicate lists of implementorsAlex Crichton-0/+7
2014-06-02docs: Stop using `notrust`Florian Gilcher-1/+2
2014-06-01rustdoc: Fix some more broken linksAlex Crichton-1/+4
2014-06-02rustdoc: make langstring parsing more robustFlorian Gilcher-4/+49
2014-05-31rustdoc: Fix cross-crate links to reexported itemsAlex Crichton-27/+80
2014-05-31doc: Fix a number of broken linksAlex Crichton-8/+19
2014-05-31rustdoc: Create anchor pages for primitive typesAlex Crichton-63/+166
2014-05-31rustdoc: Show all implementors of traitsAlex Crichton-63/+43
2014-05-31rustdoc: Freeze the cache ASAPAlex Crichton-6/+9
2014-05-31rustdoc: Refactor structure of html::runAlex Crichton-166/+179
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-4/+4
2014-05-29auto merge of #14510 : kballard/rust/rename_strallocating_into_owned, r=alexc...bors-1/+1
2014-05-28Replace StrAllocating.into_owned() with .into_string()Kevin Ballard-1/+1
2014-05-28std: Remove format_strbuf!()Alex Crichton-10/+10
2014-05-28rustdoc: cross-crate source links are one level lower.Huon Wilson-2/+2
2014-05-27rustdoc: Only link to local inlined foreign itemsAlex Crichton-1/+7
2014-05-27std: Rename strbuf operations to stringRicho Healey-43/+43
2014-05-27std: Remove String's to_ownedRicho Healey-5/+5
2014-05-25rustdoc: Move inlining to its own moduleAlex Crichton-13/+38
2014-05-25rustdoc: Get [src] links working for inlined doxAlex Crichton-20/+61
2014-05-25rustdoc: Fix rendering of the 'static boundAlex Crichton-1/+1