| Age | Commit message (Expand) | Author | Lines |
| 2020-11-21 | Replace sext() and zext() with single ext() method | bjorn3 | -2/+2 |
| 2020-11-21 | Remove StructRet arg attr | bjorn3 | -4/+0 |
| 2020-11-21 | Replace ByVal attribute with on_stack field for Indirect | bjorn3 | -1/+2 |
| 2020-11-21 | Replace ZExt and SExt flags with ArgExtension enum | bjorn3 | -1/+1 |
| 2020-11-18 | Make PackedFingerprint's Fingerprint private | Tyson Nottingham | -3/+3 |
| 2020-11-18 | Use PackedFingerprint in DepNode to reduce memory consumption | Tyson Nottingham | -3/+12 |
| 2020-11-18 | Rollup merge of #79158 - lcnr:lazy-norm-coerce, r=oli-obk | Mara Bos | -1/+1 |
| 2020-11-18 | Rollup merge of #79079 - camelid:mir-visit-docs, r=matthewjasper | Mara Bos | -62/+62 |
| 2020-11-18 | Rollup merge of #78999 - petrochenkov:deprid, r=eddyb | Mara Bos | -2/+3 |
| 2020-11-18 | change error for `LayoutErr::SizeOverflow` | Bastian Kauschke | -1/+1 |
| 2020-11-17 | Fix broken handling of `MacroDef` in `Map::attrs` | Joshua Nelson | -17/+26 |
| 2020-11-17 | Rollup merge of #79072 - oli-obk:byte_str_pat, r=estebank | Mara Bos | -0/+9 |
| 2020-11-17 | Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk | bors | -91/+116 |
| 2020-11-17 | Fix exhaustiveness in case a byte string literal is used at slice type | oli | -0/+9 |
| 2020-11-17 | Rollup merge of #79027 - tmiasko:inline-always-live-locals, r=oli-obk | Mara Bos | -1/+3 |
| 2020-11-17 | Auto merge of #78801 - sexxi-goose:min_capture, r=nikomatsakis | bors | -0/+64 |
| 2020-11-16 | words | lcnr | -84/+67 |
| 2020-11-16 | compiler: fold by value | Bastian Kauschke | -155/+149 |
| 2020-11-15 | Ignore doctest for capture analysis examples | Aman Arora | -3/+3 |
| 2020-11-15 | Turn top-level comments into module docs in MIR visitor | Camelid | -62/+62 |
| 2020-11-15 | Remove dead `TypeFoldable::visit_tys_shallow` method | LeSeulArtichaut | -14/+0 |
| 2020-11-15 | Rollup merge of #79036 - cjgillot:steal, r=oli-obk | Jonas Schievink | -58/+4 |
| 2020-11-15 | Rollup merge of #78963 - richkadel:llvm-coverage-counters-2.0.4, r=tmandry | Dylan DPC | -0/+12 |
| 2020-11-15 | Limit storage duration of inlined always live locals | Tomasz Miąsko | -1/+3 |
| 2020-11-14 | Set the default `BreakTy` to `!` | LeSeulArtichaut | -1/+4 |
| 2020-11-14 | Use `TypeVisitor::BreakTy` in `HasEscapingVarsVisitor` | LeSeulArtichaut | -4/+11 |
| 2020-11-14 | Use `TypeVisitor::BreakTy` in `HasTypeFlagsVisitor` | LeSeulArtichaut | -5/+22 |
| 2020-11-14 | Introduce `TypeVisitor::BreakTy` | LeSeulArtichaut | -69/+81 |
| 2020-11-14 | Auto merge of #78809 - vn-ki:fix-issue-76064, r=oli-obk | bors | -2/+3 |
| 2020-11-14 | Move Steal to rustc_data_structures. | Camille GILLOT | -58/+4 |
| 2020-11-13 | Rollup merge of #78463 - varkor:placeholder-const, r=nikomatsakis | Guillaume Gomez | -22/+32 |
| 2020-11-12 | stability: More precise location for deprecation lint on macros | Vadim Petrochenkov | -2/+3 |
| 2020-11-12 | Add type to `ConstKind::Placeholder` | varkor | -22/+32 |
| 2020-11-12 | review comments | Vishnunarayan K I | -1/+1 |
| 2020-11-12 | add error_occured field to ConstQualifs, fix #76064 | Vishnunarayan K I | -2/+3 |
| 2020-11-11 | Overcome Sync issues with non-parallel compiler | Rich Kadel | -0/+12 |
| 2020-11-12 | Auto merge of #78782 - petrochenkov:nodoctok, r=Aaron1011 | bors | -2/+2 |
| 2020-11-10 | Address review comments | Aman Arora | -13/+27 |
| 2020-11-10 | Initial work for doing minimum capture analysis for RFC-2229 | Aman Arora | -27/+16 |
| 2020-11-10 | Add helper function for Capture Esclations and expressions | Aman Arora | -1/+17 |
| 2020-11-10 | Use Places to express closure/generator Captures | Aman Arora | -0/+45 |
| 2020-11-10 | Rollup merge of #78890 - o752d:patch-2, r=jyn514 | Jonas Schievink | -1/+1 |
| 2020-11-10 | Rollup merge of #78875 - petrochenkov:cleantarg, r=Mark-Simulacrum | Jonas Schievink | -7/+6 |
| 2020-11-09 | Rollup merge of #78830 - lcnr:mir-folder, r=oli-obk | Dylan DPC | -17/+14 |
| 2020-11-09 | Rollup merge of #78502 - matthewjasper:chalkup, r=nikomatsakis | Dylan DPC | -44/+28 |
| 2020-11-09 | comment attribution fix | o752d | -1/+1 |
| 2020-11-09 | Rollup merge of #78674 - tmiasko:inline-substs-for-mir-body, r=oli-obk | Dylan DPC | -2/+25 |
| 2020-11-09 | Rollup merge of #78345 - jyn514:proper-names, r=varkor | Dylan DPC | -21/+44 |
| 2020-11-09 | Rollup merge of #77640 - ethanboxx:int_error_matching_attempt_2, r=KodrAus | Dylan DPC | -2/+4 |
| 2020-11-09 | Do not collect tokens for doc comments | Vadim Petrochenkov | -2/+2 |