| Age | Commit message (Expand) | Author | Lines |
| 2022-02-19 | Rollup merge of #93954 - aDotInTheVoid:json-buffer, r=Mark-Simulacrum | Matthias Krüger | -3/+6 |
| 2022-02-18 | Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkov | Matthias Krüger | -0/+2 |
| 2022-02-18 | Rollup merge of #93497 - willcrichton:rustdoc-scrape-test, r=GuillaumeGomez | Matthias Krüger | -4/+17 |
| 2022-02-18 | Auto merge of #93766 - petrochenkov:doclinkregr, r=camelid,GuillaumeGomez | bors | -0/+4 |
| 2022-02-18 | rustdoc: Collect traits in scope for lang items | Vadim Petrochenkov | -0/+4 |
| 2022-02-18 | Auto merge of #94088 - oli-obk:revert, r=jackh726 | bors | -6/+1 |
| 2022-02-17 | Rollup merge of #94011 - est31:let_else, r=lcnr | Matthias Krüger | -21/+7 |
| 2022-02-17 | Rollup merge of #93780 - GuillaumeGomez:links-in-sidebar, r=jsha | Matthias Krüger | -127/+109 |
| 2022-02-17 | Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk" | Oli Scherer | -6/+1 |
| 2022-02-16 | Adopt let_else in even more places | est31 | -21/+7 |
| 2022-02-16 | Unify sidebar a bit more by generating a list using <ul> instead of <div> ele... | Guillaume Gomez | -127/+109 |
| 2022-02-16 | Rollup merge of #93382 - GuillaumeGomez:search-input-padding, r=jsha | Matthias Krüger | -1/+1 |
| 2022-02-16 | Implement --check-cfg option (RFC 3013) | Loïc BRANSTETT | -0/+2 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -6/+6 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -6/+6 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -1/+1 |
| 2022-02-14 | Auto merge of #93938 - BoxyUwU:fix_res_self_ty, r=lcnr | bors | -7/+7 |
| 2022-02-14 | update two rustdoc comments | Ellen | -3/+3 |
| 2022-02-14 | Auto merge of #93937 - bjorn3:simplifications3, r=cjgillot | bors | -3/+0 |
| 2022-02-13 | Remove Config::stderr | bjorn3 | -3/+0 |
| 2022-02-13 | Auto merge of #93763 - jsha:re-space-empty-impls, r=GuillaumeGomez | bors | -2/+3 |
| 2022-02-13 | Auto merge of #93956 - matthiaskrgr:rollup-zfk35hb, r=matthiaskrgr | bors | -1/+1 |
| 2022-02-13 | Rollup merge of #93936 - bjorn3:simplifications2, r=cjgillot | Matthias Krüger | -1/+1 |
| 2022-02-13 | Auto merge of #93713 - klensy:deps-up, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-02-13 | rustdoc-json: buffer output | Nixon Enraght-Moony | -3/+6 |
| 2022-02-12 | change to a struct variant | Ellen | -5/+5 |
| 2022-02-12 | Move setup_callbacks call to create_compiler_and_run | bjorn3 | -1/+1 |
| 2022-02-11 | Add --scrape-tests flags so rustdoc can scrape examples from tests | Will Crichton | -4/+17 |
| 2022-02-12 | Filter out anonymous generics in rustdoc. | Camille GILLOT | -1/+6 |
| 2022-02-11 | Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk | bors | -1/+0 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -1/+0 |
| 2022-02-11 | Rollup merge of #93852 - GuillaumeGomez:remove-multi-query, r=jsha | Matthias Krüger | -97/+6 |
| 2022-02-10 | Auto merge of #93854 - matthiaskrgr:rollup-bh2a85j, r=matthiaskrgr | bors | -141/+183 |
| 2022-02-10 | Remove support for multi-query search | Guillaume Gomez | -97/+6 |
| 2022-02-10 | Rollup merge of #93830 - camelid:cleanup-section-code, r=GuillaumeGomez | Matthias Krüger | -81/+171 |
| 2022-02-09 | rustdoc: fix spacing of non-toggled impl blocks | Jacob Hoffman-Andrews | -2/+3 |
| 2022-02-09 | Title-case trait aliases section for consistency | Noah Lev | -1/+1 |
| 2022-02-09 | Refactor sidebar printing code | Noah Lev | -40/+48 |
| 2022-02-09 | Deduplicate item sections | Noah Lev | -22/+13 |
| 2022-02-09 | rustdoc: Create enum for sections holding items | Noah Lev | -37/+128 |
| 2022-02-09 | Ensure that queries only return Copy types. | Camille GILLOT | -1/+1 |
| 2022-02-09 | Update rustdoc tests for headings indent | Guillaume Gomez | -34/+7 |
| 2022-02-09 | Unify headings indent and remove useless anchor | Guillaume Gomez | -33/+12 |
| 2022-02-09 | Add a bit more padding on search padding and reduce its font size | Guillaume Gomez | -1/+1 |
| 2022-02-09 | Rollup merge of #93746 - cjgillot:nodefii, r=nikomatsakis | Yuki Okushi | -1/+2 |
| 2022-02-08 | rustdoc: tweak line and ¶ spacing for a11y | Jacob Hoffman-Andrews | -60/+52 |
| 2022-02-08 | Rollup merge of #93721 - jyn514:less-macro-special-casing, r=petrochenkov | Matthias Krüger | -19/+5 |
| 2022-02-08 | Rollup merge of #93569 - notriddle:notriddle/rustdoc-html-tags-generics, r=Cr... | Matthias Krüger | -9/+66 |
| 2022-02-08 | Rollup merge of #93568 - willcrichton:scrape-examples-leading-whitespace, r=C... | Matthias Krüger | -1/+4 |
| 2022-02-08 | Rollup merge of #93521 - jsha:sidebar-hover, r=GuillaumeGomez | Matthias Krüger | -33/+18 |