summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2014-03-28auto merge of #13170 : eddyb/rust/syntax-cleanup, r=alexcrichtonbors-2/+2
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-28Used inherited mutability in lexer::Reader.Eduard Burtescu-2/+2
2014-03-25rustdoc: Display rust logo again. Closes #13148Brian Anderson-2/+2
2014-03-25auto merge of #12961 : cmr/rust/rustdoc-impls, r=alexcrichtonbors-31/+45
2014-03-25rustdoc: render derived impls separatelyCorey Richardson-2/+16
2014-03-25rustdoc: html: use raw strings for great justiceCorey Richardson-29/+29
2014-03-24test: Update all tests with the sync changesAlex Crichton-8/+8
2014-03-23iter: remove `to_owned_vec`Daniel Micay-7/+7
2014-03-22doc: Remove Freeze / NoFreeze from docsFlavio Percoco-2/+2
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-35/+47
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-2/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-2/+2
2014-03-20rename std::vec -> std::sliceDaniel Micay-9/+9
2014-03-18rustdoc: Implement cross-crate searchingAlex Crichton-156/+190
2014-03-18libsyntax: librustdoc: ignore utf-8 BOM in .rs filesLiigo Zhuang-1/+8
2014-03-17Fix rustdoc and tests.Eduard Burtescu-6/+3
2014-03-17De-@ ParseSess uses.Eduard Burtescu-3/+3
2014-03-12auto merge of #12756 : pongad/rust/remove_owned_str_pat, r=alexcrichtonbors-7/+8
2014-03-12rustc: Remove matching on ~str from the languageMichael Darakananda-7/+8
2014-03-12rustdoc: whitelist the headers that get a § on hover.Huon Wilson-13/+10
2014-03-09doc: CSS fixesAdrien Tétar-10/+7
2014-03-09rustdoc: hardcode each header as a link.Huon Wilson-14/+17
2014-03-09rustdoc: add table-of-contents recording & rendering, use it with plainHuon Wilson-10/+309
2014-03-09rustdoc: run on plain Markdown files.Huon Wilson-3/+15
2014-03-08Add an option to not run rustdoc blocksSteven Fackler-5/+6
2014-03-08Index cross-mod type definition and implementation properly in rustdocEdward Wang-10/+51
2014-03-07rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM...Liigo Zhuang-3/+3
2014-03-06rustc: Move to FNV hashing for node/def idsAlex Crichton-2/+3
2014-03-06rustdoc: Don't escape contents of headersAlex Crichton-2/+1
2014-03-05rustdoc: Add anchors to section headersAlex Crichton-24/+105
2014-03-04rustdoc: tweak highlightingAdrien Tétar-17/+17
2014-03-02rustdoc: syntax highlight macro definitions, colour $... substitutions.Huon Wilson-10/+22
2014-03-01auto merge of #12627 : alexcrichton/rust/issue-12623, r=brsonbors-1/+1
2014-02-28rustdoc: Capture all output from rustc by defaultAlex Crichton-1/+1
2014-02-28auto merge of #12632 : fhahn/rust/issue-12507-rustdoc-std-module, r=alexcrichtonbors-1/+5
2014-03-01Publicise types/add #[allow(visible_private_types)] to a variety of places.Huon Wilson-1/+1
2014-02-26Mark top level module as a crate in rustdoc, closes #12507Florian Hahn-1/+5
2014-02-24Move extra::json to libserializeAlex Crichton-1/+1
2014-02-23auto merge of #12484 : TheHydroImpulse/rust/fix_js, r=huonwbors-1/+1
2014-02-23auto merge of #12416 : alexcrichton/rust/highlight, r=huonwbors-11/+223
2014-02-23auto merge of #12311 : brson/rust/unstable, r=alexcrichtonbors-1/+1
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-1/+1
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+1
2014-02-23rustdoc: Add syntax highlightingAlex Crichton-11/+223
2014-02-22Fixed invalid JavaScriptDaniel Fagnan-1/+1
2014-02-22auto merge of #12439 : cmr/rust/rustdoc-reset, r=thestingerbors-4/+13
2014-02-21rustdoc: web: don't reset the search barCorey Richardson-4/+13
2014-02-21Changed NonCamelCaseTypes lint to warn by defaultmr.Shu-0/+2
2014-02-20Mass rename if_ok! to try!Alex Crichton-209/+209