| Age | Commit message (Expand) | Author | Lines |
| 2023-04-16 | rustdoc: Correctly merge import's and its target's docs in one more case | Vadim Petrochenkov | -6/+8 |
| 2023-04-16 | Don't collect return-position impl traits for documentation | Michael Goulet | -1/+9 |
| 2023-03-03 | Emit an error for unclosed generic | Guillaume Gomez | -1/+13 |
| 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 |
| 2023-02-18 | rustdoc: Cleanup broken link callbacks | Vadim Petrochenkov | -29/+17 |
| 2023-02-18 | rustdoc: Do not use Footnotes and HeadingLinks when extracting doc links | Vadim Petrochenkov | -8/+3 |
| 2023-02-17 | Auto merge of #108075 - WaffleLapkin:de-arena-allocates-you-OwO, r=Nilstrieb | bors | -3/+3 |
| 2023-02-17 | Add comment explaining the search index tweak | Michael Howell | -0/+6 |
| 2023-02-17 | Add `Clause::ConstArgHasType` variant | Boxy | -0/+1 |
| 2023-02-17 | Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU | bors | -28/+54 |
| 2023-02-16 | Correct eslint warning | Michael Howell | -1/+1 |
| 2023-02-16 | rustdoc: search by macro when query ends with `!` | Michael Howell | -4/+24 |