about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2024-02-16Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkinbors-1/+1
2024-02-16Rollup merge of #121095 - chenyukang:yukang-fix-120998-rust-playground-link, ...Guillaume Gomez-5/+64
2024-02-15add extra indent spaces for rust-playground linkyukang-5/+64
2024-02-15Rollup merge of #121022 - fmease:rustdoc-x-crate-late-bound-lt-src-order, r=G...Matthias Krüger-70/+85
2024-02-15rustdoc: cross-crate re-exports: correctly render late-bound params in source...León Orell Valerian Liehr-70/+85
2024-02-13Rollup merge of #120999 - fmease:rustdoc-rm-instantiation-param, r=notriddleMatthias Krüger-73/+31
2024-02-13Rollup merge of #120548 - GuillaumeGomez:glob-reexport-cfg-merge, r=Guillaume...Matthias Krüger-1/+1
2024-02-13Replace clean::InstantiationParam with clean::GenericArgLeón Orell Valerian Liehr-73/+31
2024-02-12Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obkMatthias Krüger-12/+18
2024-02-12Auto merge of #120980 - matthiaskrgr:rollup-dsjsqql, r=matthiaskrgrbors-1/+3
2024-02-12Implement intrinsics with fallback bodiesOli Scherer-1/+1
2024-02-12Dejargnonize substShoyu Vanilla-12/+18
2024-02-12Clean inlined type alias with correct param-envMichael Goulet-1/+3
2024-02-12Improve some codes according to the reviewsFrank King-4/+0
2024-02-12Fix compile error in rustdoc.Frank King-9/+2
2024-02-12Lower anonymous structs or unions to HIRFrank King-0/+14
2024-02-11Auto merge of #120619 - compiler-errors:param, r=lcnrbors-24/+56
2024-02-10Rollup merge of #120596 - GuillaumeGomez:jump-to-def-non-local-link, r=notrid...Matthias Krüger-79/+171
2024-02-09Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwcoMatthias Krüger-0/+2
2024-02-09Unify item relative path computation in one functionGuillaume Gomez-27/+18
2024-02-09Correctly generate path for non-local items in source code pagesGuillaume Gomez-64/+165
2024-02-08Auto merge of #120767 - matthiaskrgr:rollup-0k8ib1c, r=matthiaskrgrbors-20/+35
2024-02-08Rollup merge of #120702 - bvanjoi:fix-120444, r=notriddleMatthias Krüger-18/+33
2024-02-08Rollup merge of #120206 - petrochenkov:somehir, r=compiler-errorsMatthias Krüger-2/+2
2024-02-08Auto merge of #120579 - GuillaumeGomez:prevent-running-unneeded-code, r=notri...bors-0/+8
2024-02-07Use correct param env when building and cleaning items in librustdocMichael Goulet-24/+56
2024-02-07rustdoc: remove `unchecked_claim_error_was_emitted` call in `main_args`.Nicholas Nethercote-102/+54
2024-02-07rustdoc: make `main` more like rustc's.Nicholas Nethercote-20/+10
2024-02-07docs: also check the inline stmt during redundant link checkbohan-18/+33
2024-02-07hir: Remove `fn opt_hir_id` and `fn opt_span`Vadim Petrochenkov-2/+2
2024-02-06Rollup merge of #120575 - nnethercote:simplify-codegen-diag-handling, r=estebankMatthias Krüger-1/+1
2024-02-06Add CoroutineClosure to TyKind, AggregateKind, UpvarArgsMichael Goulet-0/+2
2024-02-06Invert diagnostic lints.Nicholas Nethercote-0/+2
2024-02-05Make `Emitter::emit_diagnostic` consuming.Nicholas Nethercote-1/+1
2024-02-05Rollup merge of #120641 - klensy:copypaste-me, r=notriddleMatthias Krüger-10/+21
2024-02-04Prevent running some code if it is already in the mapGuillaume Gomez-0/+8
2024-02-04rustdoc: trait.impl, type.impl: sort impls to make it not depend on serializa...klensy-10/+21
2024-02-01Fix handling of `doc_auto_cfg` feature for `cfg` attributes on glob reexportGuillaume Gomez-1/+1
2024-01-31rustdoc: Correctly handle long crate names on mobileGuillaume Gomez-7/+2
2024-01-31Rollup merge of #120501 - GuillaumeGomez:glob-reexport-attr-merge-bugfix, r=n...Nadrieril-1/+19
2024-01-30rustdoc: Correctly handle attribute merge if this is a glob reexportGuillaume Gomez-1/+19
2024-01-30Rollup merge of #117906 - GuillaumeGomez:improve-crate-name-hover, r=fmease,n...Guillaume Gomez-4/+2
2024-01-30Rollup merge of #120250 - chadnorvell:rustdoc-xss, r=notriddleGuillaume Gomez-1/+9
2024-01-29Improve display of crate name when hoveredGuillaume Gomez-4/+2
2024-01-29rustdoc: Prevent JS injection from localStorageChad Norvell-1/+9
2024-01-29Rollup merge of #120428 - petrochenkov:somehir2, r=compiler-errorsDylan DPC-1/+1
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-3/+4
2024-01-28hir: Use `InferArg` in `ArrayLen::Infer`Vadim Petrochenkov-1/+1
2024-01-26Rollup merge of #103522 - Dylan-DPC:76118/array-methods-stab, r=dtolnayMatthias Krüger-1/+0
2024-01-25Rollup merge of #120288 - clubby789:bump-askama, r=GuillaumeGomezMatthias Krüger-7/+7