summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2016-07-03prefer `if let` to match with `None => {}` arm in some placesZack M. Davis-36/+25
2016-06-30Auto merge of #34541 - jseyfried:rollup, r=jseyfriedbors-16/+1
2016-06-29Rollup merge of #34536 - ollie27:rustdoc_module_impls, r=alexcrichtonManish Goregaokar-0/+3
2016-06-29Rollup merge of #34105 - ollie27:rustdoc_derived, r=alexcrichtonJeffrey Seyfried-16/+1
2016-06-28rustdoc: Fix empty Implementations section on some module pagesOliver Middleton-0/+3
2016-06-27Auto merge of #34424 - jseyfried:breaking_batch, r=Manishearthbors-1/+2
2016-06-25Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichtonJeffrey Seyfried-1/+2
2016-06-25rustdoc: Fix search result layout for enum variants and struct fieldsOliver Middleton-1/+1
2016-06-24Auto merge of #34439 - ollie27:rustdoc_panic_fix, r=alexcrichtonbors-10/+13
2016-06-23rustdoc: Fix panic caused by doc(hidden) trait methodsOliver Middleton-10/+13
2016-06-23Auto merge of #34372 - ollie27:rustdoc_sidebar, r=steveklabnikbors-1/+5
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-1/+2
2016-06-22Rollup merge of #34387 - ollie27:rustdoc_src_links, r=alexcrichtonManish Goregaokar-6/+9
2016-06-20Auto merge of #34186 - GuillaumeGomez:err-code-check, r=alexcrichtonbors-18/+37
2016-06-20rustdoc: Fix a couple of issues with src links to external cratesOliver Middleton-6/+9
2016-06-20Add error code flagGuillaume Gomez-12/+15
2016-06-19rustdoc: Add more types to the sidebarOliver Middleton-1/+5
2016-06-17Auto merge of #34292 - ollie27:rustdoc_depr_impl, r=GuillaumeGomezbors-17/+30
2016-06-16Add an abs_path member to FileMap, use it when writing debug info.Ted Mielczarek-2/+2
2016-06-15rustdoc: Add stability notices to impl itemsOliver Middleton-17/+30
2016-06-14Auto merge of #34245 - ollie27:rustdoc_redirect_rename, r=alexcrichtonbors-12/+10
2016-06-14Auto merge of #34234 - GuillaumeGomez:bad_inlining, r=steveklabnikbors-2/+6
2016-06-14rustdoc: Fix redirect pages for renamed reexportsOliver Middleton-12/+10
2016-06-12Add error codes block code flagGuillaume Gomez-6/+22
2016-06-12Auto merge of #34045 - ollie27:rustdoc_stripped, r=brsonbors-17/+24
2016-06-12Fix invalid inliningGuillaume Gomez-2/+6
2016-06-09Auto merge of #34108 - jseyfried:refactor_prelude_injection, r=nrcbors-1/+4
2016-06-08Auto merge of #32202 - arielb1:slice-patterns, r=nikomatsakisbors-3/+4
2016-06-09fix damage in librustcAriel Ben-Yehuda-3/+4
2016-06-08Auto merge of #34068 - ollie27:rustdoc_redirect_const, r=brsonbors-1/+3
2016-06-07Rollup merge of #34138 - hoodie:bug/bool_colors, r=steveklabnikSteve Klabnik-2/+2
2016-06-07Fix bug in `librustdoc` in which an unmatched "</table>" is emitted.Jeffrey Seyfried-1/+4
2016-06-05rustdoc: Remove Derived Implementations titleOliver Middleton-16/+1
2016-06-04rustdoc: Fix a few missing colors in the CSSOliver Middleton-5/+6
2016-06-03rustdoc: Fix generating redirect pages for statics and constsOliver Middleton-1/+3
2016-06-02rustdoc: Don't generate empty files for stripped itemsOliver Middleton-17/+24
2016-05-30Rollup merge of #33867 - oli-obk:rustdoc_variant_types, r=GuillaumeGomezManish Goregaokar-40/+64
2016-05-30print enum variant fields in docsOliver Schneider-40/+64
2016-05-27Rollup merge of #33829 - GuillaumeGomez:stability-css, r=steveklabnikGuillaume Gomez-0/+4
2016-05-24Rollup merge of #33797 - alex-ozdemir:rustdoc, r=GuillaumeGomezGuillaume Gomez-0/+1
2016-05-24Fix invalid background color in stability elementsGuillaume Gomez-0/+4
2016-05-22Fixed shortcut handling. Reverted to [Shift]+[+=]Alex Ozdemir-3/+3
2016-05-22Changed toggle all sections key to `T`Alex Ozdemir-2/+3
2016-05-21Auto merge of #33765 - alex-ozdemir:master, r=Manishearthbors-3/+11
2016-05-21Rollup merge of #33679 - Manishearth:rustdoc-readmore-impls, r=alexcrichtonManish Goregaokar-12/+43
2016-05-20Added a `rustdoc` shortcut for collapse/expand allAlex Ozdemir-3/+11
2016-05-20Update testsManish Goregaokar-15/+17
2016-05-19Rollup merge of #33705 - lqd:rustdoc-version-tooltip, r=GuillaumeGomezManish Goregaokar-2/+3
2016-05-19Make the #[stable(since)] version attribute clearer with a tooltipRémy Rakic-2/+3
2016-05-18Move read more link to same lineManish Goregaokar-5/+6