| Age | Commit message (Expand) | Author | Lines |
| 2021-02-15 | Fix typo in rustc_infer::infer::UndoLog | pierwill | -1/+1 |
| 2021-02-15 | Auto merge of #81855 - cjgillot:ensure-cache, r=oli-obk | bors | -237/+298 |
| 2021-02-14 | Auto merge of #82103 - Dylan-DPC:rollup-5wv8rid, r=Dylan-DPC | bors | -165/+903 |
| 2021-02-14 | Rollup merge of #82056 - b-naber:mut_for_loop_bug, r=oli-obk | Dylan DPC | -5/+47 |
| 2021-02-14 | Rollup merge of #82029 - tmiasko:debug, r=matthewjasper | Dylan DPC | -10/+16 |
| 2021-02-14 | Rollup merge of #81965 - osa1:issue81200, r=oli-obk | Dylan DPC | -13/+13 |
| 2021-02-14 | Rollup merge of #81927 - vandenheuvel:issue_32498, r=Mark-Simulacrum | Dylan DPC | -0/+16 |
| 2021-02-14 | Rollup merge of #81919 - ssomers:btree_cleanup_comments, r=Mark-Simulacrum | Dylan DPC | -4/+5 |
| 2021-02-14 | Rollup merge of #81914 - kper:fixing-81885, r=estebank | Dylan DPC | -21/+93 |
| 2021-02-14 | Rollup merge of #81912 - sexxi-goose:Migrations2_review, r=nikomatsakis | Dylan DPC | -13/+502 |
| 2021-02-14 | Rollup merge of #81891 - CraftSpider:fn-header, r=jyn514 | Dylan DPC | -17/+95 |
| 2021-02-14 | Rollup merge of #81720 - klensy:smallvec-update, r=Mark-Simulacrum | Dylan DPC | -65/+65 |
| 2021-02-14 | Rollup merge of #80920 - rylev:check_attr-refactor, r=davidtwco | Dylan DPC | -17/+50 |
| 2021-02-14 | Rollup merge of #80523 - LeSeulArtichaut:inline-sym, r=jyn514 | Dylan DPC | -0/+1 |
| 2021-02-14 | bumped smallvec deps | klensy | -65/+65 |
| 2021-02-14 | Auto merge of #81286 - Aaron1011:collect-tokens-attrs, r=petrochenkov | bors | -541/+777 |
| 2021-02-14 | Auto merge of #81956 - ssomers:btree_post_75200, r=Mark-Simulacrum | bors | -19/+7 |
| 2021-02-13 | Auto merge of #81238 - RalfJung:copy-intrinsics, r=m-ou-se | bors | -223/+180 |
| 2021-02-13 | Check query cache before calling into the query engine. | Camille GILLOT | -20/+56 |
| 2021-02-13 | Drop the cache lock earlier. | Camille GILLOT | -16/+17 |
| 2021-02-13 | Separate the query cache from the query state. | Camille GILLOT | -135/+173 |
| 2021-02-13 | Return a Result for query cache. | Camille GILLOT | -87/+68 |
| 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 | Address review comments | Aaron Hill | -179/+201 |
| 2021-02-13 | Fix clippy's path to the copy intrinsics. | Mara Bos | -2/+2 |
| 2021-02-13 | Auto merge of #81494 - cuviper:btree-node-init, r=Mark-Simulacrum | bors | -18/+30 |
| 2021-02-13 | Fix MIR pretty printer for non-local DefIds | Ömer Sinan Ağacan | -13/+13 |
| 2021-02-13 | Require passing an `AttrWrapper` to `collect_tokens_trailing_token` | Aaron Hill | -409/+623 |
| 2021-02-13 | Auto merge of #81666 - hyd-dev:miri-windows-test-fail, r=Mark-Simulacrum | bors | -14/+18 |
| 2021-02-13 | add test | b-naber | -0/+30 |
| 2021-02-13 | Auto merge of #81854 - the8472:specialize-clone-slice, r=Mark-Simulacrum | bors | -9/+31 |
| 2021-02-13 | fix 82032 | b-naber | -5/+17 |
| 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-12 | Modifiers -> Qualifiers | Rune Tynan | -9/+9 |
| 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-13 | Use debug log level for developer oriented logs | Tomasz Miąsko | -10/+16 |
| 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 |