about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-02-16Pass MPlaceTy by reference not valueTomasz Miąsko-65/+72
2021-02-16Pass ImmTy by reference not valueTomasz Miąsko-10/+10
2021-02-16Pass PlaceTy by reference not valueTomasz Miąsko-87/+91
2021-02-16Pass OpTy by reference not valueTomasz Miąsko-193/+193
2021-02-16Add size assertions for interpreter data structuresTomasz Miąsko-0/+24
2021-02-16Auto merge of #82192 - GuillaumeGomez:rollup-gi1639b, r=GuillaumeGomezbors-62/+127
2021-02-16Rollup merge of #82184 - petertodd:2021-discriminant-value-doc, r=nagisaGuillaume Gomez-2/+2
2021-02-16Rollup merge of #82175 - RalfJung:invalid-fn-ptr, r=oli-obkGuillaume Gomez-11/+41
2021-02-16Rollup merge of #82163 - matthiaskrgr:slice, r=jyn514Guillaume Gomez-40/+33
2021-02-16Rollup merge of #82161 - jesusprubio:add-long-explanation-e0545, r=GuillaumeG...Guillaume Gomez-2/+38
2021-02-16Rollup merge of #82160 - pierwill:patch-2, r=lcnrGuillaume Gomez-1/+1
2021-02-16Rollup merge of #82145 - GuillaumeGomez:es5-checks, r=Nemo157Guillaume Gomez-6/+12
2021-02-16Auto merge of #82150 - RalfJung:miri, r=RalfJungbors-8/+9
2021-02-16[Minor] Update discriminant_value docsPeter Todd-2/+2
2021-02-16update MiriRalf Jung-8/+9
2021-02-16add testRalf Jung-10/+37
2021-02-16validation: fix invalid-fn-ptr error messageRalf Jung-1/+4
2021-02-16Auto merge of #82058 - gilescope:to_digit_speedup, r=lcnrbors-2/+2
2021-02-16Auto merge of #81734 - richkadel:fixfordash, r=pnkfelixbors-39/+21
2021-02-16Auto merge of #82153 - jonas-schievink:rollup-ls5r943, r=jonas-schievinkbors-151/+367
2021-02-16avoid full-slicing slicesMatthias Krüger-40/+33
2021-02-15Add long explanation for E0545Jesus Rubio-2/+38
2021-02-15Fix typo in rustc_infer::infer::UndoLogpierwill-1/+1
2021-02-15Rollup merge of #82147 - lnicola:rust-analyzer-2021-02-15, r=jonas-schievinkJonas Schievink-17/+18
2021-02-15Rollup merge of #82141 - jrvanwhy:issue-82052, r=sanxiynJonas Schievink-0/+12
2021-02-15Rollup merge of #82133 - ehuss:extern-prelude-link, r=jyn514Jonas Schievink-1/+1
2021-02-15Rollup merge of #82129 - est31:master, r=jyn514Jonas Schievink-1/+0
2021-02-15Rollup merge of #82120 - sfackler:arguments-as-str, r=dtolnayJonas Schievink-6/+1
2021-02-15Rollup merge of #82119 - m-ou-se:typo, r=dtolnayJonas Schievink-1/+1
2021-02-15Rollup merge of #82118 - lukaslueg:env_decl, r=m-ou-seJonas Schievink-0/+1
2021-02-15Rollup merge of #82107 - petrochenkov:minexpclean, r=Aaron1011Jonas Schievink-39/+9
2021-02-15Rollup merge of #82106 - jyn514:cleanup-bootstrap, r=Mark-SimulacrumJonas Schievink-5/+4
2021-02-15Rollup merge of #82096 - TaKO8Ki:fix-typo, r=GuillaumeGomezJonas Schievink-1/+1
2021-02-15Rollup merge of #82077 - pierwill:edit-droparena, r=lcnrJonas Schievink-6/+9
2021-02-15Rollup merge of #82067 - BoxyUwU:hahaicantthinkofabadpun, r=oli-obkJonas Schievink-8/+49
2021-02-15Rollup merge of #82063 - NULLx76:fix-minor-typo, r=jonas-schievinkJonas Schievink-1/+1
2021-02-15Rollup merge of #82061 - RalfJung:ctfe-read-pointer-as-bytes, r=oli-obkJonas Schievink-14/+30
2021-02-15Rollup merge of #82060 - taiki-e:typo, r=m-ou-seJonas Schievink-12/+12
2021-02-15Rollup merge of #82009 - BoxyUwU:idontknooow, r=varkorJonas Schievink-5/+45
2021-02-15Rollup merge of #81975 - Amanieu:seal2, r=m-ou-seJonas Schievink-30/+54
2021-02-15Rollup merge of #81897 - vandenheuvel:match_exhaustive_diagnostics_regression...Jonas Schievink-0/+29
2021-02-15Rollup merge of #81503 - henryboisdequin:fix-const-fn-arr-err-msg, r=estebankJonas Schievink-4/+90
2021-02-15:arrow_up: rust-analyzerLaurențiu Nicola-17/+18
2021-02-15Auto merge of #81855 - cjgillot:ensure-cache, r=oli-obkbors-237/+298
2021-02-15Fix ES5 errors (IE11)Guillaume Gomez-6/+12
2021-02-1432-bit ARM: Emit `lr` instead of `r14` when specified as an `asm!` output reg...Johnathan Van Why-0/+12
2021-02-14Update link for extern prelude.Eric Huss-1/+1
2021-02-15Remove redundant bool_to_option feature gateest31-1/+0
2021-02-14Stabilize Arguments::as_strSteven Fackler-6/+1
2021-02-14Update library/core/src/macros/mod.rslukaslueg-1/+1