| Age | Commit message (Expand) | Author | Lines |
| 2020-12-23 | Exclude unnecessary info from CodegenResults | Victor Ding | -7/+24 |
| 2020-12-22 | Auto merge of #80242 - Nadrieril:explain-and-factor-splitting, r=varkor | bors | -759/+824 |
| 2020-12-22 | Auto merge of #80177 - tgnottingham:foreign_defpathhash_registration, r=Aaron... | bors | -63/+54 |
| 2020-12-22 | Fix a comment | Nadrieril | -4/+4 |
| 2020-12-22 | Apply suggestions from code review | Nadrieril | -14/+15 |
| 2020-12-22 | Simplify field filtering | Nadrieril | -64/+56 |
| 2020-12-22 | Make the special "missing patterns" constructor real | Nadrieril | -64/+57 |
| 2020-12-22 | Completely rework the explanation of the algorithm | Nadrieril | -285/+324 |
| 2020-12-22 | Pass `Matrix` explicitly instead of via `PatCtxt` | Nadrieril | -27/+48 |
| 2020-12-22 | Inline the constructor-specific `split` functions | Nadrieril | -34/+19 |
| 2020-12-22 | Inline `all_constructors` | Nadrieril | -121/+115 |
| 2020-12-22 | Rebrand `MissingConstructors` as `SplitWildcard` | Nadrieril | -49/+67 |
| 2020-12-22 | Factor out `SplitVarLenSlice` used for slice splitting | Nadrieril | -105/+117 |
| 2020-12-22 | Run the annoying lint separately | Nadrieril | -54/+43 |
| 2020-12-22 | Factor out `SplitIntRange` used for integer range splitting | Nadrieril | -89/+110 |
| 2020-12-22 | Auto merge of #78242 - Nadrieril:rename-overlapping_endpoints-lint, r=varkor | bors | -19/+18 |
| 2020-12-22 | Auto merge of #80208 - bugadani:generics-of-alloc, r=matthewjasper | bors | -1/+5 |
| 2020-12-21 | Auto merge of #79270 - RalfJung:array-repeat-consts, r=oli-obk | bors | -37/+41 |
| 2020-12-21 | Auto merge of #80205 - tomprogrammer:prettyprint-pattern-mut-binding, r=david... | bors | -1/+9 |
| 2020-12-21 | Rollup merge of #80250 - bugadani:resolver-cleanup, r=petrochenkov | Dylan DPC | -36/+29 |
| 2020-12-21 | Rollup merge of #80236 - tmiasko:atomic-swap, r=oli-obk | Dylan DPC | -2/+13 |
| 2020-12-21 | Rollup merge of #80211 - wabain:async-fn-trait-bound-suggestion, r=petrochenkov | Dylan DPC | -12/+6 |
| 2020-12-21 | Rollup merge of #80199 - RalfJung:const-fake, r=oli-obk | Dylan DPC | -6/+5 |
| 2020-12-21 | Rollup merge of #80171 - pierwill:pierwill-rustcmiddle-tykind, r=lcnr | Dylan DPC | -3/+5 |
| 2020-12-21 | Rollup merge of #80170 - ldm0:fixice, r=lcnr | Dylan DPC | -3/+9 |
| 2020-12-21 | Rollup merge of #80166 - pierwill:pierwill-rustcmiddle-place, r=petrochenkov | Dylan DPC | -10/+10 |
| 2020-12-20 | Move std_path construction into condition | Dániel Buga | -5/+4 |
| 2020-12-20 | Inline a single-use closure | Dániel Buga | -2/+2 |
| 2020-12-20 | Create closure outside of the loop | Dániel Buga | -4/+4 |
| 2020-12-20 | Add missing semicolon | Dániel Buga | -1/+1 |
| 2020-12-20 | Remove unnecessary cloned | Dániel Buga | -1/+1 |
| 2020-12-20 | Precompute vector length in smart_resolve_path_fragment | Dániel Buga | -1/+2 |
| 2020-12-20 | Clean up with_generic_param_rib, avoid double hashing | Dániel Buga | -24/+17 |
| 2020-12-20 | Auto merge of #78317 - est31:linear_in_impl_count, r=matthewjasper | bors | -16/+159 |
| 2020-12-20 | Edit rustc_middle docs | pierwill | -10/+10 |
| 2020-12-20 | Edit rustc_middle::ty::TyKind docs | pierwill | -3/+5 |
| 2020-12-20 | use exhaustive match for checking Rvalue::Repeat | Ralf Jung | -37/+41 |
| 2020-12-20 | Update compiler/rustc_typeck/src/check/op.rs | Donough Liu | -1/+0 |
| 2020-12-20 | Fix pretty printing an AST representing `&(mut ident)` | Thomas Bahn | -1/+9 |
| 2020-12-20 | Fix ICE on suggesting calling function | Donough Liu | -2/+9 |
| 2020-12-20 | Auto merge of #80163 - jackh726:binder-refactor-part-3, r=lcnr | bors | -164/+162 |
| 2020-12-20 | Auto merge of #80100 - mark-i-m:pattORns-2, r=petrochenkov | bors | -19/+67 |
| 2020-12-19 | Handle desugaring in impl trait bound suggestion | William Bain | -12/+6 |
| 2020-12-20 | Auto merge of #79635 - lcnr:const-eval-idk, r=oli-obk | bors | -2/+23 |
| 2020-12-20 | Use pointer type in AtomicPtr::swap implementation | Tomasz Miąsko | -2/+13 |
| 2020-12-20 | Reserve necessary space for params in generics_of | Dániel Buga | -1/+5 |
| 2020-12-19 | also const-check FakeRead | Ralf Jung | -6/+5 |
| 2020-12-19 | Auto merge of #80104 - Nadrieril:usefulness-merging, r=varkor | bors | -114/+185 |
| 2020-12-19 | Tweak diagnostics | Nadrieril | -3/+2 |
| 2020-12-19 | Auto merge of #80132 - matthewjasper:revert-eval-order, r=nikomatsakis | bors | -3/+3 |