about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-02-17Rollup merge of #82198 - SkiFire13:optimize-iter-is-sorted, r=sfacklerGuillaume Gomez-9/+16
2021-02-17Rollup merge of #82196 - Manishearth:display-caveat, r=m-ou-seGuillaume Gomez-2/+6
2021-02-17Rollup merge of #82174 - est31:master, r=oli-obkGuillaume Gomez-11/+11
2021-02-17Rollup merge of #82169 - not-an-aardvark:assert-lazy-format-expressions, r=sf...Guillaume Gomez-1/+14
2021-02-17Rollup merge of #82136 - edward-shen:mismatched-subst-and-hir, r=lcnrGuillaume Gomez-7/+72
2021-02-17Rollup merge of #82105 - nagisa:nagisa/ensure-removed, r=petrochenkovGuillaume Gomez-14/+23
2021-02-17Rollup merge of #82094 - gilescope:to_digit_speedup2, r=m-ou-seGuillaume Gomez-7/+5
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-16Ensure debug_assert! tests get runTeddy Katz-0/+1
2021-02-16Auto merge of #81611 - cjgillot:meowner, r=estebankbors-1190/+1126
2021-02-16Optimize Iterator::is_sorted_by by using Iterator::all for internal iterationGiacomo Stevanato-9/+16
2021-02-16Add caveat to Path::display() about lossinessManish Goregaokar-2/+6
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-16Replace File::create and write_all with fs::writeest31-11/+11
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-16Document that `assert!` format arguments are evaluated lazilyTeddy Katz-1/+13
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