| Age | Commit message (Expand) | Author | Lines |
| 2020-10-30 | Fix even more clippy warnings | Joshua Nelson | -55/+26 |
| 2020-10-29 | Auto merge of #78430 - Nadrieril:taking-constructors-seriously2, r=varkor | bors | -1143/+708 |
| 2020-10-28 | Apply suggestions from code review | Nadrieril | -23/+20 |
| 2020-10-27 | Add unsized_fn_params feature | Santiago Pastorino | -1/+1 |
| 2020-10-27 | Simplify slice splitting a bit | Nadrieril | -41/+28 |
| 2020-10-27 | Deduplicate work between splitting and subtraction | Nadrieril | -216/+87 |
| 2020-10-27 | Be honest about being able to list constructors | Nadrieril | -33/+41 |
| 2020-10-27 | Simplify specialize_constructor | Nadrieril | -175/+13 |
| 2020-10-27 | Unify the paths through `is_useful` | Nadrieril | -103/+53 |
| 2020-10-27 | Recompute `MissingConstructors` when needed | Nadrieril | -39/+56 |
| 2020-10-27 | Pass more things through `PatCtxt` | Nadrieril | -128/+75 |
| 2020-10-27 | Let MissingConstructors handle the subtleties of missing constructors | Nadrieril | -89/+72 |
| 2020-10-27 | Cache head constructor in PatStack | Nadrieril | -68/+63 |
| 2020-10-27 | Unify the two kinds of specialization by adding a Wildcard ctor | Nadrieril | -97/+80 |
| 2020-10-27 | Inline `specialize_one_pattern` | Nadrieril | -51/+39 |
| 2020-10-27 | Factor out the two specialization steps | Nadrieril | -80/+107 |
| 2020-10-27 | Clarify specialization into two steps | Nadrieril | -56/+48 |
| 2020-10-27 | Use pat_constructor to simplify specialize_one_pattern | Nadrieril | -105/+71 |
| 2020-10-27 | Split `split_grouped_constructor` into smaller functions | Nadrieril | -329/+345 |
| 2020-10-27 | Rollup merge of #78377 - LeSeulArtichaut:patch-docs, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2020-10-26 | Auto merge of #68965 - eddyb:mir-inline-scope, r=nagisa,oli-obk | bors | -1/+3 |
| 2020-10-25 | Fix typo in debug statement | LeSeulArtichaut | -1/+1 |
| 2020-10-24 | Rollup merge of #78072 - Nadrieril:cleanup-constant-matching, r=varkor | Jonas Schievink | -345/+126 |
| 2020-10-24 | Rollup merge of #76614 - NoraCodes:nora/control_flow_enum, r=scottmcm | Jonas Schievink | -1/+2 |
| 2020-10-23 | Rollup merge of #78098 - camelid:fixup-docs, r=steveklabnik | Yuki Okushi | -8/+32 |
| 2020-10-22 | Don't re-export std::ops::ControlFlow in the compiler. | Leonora Tindall | -1/+2 |
| 2020-10-21 | Clean up and improve some docs | Camelid | -8/+32 |
| 2020-10-21 | Explain the `Opaque` special case in specialization | Nadrieril | -1/+18 |
| 2020-10-21 | Fix formatting | bishtpawan | -6/+7 |
| 2020-10-21 | rustc_mir: support MIR-inlining #[track_caller] functions. | Eduard-Mihai Burtescu | -0/+1 |
| 2020-10-21 | rustc_mir: track inlined callees in SourceScopeData. | Eduard-Mihai Burtescu | -1/+2 |
| 2020-10-20 | Fix build failure of rustfmt | bishtpawan | -2/+3 |
| 2020-10-18 | Add comment | Nadrieril | -0/+3 |
| 2020-10-18 | The only remaining constant patterns are opaque | Nadrieril | -28/+48 |
| 2020-10-18 | Treat string literals separately from other constants | Nadrieril | -3/+9 |
| 2020-10-18 | Handle ranges of float consistently | Nadrieril | -57/+48 |
| 2020-10-18 | Fix comment | Nadrieril | -0/+1 |
| 2020-10-18 | Treat booleans as integers with valid range 0..=1 | Oliver Scherer | -4/+3 |
| 2020-10-18 | A ConstantValue constructor with a slice pattern is an error | Nadrieril | -1/+0 |
| 2020-10-18 | Destructure byte slices and remove all the workarounds | Oliver Scherer | -243/+9 |
| 2020-10-18 | Destructure byte array constants to array patterns instead of keeping them op... | Oliver Scherer | -32/+11 |
| 2020-10-17 | Auto merge of #77124 - spastorino:const-exprs-rfc-2920, r=oli-obk | bors | -1/+21 |
| 2020-10-17 | Remove unused cached_unreachable_block from MIR builder | Tomasz Miąsko | -14/+0 |
| 2020-10-16 | Lower inline const down to MIR | Santiago Pastorino | -1/+21 |
| 2020-10-16 | Rollup merge of #76119 - Amjad50:stabilizing-move_ref_pattern, r=nikomatsakis | Dylan DPC | -66/+4 |
| 2020-10-13 | Auto merge of #77917 - JohnTitor:rollup-e47h2qt, r=JohnTitor | bors | -6/+6 |
| 2020-10-14 | documentation fix | Ding Xiang Fei | -2/+3 |
| 2020-10-13 | Replace absolute paths with relative ones | est31 | -6/+6 |
| 2020-10-10 | Refactor how SwitchInt stores jump targets | Jonas Schievink | -31/+29 |
| 2020-10-06 | Rollup merge of #77560 - rschoon:fix-litkind-rc-bytebuf, r=lcnr | Yuki Okushi | -1/+1 |