about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-02-13Introduce query_storage.Camille GILLOT-6/+9
2021-02-13Introduce query_stored module.Camille GILLOT-8/+12
2021-02-13Merge {get,ensure}_query.Camille GILLOT-26/+24
2021-02-13Rollup merge of #82031 - LingMan:unneeded_var, r=varkorYuki Okushi-3/+1
2021-02-13Rollup merge of #81995 - 0yoyoyo:fix-issue-81650-explicit-lifetime-error, r=e...Yuki Okushi-1/+6
2021-02-12Rollup merge of #82030 - LingMan:init_directly, r=varkorDylan DPC-8/+2
2021-02-12Rollup merge of #82022 - LingMan:single_char, r=jonas-schievinkDylan DPC-1/+1
2021-02-12Rollup merge of #81911 - BoxyUwU:constgenericgaticefix, r=nikomatsakisDylan DPC-0/+68
2021-02-12Rollup merge of #81506 - vo4:hwasan, r=nagisaDylan DPC-9/+70
2021-02-12Rollup merge of #81479 - osa1:issue24151, r=lcnrDylan DPC-18/+26
2021-02-12Auto merge of #81744 - rylev:overlapping-early-exit2, r=lcnrbors-1/+38
2021-02-12Don't check self type twiceRyan Levick-4/+1
2021-02-12Switch boolean checksRyan Levick-1/+1
2021-02-12Drop an unnecessary intermediate variableLingMan-3/+1
2021-02-12Short circuit full corherence check when dealing with types with different re...Ryan Levick-5/+15
2021-02-12Use `Iterator::all` instead of open-coding itLingMan-8/+2
2021-02-12Rollup merge of #82017 - eltociear:patch-8, r=jyn514Yuki Okushi-1/+1
2021-02-12Rollup merge of #82003 - ojeda:stack-probe-msg, r=estebankYuki Okushi-1/+1
2021-02-12Rollup merge of #81994 - jesusprubio:improve-long-explanation-e0542-e0546, r=...Yuki Okushi-2/+2
2021-02-12Rollup merge of #81990 - matsujika:suggest-mut-reference, r=estebankYuki Okushi-16/+15
2021-02-12Rollup merge of #81959 - therealprof:fix-typo, r=oli-obkYuki Okushi-1/+1
2021-02-12Rollup merge of #81947 - camsteffen:to-ty, r=jyn514Yuki Okushi-3/+2
2021-02-12Push a `char` instead of a `str` with len one into a StringLingMan-1/+1
2021-02-12Fix typo in mod.rsIkko Ashimine-1/+1
2021-02-11Stack probes: fix error messageMiguel Ojeda-1/+1
2021-02-11Auto merge of #81760 - tmiasko:debug-borrow, r=pnkfelixbors-9/+12
2021-02-12Fix suggestion to introduce explicit lifetime0yoyoyo-1/+6
2021-02-11Improve long explanation for E0542 and E0546Jesus Rubio-2/+2
2021-02-11Auto merge of #81350 - tmiasko:instrument-debug, r=lcnrbors-7/+7
2021-02-11Make suggestion of changing mutability of arguments broaderHirochika Matsumoto-16/+15
2021-02-11Auto merge of #81129 - bugadani:lighter-move-errors, r=petrochenkovbors-3/+6
2021-02-11Auto merge of #80860 - camelid:nodeid-docs, r=sanxiynbors-4/+10
2021-02-10resolve: Remove visibility hacks for enum variants and trait itemsVadim Petrochenkov-96/+11
2021-02-10resolve: Cleanup visibility resolution in enums and traitsVadim Petrochenkov-63/+42
2021-02-10rewrite the commentsEllen-12/+21
2021-02-10Auto merge of #79804 - tmiasko:improper-ctypes-no-niche, r=pnkfelixbors-1/+7
2021-02-10Allow casting mut array ref to mut ptrÖmer Sinan Ağacan-18/+26
2021-02-10Fix assosiated typoDaniel Egger-1/+1
2021-02-10Only initialize what is usedDániel Buga-3/+6
2021-02-10comma...Ellen-1/+1
2021-02-10Fix comment smol mistakesEllen-3/+5
2021-02-10Comments :3Ellen-4/+18
2021-02-10Rollup merge of #81926 - henryboisdequin:fix-81907, r=estebankYuki Okushi-0/+3
2021-02-10Rollup merge of #81925 - jesusprubio:add-long-explanation-e0547, r=GuillaumeG...Yuki Okushi-1/+38
2021-02-10Rollup merge of #81913 - osa1:rename_unop_variants, r=matthewjasperYuki Okushi-36/+36
2021-02-10Rollup merge of #81909 - wcampbell0x2a:remove-unnecessary-refs, r=estebankYuki Okushi-36/+34
2021-02-10Rollup merge of #81466 - sasurau4:fix/enhance-sugget-mut-method-for-loop, r=o...Yuki Okushi-9/+85
2021-02-09Use ItemCtxt::to_tyCameron Steffen-3/+2
2021-02-10Auto merge of #81411 - Skgland:deprecate_expr_method_call, r=varkorbors-43/+76
2021-02-10Borrow builder only once in debug deriveTomasz Miąsko-9/+12