| Age | Commit message (Expand) | Author | Lines |
| 2023-11-19 | rustdoc-search: add support for associated types | Michael Howell | -0/+44 |
| 2023-11-17 | Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naber | Matthias Krüger | -1/+0 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -61/+75 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -7/+7 |
| 2023-11-13 | rename `ReLateBound` to `ReBound` | lcnr | -9/+5 |
| 2023-11-08 | Rollup merge of #117531 - fmease:rustdoc-effects-properly-elide-x-crate-host-... | Matthias Krüger | -6/+3 |
| 2023-11-08 | rustdoc: minor changes suggested by clippy perf lints. | Nicholas Nethercote | -2/+3 |
| 2023-11-05 | rustdoc: properly elide cross-crate host effect args | León Orell Valerian Liehr | -6/+3 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -2/+1 |
| 2023-10-31 | Rollup merge of #113241 - poliorcetics:85138-doc-object-safety, r=GuillaumeGomez | Matthias Krüger | -0/+3 |
| 2023-10-31 | Auto merge of #117377 - dtolnay:deprecatedsince, r=cjgillot | bors | -3/+3 |
| 2023-10-30 | Rollup merge of #112463 - fmease:rustdoc-elide-x-crate-def-gen-args, r=Guilla... | Guillaume Gomez | -31/+113 |
| 2023-10-30 | rustdoc: elide cross-crate default generic arguments | León Orell Valerian Liehr | -31/+113 |
| 2023-10-29 | Rename Since -> StableSince in preparation for a DeprecatedSince | David Tolnay | -3/+3 |
| 2023-10-29 | feat: render Object Safety informations non-object safe traits | Alexis (Poliorcetics) Bourget | -0/+3 |
| 2023-10-28 | Remove asmjs from tools | Jubilee Young | -1/+0 |
| 2023-10-29 | rustdoc: Use `ThinVec` in `GenericParamDefKind` | Noah Lev | -11/+11 |
| 2023-10-27 | Auto merge of #116471 - notriddle:notriddle/js-trait-alias, r=GuillaumeGomez | bors | -10/+41 |
| 2023-10-24 | Handle structured stable attribute 'since' version in rustdoc | David Tolnay | -3/+3 |
| 2023-10-23 | Remove FIXME after fix | Michael Howell | -1/+0 |
| 2023-10-22 | rustdoc: wrap Type with Box instead of Generics | Michael Howell | -23/+23 |
| 2023-10-22 | rustdoc: use JS to inline target type impl docs into alias | Michael Howell | -10/+41 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -2/+2 |
| 2023-10-14 | Rollup merge of #115439 - fmease:rustdoc-priv-repr-transparent-heuristic, r=G... | Matthias Krüger | -15/+36 |
| 2023-10-13 | Add some FIXMEs for remaining issues that we need to fix before using more c... | Oli Scherer | -0/+4 |
| 2023-10-12 | hide `host` param from generic parameter list of `~const` bounds | Oli Scherer | -8/+16 |
| 2023-10-12 | Hide host effect params from docs | Oli Scherer | -4/+7 |
| 2023-10-09 | Auto merge of #116142 - GuillaumeGomez:enum-variant-display, r=fmease | bors | -15/+20 |
| 2023-10-09 | Improve code | Guillaume Gomez | -24/+12 |
| 2023-10-04 | Rollup merge of #116388 - fmease:rustdoc-fix-n-clean-up-x-crate-higher-ranked... | Matthias Krüger | -99/+66 |
| 2023-10-03 | rustdoc: add support for cross-crate higher-ranked types | León Orell Valerian Liehr | -1/+16 |
| 2023-10-03 | rustdoc: fix & clean up handling of cross-crate higher-ranked lifetimes | León Orell Valerian Liehr | -98/+50 |
| 2023-09-30 | rustdoc: reduce the amount of `asyncness` query executions | León Orell Valerian Liehr | -1/+7 |
| 2023-09-29 | rustdoc: simplify sugared_async_return_type | León Orell Valerian Liehr | -26/+9 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -4/+4 |
| 2023-09-25 | Auto merge of #116084 - fmease:rustdoc-fix-x-crate-async-fn, r=GuillaumeGomez | bors | -30/+35 |
| 2023-09-25 | rustdoc: correctly render ret ty of cross-crate async fns | León Orell Valerian Liehr | -30/+35 |
| 2023-09-25 | Show enum variant value if it is a C-like variant | Guillaume Gomez | -15/+32 |
| 2023-09-23 | Remove GeneratorWitness and rename GeneratorWitnessMIR. | Camille GILLOT | -1/+0 |
| 2023-09-22 | Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obk | bors | -0/+1 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -2/+6 |
| 2023-09-21 | Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obk | Guillaume Gomez | -4/+4 |
| 2023-09-21 | rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const | Ralf Jung | -4/+4 |
| 2023-09-20 | ignore host effect params in rustdoc | Deadbeef | -0/+1 |
| 2023-09-19 | Auto merge of #113955 - cjgillot:name-apit, r=WaffleLapkin | bors | -1/+1 |
| 2023-09-19 | Auto merge of #115865 - RalfJung:mir-mod, r=oli-obk | bors | -5/+4 |
| 2023-09-19 | Rollup merge of #112725 - notriddle:notriddle/advanced-search, r=GuillaumeGomez | Guillaume Gomez | -4/+0 |
| 2023-09-19 | move ConstValue into mir | Ralf Jung | -5/+4 |
| 2023-09-18 | rustdoc: hide repr(transparent) if it isn't part of the public ABI | León Orell Valerian Liehr | -15/+36 |
| 2023-09-13 | make the eval() functions on our const types return the resulting value | Ralf Jung | -2/+2 |