about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2020-05-27Rollup merge of #72610 - GuillaumeGomez:revert-unwanted-css-changes, r=Dylan-DPCDylan DPC-9/+0
2020-05-26Rollup merge of #72294 - GuillaumeGomez:js-cleanup, r=kinnisonDylan DPC-298/+304
2020-05-26Improve formattingGuillaume Gomez-2/+2
2020-05-26Remove font-display settingsGuillaume Gomez-9/+0
2020-05-26Auto merge of #71900 - GuillaumeGomez:clean-up-rustdoc, r=ollie27,kinnisonbors-50/+51
2020-05-26Fix eslint lintsGuillaume Gomez-34/+34
2020-05-26Reexported functions are now declared directly as "windows" fieldGuillaume Gomez-11/+6
2020-05-26Move "global" code into anonymous functionsGuillaume Gomez-248/+258
2020-05-26Move focusSearchBar and defocusSearchBar functions to the top of the file wit...Guillaume Gomez-10/+11
2020-05-24Auto merge of #72362 - matthewjasper:remove-rescope, r=nikomatsakisbors-1/+0
2020-05-24Rollup merge of #72092 - workingjubilee:patch-2, r=GuillaumeGomezDylan DPC-0/+9
2020-05-22Remove ReScopeMatthew Jasper-1/+0
2020-05-22Allow using `Self::` in docTymoteusz Jankowski-4/+50
2020-05-21Rollup merge of #72421 - GuillaumeGomez:fix-impl-hover-anchor, r=kinnisonRalf Jung-1/+1
2020-05-21Rollup merge of #72347 - xliiv:72340-impl-for-default, r=GuillaumeGomezRalf Jung-26/+35
2020-05-21Rollup merge of #72055 - lcnr:predicate-kind, r=nikomatsakisRalf Jung-23/+21
2020-05-21Rollup merge of #72272 - GuillaumeGomez:fix-back-on-page-with-search-behaviou...Ralf Jung-0/+6
2020-05-21Fix anchor display when hovering implGuillaume Gomez-1/+1
2020-05-20introduce newtype'd `Predicate<'tcx>`Bastian Kauschke-7/+7
2020-05-20make `to_predicate` take a `tcx` argumentNiko Matsakis-1/+1
2020-05-20rename `Predicate` to `PredicateKind`, introduce aliasBastian Kauschke-19/+17
2020-05-19Fix going back in history to a search result page on firefoxGuillaume Gomez-0/+6
2020-05-19Make intra-link resolve links for both trait and impl itemsTymoteusz Jankowski-26/+35
2020-05-17Assume unevaluated consts are equal to the other consts and add ConstEquate o...Ben Lewis-1/+2
2020-05-16Rollup merge of #71724 - GuillaumeGomez:doc-alias-improvements, r=ollie27Dylan DPC-104/+149
2020-05-15Rollup merge of #72173 - xliiv:54172-intra-for-trait-impl, r=GuillaumeGomezDylan DPC-11/+55
2020-05-14* Update aliases data struct from HashMap to BTreeMap to have more determinis...Guillaume Gomez-12/+11
2020-05-14Make current crate aliases go firstGuillaume Gomez-6/+14
2020-05-14Move doc alias discovery into the Attributes struct and some code improvementsGuillaume Gomez-39/+15
2020-05-14Rollup merge of #72150 - jackh726:unnorm_projection, r=nikomatsakisRalf Jung-1/+0
2020-05-13Make intra links work inside trait impl blockTymoteusz Jankowski-11/+55
2020-05-12Rollup merge of #71928 - mibac138:strikethrough, r=GuillaumeGomezDylan DPC-3/+11
2020-05-12Remove ty::UnnormalizedProjectionJack Huey-1/+0
2020-05-11Rollup merge of #72109 - matthiaskrgr:cl8ppy, r=Dylan-DPCDylan DPC-7/+5
2020-05-11Rollup merge of #72014 - GuillaumeGomez:deprecated-emoji, r=kinnison,ollie27Dylan DPC-1/+4
2020-05-11Fix clippy warningsMatthias Krüger-7/+5
2020-05-10Unblock font loading in rustdoc.cssJubilee-0/+9
2020-05-10Rollup merge of #71945 - GuillaumeGomez:sort-impl-on-foreign-types-section, r...Ralf Jung-8/+7
2020-05-09Sort "implementations on foreign types" section in the sidebarGuillaume Gomez-8/+7
2020-05-09End unification of exit codes in librustdocGuillaume Gomez-21/+25
2020-05-09Rollup merge of #71555 - cjgillot:nameless, r=matthewjasperRalf Jung-52/+43
2020-05-08Rollup merge of #71581 - GuillaumeGomez:unify-lints-handling, r=kinnisonDylan DPC-69/+69
2020-05-08Add emoji for deprecated messagesGuillaume Gomez-1/+4
2020-05-08Clean up rustdoc source codeGuillaume Gomez-36/+33
2020-05-08Fix testsCamille GILLOT-1/+1
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-51/+42
2020-05-07Merge aliases and search-indexGuillaume Gomez-97/+110
2020-05-07Improve doc alias discoveryGuillaume Gomez-39/+61
2020-05-07Improve doc alias JS codeGuillaume Gomez-23/+50
2020-05-06Rollup merge of #71918 - GuillaumeGomez:rename-methods-section, r=Dylan-DPCDylan DPC-18/+45