| Age | Commit message (Expand) | Author | Lines |
| 2021-02-13 | Introduce query_storage. | Camille GILLOT | -6/+9 |
| 2021-02-13 | Introduce query_stored module. | Camille GILLOT | -8/+12 |
| 2021-02-13 | Merge {get,ensure}_query. | Camille GILLOT | -26/+24 |
| 2021-02-13 | Auto merge of #81666 - hyd-dev:miri-windows-test-fail, r=Mark-Simulacrum | bors | -14/+18 |
| 2021-02-13 | Auto merge of #81854 - the8472:specialize-clone-slice, r=Mark-Simulacrum | bors | -9/+31 |
| 2021-02-13 | Auto merge of #82053 - JohnTitor:rollup-ymi9q0g, r=JohnTitor | bors | -309/+491 |
| 2021-02-13 | Rollup merge of #82050 - hbina:fix/added-test-to-drain-empty-vec, r=dtolnay | Yuki Okushi | -0/+11 |
| 2021-02-13 | Rollup merge of #82041 - notriddle:shared-from-slice-docs, r=m-ou-se | Yuki Okushi | -0/+98 |
| 2021-02-13 | Rollup merge of #82040 - GuillaumeGomez:ensure-src-link, r=CraftSpider | Yuki Okushi | -0/+6 |
| 2021-02-13 | Rollup merge of #82033 - magurotuna:issue82016, r=jyn514 | Yuki Okushi | -17/+16 |
| 2021-02-13 | Rollup merge of #82031 - LingMan:unneeded_var, r=varkor | Yuki Okushi | -3/+1 |
| 2021-02-13 | Rollup merge of #81995 - 0yoyoyo:fix-issue-81650-explicit-lifetime-error, r=e... | Yuki Okushi | -1/+70 |
| 2021-02-13 | Rollup merge of #81900 - vandenheuvel:organize_trait_tests, r=Mark-Simulacrum | Yuki Okushi | -285/+285 |
| 2021-02-13 | Rollup merge of #81811 - schteve:fix_vec_retain_doc_test, r=m-ou-se | Yuki Okushi | -3/+4 |
| 2021-02-13 | Added tests to drain an empty vec | Hanif Bin Ariffin | -0/+11 |
| 2021-02-13 | Auto merge of #82045 - Dylan-DPC:rollup-244l0sb, r=Dylan-DPC | bors | -76/+494 |
| 2021-02-12 | Rollup merge of #82030 - LingMan:init_directly, r=varkor | Dylan DPC | -8/+2 |
| 2021-02-12 | Rollup merge of #82023 - MikailBag:boxed-docs-unallow, r=jyn514 | Dylan DPC | -2/+0 |
| 2021-02-12 | Rollup merge of #82022 - LingMan:single_char, r=jonas-schievink | Dylan DPC | -1/+1 |
| 2021-02-12 | Rollup merge of #81911 - BoxyUwU:constgenericgaticefix, r=nikomatsakis | Dylan DPC | -0/+139 |
| 2021-02-12 | Rollup merge of #81850 - the8472:env-rwlock, r=m-ou-se | Dylan DPC | -12/+72 |
| 2021-02-12 | Rollup merge of #81741 - sdroege:zip-trusted-random-access-specialization-pan... | Dylan DPC | -3/+4 |
| 2021-02-12 | Rollup merge of #81506 - vo4:hwasan, r=nagisa | Dylan DPC | -14/+187 |
| 2021-02-12 | Rollup merge of #81479 - osa1:issue24151, r=lcnr | Dylan DPC | -25/+55 |
| 2021-02-12 | Rollup merge of #81012 - VillSnow:stabilize_partition_point, r=matklad | Dylan DPC | -4/+24 |
| 2021-02-12 | Rollup merge of #79775 - jyn514:doctest, r=GuillaumeGomez | Dylan DPC | -7/+10 |
| 2021-02-12 | Add docs for shared_from_slice From impls | Michael Howell | -0/+98 |
| 2021-02-12 | Add test to prevent src link regression | Guillaume Gomez | -0/+6 |
| 2021-02-12 | Auto merge of #81744 - rylev:overlapping-early-exit2, r=lcnr | bors | -1/+38 |
| 2021-02-13 | Rename to `inline_attr` and use if-let to extract `NestedMetaItem` | Yusuke Tanaka | -12/+13 |
| 2021-02-12 | Don't check self type twice | Ryan Levick | -4/+1 |
| 2021-02-12 | Switch boolean checks | Ryan Levick | -1/+1 |
| 2021-02-13 | Refactor `get_word_attr` to return only `Option` | Yusuke Tanaka | -7/+5 |
| 2021-02-12 | Auto merge of #82025 - JohnTitor:rollup-cohp0gy, r=JohnTitor | bors | -135/+288 |
| 2021-02-12 | Drop an unnecessary intermediate variable | LingMan | -3/+1 |
| 2021-02-12 | Short circuit full corherence check when dealing with types with different re... | Ryan Levick | -5/+15 |
| 2021-02-12 | Use `Iterator::all` instead of open-coding it | LingMan | -8/+2 |
| 2021-02-12 | stabilize partition_point | VillSnow | -4/+1 |
| 2021-02-12 | update documents | VillSnow | -0/+23 |
| 2021-02-12 | Add nll test | 0yoyoyo | -0/+17 |
| 2021-02-12 | Rollup merge of #82017 - eltociear:patch-8, r=jyn514 | Yuki Okushi | -1/+1 |
| 2021-02-12 | Rollup merge of #82013 - Mark-Simulacrum:better-ci-error, r=jyn514 | Yuki Okushi | -1/+5 |
| 2021-02-12 | Rollup merge of #82011 - jyn514:warn-private-assoc-item, r=max-heller | Yuki Okushi | -9/+31 |
| 2021-02-12 | Rollup merge of #82004 - GuillaumeGomez:clean-static-struct, r=jyn514 | Yuki Okushi | -71/+63 |
| 2021-02-12 | Rollup merge of #82003 - ojeda:stack-probe-msg, r=estebank | Yuki Okushi | -1/+1 |
| 2021-02-12 | Rollup merge of #81997 - bnjbvr:dist-include-build-helper, r=Mark-Simulacrum | Yuki Okushi | -0/+8 |
| 2021-02-12 | Rollup merge of #81994 - jesusprubio:improve-long-explanation-e0542-e0546, r=... | Yuki Okushi | -2/+2 |
| 2021-02-12 | Rollup merge of #81990 - matsujika:suggest-mut-reference, r=estebank | Yuki Okushi | -16/+71 |
| 2021-02-12 | Rollup merge of #81968 - pietroalbini:fix-doc-install-path, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2021-02-12 | Rollup merge of #81964 - lovasoa:patch-1, r=GuillaumeGomez | Yuki Okushi | -23/+8 |