| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-02-16 | rustdoc: hide `reference` methods in search index | Michael Howell | -0/+4 |
| 2023-02-16 | fix new usage of type_of | Kyle Matsuda | -1/+1 |
| 2023-02-16 | changes from review | Kyle Matsuda | -1/+6 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -39/+28 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -26/+58 |
| 2023-02-17 | Rollup merge of #108104 - matthiaskrgr:into, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-02-17 | Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot | Matthias Krüger | -5/+5 |
| 2023-02-16 | don't into self | Matthias Krüger | -1/+1 |
| 2023-02-16 | Rollup merge of #108099 - matthiaskrgr:str_to_char, r=GuillaumeGomez | Matthias Krüger | -3/+3 |
| 2023-02-16 | Rollup merge of #108057 - GuillaumeGomez:fix-reexport-attr-merge, r=notriddle | Matthias Krüger | -27/+145 |
| 2023-02-16 | Rename some region-specific stuff | Michael Goulet | -5/+5 |