| Age | Commit message (Expand) | Author | Lines |
| 2024-06-03 | check_is_object_safe -> is_object_safe | Michael Goulet | -1/+1 |
| 2024-05-31 | Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com... | Matthias Krüger | -74/+97 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -74/+97 |
| 2024-05-29 | Make `body_owned_by` return the body directly. | Oli Scherer | -3/+5 |
| 2024-05-27 | Auto merge of #125599 - camelid:clarify-stability, r=notriddle,GuillaumeGomez | bors | -4/+3 |
| 2024-05-26 | rustdoc: Show "const" for const-unstable if also overall unstable | Noah Lev | -4/+3 |
| 2024-05-22 | rustc: Use `tcx.used_crates(())` more | Vadim Petrochenkov | -1/+1 |
| 2024-05-18 | Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726 | bors | -13/+13 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -13/+13 |
| 2024-05-16 | Remove trivial Binder::dummy calls | Michael Goulet | -1/+1 |
| 2024-05-16 | Fix tools | Michael Goulet | -2/+2 |
| 2024-05-13 | split out AliasTy -> AliasTerm | Michael Goulet | -6/+27 |
| 2024-05-09 | Rename Generics::params to Generics::own_params | Michael Goulet | -4/+4 |
| 2024-05-08 | Rollup merge of #124876 - nnethercote:rm-use-crate-rustc_foo, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2024-05-08 | Simplify `use crate::rustc_foo::bar` occurrences. | Nicholas Nethercote | -2/+2 |
| 2024-05-07 | rustdoc: use stability, instead of features, to decide what to show | Michael Howell | -28/+19 |
| 2024-04-26 | put `hir::AnonConst` on the hir arena | Oli Scherer | -2/+5 |
| 2024-04-19 | Auto merge of #118441 - GuillaumeGomez:display-stability-version, r=rustdoc | bors | -7/+0 |
| 2024-04-18 | Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstrieb | bors | -1/+1 |
| 2024-04-18 | Simplify `static_assert_size`s. | Nicholas Nethercote | -1/+1 |
| 2024-04-17 | Rollup merge of #122813 - nnethercote:nicer-quals, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-04-16 | rustdoc: update module-level docs of `rustdoc::clean` | León Orell Valerian Liehr | -2/+22 |
| 2024-04-16 | Avoid unnecessary `rustc_span::DUMMY_SP` usage. | Nicholas Nethercote | -1/+1 |
| 2024-04-11 | Rollup merge of #123459 - GuillaumeGomez:fix-123435, r=notriddle | Matthias Krüger | -17/+33 |
| 2024-04-09 | Rollup merge of #123638 - fmease:rustdoc-synth-auto-yeet-item-param-env-claus... | Guillaume Gomez | -1/+1 |
| 2024-04-09 | Rollup merge of #123647 - fmease:rustdoc-clean-up-blanket-impls-synth, r=camelid | Matthias Krüger | -128/+116 |
| 2024-04-08 | rustdoc: slightly clean up the synthesis of blanket impls | León Orell Valerian Liehr | -128/+116 |
| 2024-04-08 | rustdoc: synthetic auto: filter out clauses from the implementor's ParamEnv | León Orell Valerian Liehr | -1/+1 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -0/+4 |
| 2024-04-08 | Thread pattern types through the HIR | Oli Scherer | -2/+13 |
| 2024-04-07 | Rollup merge of #123584 - tgross35:rustc_doc_primitive-usage-error, r=fmease | Matthias Krüger | -2/+10 |
| 2024-04-07 | rustdoc: error when `rustc_doc_primitive` has an unknown type | Trevor Gross | -2/+10 |
| 2024-04-06 | Add `f16` and `f128` to rustdoc's `PrimitiveType` | Trevor Gross | -0/+4 |
| 2024-04-05 | Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwco | Guillaume Gomez | -0/+1 |
| 2024-04-04 | In case a foreign item has `doc(hidden)` attribute, we simply merged its attr... | Guillaume Gomez | -6/+22 |
| 2024-04-04 | Improve code a bit | Guillaume Gomez | -11/+11 |
| 2024-04-04 | use `DefineOpaqueTypes::Yes` in rustdoc | Oli Scherer | -1/+1 |
| 2024-04-02 | rustdoc: synthetic auto trait impls: accept unresolved region vars for now | León Orell Valerian Liehr | -1/+7 |
| 2024-04-02 | rustdoc: heavily simplify synthesis of auto trait impls | León Orell Valerian Liehr | -720/+403 |
| 2024-04-01 | rustdoc: synthetic impls: auto traits: Fx{Hash↦Index}{Map,Set} | León Orell Valerian Liehr | -119/+39 |
| 2024-03-27 | Remove `DefId`'s `Partial/Ord` impls | Oli Scherer | -7/+6 |
| 2024-03-23 | Fixed builds with modified libc | Adam Gastineau | -1/+1 |
| 2024-03-22 | Make RawPtr take Ty and Mutbl separately | Michael Goulet | -2/+2 |
| 2024-03-22 | Rename AstConv to HIR ty lowering | León Orell Valerian Liehr | -21/+9 |
| 2024-03-21 | Implement macro-based deref!() syntax for deref patterns | Michael Goulet | -0/+1 |
| 2024-03-21 | Fix bad span for explicit lifetime suggestion | Shoyu Vanilla | -1/+4 |
| 2024-03-18 | Support for visionOS | Adam Gastineau | -0/+1 |
| 2024-03-17 | some minor code simplifications | Matthias Krüger | -2/+2 |
| 2024-03-15 | Rollup merge of #122495 - Manishearth:rustdoc-👻👻👻, r=GuillaumeGomez | Matthias Krüger | -7/+19 |
| 2024-03-14 | hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id` | Vadim Petrochenkov | -7/+6 |