| Age | Commit message (Expand) | Author | Lines |
| 2024-01-31 | Rollup merge of #120501 - GuillaumeGomez:glob-reexport-attr-merge-bugfix, r=n... | Nadrieril | -1/+19 |
| 2024-01-30 | rustdoc: Correctly handle attribute merge if this is a glob reexport | Guillaume Gomez | -1/+19 |
| 2024-01-30 | Rollup merge of #117906 - GuillaumeGomez:improve-crate-name-hover, r=fmease,n... | Guillaume Gomez | -4/+2 |
| 2024-01-30 | Rollup merge of #120250 - chadnorvell:rustdoc-xss, r=notriddle | Guillaume Gomez | -1/+9 |
| 2024-01-29 | Improve display of crate name when hovered | Guillaume Gomez | -4/+2 |
| 2024-01-29 | rustdoc: Prevent JS injection from localStorage | Chad Norvell | -1/+9 |
| 2024-01-29 | Rollup merge of #120428 - petrochenkov:somehir2, r=compiler-errors | Dylan DPC | -1/+1 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -3/+4 |
| 2024-01-28 | hir: Use `InferArg` in `ArrayLen::Infer` | Vadim Petrochenkov | -1/+1 |
| 2024-01-26 | Rollup merge of #103522 - Dylan-DPC:76118/array-methods-stab, r=dtolnay | Matthias Krüger | -1/+0 |
| 2024-01-25 | Rollup merge of #120288 - clubby789:bump-askama, r=GuillaumeGomez | Matthias Krüger | -7/+7 |
| 2024-01-24 | Bump `askama` version | clubby789 | -7/+7 |
| 2024-01-23 | Rollup merge of #112806 - kadiwa4:collect_intra_doc_links, r=notriddle | León Orell Valerian Liehr | -64/+39 |
| 2024-01-23 | Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`. | Nicholas Nethercote | -11/+11 |
| 2024-01-23 | Rename `TyCtxt::struct_lint_node` as `TyCtxt::node_lint`. | Nicholas Nethercote | -1/+1 |
| 2024-01-22 | Auto merge of #120080 - cuviper:128-align-packed, r=nikic | bors | -1/+1 |
| 2024-01-22 | Rollup merge of #119986 - nnethercote:fix-error-counting, r=compiler-errors,o... | Matthias Krüger | -3/+5 |
| 2024-01-22 | Rollup merge of #119746 - notriddle:notriddle/resize-close-modals, r=fmease | Matthias Krüger | -0/+1 |
| 2024-01-22 | Tweak error counting. | Nicholas Nethercote | -3/+5 |
| 2024-01-20 | Fix impl stripped in rustdoc HTML whereas it should not be in case the impl i... | Guillaume Gomez | -12/+19 |
| 2024-01-19 | Pack the u128 in LitKind::Int | Josh Stone | -1/+1 |
| 2024-01-19 | Rollup merge of #117662 - GuillaumeGomez:links-in-headings, r=notriddle | Matthias Krüger | -83/+139 |
| 2024-01-18 | Rollup merge of #119869 - oli-obk:track_errors2, r=matthewjasper | Matthias Krüger | -5/+6 |
| 2024-01-17 | Make crate_inherent_impls fallible and stop using `track_errors` for it | Oli Scherer | -5/+6 |
| 2024-01-17 | Add `PatKind::Err` | Lieselotte | -1/+3 |
| 2024-01-13 | Auto merge of #119088 - George-lewis:glewis/suggest-upgrading-compiler, r=Nil... | bors | -4/+5 |
| 2024-01-13 | Add check for ui_testing via promoting parameters from `ParseSess` to `Session` | George-lewis | -4/+5 |
| 2024-01-13 | Rollup merge of #119898 - compiler-errors:error-reporting, r=oli-obk | Matthias Krüger | -1/+0 |
| 2024-01-12 | Remove unused ErrorReporting variant from overflow handling | Michael Goulet | -1/+0 |
| 2024-01-12 | Delegation implementation: step 1 | Bryanskiy | -1/+1 |
| 2024-01-11 | Stop using `DiagnosticBuilder::buffer` in the parser. | Nicholas Nethercote | -5/+7 |
| 2024-01-10 | Auto merge of #119751 - nnethercote:error-api-fixes, r=oli-obk | bors | -32/+28 |
| 2024-01-10 | Rollup merge of #119769 - fmease:rustdoc-off-by-one-dyn-trait-def-gen-args, r... | Matthias Krüger | -91/+99 |
| 2024-01-10 | Rename consuming chaining methods on `DiagnosticBuilder`. | Nicholas Nethercote | -10/+10 |
| 2024-01-10 | Shorten some error invocations. | Nicholas Nethercote | -20/+16 |
| 2024-01-10 | Rename `struct_span_err!` as `struct_span_code_err!`. | Nicholas Nethercote | -2/+2 |
| 2024-01-09 | Move variables closer to their usage sites | León Orell Valerian Liehr | -6/+4 |
| 2024-01-09 | Simplify elision of default generic arguments | León Orell Valerian Liehr | -48/+42 |
| 2024-01-09 | Don't arena-allocate extended generic args | León Orell Valerian Liehr | -28/+31 |
| 2024-01-09 | Offset args of trait object types when cleaning | León Orell Valerian Liehr | -16/+29 |
| 2024-01-09 | Rename rustc_middle path cleaning functions | León Orell Valerian Liehr | -37/+37 |
| 2024-01-09 | Rollup merge of #119756 - notriddle:notriddle/reuse-map, r=GuillaumeGomez | Guillaume Gomez | -20/+91 |
| 2024-01-08 | rustdoc-search: intern function search types | Michael Howell | -17/+72 |
| 2024-01-08 | Rustdoc and Clippy stop misusing Key for Ty -> (adt) DefId | Michael Goulet | -2/+1 |
| 2024-01-08 | rustdoc-search: reuse empty map/array in function signatures | Michael Howell | -5/+21 |
| 2024-01-08 | rustdoc: hide modals when resizing the sidebar | Michael Howell | -0/+1 |
| 2024-01-08 | Use chaining for `DiagnosticBuilder` construction and `emit`. | Nicholas Nethercote | -6/+6 |
| 2024-01-08 | Make `DiagnosticBuilder::emit` consuming. | Nicholas Nethercote | -7/+7 |
| 2024-01-06 | Rollup merge of #119624 - petrochenkov:dialoc4, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2024-01-06 | Rollup merge of #118194 - notriddle:notriddle/tuple-unit, r=GuillaumeGomez | Matthias Krüger | -29/+74 |