about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2022-04-14clarify doc(cfg) wordingAndy Russell-30/+19
2022-04-12rustdoc: discr. required+provided assoc consts+tysLeón Orell Valerian Liehr-47/+77
2022-04-11Rollup merge of #95876 - fee1-dead:note-const-drop, r=oli-obkMatthias Krüger-11/+1
2022-04-11Add a note for unsatisfied `~const Drop` boundsDeadbeef-11/+1
2022-04-07Hide cross-crate doc-hidden assoc items in trait implsLeón Orell Valerian Liehr-4/+17
2022-04-05rustdoc changes for ~const DropPietro Albini-10/+2
2022-04-01Rollup merge of #95530 - notriddle:notriddle/private-kw-prim, r=jshaMatthias Krüger-8/+11
2022-04-01Rollup merge of #95344 - jyn514:better-debug-output, r=camelidMatthias Krüger-1/+23
2022-03-31rustdoc: do not show primitives and keywords as privateMichael Howell-8/+11
2022-03-30Auto merge of #95436 - cjgillot:static-mut, r=oli-obkbors-2/+2
2022-03-30fix rustdoclcnr-55/+58
2022-03-29Make `impl Debug for rustdoc::clean::Item` easier to readJoshua Nelson-1/+23
2022-03-29Remember mutability in `DefKind::Static`.Camille GILLOT-2/+2
2022-03-29Merge ItemKind::TyMethodItem branch with ItemKind::FunctionItem and ItemKind:...Guillaume Gomez-16/+16
2022-03-29Remove header field from clean::FunctionGuillaume Gomez-83/+52
2022-03-21Rename `~const Drop` to `~const Destruct`Deadbeef-3/+21
2022-03-17Rollup merge of #94960 - codehorseman:master, r=oli-obkDylan DPC-1/+1
2022-03-16rustc_error: make ErrorReported impossible to constructmark-1/+3
2022-03-16resolve the conflict in compiler/rustc_session/src/parse.rscodehorseman-1/+1
2022-03-14Auto merge of #94139 - est31:let_else_rustdoc, r=notriddlebors-19/+8
2022-03-12Remove needless use of `Into`Noah Lev-2/+2
2022-03-12Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-deadbors-2/+2
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-2/+2
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-1/+1
2022-03-07Rollup merge of #94684 - compiler-errors:gat-anon-late-bound, r=notriddleMatthias Krüger-35/+27
2022-03-06Fix rustdoc for GATs with with anonymous bound regionsMichael Goulet-35/+27
2022-03-07remove unnecessary `..` patternsTakayuki Maeda-1/+1
2022-03-04Use if let instead of manual matchest31-5/+5
2022-03-04librustdoc: adopt let else in more placesest31-19/+8
2022-03-04Auto merge of #94009 - compiler-errors:gat-rustdoc, r=GuillaumeGomezbors-60/+133
2022-03-03don't forget generics for GATs in implsMichael Goulet-8/+2
2022-03-03make generic projection types print correctlyMichael Goulet-30/+85
2022-03-01Rollup merge of #93385 - CraftSpider:rustdoc-ty-fixes, r=camelidDylan DPC-42/+40
2022-02-27make GATs print properly in traitsMichael Goulet-25/+49
2022-02-25Rollup merge of #93845 - compiler-errors:in-band-lifetimes, r=cjgillotMatthias Krüger-2/+2
2022-02-24Remove LifetimeDefOriginMichael Goulet-2/+2
2022-02-25Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebankbors-4/+2
2022-02-24resolve: Fix incorrect results of `opt_def_kind` query for some built-in macrosVadim Petrochenkov-1/+1
2022-02-24Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkovbors-2/+2
2022-02-23rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.Eduard-Mihai Burtescu-4/+2
2022-02-21Auto merge of #94225 - matthiaskrgr:rollup-0728x8n, r=matthiaskrgrbors-5/+1
2022-02-21update rustdoclcnr-2/+2
2022-02-20Implement LowerHex on Scalar to clean up their display in rustdocGuillaume Gomez-5/+1
2022-02-20Rollup merge of #94091 - GuillaumeGomez:rustdoc-const-computed-value, r=oli-obkMatthias Krüger-1/+5
2022-02-19Stop interning stability.Camille GILLOT-2/+2
2022-02-19Don't render Const computed values in hexadecimal for DisplayGuillaume Gomez-1/+5
2022-02-18Auto merge of #94088 - oli-obk:revert, r=jackh726bors-6/+1
2022-02-17Rollup merge of #94011 - est31:let_else, r=lcnrMatthias Krüger-3/+1
2022-02-17Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk"Oli Scherer-6/+1
2022-02-16Adopt let_else in even more placesest31-3/+1