about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2023-11-26Auto merge of #118319 - GuillaumeGomez:rollup-vte50yq, r=GuillaumeGomezbors-24/+12
2023-11-26Fix Rustdoc search docs linkclubby789-2/+1
2023-11-26rustdoc: Remove space from fake-variadic fn ptr implsMaybe Waffle-1/+1
2023-11-26Rollup merge of #118311 - bvanjoi:merge_coroutinue_into_closure, r=petrochenkovGuillaume Gomez-3/+1
2023-11-26Rollup merge of #118296 - notriddle:notriddle/main-dom, r=GuillaumeGomezGuillaume Gomez-21/+11
2023-11-26Auto merge of #117301 - saethlin:finish-rmeta-encoding, r=WaffleLapkinbors-1/+1
2023-11-26merge `DefKind::Coroutine` into `DefKind::Closure`bohan-3/+1
2023-11-26rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...Vadim Petrochenkov-12/+11
2023-11-25Rollup merge of #118289 - compiler-errors:is_some_and_rustdoc, r=fmeaseMichael Goulet-14/+12
2023-11-25rustdoc: replace `elemIsInParent` with `Node.contains`Michael Howell-21/+11
2023-11-25rustdoc-search: clean up some DOM codeMichael Howell-11/+5
2023-11-25is_{some,ok}_and for rustdocMichael Goulet-14/+12
2023-11-25Rollup merge of #118253 - dtolnay:issomeand, r=compiler-errorsLeón Orell Valerian Liehr-2/+4
2023-11-24rustdoc-search: avoid infinite where clause unboxMichael Howell-8/+24
2023-11-24Replace `option.map(cond) == Some(true)` with `option.is_some_and(cond)`David Tolnay-2/+4
2023-11-23Sort unstable items last in rustdoc, instead of firstDavid Tolnay-2/+2
2023-11-23Don't print "private fields" on empty tuple structsKyuuhachi-5/+9
2023-11-22Call FileEncoder::finish in rmeta encodingBen Kimock-1/+1
2023-11-22Add documentation on `filter_doc_attr`Guillaume Gomez-0/+2
2023-11-22Don't merge cfg and doc(cfg) attributes for re-exportsGuillaume Gomez-45/+42
2023-11-22Auto merge of #118086 - nnethercote:queries-cleanups, r=bjorn3bors-5/+5
2023-11-22Auto merge of #117928 - nnethercote:rustc_ast_pretty, r=fee1-deadbors-1/+1
2023-11-22Make `Compiler::{sess,codegen_backend}` public.Nicholas Nethercote-5/+5
2023-11-22Update itertools to 0.11.Nicholas Nethercote-1/+1
2023-11-21rustdoc-search: make primitives and keywords less specialMichael Howell-46/+41
2023-11-21rustdoc-search: clean up `checkPath`Michael Howell-13/+3
2023-11-19rustdoc-search: add support for associated typesMichael Howell-114/+730
2023-11-19Auto merge of #118024 - notriddle:notriddle/search-speed, r=GuillaumeGomezbors-150/+153
2023-11-18rustdoc-search: switch to recursive backtrackingMichael Howell-157/+87
2023-11-18Remove unneeded `unknown` variable and `Symbol` creation when iterating over ...Guillaume Gomez-4/+4
2023-11-17rustdoc-search: fix accidental shared, mutable mapMichael Howell-30/+14
2023-11-17rustdoc-search: fast path for 1-query unificationMichael Howell-2/+76
2023-11-17rustdoc-search: less new Maps in unifyFunctionTypeMichael Howell-16/+31
2023-11-17Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naberMatthias Krüger-1/+0
2023-11-17Move `lint_store` from `GlobalCtxt` to `Session`.Nicholas Nethercote-8/+1
2023-11-16small code improvements in collect_intra_doc_linkskadiwa-64/+39
2023-11-16Auto merge of #117875 - Mark-Simulacrum:bootstrap-bump, r=clubby789bors-229/+294
2023-11-15Re-format code with new rustfmtMark Rousskov-229/+294
2023-11-15rustdoc-search: simplify the checkTypes fast pathMichael Howell-61/+10
2023-11-15Auto merge of #117908 - lcnr:region-kind-rename, r=BoxyUwUbors-7/+7
2023-11-15Auto merge of #117814 - RalfJung:rustc-logger-without-set-var, r=TaKO8Kibors-1/+2
2023-11-14Auto merge of #117849 - compiler-errors:cycle, r=cjgillotbors-1/+1
2023-11-14finish `RegionKind` renamelcnr-7/+7
2023-11-13rename `ReLateBound` to `ReBound`lcnr-9/+5
2023-11-12rustdoc: use `.rustdoc` class instead of `body`Michael Howell-2/+2
2023-11-12make LayoutError::Cycle carry ErrorGuaranteedMichael Goulet-1/+1
2023-11-11rustc_log: provide a way to init logging based on the values, not names, of t...Ralf Jung-1/+2
2023-11-08Rollup merge of #117531 - fmease:rustdoc-effects-properly-elide-x-crate-host-...Matthias Krüger-6/+3
2023-11-08rustdoc: minor changes suggested by clippy perf lints.Nicholas Nethercote-12/+10
2023-11-07Auto merge of #115904 - notriddle:notriddle/preload-bold, r=GuillaumeGomezbors-1/+0