about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2018-08-01Rollup merge of #52835 - GuillaumeGomez:ice-rustdoc-links, r=eddybPietro Albini-23/+27
2018-07-31Add dyn to WriteMark Rousskov-1/+1
2018-07-31Cleanup highlighting codeMark Rousskov-42/+23
2018-07-31Remove global derive_id and reset_ids functionsMark Rousskov-149/+181
2018-07-31Put back original field discoveryGuillaume Gomez-2/+8
2018-07-31Format code for easier editingMark Rousskov-6/+5
2018-07-31Further extract error code switchMark Rousskov-56/+94
2018-07-31Remove dependency on error handling from find_testable_codeMark Rousskov-13/+24
2018-07-31Provide test configuration through structMark Rousskov-28/+21
2018-07-31Provide warnings for invalid code blocks in markdown filesMark Rousskov-7/+5
2018-07-31Pull out nightly checking to edgesMark Rousskov-8/+7
2018-07-30Delete unused code in rustdocMark Rousskov-121/+96
2018-07-30Fix Alias intra doc ICEGuillaume Gomez-23/+21
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