| Age | Commit message (Expand) | Author | Lines |
| 2022-11-27 | Auto merge of #104983 - matthiaskrgr:rollup-018sk73, r=matthiaskrgr | bors | -7/+31 |
| 2022-11-27 | Remove Crate::primitives field | Guillaume Gomez | -5/+6 |
| 2022-11-27 | Rollup merge of #104946 - notriddle:notriddle/popover-menu-focus, r=Guillaume... | Matthias Krüger | -5/+17 |
| 2022-11-27 | Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errors | bors | -27/+14 |
| 2022-11-27 | Rename `fn_trait_kind_from_{from_lang=>def_id}` to better convey meaning | Maybe Waffle | -1/+1 |
| 2022-11-26 | Use target exe_suffix for doctests | Jubilee Young | -2/+14 |
| 2022-11-26 | Fix UI issues with Rustdoc scrape-examples feature. | Will Crichton | -3/+5 |
| 2022-11-26 | rustdoc: pass "true" to reset focus for notable traits | Michael Howell | -11/+7 |
| 2022-11-26 | rustdoc: improve popover focus handling JS | Michael Howell | -5/+21 |
| 2022-11-26 | Rollup merge of #104928 - notriddle:notriddle/sidebar-toggle-flexbox, r=Guill... | Guillaume Gomez | -9/+3 |
| 2022-11-26 | Rollup merge of #104899 - notriddle:notriddle/help-dt, r=GuillaumeGomez | Matthias Krüger | -1/+0 |
| 2022-11-25 | rustdoc: use flexbox CSS to align sidebar button instead of position | Michael Howell | -9/+3 |
| 2022-11-25 | Auto merge of #104902 - matthiaskrgr:rollup-oo27a4u, r=matthiaskrgr | bors | -2/+1 |
| 2022-11-25 | rustdoc: remove no-op CSS `#help dt { display: block }` | Michael Howell | -1/+0 |
| 2022-11-25 | rustdoc: revert tooltip background color on light theme to readable | Michael Howell | -1/+1 |
| 2022-11-25 | rustdoc: remove `cursor: pointer` from unclickable tooltip | Michael Howell | -1/+0 |
| 2022-11-25 | Auto merge of #104846 - spastorino:santa-clauses-make-goals-early-christmas-ð... | bors | -20/+31 |
| 2022-11-25 | Rollup merge of #104849 - GuillaumeGomez:source-code-sidebar-css-migration, r... | Matthias Krüger | -20/+14 |
| 2022-11-25 | Introduce PredicateKind::Clause | Santiago Pastorino | -14/+30 |
| 2022-11-25 | get rid of to_poly_trait_predicate | Oli Scherer | -6/+1 |
| 2022-11-24 | Auto merge of #104845 - matthiaskrgr:rollup-tckj956, r=matthiaskrgr | bors | -2/+1 |
| 2022-11-24 | Migrate source code elements style to CSS variables | Guillaume Gomez | -20/+14 |
| 2022-11-24 | Rollup merge of #104792 - notriddle:notriddle/crate-search-title-display, r=G... | Matthias Krüger | -2/+1 |
| 2022-11-24 | Use kw::Empty for elided lifetimes in path. | Camille GILLOT | -16/+12 |
| 2022-11-24 | move things from rustc_target::abi to rustc_abi | hkalbasi | -2/+2 |
| 2022-11-24 | make rustc_target usable outside of rustc | hkalbasi | -4/+4 |
| 2022-11-24 | Rollup merge of #104772 - GuillaumeGomez:small-accessibility-improvement, r=n... | Matthias Krüger | -18/+16 |
| 2022-11-23 | rustdoc: simplify `.search-results-title` CSS | Michael Howell | -2/+1 |
| 2022-11-23 | Separate lifetime ident from resolution in HIR. | Camille GILLOT | -11/+2 |
| 2022-11-23 | Rollup merge of #104744 - notriddle:notriddle/struct-fields-display-block, r=... | Dylan DPC | -0/+2 |
| 2022-11-23 | Improve accessibility: | Guillaume Gomez | -18/+16 |
| 2022-11-22 | Consolidate rustdoc's lint passes into a single pass | Noah Lev | -499/+439 |
| 2022-11-22 | Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnr | Manish Goregaokar | -0/+1 |
| 2022-11-22 | rustdoc: make struct fields `display: block` | Michael Howell | -0/+2 |
| 2022-11-22 | rustdoc: remove no-op CSS `a.test-arrow { display: inline-block }` | Michael Howell | -1/+0 |
| 2022-11-22 | rustdoc: remove no-op CSS `.popover::before { display: inline-block }` | Michael Howell | -1/+0 |
| 2022-11-22 | Auto merge of #103578 - petrochenkov:nofict, r=nagisa | bors | -27/+27 |
| 2022-11-22 | Auto merge of #104696 - matthiaskrgr:rollup-gi1pdb0, r=matthiaskrgr | bors | -33/+21 |
| 2022-11-22 | Rollup merge of #104666 - GuillaumeGomez:migrate-alias-search-result, r=notri... | Matthias Krüger | -24/+16 |
| 2022-11-22 | Rollup merge of #104663 - notriddle:notriddle/button-cursor, r=GuillaumeGomez | Matthias Krüger | -8/+4 |
| 2022-11-22 | Split `MacArgs` in two. | Nicholas Nethercote | -1/+1 |
| 2022-11-21 | Stop passing the self-type as a separate argument. | Oli Scherer | -1/+1 |
| 2022-11-21 | Allow iterators instead of requiring slices that will get turned into iterators | Oli Scherer | -1/+1 |
| 2022-11-21 | Assert that various types have the right amount of generic args and fix the s... | Oli Scherer | -1/+1 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -27/+27 |
| 2022-11-21 | Add an always-ambiguous predicate to make sure that we don't accidentlally al... | Oli Scherer | -0/+1 |
| 2022-11-21 | Rollup merge of #104499 - Enselic:no-method-in-rustdoc-json, r=GuillaumeGomez | Matthias Krüger | -22/+7 |
| 2022-11-21 | Migrate search result alias to CSS variables | Guillaume Gomez | -24/+16 |
| 2022-11-20 | rustdoc: factor out common button CSS | Michael Howell | -8/+4 |
| 2022-11-20 | Rollup merge of #104581 - notriddle:notriddle/js-iife-2, r=GuillaumeGomez | Matthias Krüger | -6/+3 |