| Age | Commit message (Expand) | Author | Lines |
| 2021-09-06 | Correctly handle niche of enum | Deadbeef | -4/+8 |
| 2021-09-05 | Auto merge of #88435 - cjgillot:no-walk-crate, r=Aaron1011 | bors | -6/+3 |
| 2021-09-05 | Change more x64 size checks to not apply to x32. | Harald van Dijk | -1/+1 |
| 2021-09-05 | Auto merge of #88604 - camelid:rustdoc-lifetime-bounds, r=GuillaumeGomez | bors | -62/+75 |
| 2021-09-04 | Auto merge of #88574 - camelid:box-genericarg-const, r=GuillaumeGomez | bors | -4/+9 |
| 2021-09-03 | Enable all main body Markdown options for summaries | Noah Lev | -2/+6 |
| 2021-09-03 | Use `summary_opts()` for Markdown summaries | Noah Lev | -12/+13 |
| 2021-09-03 | rustdoc: Box `GenericArg::Const` to reduce enum size | Noah Lev | -4/+9 |
| 2021-09-02 | rustdoc: Higher-ranked lifetimes can't have bounds | Noah Lev | -29/+26 |
| 2021-09-02 | rustdoc: Clean up handling of lifetime bounds | Noah Lev | -33/+49 |
| 2021-09-02 | Rename walk_crate. | Camille GILLOT | -2/+2 |
| 2021-09-02 | Rollup merge of #88573 - camelid:rustdoc-assoc-panic, r=GuillaumeGomez | Mara Bos | -4/+6 |
| 2021-09-02 | Stop using walk_crate. | Camille GILLOT | -6/+3 |
| 2021-09-02 | Auto merge of #88516 - matthiaskrgr:clippy_perf_end_august, r=jyn514,Guillaum... | bors | -4/+3 |
| 2021-09-02 | Auto merge of #88522 - camelid:box-paren-output, r=jyn514 | bors | -9/+18 |
| 2021-09-01 | rustdoc: Don't panic on ambiguous inherent associated types | Noah Lev | -4/+6 |
| 2021-09-01 | Auto merge of #88490 - GuillaumeGomez:associated-types-implementors-display, ... | bors | -38/+81 |
| 2021-09-01 | Remove implementors setting | Guillaume Gomez | -6/+0 |
| 2021-09-01 | Auto merge of #88269 - prconrad:doctest-persist-binaries, r=jyn514 | bors | -1/+1 |
| 2021-09-01 | Clean render_impl arguments | Guillaume Gomez | -46/+67 |
| 2021-09-01 | Rollup merge of #88548 - inquisitivecrystal:intersperse, r=m-ou-se | Mara Bos | -1/+0 |
| 2021-09-01 | Rollup merge of #88410 - camelid:fix-assoc-bold, r=GuillaumeGomez | Mara Bos | -1/+1 |
| 2021-08-31 | Remove unhelpful `expect()` message | Noah Lev | -4/+2 |
| 2021-08-31 | Box `GenericArgs::Parenthesized.output` | Noah Lev | -10/+21 |
| 2021-08-31 | Stabilize `Iterator::intersperse()` | inquisitivecrystal | -1/+0 |
| 2021-08-31 | some low hanging clippy::perf fixes | Matthias Krüger | -4/+3 |
| 2021-08-31 | Remove bolding on associated constants | Noah Lev | -1/+1 |
| 2021-08-31 | Rollup merge of #88391 - GuillaumeGomez:fix-json-enum-variant, r=camelid,notr... | Mara Bos | -29/+62 |
| 2021-08-31 | Rollup merge of #88462 - petrochenkov:macstore, r=jyn514 | Mara Bos | -3/+3 |
| 2021-08-31 | Apply suggestions | Deadbeef | -3/+2 |
| 2021-08-31 | Report variant size without the discriminant | Deadbeef | -7/+13 |
| 2021-08-31 | Apply suggestions | Deadbeef | -26/+18 |
| 2021-08-31 | Report Layout of enum variants | Deadbeef | -1/+35 |
| 2021-08-30 | Put back "auto-collapse-implementors" setting | Guillaume Gomez | -0/+6 |
| 2021-08-30 | Put back display of associated items (types and consts) | Guillaume Gomez | -11/+33 |
| 2021-08-30 | Auto merge of #88456 - inquisitivecrystal:private-macro, r=jyn514 | bors | -2/+3 |
| 2021-08-29 | rustdoc: Stop using resolver for macro loading | Vadim Petrochenkov | -3/+3 |
| 2021-08-29 | Rollup merge of #88419 - GuillaumeGomez:code-blocks-colors, r=camelid,notriddle | Guillaume Gomez | -1/+1 |
| 2021-08-29 | Rollup merge of #88173 - camelid:refactor-markdown-length-limit, r=GuillaumeG... | Guillaume Gomez | -43/+271 |
| 2021-08-29 | Use the correct type for Enum variant tuples | Guillaume Gomez | -29/+62 |
| 2021-08-29 | Fix: don't document private macros by default | inquisitivecrystal | -2/+3 |
| 2021-08-28 | Fix code blocks color in ayu theme | Guillaume Gomez | -1/+1 |
| 2021-08-28 | Teach tools that macros are now HIR items | inquisitivecrystal | -91/+63 |
| 2021-08-27 | Introduce `~const` | Deadbeef | -1/+1 |
| 2021-08-27 | Auto merge of #88371 - Manishearth:rollup-pkkjsme, r=Manishearth | bors | -37/+86 |
| 2021-08-26 | Auto merge of #87280 - lcnr:lazy-anon-const-default-substs, r=nikomatsakis | bors | -1/+1 |
| 2021-08-26 | Rollup merge of #88215 - jyn514:lazy-loading, r=petrochenkov | Manish Goregaokar | -37/+86 |
| 2021-08-26 | Remove unnecessary copies when using parallel IO | Joshua Nelson | -45/+53 |
| 2021-08-26 | Fix the bugs and add a regression test | Joshua Nelson | -22/+30 |
| 2021-08-26 | make unevaluated const substs optional | lcnr | -1/+1 |