about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
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-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
2023-11-05rustdoc: properly elide cross-crate host effect argsLeón Orell Valerian Liehr-6/+3
2023-11-04Auto merge of #117540 - matthiaskrgr:baby_dont_clone_me_dont_clone_me_no_more...bors-80/+74
2023-11-03Auto merge of #117507 - nnethercote:rustc_span, r=Nilstriebbors-7/+4
2023-11-03clone lessMatthias Krüger-80/+74
2023-11-02Auto merge of #117521 - GuillaumeGomez:impl-on-foreign-order, r=notriddlebors-1/+2
2023-11-02Fix order of implementations in the "implementations on foreign types" sectionGuillaume Gomez-1/+2
2023-11-02Minimize `pub` usage in `source_map.rs`.Nicholas Nethercote-7/+4
2023-11-01Rollup merge of #117488 - GuillaumeGomez:update-minifier, r=notriddleMatthias Krüger-1/+1
2023-11-01Update minifier-rs version to 0.3.0Guillaume Gomez-1/+1
2023-10-31Auto merge of #117459 - matthiaskrgr:rollup-t3osb3c, r=matthiaskrgrbors-0/+27
2023-10-31Rollup merge of #113241 - poliorcetics:85138-doc-object-safety, r=GuillaumeGomezMatthias Krüger-0/+27
2023-10-31Accept less invalid Rust in rustdocOli Scherer-1/+5
2023-10-31Auto merge of #117377 - dtolnay:deprecatedsince, r=cjgillotbors-37/+35
2023-10-30Descriptive variant name deprecation versions outside the standard libraryDavid Tolnay-2/+2
2023-10-30Represent absence of 'since' attribute as a variant of DeprecatedSinceDavid Tolnay-8/+8
2023-10-30Add a DeprecatedSince::Err variant for versions that fail to parseDavid Tolnay-10/+18
2023-10-30Rollup merge of #117376 - nnethercote:rustc_interface-more, r=oli-obkGuillaume Gomez-15/+8
2023-10-30Rollup merge of #112463 - fmease:rustdoc-elide-x-crate-def-gen-args, r=Guilla...Guillaume Gomez-31/+113
2023-10-30Move deprecation_in_effect to inherent method on DeprecationDavid Tolnay-8/+2