summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2016-07-04Auto merge of #34638 - zackmdavis:if_let_over_none_empty_block_arm, r=jseyfriedbors-36/+25
2016-07-03Auto merge of #34480 - jseyfried:remove_entry_points, r=nrcbors-6/+6
2016-07-03prefer `if let` to match with `None => {}` arm in some placesZack M. Davis-36/+25
2016-07-01Add the `after_expand` entry point between import resolution and the rest of ...Jeffrey Seyfried-6/+6
2016-06-30Auto merge of #34541 - jseyfried:rollup, r=jseyfriedbors-23/+1
2016-06-30Rollup merge of #34547 - sanxiyn:pretty-lifetime, r=pnkfelixJeffrey Seyfried-2/+2
2016-06-29Rollup merge of #34536 - ollie27:rustdoc_module_impls, r=alexcrichtonManish Goregaokar-0/+3
2016-06-29Rollup merge of #34513 - ollie27:rustdoc_stripped, r=alexcrichtonManish Goregaokar-18/+40
2016-06-29Rollup merge of #34105 - ollie27:rustdoc_derived, r=alexcrichtonJeffrey Seyfried-23/+1
2016-06-28rustdoc: Fix empty Implementations section on some module pagesOliver Middleton-0/+3
2016-06-28Rollup merge of #34479 - ollie27:rustdoc_renamed_reexport_list, r=GuillaumeGomezGuillaume Gomez-2/+2
2016-06-27Auto merge of #34424 - jseyfried:breaking_batch, r=Manishearthbors-18/+24
2016-06-27rustdoc: Fix a few stripping issuesOliver Middleton-18/+40
2016-06-26rustdoc: Fix inlined renamed reexports in import listsOliver Middleton-2/+2
2016-06-25Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichtonJeffrey Seyfried-18/+24
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-23Updating test I missed for old school refactorJonathan Turner-2/+3
2016-06-23Auto merge of #34372 - ollie27:rustdoc_sidebar, r=steveklabnikbors-1/+5
2016-06-23Address comments and fix travis warningJonathan Turner-3/+1
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-14/+21
2016-06-22Rollup merge of #34387 - ollie27:rustdoc_src_links, r=alexcrichtonManish Goregaokar-8/+17
2016-06-20Auto merge of #34186 - GuillaumeGomez:err-code-check, r=alexcrichtonbors-23/+58
2016-06-20rustdoc: Fix a couple of issues with src links to external cratesOliver Middleton-8/+17
2016-06-20Add error code flagGuillaume Gomez-13/+16
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-14Auto merge of #34232 - ollie27:rustdoc_inline, r=alexcrichtonbors-2/+6
2016-06-12Add error codes block code flagGuillaume Gomez-11/+43
2016-06-12Auto merge of #34045 - ollie27:rustdoc_stripped, r=brsonbors-17/+24
2016-06-12Fix invalid inliningGuillaume Gomez-2/+6
2016-06-11rustdoc: Don't inline #[doc(hidden)] pub useOliver Middleton-2/+6
2016-06-10Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos...Vadim Petrochenkov-7/+7
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-7/+9
2016-06-09fix damage in librustcAriel Ben-Yehuda-7/+9
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-07Auto merge of #34012 - eddyb:tick-erased, r=nikomatsakisbors-1/+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-23/+1
2016-06-05rustc: add ReErased to be used by trait selection, MIR and trans.Eduard Burtescu-1/+2
2016-06-04rustdoc: Fix a few missing colors in the CSSOliver Middleton-5/+6
2016-06-04Auto merge of #33816 - nikomatsakis:projection-cache-2, r=arielb1bors-1/+1