about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2024-12-04Rollup merge of #133804 - GuillaumeGomez:improve-code, r=notriddleMatthias Krüger-28/+22
2024-12-04Rollup merge of #133764 - aDotInTheVoid:rename, r=GuillaumeGomezMatthias Krüger-18/+18
2024-12-03Rename `is_real_and_local` function into `filename_real_and_local`Guillaume Gomez-3/+4
2024-12-03Improve code for FileName retrieval in rustdocGuillaume Gomez-28/+21
2024-12-03switch jemalloc-sys back to tikv-jemalloc-sys, and update to 0.6.0Rémy Rakic-1/+1
2024-12-02Rollup merge of #133746 - oli-obk:push-xwyrylxmrtvq, r=jieyouxuGuillaume Gomez-1/+1
2024-12-02rustdoc: Rename set_back_info to restore_module_data.Alona Enraght-Moony-18/+18
2024-12-02Rollup merge of #133745 - GuillaumeGomez:default-ids-match, r=notriddleGuillaume Gomez-60/+56
2024-12-02Rollup merge of #133715 - aDotInTheVoid:rdj-static, r=GuillaumeGomezGuillaume Gomez-13/+16
2024-12-02Remove static HashSet for default IDs listGuillaume Gomez-60/+56
2024-12-02Change `AttrArgs::Eq` into a struct variantOli Scherer-1/+1
2024-12-01Rollup merge of #133589 - voidc:remove-array-len, r=boxyuwuJacob Pratt-22/+25
2024-12-01Auto merge of #133345 - GuillaumeGomez:stop-cloning-context, r=notriddle,aDot...bors-285/+355
2024-12-01rustdoc-json: Include safety of `static`sAlona Enraght-Moony-13/+16
2024-12-01Fix link to `FormatRenderer` methodGuillaume Gomez-1/+1
2024-12-01Rename `FormatRenderer::InfoType` into `ModuleData` and rename `FormatRendere...Guillaume Gomez-13/+13
2024-12-01Add `unreachable!` in new `FormatRenderer` methods for `JsonRenderer` impleme...Guillaume Gomez-2/+7
2024-12-01Add documentation for new `FormatRenderer` trait itemsGuillaume Gomez-2/+30
2024-12-01Move `SharedContext` out of `Rc`Guillaume Gomez-162/+171
2024-12-01Store default ID map in a staticGuillaume Gomez-3/+7
2024-12-01Split ID maps in two parts: the constant one and the updated oneGuillaume Gomez-67/+57
2024-12-01Stop cloning `Context` so muchGuillaume Gomez-120/+154
2024-12-01Rollup merge of #133595 - GuillaumeGomez:missing_doc_code_examples, r=notriddleMatthias Krüger-2/+9
2024-11-30Remove hir::ArrayLen, introduce ConstArgKind::InferDominik Stolz-22/+25
2024-11-29Rollup merge of #131718 - GuillaumeGomez:impl-items-indent, r=rustdocMatthias Krüger-15/+35
2024-11-28Do not emit `missing_doc_code_examples` rustdoc lint on module and a few othe...Guillaume Gomez-2/+9
2024-11-28uplift fold_regions to rustc_type_irlcnr-1/+2
2024-11-28Fix new clippy lintsGuillaume Gomez-340/+325
2024-11-26Rollup merge of #133458 - GuillaumeGomez:fix-prelude-tys-links, r=notriddleMichael Goulet-5/+8
2024-11-26Rollup merge of #133443 - fmease:rm-dead-eff-code-ii, r=compiler-errorsGuillaume Gomez-8/+0
2024-11-25Fix `Result` and `Option` not getting a jump to def link generatedGuillaume Gomez-5/+8
2024-11-25Remove dead code stemming from the old effects desugaring (II)León Orell Valerian Liehr-8/+0
2024-11-25Refactor `where` predicates, and reserve for attributes supportFrank King-5/+5
2024-11-23do not to_string, use displayklensy-1/+1
2024-11-20Auto merge of #133212 - lcnr:questionable-uwu, r=compiler-errorsbors-9/+7
2024-11-19Rollup merge of #133201 - nnethercote:rm-TokenKind-InvalidPrefix, r=compiler-...Matthias Krüger-4/+3
2024-11-19rustdoc: yeet `TypingEnv::from_param_env`lcnr-9/+7
2024-11-19move `fn is_item_raw` to `TypingEnv`lcnr-1/+1
2024-11-19Auto merge of #133205 - matthiaskrgr:rollup-xhhhp5u, r=matthiaskrgrbors-7/+8
2024-11-19Remove `TokenKind::InvalidPrefix`.Nicholas Nethercote-4/+3
2024-11-19Introduce `min_generic_const_args` and directly represent pathsNoah Lev-7/+8
2024-11-19Rollup merge of #133185 - notriddle:notriddle/roaringbitmap, r=notriddleLeón Orell Valerian Liehr-10/+55
2024-11-19Rollup merge of #133180 - GuillaumeGomez:jump-to-def-links-generics, r=notriddleLeón Orell Valerian Liehr-4/+19
2024-11-18rustdoc-search: add descriptive comments to bitmap classMichael Howell-0/+23
2024-11-18rustdoc-search: use smart binary search in bitmapsMichael Howell-10/+32
2024-11-18Fix items with generics not having their jump to def link generatedGuillaume Gomez-3/+18
2024-11-18Fix typoGuillaume Gomez-1/+1
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-10/+22
2024-11-15rustdoc search: allow queries to end in an empty path segmentbinarycat-5/+15
2024-11-14Auto merge of #133047 - matthiaskrgr:rollup-9se1vth, r=matthiaskrgrbors-30/+41