| Age | Commit message (Expand) | Author | Lines |
| 2023-05-02 | initial step towards implementing C string literals | Deadbeef | -1/+3 |
| 2023-05-02 | Rollup merge of #110955 - fee1-dead-contrib:sus-operation, r=compiler-errors | Dylan DPC | -1/+1 |
| 2023-05-01 | Make the BUG_REPORT_URL configurable by tools | jyn | -1/+5 |
| 2023-04-30 | Rollup merge of #110631 - notriddle:notriddle/impl-trait-cycle, r=GuillaumeGomez | Matthias Krüger | -19/+56 |
| 2023-04-29 | rustdoc: catch and don't blow up on impl Trait cycles | Michael Howell | -19/+56 |
| 2023-04-30 | Rollup merge of #110983 - GuillaumeGomez:foreign-repr, r=notriddle | Matthias Krüger | -48/+96 |
| 2023-04-29 | Unify attributes retrieval for JSON and HTML rendering | Guillaume Gomez | -79/+76 |
| 2023-04-29 | Fix display of attributes for enums | Guillaume Gomez | -2/+2 |
| 2023-04-29 | Get `repr` information through `AdtDef` for foreign items | Guillaume Gomez | -21/+72 |
| 2023-04-29 | Rollup merge of #110964 - notriddle:notriddle/deref-impl, r=GuillaumeGomez | Matthias Krüger | -6/+12 |
| 2023-04-29 | drive-by cleanup of rustdoc comment | jyn | -3/+3 |
| 2023-04-29 | Add `rustdoc::unescaped_backtick` lint | Lukas Markeffsky | -5/+436 |
| 2023-04-29 | fix rustdoc and core test | Deadbeef | -1/+1 |
| 2023-04-28 | rustdoc: fix weird margins between Deref impl items | Michael Howell | -6/+12 |
| 2023-04-28 | handle cfg(bootstrap) | Pietro Albini | -6/+1 |
| 2023-04-28 | rustdoc: render visibility on associated types | wackbyte | -1/+3 |
| 2023-04-28 | Auto merge of #110924 - matthiaskrgr:rollup-jvznpq2, r=matthiaskrgr | bors | -5/+5 |
| 2023-04-28 | Rollup merge of #110904 - fmease:rustdoc-fix-110900, r=compiler-errors | Matthias Krüger | -5/+5 |
| 2023-04-27 | rustdoc: rebind bound vars to type-outlives predicates | León Orell Valerian Liehr | -5/+5 |
| 2023-04-27 | refactor(docs): remove macro resolution fallback | bohan | -14/+16 |
| 2023-04-26 | Rollup merge of #110847 - aDotInTheVoid:rdj-time-serialization, r=GuillaumeGomez | Matthias Krüger | -1/+4 |
| 2023-04-26 | Rollup merge of #110835 - nnethercote:strict-region-folders-2, r=compiler-errors | Matthias Krüger | -1/+3 |
| 2023-04-26 | Rollup merge of #110798 - ozkanonur:rustdoc-unused-extern-crates, r=jyn514 | Matthias Krüger | -0/+8 |
| 2023-04-26 | rustdoc-json: Time serialization. | Alona Enraght-Moony | -1/+4 |
| 2023-04-26 | Fix uses of `TraitRef::identity` in clippy and rustdoc | Maybe Waffle | -1/+1 |
| 2023-04-26 | Make some region folders a little stricter. | Nicholas Nethercote | -1/+3 |
| 2023-04-25 | Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=com... | Matthias Krüger | -6/+7 |
| 2023-04-25 | Use `ty::TraitRef::new` in rustdoc | Maybe Waffle | -1/+1 |
| 2023-04-25 | pass `unused_extern_crates` in `librustdoc::doctest::make_test` | ozkanonur | -0/+8 |
| 2023-04-24 | rustdoc-search: add slices and arrays to index | Michael Howell | -2/+28 |
| 2023-04-24 | Fix `rustc_index` imports outside the compiler | Maybe Waffle | -1/+1 |
| 2023-04-24 | Rollup merge of #110514 - compiler-errors:remove-find_map_relevant_impl, r=b-... | Matthias Krüger | -9/+11 |
| 2023-04-23 | Rollup merge of #110661 - notriddle:notriddle/settings-js-handlekey, r=Guilla... | Matthias Krüger | -19/+1 |
| 2023-04-23 | Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillot | bors | -2/+0 |
| 2023-04-22 | Rollup merge of #110659 - notriddle:notriddle/js-cleanup-20230421, r=Guillaum... | Yuki Okushi | -11/+6 |
| 2023-04-22 | Rollup merge of #109949 - notriddle:notriddle/type-layout, r=jsha | Yuki Okushi | -116/+154 |
| 2023-04-21 | rustdoc: remove unused CSS `color: inherit` | Michael Howell | -1/+0 |
| 2023-04-21 | rustdoc: remove unneeded handleKey from settings.js | Michael Howell | -18/+1 |
| 2023-04-21 | Leave it to the query system to invoke the typeck query instead of invoking i... | Oli Scherer | -2/+0 |
| 2023-04-21 | rustdoc: clean up redundant search hiding results code | Michael Howell | -8/+1 |
| 2023-04-21 | rustdoc: lift constant string manipulation out of loop | Michael Howell | -1/+1 |
| 2023-04-21 | rustdoc: use Set for ignored crates, instead of string matching | Michael Howell | -2/+4 |
| 2023-04-21 | rustdoc: remove unnecessary binding | Michael Howell | -5/+4 |
| 2023-04-21 | rustdoc: factor `document_type_layout` into its own module | Michael Howell | -77/+90 |
| 2023-04-21 | rustdoc: get rid of redundant, nested `let` lines | Michael Howell | -17/+13 |
| 2023-04-20 | rustdoc-search: use more descriptive "x not found; y instead" message | Michael Howell | -1/+1 |
| 2023-04-20 | rustdoc-search: make type name correction choice deterministic | Michael Howell | -0/+3 |
| 2023-04-20 | rustdoc-search: clean up `checkIfInGenerics` call at end of `checkType` | Michael Howell | -5/+1 |
| 2023-04-20 | add subst_identity_iter and subst_identity_iter_copied methods on EarlyBinder... | Kyle Matsuda | -4/+2 |
| 2023-04-20 | add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite... | Kyle Matsuda | -3/+3 |