| Age | Commit message (Expand) | Author | Lines |
| 2023-01-14 | Auto merge of #106696 - kylematsuda:early-binder, r=lcnr | bors | -4/+6 |
| 2023-01-14 | fix various subst_identity vs skip_binder | Kyle Matsuda | -1/+1 |
| 2023-01-14 | change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re... | Kyle Matsuda | -4/+4 |
| 2023-01-14 | change usages of impl_trait_ref to bound_impl_trait_ref | Kyle Matsuda | -4/+4 |
| 2023-01-14 | change const_param_default query to return EarlyBinder; remove bound_const_pa... | Kyle Matsuda | -1/+1 |
| 2023-01-14 | change usages of const_param_default query to bound_const_param_default | Kyle Matsuda | -1/+3 |
| 2023-01-14 | Rollup merge of #106819 - notriddle:notriddle/rm-h1-fqn, r=GuillaumeGomez | Yuki Okushi | -8/+8 |
| 2023-01-14 | Rollup merge of #106766 - GuillaumeGomez:rm-stripper-dead-code, r=notriddle | Yuki Okushi | -11/+1 |
| 2023-01-14 | Rollup merge of #106693 - notriddle:notriddle/toggle-trunc, r=GuillaumeGomez | Yuki Okushi | -56/+56 |
| 2023-01-13 | rustdoc: remove `docblock` class from notable trait popover | Michael Howell | -4/+8 |
| 2023-01-13 | rustdoc: rename CSS rustdoc-toggle -> toggle and toggle -> settings-toggle | Michael Howell | -56/+56 |
| 2023-01-13 | Rollup merge of #106813 - oli-obk:sess_cleanup, r=GuillaumeGomez,petrochenkov | Matthias Krüger | -14/+11 |
| 2023-01-13 | rustdoc: remove unnecessary DOM class `h1.fqn` | Michael Howell | -8/+8 |
| 2023-01-13 | Remove redundant session field | Oli Scherer | -14/+11 |
| 2023-01-13 | CrateData: don't allocate String when Serialize, &str is enough | klensy | -1/+1 |
| 2023-01-13 | Playground.crate_name String -> Symbol | klensy | -6/+5 |
| 2023-01-13 | fmt_type: don't alloc const String, use &str instead | klensy | -1/+1 |
| 2023-01-13 | generate_macro_def_id_path: don't eagerly stringify Symbols | klensy | -7/+12 |
| 2023-01-13 | Auto merge of #106776 - oli-obk:om_nom_nom_nom_nom, r=cjgillot | bors | -1/+1 |
| 2023-01-13 | IndexItem.name String -> Symbol | klensy | -9/+10 |
| 2023-01-13 | evade clones | klensy | -4/+4 |
| 2023-01-13 | Rollup merge of #106741 - GuillaumeGomez:reexport-doc-hidden, r=notriddle | Yuki Okushi | -3/+18 |
| 2023-01-12 | Feed the `features_query` instead of grabbing it from the session lazily | Oli Scherer | -1/+1 |
| 2023-01-12 | Auto merge of #106773 - Nilstrieb:rollup-sq73pyg, r=Nilstrieb | bors | -2/+10 |
| 2023-01-12 | Fix not displayed re-export of `doc(hidden)` item | Guillaume Gomez | -3/+18 |
| 2023-01-12 | Auto merge of #105603 - oli-obk:non_repeatable_queries, r=petrochenkov | bors | -8/+5 |
| 2023-01-12 | Remove dead code in rustdoc stripper | Guillaume Gomez | -11/+1 |
| 2023-01-12 | Harden the pre-tyctxt query system against accidental recomputation | Oli Scherer | -8/+5 |
| 2023-01-12 | Fix rendering 'const' for intrinsics | clubby789 | -2/+10 |
| 2023-01-11 | Rollup merge of #106427 - mejrs:translation_errors, r=davidtwco | nils | -1/+3 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -1/+1 |
| 2023-01-11 | Rollup merge of #106690 - GuillaumeGomez:item-declaration-scrolling, r=notriddle | Yuki Okushi | -0/+4 |
| 2023-01-11 | Rollup merge of #106628 - GuillaumeGomez:rm-itemid-primitive, r=notriddle | Yuki Okushi | -37/+61 |
| 2023-01-10 | Remove unneeded ItemId::Primitive variant | Guillaume Gomez | -37/+61 |
| 2023-01-10 | Fix scrolling for item declaration block | Guillaume Gomez | -0/+4 |
| 2023-01-09 | rustdoc: merge common CSS for `a` | Michael Howell | -4/+1 |
| 2023-01-08 | Make translate_message return result and add tests | mejrs | -1/+3 |
| 2023-01-07 | Rollup merge of #106556 - notriddle:notriddle/margin-left-content-mobile, r=G... | Matthias Krüger | -4/+0 |
| 2023-01-07 | Auto merge of #106558 - compiler-errors:rollup-lkii3j3, r=compiler-errors | bors | -5/+1 |
| 2023-01-06 | Rollup merge of #106543 - notriddle:notriddle/source-sidebar-width-zero, r=Gu... | Michael Goulet | -5/+1 |
| 2023-01-06 | rustdoc: remove no-op mobile CSS `.content { margin-left: 0 }` | Michael Howell | -4/+0 |
| 2023-01-07 | Auto merge of #106538 - aDotInTheVoid:strip-use-doc-hidden, r=notriddle | bors | -0/+12 |
| 2023-01-06 | Rollup merge of #106466 - clubby789:relative-module-fix, r=notriddle | Matthias Krüger | -41/+103 |
| 2023-01-06 | rustdoc: remove no-op CSS `.rustdoc.source .sidebar { width: 0 }` | Michael Howell | -5/+1 |
| 2023-01-06 | rustdoc: Strip imports of items which are `#[doc(hidden)]` | Nixon Enraght-Moony | -0/+12 |
| 2023-01-06 | Correctly render sidebar for relative module paths | clubby789 | -41/+103 |
| 2023-01-06 | Rollup merge of #106502 - notriddle:notriddle/user-select, r=GuillaumeGomez | Dylan DPC | -2/+0 |
| 2023-01-05 | rustdoc: remove legacy user-select CSS | Michael Howell | -2/+0 |
| 2023-01-05 | Auto merge of #106487 - GuillaumeGomez:fix-kbd-var, r=notriddle | bors | -1/+1 |
| 2023-01-05 | Fix --kbd-color variable name in rustdoc.css | Guillaume Gomez | -1/+1 |