summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
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
2014-05-25rustdoc: Link to local reexportations of itemsAlex Crichton-1/+2
2014-05-25rustdoc: Prevent a segfault when using markdownAlex Crichton-0/+2
2014-05-25rustdoc: Start inlining structs across cratesAlex Crichton-6/+4
2014-05-25rustdoc: Inline documentation of `pub use`Alex Crichton-35/+27
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-51/+51
2014-05-24Port more stuff to mark used attributesSteven Fackler-2/+2
2014-05-23auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballardbors-1/+1
2014-05-23syntax: Clean out obsolete syntax parsingAlex Crichton-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-6/+7
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-15/+26
2014-05-22rustdoc: Fill in external trait methodsAlex Crichton-69/+72
2014-05-21rustdoc: Show types for traits across cratesAlex Crichton-22/+113
2014-05-15core: Update all tests for fmt movementAlex Crichton-1/+1
2014-05-15Updates with core::fmt changesAlex Crichton-142/+140
2014-05-13Touch up and rebase previous commitsAlex Crichton-0/+2
2014-05-12rustdoc: List macros in the sidebarSeo Sanghyeon-0/+1
2014-05-12librustdoc: Remove all `~str` usage from librustdoc.Patrick Walton-106/+138
2014-05-10rustdoc: Fix search links to enums/typedefsAlex Crichton-2/+2
2014-05-10auto merge of #14068 : alexcrichton/rust/rustdoc-xcrate-links, r=brsonbors-70/+83
2014-05-09doc: Fix some broken linksAlex Crichton-2/+2
2014-05-09rustdoc: Hyperlink cross-crate reexportsAlex Crichton-68/+81
2014-05-08Handle breakage after libcore splitKevin Ballard-1/+2
2014-05-08Handle more falloutKevin Ballard-1/+1
2014-05-08libsyntax: Remove uses of `~str` from libsyntax, and fix falloutPatrick Walton-6/+8
2014-05-08auto merge of #13835 : alexcrichton/rust/localdata, r=brsonbors-164/+142
2014-05-07std: Modernize the local_data apiAlex Crichton-164/+142
2014-05-07auto merge of #14005 : alexcrichton/rust/extern-unsafe, r=pcwaltonbors-5/+4
2014-05-07auto merge of #13958 : pcwalton/rust/detilde, r=pcwaltonbors-2/+2
2014-05-07auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brsonbors-176/+173
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+2
2014-05-06rustc: Enable writing "unsafe extern fn() {}"Alex Crichton-5/+4
2014-05-03rustdoc: Turn the noise down on implemented traitsAlex Crichton-37/+7
2014-05-03rustdoc: Enable the footnote markdown extensionAlex Crichton-8/+10
2014-05-03rustdoc: Migrate from sundown to hoedownAlex Crichton-109/+119
2014-05-03rustdoc: Make static initalizers prettierAlex Crichton-24/+29
2014-05-03rustdoc: Fix inclusion of the new fontsAlex Crichton-6/+16
2014-05-02rustdoc: escape shown input to prevent injectionAdrien Tétar-3/+6
2014-04-30rustdoc: fix overly broad selectorsAdrien Tétar-4/+3
2014-04-29auto merge of #13776 : adrientetar/rust/rustdoc-fix, r=brsonbors-28/+35
2014-04-28rustdoc: #13771: Make html links inside paragraphs more readableIvan Petkov-0/+4
2014-04-29rustdoc: Make going back in browser history work after typing a search termNoam Yorav-Raphael-5/+4