rust/src/librustdoc/clean
Takayuki Maeda 8fe936099a separate definitions and HIR owners
fix a ui test

use `into`

fix clippy ui test

fix a run-make-fulldeps test

implement `IntoQueryParam<DefId>` for `OwnerId`

use `OwnerId` for more queries

change the type of `ParentOwnerIterator::Item` to `(OwnerId, OwnerNode)`
2022-09-24 23:21:19 +09:00
..
cfg Fix cfg(not) and cfg(all) causing Rustdoc stab to disappear 2022-06-16 01:11:26 +08:00
types rustdoc: Unindent doc fragments on Attributes construction 2022-04-21 16:13:02 +03:00
utils Valid underscores in hex/octal/binary literal docs 2021-05-03 20:11:09 -04:00
auto_trait.rs Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorino 2022-09-01 08:01:06 +00:00
blanket_impl.rs remove the Subst trait, always use EarlyBinder 2022-09-19 11:37:27 +02:00
cfg.rs Fix cfg(not) and cfg(all) causing Rustdoc stab to disappear 2022-06-16 01:11:26 +08:00
inline.rs Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorino 2022-09-01 08:01:06 +00:00
mod.rs separate definitions and HIR owners 2022-09-24 23:21:19 +09:00
render_macro_matchers.rs Remove TreeAndSpacing. 2022-07-29 15:52:15 +10:00
simplify.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
types.rs Rustdoc-Json: Correcty handle intra-doc-links to items without HTML page 2022-09-10 00:40:30 +01:00
utils.rs rename Unevaluated to UnevaluatedConst 2022-09-23 14:27:34 +02:00