| Age | Commit message (Expand) | Author | Lines |
| 2020-07-31 | fix rustdoc generic param order | Bastian Kauschke | -28/+13 |
| 2020-07-30 | Auto merge of #74929 - Manishearth:rollup-z2vflrp, r=Manishearth | bors | -4/+4 |
| 2020-07-29 | Auto merge of #73767 - P1n3appl3:rustdoc-formats, r=tmandry | bors | -3/+4 |
| 2020-07-29 | Fix some typos in src/librustdoc/clean/auto_trait.rs | Josh Triplett | -4/+4 |
| 2020-07-27 | Extract `Cache` and other types from `html` module | Joseph Ryan | -3/+4 |
| 2020-07-27 | fix rustdoc | Bastian Kauschke | -24/+14 |
| 2020-07-27 | introduce PredicateAtom | Bastian Kauschke | -35/+27 |
| 2020-07-27 | this might be unqualified, but at least it's now quantified | Bastian Kauschke | -8/+9 |
| 2020-07-27 | fix rustdoc | Bastian Kauschke | -12/+20 |
| 2020-07-27 | rustdoc | Bastian Kauschke | -31/+36 |
| 2020-07-27 | `PredicateKint` -> `PredicateKind`, the beginning of the end | Bastian Kauschke | -1/+1 |
| 2020-07-20 | Migrate rustc_depr uses to use deprecation attribute | Mark Rousskov | -14/+4 |
| 2020-07-19 | Only skip impls of foreign unstable traits | Mark Rousskov | -3/+5 |
| 2020-07-16 | Rollup merge of #74370 - Manishearth:re-spotlight, r=GuillaumeGomez | Manish Goregaokar | -1/+6 |
| 2020-07-16 | Rollup merge of #74148 - GuillaumeGomez:doc-alias-check, r=Manishearth | Manish Goregaokar | -28/+0 |
| 2020-07-16 | Rollup merge of #73771 - alexcrichton:ignore-unstable, r=estebank,GuillaumeGomez | Manish Goregaokar | -0/+10 |
| 2020-07-16 | Revert "Remove "important traits" feature" | Manish Goregaokar | -1/+6 |
| 2020-07-15 | ConstKind::Unevaluated | Bastian Kauschke | -4/+4 |
| 2020-07-15 | Remove lots of `Symbol::as_str()` calls. | Nicholas Nethercote | -1/+1 |
| 2020-07-15 | Add and use more static symbols. | Nicholas Nethercote | -44/+48 |
| 2020-07-09 | Rollup merge of #74079 - nnethercote:session-globals, r=nikomatsakis | Manish Goregaokar | -8/+8 |
| 2020-07-09 | Rollup merge of #74077 - sethp:docs/fix-intra-doc-primitive-link, r=jyn514 | Manish Goregaokar | -4/+6 |
| 2020-07-09 | Eliminate confusing "globals" terminology. | Nicholas Nethercote | -8/+8 |
| 2020-07-08 | Move #[doc(alias)] check in rustc | Guillaume Gomez | -28/+0 |
| 2020-07-07 | Revert "Add guard to check for local `core` crate" | Seth Pellegrino | -6/+4 |
| 2020-07-06 | Add guard to check for local `core` crate | Seth Pellegrino | -4/+6 |
| 2020-07-05 | Use relative path for local links to primitives in libcore | Seth Pellegrino | -4/+6 |
| 2020-07-05 | Shrink ParamEnv to 16 bytes | Mark Rousskov | -2/+2 |
| 2020-06-30 | change `skip_binder` to use T by value | Bastian Kauschke | -4/+4 |
| 2020-06-26 | Don't pollute docs/suggestions with libstd deps | Alex Crichton | -0/+10 |
| 2020-06-26 | Auto merge of #73513 - oli-obk:const_binop_overflow, r=estebank | bors | -2/+2 |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or pro... | Oliver Scherer | -2/+2 |
| 2020-06-25 | Support configurable deny-warnings for all in-tree crates. | Eric Huss | -3/+3 |
| 2020-06-23 | Rollup merge of #72780 - GuillaumeGomez:enforce-doc-alias-check, r=ollie27 | Manish Goregaokar | -0/+28 |
| 2020-06-15 | make all uses of ty::Error or ConstKind::Error delay a span bug | mark | -1/+1 |
| 2020-06-11 | Rename `TyKind::Def` to `OpaqueDef` | Matthew Jasper | -1/+1 |
| 2020-06-11 | Remove associated opaque types | Matthew Jasper | -5/+0 |
| 2020-06-10 | Rollup merge of #73098 - jyn514:rustdoc-is-fake, r=GuillaumeGomez | Dylan DPC | -3/+8 |
| 2020-06-07 | Add Item::is_fake for rustdoc | Joshua Nelson | -3/+8 |
| 2020-06-01 | Call `skip_binder` or `no_bound_vars` before `self_ty` | Dylan MacKenzie | -2/+2 |
| 2020-05-30 | Add check for doc alias attribute format | Guillaume Gomez | -0/+28 |
| 2020-05-30 | rustdoc: remove calls to `local_def_id_from_node_id` | marmeladema | -9/+5 |
| 2020-05-22 | Remove ReScope | Matthew Jasper | -1/+0 |
| 2020-05-20 | introduce newtype'd `Predicate<'tcx>` | Bastian Kauschke | -7/+7 |
| 2020-05-20 | make `to_predicate` take a `tcx` argument | Niko Matsakis | -1/+1 |
| 2020-05-20 | rename `Predicate` to `PredicateKind`, introduce alias | Bastian Kauschke | -19/+17 |
| 2020-05-17 | Assume unevaluated consts are equal to the other consts and add ConstEquate o... | Ben Lewis | -1/+2 |
| 2020-05-16 | Rollup merge of #71724 - GuillaumeGomez:doc-alias-improvements, r=ollie27 | Dylan DPC | -0/+9 |
| 2020-05-14 | Move doc alias discovery into the Attributes struct and some code improvements | Guillaume Gomez | -0/+9 |
| 2020-05-12 | Remove ty::UnnormalizedProjection | Jack Huey | -1/+0 |