| Age | Commit message (Expand) | Author | Lines |
| 2024-02-22 | Auto merge of #121129 - nnethercote:codegen-Diags, r=estebank | bors | -1/+1 |
| 2024-02-22 | Overhaul `Diagnostic` args. | Nicholas Nethercote | -1/+1 |
| 2024-02-22 | Inline and remove `abort_on_err`. | Nicholas Nethercote | -3/+2 |
| 2024-02-22 | Refactor `run_global_ctxt`. | Nicholas Nethercote | -7/+10 |
| 2024-02-22 | Adjust the `has_errors*` methods. | Nicholas Nethercote | -4/+2 |
| 2024-02-20 | Rollup merge of #121344 - fmease:lta-constr-by-input, r=oli-obk | Matthias Krüger | -9/+8 |
| 2024-02-20 | Expand weak alias types before collecting constrained and referenced late bou... | León Orell Valerian Liehr | -9/+8 |
| 2024-02-20 | Add newtype for raw idents | clubby789 | -2/+2 |
| 2024-02-19 | Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers. | Nicholas Nethercote | -18/+19 |
| 2024-02-18 | Rollup merge of #121218 - ShoyuVanilla:fix-issue-76736, r=notriddle | León Orell Valerian Liehr | -7/+16 |
| 2024-02-18 | Rollup merge of #121160 - fmease:rustdoc-fix-n-refactor-html-rendering, r=Gui... | León Orell Valerian Liehr | -281/+173 |
| 2024-02-18 | Rollup merge of #120526 - GuillaumeGomez:mobile-long-crate-name, r=notriddle | León Orell Valerian Liehr | -7/+2 |
| 2024-02-17 | Fix non_local_definitions lint in rustdoc | Urgau | -5/+7 |
| 2024-02-17 | Fix missing trait impls for type in rustc docs | Shoyu Vanilla | -7/+16 |
| 2024-02-16 | rustdoc: fix and refactor HTML rendering a bit | León Orell Valerian Liehr | -281/+173 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -1/+1 |
| 2024-02-16 | Rollup merge of #121095 - chenyukang:yukang-fix-120998-rust-playground-link, ... | Guillaume Gomez | -5/+64 |
| 2024-02-15 | add extra indent spaces for rust-playground link | yukang | -5/+64 |
| 2024-02-15 | Rollup merge of #121022 - fmease:rustdoc-x-crate-late-bound-lt-src-order, r=G... | Matthias Krüger | -70/+85 |
| 2024-02-15 | rustdoc: cross-crate re-exports: correctly render late-bound params in source... | León Orell Valerian Liehr | -70/+85 |
| 2024-02-13 | Rollup merge of #120999 - fmease:rustdoc-rm-instantiation-param, r=notriddle | Matthias Krüger | -73/+31 |
| 2024-02-13 | Rollup merge of #120548 - GuillaumeGomez:glob-reexport-cfg-merge, r=Guillaume... | Matthias Krüger | -1/+1 |
| 2024-02-13 | Replace clean::InstantiationParam with clean::GenericArg | León Orell Valerian Liehr | -73/+31 |
| 2024-02-12 | Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk | Matthias Krüger | -12/+18 |
| 2024-02-12 | Auto merge of #120980 - matthiaskrgr:rollup-dsjsqql, r=matthiaskrgr | bors | -1/+3 |
| 2024-02-12 | Implement intrinsics with fallback bodies | Oli Scherer | -1/+1 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -12/+18 |
| 2024-02-12 | Clean inlined type alias with correct param-env | Michael Goulet | -1/+3 |
| 2024-02-12 | Improve some codes according to the reviews | Frank King | -4/+0 |
| 2024-02-12 | Fix compile error in rustdoc. | Frank King | -9/+2 |
| 2024-02-12 | Lower anonymous structs or unions to HIR | Frank King | -0/+14 |
| 2024-02-11 | Auto merge of #120619 - compiler-errors:param, r=lcnr | bors | -24/+56 |
| 2024-02-10 | Rollup merge of #120596 - GuillaumeGomez:jump-to-def-non-local-link, r=notrid... | Matthias Krüger | -79/+171 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -0/+2 |
| 2024-02-09 | Unify item relative path computation in one function | Guillaume Gomez | -27/+18 |
| 2024-02-09 | Correctly generate path for non-local items in source code pages | Guillaume Gomez | -64/+165 |
| 2024-02-08 | Auto merge of #120767 - matthiaskrgr:rollup-0k8ib1c, r=matthiaskrgr | bors | -20/+35 |
| 2024-02-08 | Rollup merge of #120702 - bvanjoi:fix-120444, r=notriddle | Matthias Krüger | -18/+33 |
| 2024-02-08 | Rollup merge of #120206 - petrochenkov:somehir, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2024-02-08 | Auto merge of #120579 - GuillaumeGomez:prevent-running-unneeded-code, r=notri... | bors | -0/+8 |
| 2024-02-07 | Use correct param env when building and cleaning items in librustdoc | Michael Goulet | -24/+56 |
| 2024-02-07 | rustdoc: remove `unchecked_claim_error_was_emitted` call in `main_args`. | Nicholas Nethercote | -102/+54 |
| 2024-02-07 | rustdoc: make `main` more like rustc's. | Nicholas Nethercote | -20/+10 |
| 2024-02-07 | docs: also check the inline stmt during redundant link check | bohan | -18/+33 |
| 2024-02-07 | hir: Remove `fn opt_hir_id` and `fn opt_span` | Vadim Petrochenkov | -2/+2 |
| 2024-02-06 | Rollup merge of #120575 - nnethercote:simplify-codegen-diag-handling, r=estebank | Matthias Krüger | -1/+1 |
| 2024-02-06 | Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs | Michael Goulet | -0/+2 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -0/+2 |
| 2024-02-05 | Make `Emitter::emit_diagnostic` consuming. | Nicholas Nethercote | -1/+1 |
| 2024-02-05 | Rollup merge of #120641 - klensy:copypaste-me, r=notriddle | Matthias Krüger | -10/+21 |