summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2020-09-17Ignore rustc_private items from std docsLzu Tao-9/+10
2020-08-24hir: consistent use and naming of lang itemsDavid Wood-7/+7
2020-08-22rustdoc: Add support for associated items even outside the impl itselfJoshua Nelson-1/+10
2020-08-22rustdoc: Rename misleading functionJoshua Nelson-1/+1
2020-08-19xpy fmtJoshua Nelson-4/+5
2020-08-19Use `impls` for intra doc links as wellJoshua Nelson-1/+1
2020-08-19Allow reusing the code in `collect_trait_impls`Joshua Nelson-53/+78
2020-08-19impl_for_type -> PrimitiveType::implsJoshua Nelson-57/+59
2020-08-19Return all impls, not just the primary oneJoshua Nelson-10/+31
2020-08-19Say `tcx.lang_items()` lessJoshua Nelson-20/+21
2020-08-19Refactor `impl_for_type` into a separate functionJoshua Nelson-29/+34
2020-08-17Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obkbors-6/+6
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-6/+6
2020-08-16rustdoc: clean `QPath::LangItem`David Wood-0/+21
2020-08-14Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwcoTyler Mandry-6/+6
2020-08-13merge `as_local_hir_id` with `local_def_id_to_hir_id`Bastian Kauschke-6/+6
2020-08-13Add Array Impl Lang Item in various placeskadmin-1/+1
2020-08-11Feature gate is always presentMark Rousskov-2/+2
2020-08-10Auto merge of #74936 - GuillaumeGomez:const-rustc_const_unstable, r=jyn514bors-5/+23
2020-08-08Auto merge of #74932 - nnethercote:rm-ast-session-globals, r=petrochenkovbors-1/+1
2020-08-08Rollup merge of #75237 - nbdd0121:rustdoc, r=jyn514Yuki Okushi-18/+24
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-1/+1
2020-08-07Display elided lifetime for external pathsGary Guo-4/+7
2020-08-07Display elided lifetime for non-reference type in docGary Guo-14/+17
2020-08-07Auto merge of #74627 - petrochenkov:docbeauty2, r=Aaron1011bors-4/+5
2020-08-06Rollup merge of #75079 - jyn514:disambiguator, r=ManishearthManish Goregaokar-0/+3
2020-08-06rustc_expand: Don not beautify doc comments before passing them to macrosVadim Petrochenkov-10/+7
2020-08-06rustc_ast: Stop using "string typing" for doc comment tokensVadim Petrochenkov-5/+9
2020-08-04Add missing "is_min_const_fn" calls to prevent "const" to be displayed if the...Guillaume Gomez-5/+23
2020-08-04rustc_ast: `(Nested)MetaItem::check_name` -> `has_name`Vadim Petrochenkov-16/+16
2020-08-02Keep the previous behavior of `register_res`Joshua Nelson-0/+3
2020-07-31fix rustdoc generic param orderBastian Kauschke-28/+13
2020-07-30Auto merge of #74929 - Manishearth:rollup-z2vflrp, r=Manishearthbors-4/+4
2020-07-29Auto merge of #73767 - P1n3appl3:rustdoc-formats, r=tmandrybors-3/+4
2020-07-29Fix some typos in src/librustdoc/clean/auto_trait.rsJosh Triplett-4/+4
2020-07-27Extract `Cache` and other types from `html` moduleJoseph Ryan-3/+4
2020-07-27fix rustdocBastian Kauschke-24/+14
2020-07-27introduce PredicateAtomBastian Kauschke-35/+27
2020-07-27this might be unqualified, but at least it's now quantifiedBastian Kauschke-8/+9
2020-07-27fix rustdocBastian Kauschke-12/+20
2020-07-27rustdocBastian Kauschke-31/+36
2020-07-27`PredicateKint` -> `PredicateKind`, the beginning of the endBastian Kauschke-1/+1
2020-07-20Migrate rustc_depr uses to use deprecation attributeMark Rousskov-14/+4
2020-07-19Only skip impls of foreign unstable traitsMark Rousskov-3/+5
2020-07-16Rollup merge of #74370 - Manishearth:re-spotlight, r=GuillaumeGomezManish Goregaokar-1/+6
2020-07-16Rollup merge of #74148 - GuillaumeGomez:doc-alias-check, r=ManishearthManish Goregaokar-28/+0
2020-07-16Rollup merge of #73771 - alexcrichton:ignore-unstable, r=estebank,GuillaumeGomezManish Goregaokar-0/+10
2020-07-16Revert "Remove "important traits" feature"Manish Goregaokar-1/+6
2020-07-15ConstKind::UnevaluatedBastian Kauschke-4/+4
2020-07-15Remove lots of `Symbol::as_str()` calls.Nicholas Nethercote-1/+1