summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2017-08-17doc tests: use the filename from the source file for doc test programs, rathe...Nick Cameron-4/+4
2017-07-09Add spacing between trait functionsGuillaume Gomez-2/+14
2017-07-05Auto merge of #40939 - jseyfried:proc_macro_api, r=nrcbors-1/+1
2017-07-05Merge remote-tracking branch 'origin/master' into proc_macro_apiAlex Crichton-20/+33
2017-07-05Auto merge of #42972 - GuillaumeGomez:fix-toggles-rustdoc, r=QuietMisdreavusbors-21/+28
2017-06-29Toggle wrappers are now generated correctlyGuillaume Gomez-21/+28
2017-06-29Change some terminology around keywords and reserved identifierspetrochenkov-1/+1
2017-06-29Rollup merge of #42219 - pwoolcoc:add-allow-fail-to-libtest, r=GuillaumeGomezAriel Ben-Yehuda-18/+27
2017-06-26Auto merge of #42885 - ollie27:rustdoc_empty_glob_path, r=GuillaumeGomezbors-1/+5
2017-06-26Simplify `hygiene::Mark` application, andJeffrey Seyfried-1/+1
2017-06-24rustdoc: Don't ICE on `use *;`Oliver Middleton-1/+5
2017-06-24Shorten some lines so this can pass the tidy checksPaul Woolcock-15/+19
2017-06-24add `allow_fail` test attributePaul Woolcock-18/+23
2017-06-23rustdoc: Fix a few issues with associated constsOliver Middleton-40/+26
2017-06-23Removed as many "```ignore" as possible.kennytm-1/+1
2017-06-12Rollup merge of #42594 - ollie27:rustdoc_assoc_type_links, r=steveklabnikCorey Farwell-23/+19
2017-06-12Rollup merge of #42592 - ollie27:rustdoc_empty_modules, r=steveklabnikCorey Farwell-15/+4
2017-06-12Auto merge of #42572 - ollie27:rustdoc_create_dir_all, r=GuillaumeGomezbors-20/+5
2017-06-11rustdoc: Stop stripping empty modulesOliver Middleton-15/+4
2017-06-11rustdoc: Link directly to associated typesOliver Middleton-23/+19
2017-06-09Rollup merge of #42307 - clarcharr:js-license, r=frewsxcvCorey Farwell-9/+11
2017-06-09rustdoc: Use `create_dir_all` to create output directoryOliver Middleton-20/+5
2017-06-09Document direct implementations on type aliases.Michael Killough-2/+20
2017-06-07Make rustdoc.js use license comments.Clar Charr-9/+11
2017-06-06Auto merge of #42394 - ollie27:rustdoc_deref_box, r=QuietMisdreavusbors-7/+12
2017-06-02rustdoc: Hide `self: Box<Self>` in list of deref methodsOliver Middleton-7/+12
2017-06-01rustdoc: Rename `Vector` and `FixedVector` to `Slice` and `Array`Oliver Middleton-11/+4
2017-05-31rustdoc: Cleanup associated const value renderingOliver Middleton-155/+55
2017-05-30Fix signature by adding parens when neededGuillaume Gomez-14/+23
2017-05-21Update to trait bounds CSS in rustdocDaniel Lockyer-0/+2
2017-05-19Rollup merge of #42096 - ollie27:rustdoc_js_impls, r=GuillaumeGomezMark Simulacrum-3/+3
2017-05-19rustdoc: Fix implementors list javascriptOliver Middleton-3/+3
2017-05-18Make documentation works again by removing two unnecessary ES6 pieces.pravic-3/+3
2017-05-16Rollup merge of #42011 - rap2hpoutre:patch-5, r=GuillaumeGomezMark Simulacrum-0/+5
2017-05-16improve collapse toggle render (css)Raphaƫl Huchet-0/+5
2017-05-15rustdoc: Display `extern "C" fn` instead of `extern fn`Oliver Middleton-1/+0
2017-05-13Rollup merge of #41950 - GuillaumeGomez:rustdoc-links, r=frewsxcvMark Simulacrum-4/+8
2017-05-12Rollup merge of #41951 - Eijebong:master, r=GuillaumeGomezMark Simulacrum-0/+1
2017-05-12Fix anchor invalid redirection to searchGuillaume Gomez-4/+8
2017-05-12rustdoc: Break words in the location box of the sidebar.Bastien Orivel-0/+1
2017-05-11Fix search when looking to sourcesGuillaume Gomez-0/+3
2017-05-08Remove need for &format!(...) or &&"" dances in `span_label` callsOliver Schneider-2/+2
2017-05-07Auto merge of #41785 - Mark-Simulacrum:issue-41783, r=GuillaumeGomezbors-27/+48
2017-05-06Allow # to appear in rustdoc code output.Mark Simulacrum-27/+48
2017-05-05Rollup merge of #41307 - GuillaumeGomez:jquery-removal, r=frewsxcvCorey Farwell-245/+456
2017-05-02Remove jquery dependencyGuillaume Gomez-245/+456
2017-05-02Address reviewest31-1/+1
2017-05-02Removal pass for anonymous parametersest31-2/+6
2017-04-26Implement a file-path remapping feature in support of debuginfo and reproduci...Michael Woerister-5/+5
2017-04-22Fix line displayGuillaume Gomez-8/+4