| Age | Commit message (Expand) | Author | Lines |
| 2021-02-17 | Rollup merge of #82198 - SkiFire13:optimize-iter-is-sorted, r=sfackler | Guillaume Gomez | -9/+16 |
| 2021-02-17 | Rollup merge of #82196 - Manishearth:display-caveat, r=m-ou-se | Guillaume Gomez | -2/+6 |
| 2021-02-17 | Rollup merge of #82174 - est31:master, r=oli-obk | Guillaume Gomez | -11/+11 |
| 2021-02-17 | Rollup merge of #82169 - not-an-aardvark:assert-lazy-format-expressions, r=sf... | Guillaume Gomez | -1/+14 |
| 2021-02-17 | Rollup merge of #82136 - edward-shen:mismatched-subst-and-hir, r=lcnr | Guillaume Gomez | -7/+72 |
| 2021-02-17 | Rollup merge of #82105 - nagisa:nagisa/ensure-removed, r=petrochenkov | Guillaume Gomez | -14/+23 |
| 2021-02-17 | Rollup merge of #82094 - gilescope:to_digit_speedup2, r=m-ou-se | Guillaume Gomez | -7/+5 |
| 2021-02-17 | Rollup merge of #79981 - camelid:overflowing_literals-inference-error, r=lcnr | Guillaume Gomez | -33/+87 |
| 2021-02-17 | Auto merge of #82197 - tmiasko:try-get-cached, r=cjgillot | bors | -0/+1 |
| 2021-02-16 | Ensure debug_assert! tests get run | Teddy Katz | -0/+1 |
| 2021-02-16 | Auto merge of #81611 - cjgillot:meowner, r=estebank | bors | -1190/+1126 |
| 2021-02-16 | Optimize Iterator::is_sorted_by by using Iterator::all for internal iteration | Giacomo Stevanato | -9/+16 |
| 2021-02-16 | Add caveat to Path::display() about lossiness | Manish Goregaokar | -2/+6 |
| 2021-02-16 | Auto merge of #82192 - GuillaumeGomez:rollup-gi1639b, r=GuillaumeGomez | bors | -62/+127 |
| 2021-02-16 | Rollup merge of #82184 - petertodd:2021-discriminant-value-doc, r=nagisa | Guillaume Gomez | -2/+2 |
| 2021-02-16 | Rollup merge of #82175 - RalfJung:invalid-fn-ptr, r=oli-obk | Guillaume Gomez | -11/+41 |
| 2021-02-16 | Rollup merge of #82163 - matthiaskrgr:slice, r=jyn514 | Guillaume Gomez | -40/+33 |
| 2021-02-16 | Rollup merge of #82161 - jesusprubio:add-long-explanation-e0545, r=GuillaumeG... | Guillaume Gomez | -2/+38 |
| 2021-02-16 | Rollup merge of #82160 - pierwill:patch-2, r=lcnr | Guillaume Gomez | -1/+1 |
| 2021-02-16 | Rollup merge of #82145 - GuillaumeGomez:es5-checks, r=Nemo157 | Guillaume Gomez | -6/+12 |
| 2021-02-16 | Auto merge of #82150 - RalfJung:miri, r=RalfJung | bors | -8/+9 |
| 2021-02-16 | Replace File::create and write_all with fs::write | est31 | -11/+11 |
| 2021-02-16 | [Minor] Update discriminant_value docs | Peter Todd | -2/+2 |
| 2021-02-16 | update Miri | Ralf Jung | -8/+9 |
| 2021-02-16 | add test | Ralf Jung | -10/+37 |
| 2021-02-16 | validation: fix invalid-fn-ptr error message | Ralf Jung | -1/+4 |
| 2021-02-16 | Auto merge of #82058 - gilescope:to_digit_speedup, r=lcnr | bors | -2/+2 |
| 2021-02-16 | Document that `assert!` format arguments are evaluated lazily | Teddy Katz | -1/+13 |
| 2021-02-16 | Auto merge of #81734 - richkadel:fixfordash, r=pnkfelix | bors | -39/+21 |
| 2021-02-16 | Auto merge of #82153 - jonas-schievink:rollup-ls5r943, r=jonas-schievink | bors | -151/+367 |
| 2021-02-16 | Inline try_get_cached | Tomasz Miąsko | -0/+1 |
| 2021-02-16 | avoid full-slicing slices | Matthias Krüger | -40/+33 |
| 2021-02-15 | Remove HirItemLike. | Camille GILLOT | -25/+7 |
| 2021-02-15 | Trait impls are Items, therefore HIR owners. | Camille GILLOT | -22/+16 |
| 2021-02-15 | Use less HirId when referring to items. | Camille GILLOT | -28/+27 |
| 2021-02-15 | Only store a LocalDefId in hir::MacroDef. | Camille GILLOT | -29/+47 |
| 2021-02-15 | Index Modules using their LocalDefId. | Camille GILLOT | -38/+27 |
| 2021-02-15 | Fix E0657. | Camille GILLOT | -12/+20 |
| 2021-02-15 | Only store a LocalDefId in hir::ForeignItem. | Camille GILLOT | -110/+133 |
| 2021-02-15 | Only store a LocalDefId in hir::ImplItem. | Camille GILLOT | -165/+163 |
| 2021-02-15 | Only store a LocalDefId in hir::TraitItem. | Camille GILLOT | -125/+139 |
| 2021-02-15 | Only store a LocalDefId in hir::Item. | Camille GILLOT | -565/+483 |
| 2021-02-15 | Use an ItemId inside mir::GlobalAsm. | Camille GILLOT | -21/+32 |
| 2021-02-15 | Use ItemId as a strongly typed index. | Camille GILLOT | -51/+63 |
| 2021-02-15 | Add assertions on HIR enum sizes. | Camille GILLOT | -4/+15 |
| 2021-02-15 | Remove useless Named trait. | Camille GILLOT | -41/+0 |
| 2021-02-15 | Add long explanation for E0545 | Jesus Rubio | -2/+38 |
| 2021-02-15 | Fix typo in rustc_infer::infer::UndoLog | pierwill | -1/+1 |
| 2021-02-15 | Rollup merge of #82147 - lnicola:rust-analyzer-2021-02-15, r=jonas-schievink | Jonas Schievink | -17/+18 |
| 2021-02-15 | Rollup merge of #82141 - jrvanwhy:issue-82052, r=sanxiyn | Jonas Schievink | -0/+12 |