about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
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
2020-07-15Add and use more static symbols.Nicholas Nethercote-44/+48
2020-07-09Rollup merge of #74079 - nnethercote:session-globals, r=nikomatsakisManish Goregaokar-8/+8
2020-07-09Rollup merge of #74077 - sethp:docs/fix-intra-doc-primitive-link, r=jyn514Manish Goregaokar-4/+6
2020-07-09Eliminate confusing "globals" terminology.Nicholas Nethercote-8/+8
2020-07-08Move #[doc(alias)] check in rustcGuillaume Gomez-28/+0
2020-07-07Revert "Add guard to check for local `core` crate"Seth Pellegrino-6/+4
2020-07-06Add guard to check for local `core` crateSeth Pellegrino-4/+6
2020-07-05Use relative path for local links to primitives in libcoreSeth Pellegrino-4/+6
2020-07-05Shrink ParamEnv to 16 bytesMark Rousskov-2/+2
2020-06-30change `skip_binder` to use T by valueBastian Kauschke-4/+4
2020-06-26Don't pollute docs/suggestions with libstd depsAlex Crichton-0/+10
2020-06-26Auto merge of #73513 - oli-obk:const_binop_overflow, r=estebankbors-2/+2
2020-06-26Show the values and computation that would overflow a const evaluation or pro...Oliver Scherer-2/+2
2020-06-25Support configurable deny-warnings for all in-tree crates.Eric Huss-3/+3
2020-06-23Rollup merge of #72780 - GuillaumeGomez:enforce-doc-alias-check, r=ollie27Manish Goregaokar-0/+28
2020-06-15make all uses of ty::Error or ConstKind::Error delay a span bugmark-1/+1
2020-06-11Rename `TyKind::Def` to `OpaqueDef`Matthew Jasper-1/+1
2020-06-11Remove associated opaque typesMatthew Jasper-5/+0
2020-06-10Rollup merge of #73098 - jyn514:rustdoc-is-fake, r=GuillaumeGomezDylan DPC-3/+8
2020-06-07Add Item::is_fake for rustdocJoshua Nelson-3/+8
2020-06-01Call `skip_binder` or `no_bound_vars` before `self_ty`Dylan MacKenzie-2/+2
2020-05-30Add check for doc alias attribute formatGuillaume Gomez-0/+28
2020-05-30rustdoc: remove calls to `local_def_id_from_node_id`marmeladema-9/+5
2020-05-22Remove ReScopeMatthew Jasper-1/+0
2020-05-20introduce newtype'd `Predicate<'tcx>`Bastian Kauschke-7/+7
2020-05-20make `to_predicate` take a `tcx` argumentNiko Matsakis-1/+1
2020-05-20rename `Predicate` to `PredicateKind`, introduce aliasBastian Kauschke-19/+17
2020-05-17Assume unevaluated consts are equal to the other consts and add ConstEquate o...Ben Lewis-1/+2
2020-05-16Rollup merge of #71724 - GuillaumeGomez:doc-alias-improvements, r=ollie27Dylan DPC-0/+9
2020-05-14Move doc alias discovery into the Attributes struct and some code improvementsGuillaume Gomez-0/+9
2020-05-12Remove ty::UnnormalizedProjectionJack Huey-1/+0