about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-02-17Rollup merge of #79981 - camelid:overflowing_literals-inference-error, r=lcnrGuillaume Gomez-33/+87
2021-02-17Auto merge of #82197 - tmiasko:try-get-cached, r=cjgillotbors-0/+1
2021-02-16Auto merge of #81611 - cjgillot:meowner, r=estebankbors-1190/+1126
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-16Inline try_get_cachedTomasz Miąsko-0/+1
2021-02-16avoid full-slicing slicesMatthias Krüger-40/+33
2021-02-15Remove HirItemLike.Camille GILLOT-25/+7
2021-02-15Trait impls are Items, therefore HIR owners.Camille GILLOT-22/+16
2021-02-15Use less HirId when referring to items.Camille GILLOT-28/+27
2021-02-15Only store a LocalDefId in hir::MacroDef.Camille GILLOT-29/+47
2021-02-15Index Modules using their LocalDefId.Camille GILLOT-38/+27
2021-02-15Fix E0657.Camille GILLOT-12/+20
2021-02-15Only store a LocalDefId in hir::ForeignItem.Camille GILLOT-110/+133
2021-02-15Only store a LocalDefId in hir::ImplItem.Camille GILLOT-165/+163
2021-02-15Only store a LocalDefId in hir::TraitItem.Camille GILLOT-125/+139
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-565/+483
2021-02-15Use an ItemId inside mir::GlobalAsm.Camille GILLOT-21/+32
2021-02-15Use ItemId as a strongly typed index.Camille GILLOT-51/+63
2021-02-15Add assertions on HIR enum sizes.Camille GILLOT-4/+15
2021-02-15Remove useless Named trait.Camille GILLOT-41/+0
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