| Age | Commit message (Expand) | Author | Lines |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -187/+374 |
| 2021-06-10 | Auto merge of #86186 - JohnTitor:rollup-upaw6wx, r=JohnTitor | bors | -192/+233 |
| 2021-06-10 | Rollup merge of #86175 - RalfJung:miri, r=RalfJung | Yuki Okushi | -9/+15 |
| 2021-06-10 | Rollup merge of #86113 - the8472:doctest-lld, r=Mark-Simulacrum | Yuki Okushi | -16/+27 |
| 2021-06-10 | Rollup merge of #86111 - spookyvision:master, r=JohnTitor | Yuki Okushi | -1/+1 |
| 2021-06-10 | Rollup merge of #86051 - erer1243:update_move_keyword_docs, r=Mark-Simulacrum | Yuki Okushi | -11/+9 |
| 2021-06-10 | Rollup merge of #85997 - jyn514:rustdoc-diff, r=Mark-Simulacrum | Yuki Okushi | -9/+21 |
| 2021-06-10 | Rollup merge of #84687 - a1phyr:improve_rwlock, r=m-ou-se | Yuki Okushi | -133/+111 |
| 2021-06-10 | Rollup merge of #82037 - calavera:strip_debuginfo_osx, r=petrochenkov | Yuki Okushi | -13/+49 |
| 2021-06-10 | Auto merge of #85910 - cjgillot:no-meta-version, r=Aaron1011 | bors | -13/+9 |
| 2021-06-09 | update Miri | Ralf Jung | -9/+15 |
| 2021-06-09 | Auto merge of #86003 - pnkfelix:issue-84297-revert-81238, r=Mark-Simulacrum | bors | -414/+225 |
| 2021-06-09 | Make symbols stripping work on MacOS X | David Calavera | -13/+49 |
| 2021-06-09 | Auto merge of #86150 - cjgillot:notable, r=michaelwoerister | bors | -39/+14 |
| 2021-06-09 | Auto merge of #85975 - the8472:revert-take-tra, r=scottmcm | bors | -22/+1 |
| 2021-06-09 | Auto merge of #86118 - spastorino:tait-soundness-bug, r=nikomatsakis | bors | -132/+439 |
| 2021-06-09 | Auto merge of #86107 - Smittyvb:peephole-optim-eq-bool, r=wesleywiser | bors | -7/+180 |
| 2021-06-09 | Auto merge of #86160 - JohnTitor:rollup-8ark9x7, r=JohnTitor | bors | -141/+261 |
| 2021-06-09 | Rollup merge of #86159 - ehuss:update-cargo, r=ehuss | Yuki Okushi | -0/+0 |
| 2021-06-09 | Rollup merge of #86158 - ehuss:update-books, r=ehuss | Yuki Okushi | -0/+0 |
| 2021-06-09 | Rollup merge of #86142 - m-ou-se:proc-macro-subspan-bound-cloned-cleanup, r=p... | Yuki Okushi | -11/+3 |
| 2021-06-09 | Rollup merge of #86128 - jsha:render-impl-into-mod, r=GuillaumeGomez | Yuki Okushi | -78/+86 |
| 2021-06-09 | Rollup merge of #86124 - Aaron1011:ambig-macro-name, r=varkor | Yuki Okushi | -7/+13 |
| 2021-06-09 | Rollup merge of #86121 - nickshiling:forwarding_impl_for_seek_trait_stream_po... | Yuki Okushi | -0/+10 |
| 2021-06-09 | Rollup merge of #85982 - alexcrichton:doc-safe-wasm, r=jyn514 | Yuki Okushi | -1/+12 |
| 2021-06-09 | Rollup merge of #85957 - BoxyUwU:rustdoc-const-generic-defaults, r=oli-obk | Yuki Okushi | -10/+39 |
| 2021-06-09 | Rollup merge of #85791 - CDirkx:is_unicast, r=joshtriplett | Yuki Okushi | -1/+29 |
| 2021-06-09 | Rollup merge of #85715 - fee1-dead:document-string, r=JohnTitor | Yuki Okushi | -7/+43 |
| 2021-06-09 | Rollup merge of #85676 - CDirkx:ip-style, r=JohnTitor | Yuki Okushi | -26/+26 |
| 2021-06-08 | Update cargo | Eric Huss | -0/+0 |
| 2021-06-08 | Update books | Eric Huss | -0/+0 |
| 2021-06-09 | Update library/core/src/iter/traits/iterator.rs | Anatol Ulrich | -1/+1 |
| 2021-06-08 | Do not require the DefPathTable to construct the on-disk cache. | Camille GILLOT | -39/+14 |
| 2021-06-08 | add VecMap docs | Santiago Pastorino | -0/+14 |
| 2021-06-08 | Use impl FnMut directly as predicate type | Santiago Pastorino | -4/+1 |
| 2021-06-08 | Explicitly pass find arguments down the predicate so coercions can apply | Santiago Pastorino | -2/+2 |
| 2021-06-08 | Do not deconstruct OpaqueTypeKey to make the code more clear | Santiago Pastorino | -9/+8 |
| 2021-06-08 | defin_ty_def_id -> definition_ty_def_id | Santiago Pastorino | -3/+3 |
| 2021-06-08 | Auto merge of #86139 - hyd-dev:miri, r=RalfJung | bors | -10/+9 |
| 2021-06-08 | Simplify proc_macro code using Bound::cloned(). | Mara Bos | -11/+3 |
| 2021-06-08 | Update Miri | hyd-dev | -10/+9 |
| 2021-06-08 | Destructure OpaqueTypeKey in certain cases to simplify code | Santiago Pastorino | -13/+14 |
| 2021-06-08 | Simplify code by using VecMap::get_by | Santiago Pastorino | -73/+65 |
| 2021-06-08 | Add VecMap::get_by(FnMut -> bool) | Santiago Pastorino | -0/+7 |
| 2021-06-08 | Auto merge of #86127 - JohnTitor:rollup-0c6mp3j, r=JohnTitor | bors | -74/+106 |
| 2021-06-07 | Refactor: Extract render_summary from render_impl. | Jacob Hoffman-Andrews | -78/+86 |
| 2021-06-08 | Rollup merge of #86103 - camsteffen:lifetime-hack, r=jackh726 | Yuki Okushi | -9/+1 |
| 2021-06-08 | Rollup merge of #86101 - glittershark:bound-as-mut-doc-fix, r=m-ou-se | Yuki Okushi | -1/+1 |
| 2021-06-08 | Rollup merge of #86096 - FabianWolff:ec-E0316, r=GuillaumeGomez | Yuki Okushi | -16/+49 |
| 2021-06-08 | Rollup merge of #86095 - GuillaumeGomez:search-description-codeblock, r=jsha | Yuki Okushi | -1/+6 |