| Age | Commit message (Expand) | Author | Lines |
| 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-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 | 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 |
| 2020-05-08 | Fix tests | Camille GILLOT | -1/+1 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -8/+9 |
| 2020-04-26 | Rollup merge of #70043 - mark-i-m:def-kind-more, r=eddyb | Dylan DPC | -14/+8 |
| 2020-04-24 | Avoid unused Option::map results | Josh Stone | -5/+6 |
| 2020-04-24 | Remove `Option` from the return type of `def_kind`. | Eduard-Mihai Burtescu | -14/+8 |
| 2020-04-23 | Address comments from review | marmeladema | -12/+11 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -16/+14 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -23/+24 |
| 2020-04-23 | librustc_middle: return LocalDefId instead of DefId in local_def_id | marmeladema | -41/+45 |
| 2020-04-16 | Rollup merge of #71221 - cuviper:rustdoc_or_patterns, r=Mark-Simulacrum | Dylan DPC | -4/+6 |
| 2020-04-16 | Dogfood or_patterns in rustdoc | Josh Stone | -4/+6 |
| 2020-04-16 | Rollup merge of #71179 - matthiaskrgr:cl6ppy, r=Dylan-DPC | Dylan DPC | -3/+3 |
| 2020-04-16 | Rollup merge of #71145 - pfmooney:illumos-triple, r=nagisa | Dylan DPC | -0/+1 |
| 2020-04-16 | Rollup merge of #70990 - GuillaumeGomez:rustdoc-cleanup, r=ollie27 | Dylan DPC | -24/+20 |
| 2020-04-16 | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | -3/+3 |
| 2020-04-14 | Add illumos triple | Patrick Mooney | -0/+1 |
| 2020-04-14 | Remove `DUMMY_HIR_ID` | marmeladema | -15/+9 |
| 2020-04-14 | Rename AssocKind::Method to AssocKind::Fn | Rustin-Liu | -2/+2 |
| 2020-04-11 | Auto merge of #70161 - cjgillot:query-arena, r=nikomatsakis | bors | -17/+10 |
| 2020-04-10 | Improve rustdoc source code a bit | Guillaume Gomez | -24/+20 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in local_def_id_from_node_id | marmeladema | -3/+7 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in body_owner_def_id | marmeladema | -1/+4 |