| Age | Commit message (Expand) | Author | Lines |
| 2024-11-20 | Auto merge of #133212 - lcnr:questionable-uwu, r=compiler-errors | bors | -9/+7 |
| 2024-11-19 | rustdoc: yeet `TypingEnv::from_param_env` | lcnr | -9/+7 |
| 2024-11-19 | move `fn is_item_raw` to `TypingEnv` | lcnr | -1/+1 |
| 2024-11-19 | Introduce `min_generic_const_args` and directly represent paths | Noah Lev | -7/+8 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -6/+11 |
| 2024-11-13 | Rollup merge of #132302 - fmease:rustdoc-better-vis-for-macro-decl, r=notriddle | Matthias Krüger | -32/+14 |
| 2024-11-13 | rustdoc: Treat decl macros like other items | León Orell Valerian Liehr | -32/+14 |
| 2024-11-11 | [perf] rustdoc: Perform less work when cleaning parenthesized generic args | León Orell Valerian Liehr | -25/+19 |
| 2024-11-06 | Clean middle generics using paren sugar if trait has rustc_paren_sugar | Michael Goulet | -1/+1 |
| 2024-11-05 | Auto merge of #132580 - compiler-errors:globs, r=Noratrieb | bors | -16/+20 |
| 2024-11-04 | Rename `DocContext::is_json` into `DocContext::is_json_output` | Guillaume Gomez | -2/+2 |
| 2024-11-04 | Fix invalid coverage computation when `--output-format=json` is enabled | Guillaume Gomez | -2/+2 |
| 2024-11-04 | ty::BrK -> ty::BoundRegionKind::K | Michael Goulet | -4/+8 |
| 2024-11-04 | ty::KContainer -> ty::AssocItemContainer::K | Michael Goulet | -12/+12 |
| 2024-11-03 | Rename the FIXMEs, remove a few that dont matter anymore | Michael Goulet | -2/+2 |
| 2024-11-01 | rustdoc: Directly use rustc_abi instead of reexports | Jubilee Young | -4/+3 |
| 2024-10-30 | Remap impl-trait lifetimes on HIR instead of AST lowering. | Camille GILLOT | -1/+1 |
| 2024-10-29 | update tools | lcnr | -5/+5 |
| 2024-10-26 | expand: Stop using artificial `ast::Item` for macros loaded from metadata | Vadim Petrochenkov | -20/+6 |
| 2024-10-26 | Rollup merge of #132168 - fee1-dead-contrib:fxclean, r=compiler-errors | Matthias Krüger | -1/+0 |
| 2024-10-26 | Effects cleanup | Deadbeef | -1/+0 |
| 2024-10-25 | tcx.is_const_fn doesn't work the way it is described, remove it | Ralf Jung | -2/+2 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -10/+6 |
| 2024-10-24 | Implement const effect predicate in new solver | Michael Goulet | -1/+3 |
| 2024-10-24 | Remove associated type based effects logic | Michael Goulet | -10/+5 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -3/+3 |
| 2024-10-22 | Represent TraitBoundModifiers as distinct parts in HIR | Michael Goulet | -9/+14 |
| 2024-10-19 | Fix tests | Michael Goulet | -3/+3 |
| 2024-10-16 | Auto merge of #131797 - matthiaskrgr:rollup-lzpze2k, r=matthiaskrgr | bors | -7/+6 |
| 2024-10-16 | Rollup merge of #131691 - GuillaumeGomez:intra-doc-link-filter-out-2, r=notri... | Matthias Krüger | -7/+6 |
| 2024-10-16 | Rollup merge of #131594 - fmease:rustdoc-mv-obj-safe-dyn-compat, r=notriddle | Matthias Krüger | -1/+1 |
| 2024-10-16 | rustdoc: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -1/+1 |
| 2024-10-14 | Delay ambiguous intra-doc link resolution after `Cache` has been populated | Guillaume Gomez | -7/+6 |
| 2024-10-14 | Move trait bound modifiers into hir::PolyTraitRef | Michael Goulet | -4/+4 |
| 2024-10-07 | Auto merge of #131235 - codemountains:rename-nestedmetaitem-to-metaitemlnner,... | bors | -25/+25 |
| 2024-10-06 | Rename NestedMetaItem to MetaItemInner | codemountains | -25/+25 |
| 2024-10-06 | Handle `librustdoc` cases of `rustc::potential_query_instability` lint | ismailarilik | -8/+8 |
| 2024-10-04 | rm `ItemKind::OpaqueTy` | Noah Lev | -10/+2 |
| 2024-10-04 | Rollup merge of #131034 - Urgau:cfg-true-false, r=nnethercote | Guillaume Gomez | -22/+44 |
| 2024-10-04 | Adjust rustdoc for literal boolean support | Urgau | -22/+44 |
| 2024-10-02 | Remove redundant in_trait from hir::TyKind::OpaqueDef | Michael Goulet | -1/+1 |
| 2024-09-30 | rustdoc: rewrite stability inheritance as a pass | Lukas Markeffsky | -41/+17 |
| 2024-09-30 | add `stable_since` convenience | Lukas Markeffsky | -4/+1 |
| 2024-09-27 | Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-... | Matthias Krüger | -1/+1 |
| 2024-09-25 | de-rc external traits | Lukas Markeffsky | -7/+4 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -1/+1 |
| 2024-09-24 | Rollup merge of #130798 - lukas-code:doc-stab, r=notriddle | Trevor Gross | -1/+39 |
| 2024-09-24 | rustdoc: inherit parent's stability where applicable | Lukas Markeffsky | -1/+39 |
| 2024-09-24 | Fix tools | Michael Goulet | -4/+4 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -91/+83 |