| Age | Commit message (Expand) | Author | Lines |
| 2024-08-15 | Revert "Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU" | Boxy | -36/+11 |
| 2024-07-20 | Auto merge of #127658 - compiler-errors:precise-capturing-rustdoc-cross, r=fm... | bors | -17/+17 |
| 2024-07-17 | Remove some unintended changes to imports | Noah Lev | -3/+5 |
| 2024-07-17 | Add cross-crate precise capturing support to rustdoc | Michael Goulet | -17/+17 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -3/+13 |
| 2024-07-16 | Use `ConstArg` for const param defaults | Noah Lev | -2/+3 |
| 2024-07-16 | Use `ConstArg` for array lengths | Noah Lev | -4/+14 |
| 2024-07-16 | Use `ConstArg` for assoc item constraints | Noah Lev | -1/+1 |
| 2024-07-16 | hir: Create `hir::ConstArgKind` enum | Noah Lev | -3/+5 |
| 2024-07-14 | Fix trivial gen ident usage in tools | Michael Goulet | -2/+2 |
| 2024-07-12 | Add rustdoc support for use<> in (local) RPITs | Michael Goulet | -3/+6 |
| 2024-07-07 | iter_identity is a better name | Michael Goulet | -2/+1 |
| 2024-07-04 | Rollup merge of #127289 - aDotInTheVoid:rustdoc-json-lt, r=GuillaumeGomez | Jacob Pratt | -1/+1 |
| 2024-07-03 | Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebank | Matthias Krüger | -1/+1 |
| 2024-07-03 | rustdoc-json: Better representation of lifetime bounds in where clauses. | Alona Enraght-Moony | -1/+1 |
| 2024-06-29 | Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obk | bors | -7/+11 |
| 2024-06-28 | Change RTN to use .. again | Michael Goulet | -1/+1 |
| 2024-06-28 | implement new effects desugaring | Deadbeef | -7/+11 |
| 2024-06-27 | Make queries more explicit | Michael Goulet | -1/+1 |
| 2024-06-20 | Implement `unsafe_extern_blocks` feature in rustdoc | Guillaume Gomez | -17/+14 |
| 2024-06-17 | Fix other tools | Michael Goulet | -0/+2 |
| 2024-06-10 | ScalarInt: size mismatches are a bug, do not delay the panic | Ralf Jung | -2/+1 |
| 2024-06-06 | Fix formatting | carbotaniuman | -1/+1 |
| 2024-06-06 | Fix build | carbotaniuman | -5/+5 |
| 2024-06-06 | Parse unsafe attributes | carbotaniuman | -1/+5 |
| 2024-06-06 | Auto merge of #126068 - lqd:revert-124976, r=petrochenkov | bors | -1/+1 |
| 2024-06-06 | Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk" | Rémy Rakic | -1/+1 |
| 2024-06-06 | Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk | bors | -2/+6 |
| 2024-06-05 | Remove `Type` from rustdoc `Const` | Boxy | -43/+29 |
| 2024-06-05 | Make top-level `rustc_parse` functions fallible. | Nicholas Nethercote | -1/+1 |
| 2024-06-04 | Handle safety keyword for extern block inner items | Santiago Pastorino | -2/+6 |
| 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 |