| Age | Commit message (Expand) | Author | Lines |
| 2021-12-03 | Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino" | Santiago Pastorino | -3/+2 |
| 2021-12-03 | Rollup merge of #91170 - jsha:preload-fonts, r=GuillaumeGomez | Matthias Krüger | -0/+6 |
| 2021-12-02 | Auto merge of #91469 - matthiaskrgr:rollup-xom3j55, r=matthiaskrgr | bors | -1/+41 |
| 2021-12-02 | Rollup merge of #89954 - GuillaumeGomez:legacy-const-generic-doc, r=Amanieu | Matthias Krüger | -1/+41 |
| 2021-12-02 | Auto merge of #91318 - eggyal:reduce-boilerplate-around-infallible-folders, r... | bors | -5/+4 |
| 2021-12-02 | Reduce boilerplate around infallible folders | Alan Egerton | -5/+4 |
| 2021-12-02 | Auto merge of #91455 - matthiaskrgr:rollup-gix2hy6, r=matthiaskrgr | bors | -3/+1 |
| 2021-12-02 | Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbini | Matthias Krüger | -3/+1 |
| 2021-12-02 | Rename CSS class main-inner into width-limiter | Guillaume Gomez | -4/+4 |
| 2021-12-02 | Rename ID "main" into "main-content" | Guillaume Gomez | -24/+25 |
| 2021-12-02 | Fix remaining bugs | Guillaume Gomez | -7/+21 |
| 2021-12-02 | Auto merge of #91354 - fee1-dead:const_env, r=spastorino | bors | -2/+3 |
| 2021-12-02 | Transform const generics if the function uses rustc_legacy_const_generics | Guillaume Gomez | -1/+41 |
| 2021-12-02 | Auto merge of #91291 - GuillaumeGomez:const-deref-method, r=camelid | bors | -35/+84 |
| 2021-12-01 | Use `try_normalize_erasing_regions` instead of a custom infer context | Joshua Nelson | -13/+3 |
| 2021-12-01 | address review | b-naber | -1/+1 |
| 2021-12-01 | more fixed issues | b-naber | -0/+7 |
| 2021-11-30 | Return ConstStability instead of &ConstStability in Item::const_stability | Guillaume Gomez | -8/+5 |
| 2021-11-30 | Improve code by replacing &str with Symbol in render_stability_since_raw | Guillaume Gomez | -19/+15 |
| 2021-11-30 | Fix display for "const" deref methods in rustdoc | Guillaume Gomez | -14/+70 |
| 2021-11-30 | Update src/librustdoc/clean/types.rs | Michael Howell | -1/+1 |
| 2021-11-30 | Update src/librustdoc/clean/types.rs | Michael Howell | -1/+1 |
| 2021-11-30 | re-format with new rustfmt | Mark Rousskov | -3/+1 |
| 2021-11-30 | Add --out-dir flag for rustdoc | hi-rustin | -3/+22 |
| 2021-11-29 | Only show notable traits if both types are the same | Michael Howell | -1/+47 |
| 2021-11-29 | Fix tools | Deadbeef | -2/+3 |
| 2021-11-29 | rustdoc: show logo in source sub nav | cynecx | -40/+87 |
| 2021-11-29 | rustdoc: rework source sidebar | cynecx | -47/+57 |
| 2021-11-29 | rustdoc: fix tabs in css | cynecx | -5/+5 |
| 2021-11-29 | rustdoc: don't use overflow for main, instead make the sidebar sticky | cynecx | -16/+14 |
| 2021-11-29 | rustdoc: make source sidebar collapse by default | cynecx | -1/+1 |
| 2021-11-29 | rustdoc: fix theme colors | cynecx | -3/+3 |
| 2021-11-29 | rustdoc: merge source sidebar into main sidebar | cynecx | -51/+41 |
| 2021-11-29 | rustdoc: fix source view | cynecx | -11/+61 |
| 2021-11-29 | rustdoc: use flexbox to layout sidebar and main content | cynecx | -81/+80 |
| 2021-11-28 | Take a LocalDefId in expect_*item. | Camille GILLOT | -12/+7 |
| 2021-11-28 | Auto merge of #91230 - eggyal:fallible-type-fold, r=jackh726 | bors | -4/+5 |
| 2021-11-27 | Rollup merge of #91062 - jsha:static-file-replace, r=jyn514,GuillaumeGomez | Matthias Krüger | -131/+117 |
| 2021-11-26 | Rollup merge of #91259 - jyn514:doctest-warnings, r=GuillaumeGomez | Matthias Krüger | -51/+11 |
| 2021-11-26 | Rollup merge of #91223 - GuillaumeGomez:headings-indent, r=jsha | Matthias Krüger | -4/+6 |
| 2021-11-26 | Rollup merge of #91197 - camelid:rename-resolvedpath, r=GuillaumeGomez,jyn514 | Matthias Krüger | -43/+43 |
| 2021-11-26 | Rollup merge of #90611 - fee1-dead:rustdoc-ice-fix, r=jyn514,willcrichton | Matthias Krüger | -6/+11 |
| 2021-11-26 | Remove `--display-doctest-warnings` | Joshua Nelson | -51/+11 |
| 2021-11-26 | Rename `Type::ResolvedPath` to `Type::Path` | Noah Lev | -38/+37 |
| 2021-11-26 | Update the first heading indent rule so it is only applied on the first headi... | Guillaume Gomez | -4/+6 |
| 2021-11-27 | Add trace statements | Deadbeef | -0/+2 |
| 2021-11-27 | Fix another ICE in rustdoc scrape_examples | Deadbeef | -6/+9 |
| 2021-11-26 | Rollup merge of #91225 - GuillaumeGomez:source-page-scrollbar, r=jsha | Matthias Krüger | -0/+4 |
| 2021-11-26 | Unwrap the results of type folders | LeSeulArtichaut | -1/+2 |
| 2021-11-26 | Adapt `TypeFolder` implementors to return a `Result` | LeSeulArtichaut | -3/+3 |