| Age | Commit message (Expand) | Author | Lines |
| 2024-06-04 | Rollup merge of #125946 - Sergi-Ferrez:master, r=notriddle,fmease | Guillaume Gomez | -8/+11 |
| 2024-06-04 | Use checked_sub | Sergi-Ferrez | -6/+7 |
| 2024-06-04 | Update code format and tests | Sergi-Ferrez | -2/+2 |
| 2024-06-04 | Include trailing commas in functions | Sergi-Ferrez | -10/+12 |
| 2024-06-03 | check_is_object_safe -> is_object_safe | Michael Goulet | -1/+1 |
| 2024-06-01 | Auto merge of #124577 - GuillaumeGomez:stabilize-custom_code_classes_in_docs,... | bors | -251/+24 |
| 2024-05-31 | Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com... | Matthias Krüger | -116/+139 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -116/+139 |
| 2024-05-30 | remove tracing tree indent lines | lcnr | -1/+0 |
| 2024-05-29 | Make `body_owned_by` return the body directly. | Oli Scherer | -9/+12 |
| 2024-05-29 | Don't require `visit_body` to take a lifetime that must outlive the function ... | Oli Scherer | -1/+1 |
| 2024-05-27 | Auto merge of #125599 - camelid:clarify-stability, r=notriddle,GuillaumeGomez | bors | -27/+51 |
| 2024-05-27 | Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercote | bors | -35/+94 |
| 2024-05-26 | rustdoc: Show "const" for const-unstable if also overall unstable | Noah Lev | -19/+38 |
| 2024-05-25 | rustdoc: Elide const-unstable if also unstable overall | Noah Lev | -8/+13 |
| 2024-05-23 | Remove `LintDiagnostic::msg` | León Orell Valerian Liehr | -35/+94 |
| 2024-05-19 | Don't strip items with inherited visibility in AliasedNonLocalStripper | Michael Goulet | -2/+7 |
| 2024-05-18 | Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726 | bors | -34/+34 |
| 2024-05-18 | Rollup merge of #125117 - dev-ardi:improve-parser, r=wesleywiser,fmease | Matthias Krüger | -2/+2 |
| 2024-05-18 | Auto merge of #124611 - Urgau:rustdoc-stdin, r=GuillaumeGomez | bors | -29/+54 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -34/+34 |
| 2024-05-16 | Remove trivial Binder::dummy calls | Michael Goulet | -1/+1 |
| 2024-05-16 | Fix tools | Michael Goulet | -2/+2 |
| 2024-05-14 | rustdoc: Negative impls are not notable | Michael Goulet | -0/+8 |
| 2024-05-14 | improve maybe_consume_incorrect_semicolon | ardi | -2/+2 |
| 2024-05-13 | split out AliasTy -> AliasTerm | Michael Goulet | -6/+27 |
| 2024-05-11 | Rollup merge of #124939 - Urgau:hide-private-fields-aliased-type, r=Guillaume... | Matthias Krüger | -0/+62 |
| 2024-05-11 | Always hide private fields in aliased type | Urgau | -0/+62 |
| 2024-05-10 | Lift `TraitRef` into `rustc_type_ir` | Michael Goulet | -0/+1 |
| 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 | -5/+5 |
| 2024-05-08 | Simplify `use crate::rustc_foo::bar` occurrences. | Nicholas Nethercote | -5/+5 |
| 2024-05-07 | rustdoc: use stability, instead of features, to decide what to show | Michael Howell | -32/+19 |
| 2024-05-07 | Rollup merge of #124738 - notriddle:notriddle/search-form-js, r=GuillaumeGomez | Matthias Krüger | -24/+46 |
| 2024-05-06 | Rollup merge of #124765 - GuillaumeGomez:fix-wrong-cog-colotr, r=notriddle | Matthias Krüger | -0/+5 |
| 2024-05-05 | Fix bad color for setting cog in ayu theme | Guillaume Gomez | -0/+5 |
| 2024-05-05 | rustdoc: dedup search form HTML | Michael Howell | -24/+46 |
| 2024-05-05 | Rollup merge of #124148 - notriddle:notriddle/reference, r=GuillaumeGomez | Guillaume Gomez | -23/+70 |
| 2024-05-04 | Simplify `markdown_input` fn and subsequent logic | Urgau | -14/+8 |
| 2024-05-04 | Add `-` (stdin) support to rustdoc | Urgau | -24/+55 |
| 2024-05-04 | Auto merge of #124401 - oli-obk:some_hir_cleanups, r=cjgillot | bors | -2/+5 |
| 2024-05-01 | Stabilize `custom_code_classes_in_docs` feature | Guillaume Gomez | -251/+24 |
| 2024-04-29 | Rollup merge of #124475 - GKFX:more-dependency-pruning, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -17/+14 |
| 2024-04-28 | Add some missing comments to describe what the inlined SVG is | Guillaume Gomez | -0/+4 |
| 2024-04-28 | Inline `wheel.svg` into CSS | Guillaume Gomez | -3/+14 |
| 2024-04-28 | Inline `clipboard.svg` into CSS | Guillaume Gomez | -3/+11 |
| 2024-04-28 | Remove direct dependencies on lazy_static, once_cell and byteorder | George Bateman | -17/+14 |
| 2024-04-26 | put `hir::AnonConst` on the hir arena | Oli Scherer | -2/+5 |
| 2024-04-25 | Auto merge of #124058 - TechVest:master, r=fmease | bors | -1/+1 |
| 2024-04-25 | Fix some typos in comments | TechVest | -2/+2 |