about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-02-18Rollup merge of #82246 - jesusprubio:add-long-explanation-e0549, r=GuillaumeG...Dylan DPC-3/+38
2021-02-18Rollup merge of #82236 - matthiaskrgr:useless_conv, r=jyn514Dylan DPC-5/+4
2021-02-18Rollup merge of #82215 - TaKO8Ki:replace-if-let-while-let, r=varkorDylan DPC-11/+11
2021-02-18Rollup merge of #82194 - estebank:arbitrary-bounds-suggestion, r=petrochenkovDylan DPC-3/+53
2021-02-18Rollup merge of #82112 - BoxyUwU:tumbleweed, r=varkorDylan DPC-23/+15
2021-02-18Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726Dylan DPC-163/+241
2021-02-18Auto merge of #81574 - tmiasko:p, r=oli-obkbors-33/+21
2021-02-18Update compiler/rustc_error_codes/src/error_codes/E0549.mdJesús Rubio-1/+1
2021-02-18Update compiler/rustc_error_codes/src/error_codes/E0549.mdJesús Rubio-1/+1
2021-02-18Update compiler/rustc_error_codes/src/error_codes/E0549.mdJesús Rubio-2/+2
2021-02-18Auto merge of #82249 - JohnTitor:rollup-3jbqija, r=JohnTitorbors-38/+106
2021-02-18Rollup merge of #82240 - matthiaskrgr:qmark, r=Dylan-DPCYuki Okushi-18/+11
2021-02-18Rollup merge of #82212 - est31:graph_graph_graph, r=oli-obkYuki Okushi-4/+4
2021-02-18Rollup merge of #82202 - kraj:kraj/riscv-musl, r=estebankYuki Okushi-0/+40
2021-02-18Rollup merge of #82155 - tmiasko:once, r=matthewjasperYuki Okushi-1/+1
2021-02-18Rollup merge of #82055 - JulianKnodt:ty_where_const, r=estebankYuki Okushi-15/+50
2021-02-18Add long explanation for E0549Jesus Rubio-3/+38
2021-02-18Auto merge of #81172 - SimonSapin:ptr-metadata, r=oli-obkbors-10/+178
2021-02-17Rollup merge of #82021 - csmoe:issue-78600, r=tmandryDylan DPC-13/+39
2021-02-17Rollup merge of #82007 - sexxi-goose:reborrow, r=nikomatsakisDylan DPC-43/+62
2021-02-17Rollup merge of #81972 - matthewjasper:hrtb-error-cleanup, r=nikomatsakisDylan DPC-108/+128
2021-02-17Rollup merge of #81898 - nanguye2496:nanguye2496/fix_str_and_slice_visualizat...Dylan DPC-5/+25
2021-02-17Rollup merge of #81869 - mark-i-m:leading-vert, r=petrochenkovDylan DPC-91/+115
2021-02-17Rollup merge of #81860 - osa1:issue81800, r=estebankDylan DPC-12/+30
2021-02-17remove useless ?s (clippy::needless_question_marks)Matthias Krüger-18/+11
2021-02-17Auto merge of #82235 - GuillaumeGomez:rollup-oflxc08, r=GuillaumeGomezbors-49/+88
2021-02-17Rollup merge of #82231 - jesusprubio:add-long-explanation-e0543, r=GuillaumeG...Guillaume Gomez-1/+36
2021-02-17Rollup merge of #82207 - ehuss:rustdoc-2021, r=jyn514Guillaume Gomez-1/+1
2021-02-17Rollup merge of #82174 - est31:master, r=oli-obkGuillaume Gomez-11/+11
2021-02-17Rollup merge of #82136 - edward-shen:mismatched-subst-and-hir, r=lcnrGuillaume Gomez-7/+4
2021-02-17Rollup merge of #82105 - nagisa:nagisa/ensure-removed, r=petrochenkovGuillaume Gomez-14/+16
2021-02-17Rollup merge of #79981 - camelid:overflowing_literals-inference-error, r=lcnrGuillaume Gomez-15/+20
2021-02-17avoid converting types into themselves (clippy::useless_conversion)Matthias Krüger-5/+4
2021-02-17In some limited cases, suggest `where` bounds for non-type paramsEsteban Küber-3/+53
2021-02-17Add long explanation for E0543Jesus Rubio-1/+36
2021-02-17replace if-let and while-let with `if let` and `while let`Takayuki Maeda-11/+11
2021-02-17Remove redundant rustc_data_structures path componentest31-4/+4
2021-02-17Auto merge of #82197 - tmiasko:try-get-cached, r=cjgillotbors-0/+1
2021-02-16rustdoc: treat edition 2021 as unstableEric Huss-1/+1
2021-02-16add specs for riscv32/riscv64 musl targetsKhem Raj-0/+40
2021-02-17Reduce size of InterpErrorInfo to 8 bytesTomasz Miąsko-24/+47
2021-02-16Auto merge of #81611 - cjgillot:meowner, r=estebankbors-1004/+960
2021-02-16Remove ordering hintkadmin-1/+3
2021-02-16Rollup merge of #82175 - RalfJung:invalid-fn-ptr, r=oli-obkGuillaume Gomez-1/+4
2021-02-16Rollup merge of #82163 - matthiaskrgr:slice, r=jyn514Guillaume Gomez-37/+30
2021-02-16Rollup merge of #82161 - jesusprubio:add-long-explanation-e0545, r=GuillaumeG...Guillaume Gomez-1/+36
2021-02-16Rollup merge of #82160 - pierwill:patch-2, r=lcnrGuillaume Gomez-1/+1
2021-02-16Replace File::create and write_all with fs::writeest31-11/+11
2021-02-16validation: fix invalid-fn-ptr error messageRalf Jung-1/+4
2021-02-16Update w/ commentskadmin-27/+33