| Age | Commit message (Expand) | Author | Lines |
| 2020-05-27 | Rollup merge of #72610 - GuillaumeGomez:revert-unwanted-css-changes, r=Dylan-DPC | Dylan DPC | -9/+0 |
| 2020-05-26 | Rollup merge of #72294 - GuillaumeGomez:js-cleanup, r=kinnison | Dylan DPC | -298/+304 |
| 2020-05-26 | Improve formatting | Guillaume Gomez | -2/+2 |
| 2020-05-26 | Remove font-display settings | Guillaume Gomez | -9/+0 |
| 2020-05-26 | Auto merge of #71900 - GuillaumeGomez:clean-up-rustdoc, r=ollie27,kinnison | bors | -50/+51 |
| 2020-05-26 | Fix eslint lints | Guillaume Gomez | -34/+34 |
| 2020-05-26 | Reexported functions are now declared directly as "windows" field | Guillaume Gomez | -11/+6 |
| 2020-05-26 | Move "global" code into anonymous functions | Guillaume Gomez | -248/+258 |
| 2020-05-26 | Move focusSearchBar and defocusSearchBar functions to the top of the file wit... | Guillaume Gomez | -10/+11 |
| 2020-05-24 | Auto merge of #72362 - matthewjasper:remove-rescope, r=nikomatsakis | bors | -1/+0 |
| 2020-05-24 | Rollup merge of #72092 - workingjubilee:patch-2, r=GuillaumeGomez | Dylan DPC | -0/+9 |
| 2020-05-22 | Remove ReScope | Matthew Jasper | -1/+0 |
| 2020-05-22 | Allow using `Self::` in doc | Tymoteusz Jankowski | -4/+50 |
| 2020-05-21 | Rollup merge of #72421 - GuillaumeGomez:fix-impl-hover-anchor, r=kinnison | Ralf Jung | -1/+1 |
| 2020-05-21 | Rollup merge of #72347 - xliiv:72340-impl-for-default, r=GuillaumeGomez | Ralf Jung | -26/+35 |
| 2020-05-21 | Rollup merge of #72055 - lcnr:predicate-kind, r=nikomatsakis | Ralf Jung | -23/+21 |
| 2020-05-21 | Rollup merge of #72272 - GuillaumeGomez:fix-back-on-page-with-search-behaviou... | Ralf Jung | -0/+6 |
| 2020-05-21 | Fix anchor display when hovering impl | Guillaume Gomez | -1/+1 |
| 2020-05-20 | introduce newtype'd `Predicate<'tcx>` | Bastian Kauschke | -7/+7 |
| 2020-05-20 | make `to_predicate` take a `tcx` argument | Niko Matsakis | -1/+1 |
| 2020-05-20 | rename `Predicate` to `PredicateKind`, introduce alias | Bastian Kauschke | -19/+17 |
| 2020-05-19 | Fix going back in history to a search result page on firefox | Guillaume Gomez | -0/+6 |
| 2020-05-19 | Make intra-link resolve links for both trait and impl items | Tymoteusz Jankowski | -26/+35 |
| 2020-05-17 | Assume unevaluated consts are equal to the other consts and add ConstEquate o... | Ben Lewis | -1/+2 |
| 2020-05-16 | Rollup merge of #71724 - GuillaumeGomez:doc-alias-improvements, r=ollie27 | Dylan DPC | -104/+149 |
| 2020-05-15 | Rollup merge of #72173 - xliiv:54172-intra-for-trait-impl, r=GuillaumeGomez | Dylan DPC | -11/+55 |
| 2020-05-14 | * Update aliases data struct from HashMap to BTreeMap to have more determinis... | Guillaume Gomez | -12/+11 |
| 2020-05-14 | Make current crate aliases go first | Guillaume Gomez | -6/+14 |
| 2020-05-14 | Move doc alias discovery into the Attributes struct and some code improvements | Guillaume Gomez | -39/+15 |
| 2020-05-14 | Rollup merge of #72150 - jackh726:unnorm_projection, r=nikomatsakis | Ralf Jung | -1/+0 |
| 2020-05-13 | Make intra links work inside trait impl block | Tymoteusz Jankowski | -11/+55 |
| 2020-05-12 | Rollup merge of #71928 - mibac138:strikethrough, r=GuillaumeGomez | Dylan DPC | -3/+11 |
| 2020-05-12 | Remove ty::UnnormalizedProjection | Jack Huey | -1/+0 |
| 2020-05-11 | Rollup merge of #72109 - matthiaskrgr:cl8ppy, r=Dylan-DPC | Dylan DPC | -7/+5 |
| 2020-05-11 | Rollup merge of #72014 - GuillaumeGomez:deprecated-emoji, r=kinnison,ollie27 | Dylan DPC | -1/+4 |
| 2020-05-11 | Fix clippy warnings | Matthias Krüger | -7/+5 |
| 2020-05-10 | Unblock font loading in rustdoc.css | Jubilee | -0/+9 |
| 2020-05-10 | Rollup merge of #71945 - GuillaumeGomez:sort-impl-on-foreign-types-section, r... | Ralf Jung | -8/+7 |
| 2020-05-09 | Sort "implementations on foreign types" section in the sidebar | Guillaume Gomez | -8/+7 |
| 2020-05-09 | End unification of exit codes in librustdoc | Guillaume Gomez | -21/+25 |
| 2020-05-09 | Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper | Ralf Jung | -52/+43 |
| 2020-05-08 | Rollup merge of #71581 - GuillaumeGomez:unify-lints-handling, r=kinnison | Dylan DPC | -69/+69 |
| 2020-05-08 | Add emoji for deprecated messages | Guillaume Gomez | -1/+4 |
| 2020-05-08 | Clean up rustdoc source code | Guillaume Gomez | -36/+33 |
| 2020-05-08 | Fix tests | Camille GILLOT | -1/+1 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -51/+42 |
| 2020-05-07 | Merge aliases and search-index | Guillaume Gomez | -97/+110 |
| 2020-05-07 | Improve doc alias discovery | Guillaume Gomez | -39/+61 |
| 2020-05-07 | Improve doc alias JS code | Guillaume Gomez | -23/+50 |
| 2020-05-06 | Rollup merge of #71918 - GuillaumeGomez:rename-methods-section, r=Dylan-DPC | Dylan DPC | -18/+45 |