| Age | Commit message (Expand) | Author | Lines |
| 2023-03-06 | Update documentation for HTML templates style | Guillaume Gomez | -13/+14 |
| 2023-03-06 | Remove unneeded minus sign in jinja tags | Guillaume Gomez | -173/+174 |
| 2023-03-06 | Update askama version to 0.12 | Guillaume Gomez | -1/+1 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -10/+6 |
| 2023-03-04 | Rollup merge of #108734 - clubby789:rustdoc-layout-uninhabited, r=GuillaumeGomez | Matthias Krüger | -0/+6 |
| 2023-03-04 | Rollup merge of #108723 - notriddle:notriddle/where-clause, r=GuillaumeGomez | Matthias Krüger | -21/+13 |
| 2023-03-04 | rustdoc: include link on all.html location header | Michael Howell | -3/+1 |
| 2023-03-04 | rustdoc: function signature search with traits in `where` clause | Michael Howell | -21/+13 |
| 2023-03-04 | rustdoc: Note in a type's layout/size if it is uninhabited | clubby789 | -0/+6 |
| 2023-03-03 | Emit an error for unclosed generic | Guillaume Gomez | -1/+13 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -10/+6 |
| 2023-03-02 | Put backtick content from rustdoc search errors into a <code> elements | Guillaume Gomez | -40/+99 |
| 2023-03-01 | Rollup merge of #108143 - notriddle:notriddle/filter-exclamation-macro, r=Gui... | Dylan DPC | -6/+26 |
| 2023-03-01 | Rollup merge of #108297 - chenyukang:yukang/delim-error-exit, r=petrochenkov | Matthias Krüger | -11/+3 |
| 2023-02-28 | Exit when there are unmatched delims to avoid noisy diagnostics | yukang | -11/+3 |
| 2023-02-28 | Auto merge of #108098 - notriddle:notriddle/rustdoc-tooltip-alloc, r=Guillaum... | bors | -23/+30 |
| 2023-02-27 | Rollup merge of #108494 - GuillaumeGomez:cleanup-js, r=notriddle | Matthias Krüger | -13/+7 |
| 2023-02-26 | Clean up JS files code a bit | Guillaume Gomez | -13/+7 |
| 2023-02-26 | Rollup merge of #108379 - compiler-errors:hir-error-guaranteed, r=cjgillot | Matthias Krüger | -1/+1 |
| 2023-02-25 | Add ErrorGuaranteed to HIR TyKind::Err | Michael Goulet | -1/+1 |
| 2023-02-25 | Update search eBNF with `!` moved | Michael Howell | -2/+2 |
| 2023-02-23 | rustdoc: avoid including `<li>` tags in item table short desc | Michael Howell | -4/+1 |
| 2023-02-23 | Rollup merge of #108349 - GuillaumeGomez:fix-duplicated-imports2, r=notriddle | Matthias Krüger | -8/+16 |
| 2023-02-22 | rustdoc: reduce allocations when generating tooltips | Michael Howell | -23/+30 |
| 2023-02-23 | Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error... | bors | -1/+1 |
| 2023-02-22 | Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obk | bors | -2/+2 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -2/+2 |
| 2023-02-22 | Prevent duplicated imports | Guillaume Gomez | -8/+16 |
| 2023-02-22 | diagnostics: if AssocFn has self argument, describe as method | Michael Howell | -1/+1 |
| 2023-02-22 | Auto merge of #103042 - davidtwco:translation-distributed-ftl, r=oli-obk | bors | -9/+20 |
| 2023-02-22 | Rollup merge of #108310 - GuillaumeGomez:fix-reexports-duplicated-attributes,... | Guillaume Gomez | -7/+17 |
| 2023-02-22 | various: translation resources from cg backend | David Wood | -9/+18 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -5/+7 |
| 2023-02-21 | Fix duplicated attributes for first reexport | Guillaume Gomez | -7/+17 |
| 2023-02-21 | Auto merge of #104754 - nnethercote:more-ThinVec-in-ast, r=the8472 | bors | -3/+10 |
| 2023-02-21 | Allow disabling of auto and blanket trait impls retrieval in rustdoc when in ... | Guillaume Gomez | -0/+6 |
| 2023-02-21 | Use `ThinVec` in various AST types. | Nicholas Nethercote | -3/+4 |
| 2023-02-21 | Upgrade `thin-vec` from 0.2.9 to 0.2.12. | Nicholas Nethercote | -1/+1 |
| 2023-02-20 | Rollup merge of #108241 - GuillaumeGomez:fix-reexported-macro-handling, r=not... | Matthias Krüger | -5/+13 |
| 2023-02-20 | Fix handling of reexported macro in doc hidden items | Guillaume Gomez | -5/+13 |
| 2023-02-19 | Only include stable lints in `rustdoc::all` group | Noah Lev | -1/+5 |
| 2023-02-19 | Rollup merge of #108129 - GuillaumeGomez:correctly-handle-links-starting-with... | Guillaume Gomez | -2/+3 |
| 2023-02-19 | Rollup merge of #107766 - GuillaumeGomez:fix-json-reexports-of-different-item... | Guillaume Gomez | -41/+73 |
| 2023-02-19 | Rollup merge of #108146 - notriddle:notriddle/rustdoc-search-reference, r=Gui... | Dylan DPC | -0/+10 |
| 2023-02-19 | Rollup merge of #107783 - notriddle:notriddle/item-table-ul, r=GuillaumeGomez | Dylan DPC | -17/+19 |
| 2023-02-18 | Correctly handle if a link starts with a whitespace | Guillaume Gomez | -2/+3 |
| 2023-02-18 | Improve code readability | Guillaume Gomez | -10/+21 |
| 2023-02-18 | Fix bad handling of primitive types | Guillaume Gomez | -30/+48 |
| 2023-02-18 | Allow reexports of items with same name but different types to both appear | Guillaume Gomez | -57/+60 |
| 2023-02-18 | doc links: Filter away autolinks in both rustc and rustdoc | Vadim Petrochenkov | -16/+8 |