| Age | Commit message (Expand) | Author | Lines |
| 2023-01-29 | Rollup merge of #107448 - Teapot4195:pr-107397-followup, r=Mark-Simulacrum | Matthias Krüger | -1/+2 |
| 2023-01-29 | Rollup merge of #107432 - notriddle:notriddle/has-srclink, r=GuillaumeGomez | Matthias Krüger | -17/+5 |
| 2023-01-29 | Rollup merge of #107169 - albertlarsan68:lock-in-pre-push, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2023-01-29 | Rollup merge of #106763 - lenko-d:106659-Print_why_a_test_was_ignored_if_its_... | Matthias Krüger | -28/+54 |
| 2023-01-29 | Rollup merge of #96763 - Abdur-rahmaanJ:patch-1, r=Mark-Simulacrum | Matthias Krüger | -67/+0 |
| 2023-01-29 | When stamp doesn't exist, should say Error, and print path to stamp file | teapot4195 | -1/+2 |
| 2023-01-29 | Auto merge of #100178 - mati865:upgrade-mingw-w64-on-CI, r=nikic | bors | -31/+4 |
| 2023-01-29 | Upgrade mingw-w64 on CI | Mateusz Mikuła | -31/+4 |
| 2023-01-29 | Auto merge of #107435 - matthiaskrgr:rollup-if5h6yu, r=matthiaskrgr | bors | -0/+7 |
| 2023-01-29 | Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk | bors | -0/+7 |
| 2023-01-28 | rustdoc: remove unused class `has-srclink` | Michael Howell | -17/+5 |
| 2023-01-28 | Gracefully exit when --keep-stage used on clean source tree | teapot4195 | -0/+7 |
| 2023-01-28 | Auto merge of #107206 - cjgillot:no-h2l-map, r=WaffleLapkin | bors | -196/+204 |
| 2023-01-28 | Auto merge of #107408 - matthiaskrgr:rollup-b5vz2ow, r=matthiaskrgr | bors | -14/+15 |
| 2023-01-28 | Rollup merge of #107398 - scottmcm:its-their-funeral, r=dtolnay | Matthias Krüger | -12/+9 |
| 2023-01-28 | Rollup merge of #107391 - notriddle:notriddle/copy-path-button, r=GuillaumeGomez | Matthias Krüger | -2/+6 |
| 2023-01-28 | Auto merge of #106916 - lukas-code:overlapping-substs, r=estebank | bors | -0/+4 |
| 2023-01-28 | Remove `HirId -> LocalDefId` map from HIR. | Camille GILLOT | -50/+30 |
| 2023-01-28 | Take a LocalDefId in hir::Visitor::visit_fn. | Camille GILLOT | -147/+175 |
| 2023-01-27 | Remove from librustdoc and clippy too | Scott McMurray | -12/+9 |
| 2023-01-28 | Auto merge of #101692 - cjgillot:generator-lazy-witness, r=oli-obk | bors | -0/+3 |
| 2023-01-27 | rustdoc: remove inline javascript from copy-path button | Michael Howell | -2/+6 |
| 2023-01-27 | Auto merge of #107386 - flip1995:clippyup, r=Manishearth | bors | -254/+2212 |
| 2023-01-27 | Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyup | Philipp Krones | -1/+1 |
| 2023-01-27 | Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyup | Philipp Krones | -254/+2212 |
| 2023-01-27 | Special-case handling of impl blocks | Guillaume Gomez | -48/+75 |
| 2023-01-27 | Introduce GeneratorWitnessMIR. | Camille GILLOT | -0/+3 |
| 2023-01-27 | Auto merge of #107372 - JohnTitor:rollup-zkl2ges, r=JohnTitor | bors | -40/+49 |
| 2023-01-27 | rustdoc: merge doctest tooltip with notable traits tooltip | Michael Howell | -109/+81 |
| 2023-01-28 | Rollup merge of #107357 - GuillaumeGomez:fix-infinite-loop-in-rustdoc-get_all... | Yuki Okushi | -1/+3 |
| 2023-01-28 | Rollup merge of #107332 - chansuke:issue-107230, r=albertlarsan68 | Yuki Okushi | -1/+1 |
| 2023-01-28 | Rollup merge of #107234 - Rattenkrieg:bootstrap-fix-is_ci_llvm_available, r=a... | Yuki Okushi | -34/+41 |
| 2023-01-28 | Rollup merge of #106806 - m-ou-se:format-args-flags, r=oli-obk | Yuki Okushi | -4/+4 |
| 2023-01-27 | Auto merge of #107055 - kylematsuda:eb-fn-sig, r=lcnr | bors | -52/+53 |
| 2023-01-27 | add comment to rustdoc.css on updating filename suffixes | Trevor Spiteri | -0/+8 |
| 2023-01-27 | Fix handling of items inside a `doc(hidden)` block | Guillaume Gomez | -34/+66 |
| 2023-01-27 | Improve code | Guillaume Gomez | -93/+90 |
| 2023-01-27 | Speed up execution a bit by removing some walks | Guillaume Gomez | -1/+21 |
| 2023-01-27 | Improve code readability | Guillaume Gomez | -15/+23 |
| 2023-01-27 | Fix missing const expression items visit | Guillaume Gomez | -129/+170 |
| 2023-01-27 | rustdoc: update Source Serif 4 from 4.004 to 4.005 | Trevor Spiteri | -4/+4 |
| 2023-01-27 | Fix infinite loop in rustdoc get_all_import_attributes function | Guillaume Gomez | -1/+3 |
| 2023-01-27 | Auto merge of #107054 - petrochenkov:effvisdoc3, r=GuillaumeGomez | bors | -14/+87 |
| 2023-01-27 | Update clippy for restructured format flags fields. | Mara Bos | -4/+4 |
| 2023-01-27 | Revisit fix_is_ci_llvm_available logic; read build triple from toml | Sergey Prytkov | -34/+41 |
| 2023-01-27 | Rollup merge of #107336 - notriddle:notriddle/import-item-module-item, r=Guil... | Yuki Okushi | -4/+3 |
| 2023-01-27 | Rollup merge of #107325 - petrochenkov:hiddoc2, r=GuillaumeGomez | Yuki Okushi | -151/+113 |
| 2023-01-27 | Rollup merge of #107284 - notriddle:notriddle/plus, r=jsha | Yuki Okushi | -1/+18 |
| 2023-01-27 | Rollup merge of #107242 - notriddle:notriddle/title-ordering, r=GuillaumeGomez | Yuki Okushi | -1/+1 |
| 2023-01-26 | add EarlyBinder::no_bound_vars | Kyle Matsuda | -1/+1 |