| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-03-14 | Refactor visibility_print_with_space to directly take an item | Manish Goregaokar | -7/+19 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -2/+2 |
| 2024-03-05 | Rename all `ParseSess` variables/fields/lifetimes as `psess`. | Nicholas Nethercote | -7/+7 |
| 2024-03-04 | Remove `file_path_mapping` param from `ParseSess::new`. | Nicholas Nethercote | -3/+1 |
| 2024-03-01 | Propegate HIR and AST `f16` and `f128` types to rustdoc | Trevor Gross | -0/+4 |
| 2024-02-28 | Add basic support for `f16` and `f128` to rustdoc | Trevor Gross | -0/+6 |
| 2024-02-25 | Rollup merge of #121060 - clubby789:bool-newtypes, r=cjgillot | Matthias Krüger | -2/+2 |
| 2024-02-20 | Expand weak alias types before collecting constrained and referenced late bou... | León Orell Valerian Liehr | -9/+8 |
| 2024-02-20 | Add newtype for raw idents | clubby789 | -2/+2 |
| 2024-02-17 | Fix missing trait impls for type in rustc docs | Shoyu Vanilla | -7/+12 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -1/+1 |
| 2024-02-15 | Rollup merge of #121022 - fmease:rustdoc-x-crate-late-bound-lt-src-order, r=G... | Matthias Krüger | -56/+74 |
| 2024-02-15 | rustdoc: cross-crate re-exports: correctly render late-bound params in source... | León Orell Valerian Liehr | -56/+74 |
| 2024-02-13 | Rollup merge of #120999 - fmease:rustdoc-rm-instantiation-param, r=notriddle | Matthias Krüger | -68/+23 |
| 2024-02-13 | Rollup merge of #120548 - GuillaumeGomez:glob-reexport-cfg-merge, r=Guillaume... | Matthias Krüger | -1/+1 |
| 2024-02-13 | Replace clean::InstantiationParam with clean::GenericArg | León Orell Valerian Liehr | -68/+23 |
| 2024-02-12 | Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk | Matthias Krüger | -7/+13 |
| 2024-02-12 | Auto merge of #120980 - matthiaskrgr:rollup-dsjsqql, r=matthiaskrgr | bors | -1/+3 |
| 2024-02-12 | Implement intrinsics with fallback bodies | Oli Scherer | -1/+1 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -7/+13 |
| 2024-02-12 | Clean inlined type alias with correct param-env | Michael Goulet | -1/+3 |
| 2024-02-12 | Improve some codes according to the reviews | Frank King | -4/+0 |
| 2024-02-12 | Fix compile error in rustdoc. | Frank King | -9/+2 |
| 2024-02-12 | Lower anonymous structs or unions to HIR | Frank King | -0/+14 |
| 2024-02-11 | Auto merge of #120619 - compiler-errors:param, r=lcnr | bors | -21/+47 |
| 2024-02-09 | Unify item relative path computation in one function | Guillaume Gomez | -3/+16 |
| 2024-02-08 | Auto merge of #120767 - matthiaskrgr:rollup-0k8ib1c, r=matthiaskrgr | bors | -1/+1 |
| 2024-02-08 | Auto merge of #120579 - GuillaumeGomez:prevent-running-unneeded-code, r=notri... | bors | -0/+8 |
| 2024-02-07 | Use correct param env when building and cleaning items in librustdoc | Michael Goulet | -21/+47 |
| 2024-02-07 | docs: also check the inline stmt during redundant link check | bohan | -1/+1 |
| 2024-02-06 | Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs | Michael Goulet | -0/+1 |
| 2024-02-04 | Prevent running some code if it is already in the map | Guillaume Gomez | -0/+8 |
| 2024-02-01 | Fix handling of `doc_auto_cfg` feature for `cfg` attributes on glob reexport | Guillaume Gomez | -1/+1 |
| 2024-01-31 | Rollup merge of #120501 - GuillaumeGomez:glob-reexport-attr-merge-bugfix, r=n... | Nadrieril | -1/+19 |
| 2024-01-30 | rustdoc: Correctly handle attribute merge if this is a glob reexport | Guillaume Gomez | -1/+19 |
| 2024-01-29 | Rollup merge of #120428 - petrochenkov:somehir2, r=compiler-errors | Dylan DPC | -1/+1 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -2/+3 |
| 2024-01-28 | hir: Use `InferArg` in `ArrayLen::Infer` | Vadim Petrochenkov | -1/+1 |
| 2024-01-19 | Pack the u128 in LitKind::Int | Josh Stone | -1/+1 |
| 2024-01-18 | Rollup merge of #119869 - oli-obk:track_errors2, r=matthewjasper | Matthias Krüger | -4/+4 |
| 2024-01-17 | Make crate_inherent_impls fallible and stop using `track_errors` for it | Oli Scherer | -4/+4 |
| 2024-01-17 | Add `PatKind::Err` | Lieselotte | -1/+3 |
| 2024-01-13 | Rollup merge of #119898 - compiler-errors:error-reporting, r=oli-obk | Matthias Krüger | -1/+0 |
| 2024-01-12 | Remove unused ErrorReporting variant from overflow handling | Michael Goulet | -1/+0 |
| 2024-01-12 | Delegation implementation: step 1 | Bryanskiy | -1/+1 |
| 2024-01-11 | Stop using `DiagnosticBuilder::buffer` in the parser. | Nicholas Nethercote | -2/+2 |
| 2024-01-10 | Auto merge of #119751 - nnethercote:error-api-fixes, r=oli-obk | bors | -2/+2 |
| 2024-01-10 | Rollup merge of #119769 - fmease:rustdoc-off-by-one-dyn-trait-def-gen-args, r... | Matthias Krüger | -91/+99 |