summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2018-09-10[beta] rustdoc: disable blanket impl collectionQuietMisdreavus-111/+2
2018-07-30Delete unused code in rustdocMark Rousskov-121/+96
2018-07-30Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasperbors-1/+1
2018-07-30Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkovbors-1/+1
2018-07-29Auto merge of #52738 - ljedrz:push_to_extend, r=eddybbors-6/+2
2018-07-29Remove unused `mut`sMatthew Jasper-1/+1
2018-07-29Replace push loops with collect() and extend() where possibleljedrz-6/+2
2018-07-29Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkovbors-18/+18
2018-07-29Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakisbors-15/+11
2018-07-29Auto merge of #52751 - QuietMisdreavus:you-shall-not-pass, r=GuillaumeGomezbors-26/+50
2018-07-28Auto merge of #52585 - GuillaumeGomez:generic-impls, r=QuietMisdreavusbors-64/+217
2018-07-28Move blanket implementations generation into its own functionGuillaume Gomez-19/+29
2018-07-28Remove core exclusion conditionGuillaume Gomez-13/+13
2018-07-28Don't format!() string literalsljedrz-1/+1
2018-07-28Don't display full blanket implementation and put it into its own sectionGuillaume Gomez-20/+55
2018-07-28Rollup merge of #52781 - ljedrz:avoid_vec_arguments, r=nikomatsakiskennytm-3/+3
2018-07-27Use slices where a vector is not necessaryljedrz-3/+3
2018-07-27Use str::repeatShotaro Yamada-15/+11
2018-07-27Prefer to_string() to format!()ljedrz-18/+18
2018-07-26rustdoc: rework how default passes are chosenQuietMisdreavus-26/+50
2018-07-25Add missing dynTatsuyuki Ishi-8/+8
2018-07-24Auto merge of #52257 - steveklabnik:refactor-rustdoc, r=QuietMisdreavusbors-72/+16
2018-07-24remove zombie codesteveklabnik-5/+0
2018-07-24remove pluginmanagersteveklabnik-69/+18
2018-07-24Auto merge of #52181 - QuietMisdreavus:panicked-tester, r=GuillaumeGomezbors-45/+47
2018-07-24force the doctest rustc thread to share the name of the testQuietMisdreavus-2/+2
2018-07-24Remove generic-impl rendering filterGuillaume Gomez-85/+83
2018-07-24Add src and fix generics display issuesGuillaume Gomez-6/+6
2018-07-23Auto merge of #52211 - bjorn3:misc_rustdoc_changes, r=QuietMisdreavusbors-16/+4
2018-07-23Auto merge of #52568 - oli-obk:span_bug_error, r=varkorbors-0/+1
2018-07-23Fix style issuesGuillaume Gomez-7/+9
2018-07-22Fix urlsGuillaume Gomez-4/+4
2018-07-22Prevent some items to get generic impls listedGuillaume Gomez-1/+2
2018-07-22Improve codeGuillaume Gomez-64/+44
2018-07-22Add new tests and fix old onesGuillaume Gomez-37/+65
2018-07-22CleanupGuillaume Gomez-65/+1
2018-07-22Add filter over non generic implsGuillaume Gomez-54/+38
2018-07-22Working generic implGuillaume Gomez-137/+198
2018-07-22some improvementsGuillaume Gomez-7/+23
2018-07-22part 2Guillaume Gomez-59/+46
2018-07-22First step to generic trait implsGuillaume Gomez-20/+114
2018-07-22Start of generic impl fix for rustdocGuillaume Gomez-3/+24
2018-07-23Rollup merge of #52581 - petrochenkov:bmacrodoc, r=alexcrichtonkennytm-7/+5
2018-07-22Auto merge of #52368 - GuillaumeGomez:intra_doc_link_resolution_failure-docum...bors-4/+63
2018-07-22Add "self" intra-link supportGuillaume Gomez-4/+63
2018-07-21Avoid using `#[macro_export]` for documenting builtin macrosVadim Petrochenkov-7/+5
2018-07-20Auto merge of #52354 - QuietMisdreavus:rustdoc-lints, r=GuillaumeGomezbors-5/+5
2018-07-20report doctest compile failures correctlyQuietMisdreavus-19/+19
2018-07-20rustdoc: set panic output before starting compiler thread poolQuietMisdreavus-25/+27
2018-07-20Make sure the compiler actually panics on `delay_span_bug`Oliver Schneider-0/+1