| 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 | 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/+6 |
| 2021-02-12 | Rollup merge of #82030 - LingMan:init_directly, r=varkor | Dylan DPC | -8/+2 |
| 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/+68 |
| 2021-02-12 | Rollup merge of #81506 - vo4:hwasan, r=nagisa | Dylan DPC | -9/+70 |
| 2021-02-12 | Rollup merge of #81479 - osa1:issue24151, r=lcnr | Dylan DPC | -18/+26 |
| 2021-02-12 | Auto merge of #81744 - rylev:overlapping-early-exit2, r=lcnr | bors | -1/+38 |
| 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-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 | Rollup merge of #82017 - eltociear:patch-8, r=jyn514 | Yuki Okushi | -1/+1 |
| 2021-02-12 | Rollup merge of #82003 - ojeda:stack-probe-msg, r=estebank | Yuki Okushi | -1/+1 |
| 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/+15 |
| 2021-02-12 | Rollup merge of #81959 - therealprof:fix-typo, r=oli-obk | Yuki Okushi | -1/+1 |
| 2021-02-12 | Rollup merge of #81947 - camsteffen:to-ty, r=jyn514 | Yuki Okushi | -3/+2 |
| 2021-02-12 | Push a `char` instead of a `str` with len one into a String | LingMan | -1/+1 |
| 2021-02-12 | Fix typo in mod.rs | Ikko Ashimine | -1/+1 |
| 2021-02-11 | Stack probes: fix error message | Miguel Ojeda | -1/+1 |
| 2021-02-11 | Auto merge of #81760 - tmiasko:debug-borrow, r=pnkfelix | bors | -9/+12 |
| 2021-02-12 | Fix suggestion to introduce explicit lifetime | 0yoyoyo | -1/+6 |
| 2021-02-11 | Improve long explanation for E0542 and E0546 | Jesus Rubio | -2/+2 |
| 2021-02-11 | Auto merge of #81350 - tmiasko:instrument-debug, r=lcnr | bors | -7/+7 |
| 2021-02-11 | Make suggestion of changing mutability of arguments broader | Hirochika Matsumoto | -16/+15 |
| 2021-02-11 | Auto merge of #81129 - bugadani:lighter-move-errors, r=petrochenkov | bors | -3/+6 |
| 2021-02-11 | Auto merge of #80860 - camelid:nodeid-docs, r=sanxiyn | bors | -4/+10 |
| 2021-02-10 | resolve: Remove visibility hacks for enum variants and trait items | Vadim Petrochenkov | -96/+11 |
| 2021-02-10 | resolve: Cleanup visibility resolution in enums and traits | Vadim Petrochenkov | -63/+42 |
| 2021-02-10 | rewrite the comments | Ellen | -12/+21 |
| 2021-02-10 | Auto merge of #79804 - tmiasko:improper-ctypes-no-niche, r=pnkfelix | bors | -1/+7 |
| 2021-02-10 | Allow casting mut array ref to mut ptr | Ömer Sinan Ağacan | -18/+26 |
| 2021-02-10 | Fix assosiated typo | Daniel Egger | -1/+1 |
| 2021-02-10 | Only initialize what is used | Dániel Buga | -3/+6 |
| 2021-02-10 | comma... | Ellen | -1/+1 |
| 2021-02-10 | Fix comment smol mistakes | Ellen | -3/+5 |
| 2021-02-10 | Comments :3 | Ellen | -4/+18 |
| 2021-02-10 | Rollup merge of #81926 - henryboisdequin:fix-81907, r=estebank | Yuki Okushi | -0/+3 |
| 2021-02-10 | Rollup merge of #81925 - jesusprubio:add-long-explanation-e0547, r=GuillaumeG... | Yuki Okushi | -1/+38 |
| 2021-02-10 | Rollup merge of #81913 - osa1:rename_unop_variants, r=matthewjasper | Yuki Okushi | -36/+36 |
| 2021-02-10 | Rollup merge of #81909 - wcampbell0x2a:remove-unnecessary-refs, r=estebank | Yuki Okushi | -36/+34 |
| 2021-02-10 | Rollup merge of #81466 - sasurau4:fix/enhance-sugget-mut-method-for-loop, r=o... | Yuki Okushi | -9/+85 |
| 2021-02-09 | Use ItemCtxt::to_ty | Cameron Steffen | -3/+2 |
| 2021-02-10 | Auto merge of #81411 - Skgland:deprecate_expr_method_call, r=varkor | bors | -43/+76 |
| 2021-02-10 | Borrow builder only once in debug derive | Tomasz Miąsko | -9/+12 |