| Age | Commit message (Expand) | Author | Lines |
| 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-29 | Only show notable traits if both types are the same | Michael Howell | -1/+67 |
| 2021-11-29 | Auto merge of #91299 - cjgillot:expect-ldid, r=petrochenkov | bors | -26/+15 |
| 2021-11-29 | Rollup merge of #91349 - tmiasko:accumulate-remark-args, r=nikic | Matthias Krüger | -2/+11 |
| 2021-11-29 | Rollup merge of #91281 - scottmcm:non-exhaustive-as-test, r=Mark-Simulacrum | Matthias Krüger | -0/+29 |
| 2021-11-29 | Accumulate all values of `-C remark` option | Tomasz Miąsko | -2/+11 |
| 2021-11-29 | Auto merge of #91344 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2021-11-28 | update Miri | Ralf Jung | -8/+8 |
| 2021-11-28 | Rollup merge of #90833 - tmiasko:optimization-remarks, r=nikic | Matthias Krüger | -0/+19 |
| 2021-11-28 | Rollup merge of #90131 - camsteffen:fmt-args-span-fix, r=cjgillot | Matthias Krüger | -0/+47 |
| 2021-11-28 | Take a LocalDefId in expect_*item. | Camille GILLOT | -26/+15 |
| 2021-11-28 | Rollup merge of #91319 - fee1-dead:rustdoc-ice-fix, r=jyn514 | Matthias Krüger | -1/+1 |
| 2021-11-28 | Rollup merge of #91308 - BGR360:issue-88586, r=jackh726 | Matthias Krüger | -0/+30 |
| 2021-11-28 | Rollup merge of #91251 - oli-obk:wf_sync_statics, r=matthewjasper | Matthias Krüger | -107/+87 |
| 2021-11-28 | Change output path to {{build-base}} | Deadbeef | -1/+1 |
| 2021-11-28 | Address PR feedback | Ben Reeves | -1/+1 |
| 2021-11-28 | Auto merge of #91230 - eggyal:fallible-type-fold, r=jackh726 | bors | -4/+5 |
| 2021-11-28 | Rollup merge of #91254 - Aaron1011:impl-candidate-err-ty, r=lcnr | Matthias Krüger | -31/+24 |
| 2021-11-27 | typeck: Ensure proper bound vars passed to `add_bounds`. | Ben Reeves | -0/+30 |
| 2021-11-27 | Only check for errors in predicate when skipping impl assembly | Aaron Hill | -31/+24 |
| 2021-11-27 | Rollup merge of #91208 - estebank:eq-constraint, r=cjgillot | Matthias Krüger | -5/+93 |
| 2021-11-27 | Rollup merge of #91062 - jsha:static-file-replace, r=jyn514,GuillaumeGomez | Matthias Krüger | -132/+118 |
| 2021-11-27 | Auto merge of #91261 - Mark-Simulacrum:next-rel, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-11-26 | Demonstration test for #91161 | Scott McMurray | -0/+29 |
| 2021-11-26 | Rollup merge of #91259 - jyn514:doctest-warnings, r=GuillaumeGomez | Matthias Krüger | -74/+68 |
| 2021-11-26 | Rollup merge of #91252 - jyn514:relative-dir, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2021-11-26 | Rollup merge of #91223 - GuillaumeGomez:headings-indent, r=jsha | Matthias Krüger | -5/+53 |
| 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/+15 |
| 2021-11-26 | Remove `--display-doctest-warnings` | Joshua Nelson | -74/+68 |
| 2021-11-26 | Rename `Type::ResolvedPath` to `Type::Path` | Noah Lev | -38/+37 |
| 2021-11-26 | Update test for anchors and headings position | Guillaume Gomez | -1/+47 |
| 2021-11-26 | Update the first heading indent rule so it is only applied on the first headi... | Guillaume Gomez | -4/+6 |
| 2021-11-26 | Bump to 1.59 | Mark Rousskov | -1/+1 |
| 2021-11-27 | Reduce the ICE | Deadbeef | -469/+1 |
| 2021-11-26 | Auto merge of #91253 - matthiaskrgr:rollup-dnlcjmr, r=matthiaskrgr | bors | -0/+31 |
| 2021-11-27 | Add ICE test | Deadbeef | -0/+472 |
| 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 | Rollup merge of #91212 - compiler-errors:issue91206, r=oli-obk | Matthias Krüger | -0/+27 |
| 2021-11-26 | Fix bug where submodules wouldn't be updated when running x.py from a subdire... | Joshua Nelson | -1/+1 |
| 2021-11-26 | Perform Sync check on static items in wf-check instead of during const checks | Oli Scherer | -107/+87 |
| 2021-11-26 | Auto merge of #91164 - Badel2:usefulness-stack-overflow, r=davidtwco | bors | -0/+14 |
| 2021-11-26 | Auto merge of #91205 - Aaron1011:visit_param_env, r=lcnr | bors | -24/+31 |
| 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 |
| 2021-11-26 | Auto merge of #91181 - GuillaumeGomez:improve-rustdoc-gui-ci, r=jsha | bors | -2/+5 |
| 2021-11-26 | Auto merge of #85102 - estebank:point-at-assignment, r=oli-obk | bors | -95/+127 |