about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2019-02-24hir: remove NodeId from GenericParamljedrz-5/+7
2019-02-24hir: remove NodeId from Lifetime and Tyljedrz-11/+8
2019-02-24Auto merge of #58232 - ljedrz:HirIdification_continued, r=Zoxcbors-7/+7
2019-02-23Auto merge of #57051 - Eijebong:parking_lot, r=nikomatsakisbors-1/+1
2019-02-23Rollup merge of #58643 - GuillaumeGomez:extra-variables, r=ManishearthMazdak Farrokhzad-1/+5
2019-02-23Fix tidy check errorsHirokazu Hata-10/+45
2019-02-23Transition librustdoc to 2018 editionHirokazu Hata-423/+419
2019-02-22Rollup merge of #58591 - dwijnand:dedup-a-rustdoc-diag-construction, r=Guilla...Mazdak Farrokhzad-22/+8
2019-02-22Don't generate minification variable if minification disabledGuillaume Gomez-1/+5
2019-02-22Update parking_lot to 0.7Bastien Orivel-1/+1
2019-02-20Dedup a rustdoc diagnostic constructionDale Wijnand-22/+8
2019-02-20HirIdification: change some NodeId to HirId callsljedrz-6/+6
2019-02-20hir: HirId-ify intravisitljedrz-1/+1
2019-02-20Rollup merge of #58409 - euclio:impl-trait-wrapping, r=QuietMisdreavuskennytm-30/+38
2019-02-20Rollup merge of #58384 - GuillaumeGomez:fix-table-display, r=QuietMisdreavuskennytm-25/+6
2019-02-20Rollup merge of #58336 - GuillaumeGomez:fix-search-results-interactions, r=ol...kennytm-2/+2
2019-02-20Rollup merge of #58303 - GuillaumeGomez:stability-tags-display, r=QuietMisdre...kennytm-11/+10
2019-02-20Rollup merge of #56470 - llogiq:process-termination-doctest, r=GuillaumeGomezkennytm-4/+10
2019-02-19Fix tables displayGuillaume Gomez-25/+6
2019-02-19Auto merge of #56514 - ollie27:rustdoc_test_libdir, r=QuietMisdreavusbors-20/+3
2019-02-19Auto merge of #58503 - varkor:const-generics-hir, r=petrochenkovbors-10/+79
2019-02-17Modify doctest's auto-`fn main()` to allow `Result`sAndre Bogus-4/+10
2019-02-17Rollup merge of #57929 - GuillaumeGomez:rustodc-remove-old-style-files, r=oll...kennytm-10/+24
2019-02-16Rollup merge of #58448 - euclio:missing-summaries, r=QuietMisdreavuskennytm-1/+6
2019-02-16Rollup merge of #58306 - GuillaumeGomez:crate-browser-history, r=QuietMisdreavuskennytm-1/+1
2019-02-16Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapinkennytm-1/+0
2019-02-15Drive-by cleanupvarkor-4/+4
2019-02-15Add Const kind to rustdocvarkor-6/+75
2019-02-13mask `compiler_builtins` docsAndy Russell-1/+6
2019-02-13Rollup merge of #58202 - varkor:deprecated-future-external, r=GuillaumeGomezMazdak Farrokhzad-7/+24
2019-02-13Rollup merge of #58167 - ljedrz:HirIdify_body_id, r=ZoxcMazdak Farrokhzad-1/+1
2019-02-13libpanic_unwind => 2018: fix ICEs.Mazdak Farrokhzad-3/+5
2019-02-13HirId-ify hir::BodyIdljedrz-1/+1
2019-02-12Stabilize slice_sort_by_cached_keyScott McMurray-1/+0
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-43/+43
2019-02-12respect alternate flag when formatting impl traitAndy Russell-30/+38
2019-02-11Update existing rustdoc testvarkor-5/+7
2019-02-11Display "Deprecation planned" in rustdoc for future rustc deprecationsvarkor-9/+22
2019-02-11Don't display "Deprecated since" for non-rustc deprecated itemsvarkor-2/+4
2019-02-10rustc: doc commentsAlexander Regueiro-43/+43
2019-02-10Rollup merge of #58297 - GuillaumeGomez:cleanup-js, r=QuietMisdreavusGuillaume Gomez-8/+6
2019-02-10Rollup merge of #58243 - GuillaumeGomez:trait-alias-docs, r=ManishearthGuillaume Gomez-47/+132
2019-02-10Rollup merge of #58203 - euclio:rustdoc-async, r=GuillaumeGomezGuillaume Gomez-10/+60
2019-02-10Remove spotlight for trait aliases and fix nitsGuillaume Gomez-5/+2
2019-02-10Add trait aliases to js typesGuillaume Gomez-1/+3
2019-02-10Add style for trait aliasesGuillaume Gomez-0/+4
2019-02-10Add trait alias support in rustdocGuillaume Gomez-46/+128
2019-02-10Fix search results interactionsGuillaume Gomez-2/+2
2019-02-09put back macro redirectGuillaume Gomez-0/+9
2019-02-08Don't default on std crate when manipulating browser historyGuillaume Gomez-1/+1