| Age | Commit message (Expand) | Author | Lines |
| 2019-11-06 | Remove `promotion_candidates` from `Checker` | Dylan MacKenzie | -131/+12 |
| 2019-11-06 | Remove `valid_promotion_candidates` | Dylan MacKenzie | -73/+39 |
| 2019-11-06 | safe_extern_static -> error | Mazdak Farrokhzad | -28/+15 |
| 2019-11-06 | improve a comment | Ralf Jung | -1/+1 |
| 2019-11-06 | remvoe to_scalar_ptr and use ref_to_mplace everywhere | Ralf Jung | -62/+30 |
| 2019-11-06 | miri cast: avoid unnecessary to_scalar_ptr | Ralf Jung | -3/+5 |
| 2019-11-06 | Rollup merge of #66139 - euclio:pluralize, r=nagisa | Mazdak Farrokhzad | -1/+1 |
| 2019-11-06 | Rollup merge of #66086 - RalfJung:smallvec, r=nagisa | Mazdak Farrokhzad | -1/+1 |
| 2019-11-06 | Rollup merge of #65973 - eddyb:caller-location-panic, r=petrochenkov | Mazdak Farrokhzad | -1/+2 |
| 2019-11-06 | Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=e... | Mazdak Farrokhzad | -11/+11 |
| 2019-11-06 | Rollup merge of #66081 - RalfJung:ptr-offset, r=zackmdavis | Mazdak Farrokhzad | -6/+13 |
| 2019-11-05 | Auto merge of #66121 - pietroalbini:rollup-8zrwe7l, r=pietroalbini | bors | -0/+2 |
| 2019-11-05 | use American spelling for `pluralize!` | Andy Russell | -1/+1 |
| 2019-11-05 | Use VarLenSlice consistently when splitting constructors | Nadrieril | -4/+19 |
| 2019-11-05 | Inline max_slice_length | Nadrieril | -106/+99 |
| 2019-11-05 | pat_constructors returns at most one constructor | Nadrieril | -24/+16 |
| 2019-11-05 | Store both prefix and suffix length in VarLenSlice | Nadrieril | -27/+45 |
| 2019-11-05 | Make exhaustiveness error message more consistent for slice patterns | Nadrieril | -3/+11 |
| 2019-11-05 | Don't use max_slice_length when subtracting from VarLenSlice | Nadrieril | -12/+21 |
| 2019-11-05 | Simpler code path for subtracting from FixedLenSlice | Nadrieril | -1/+9 |
| 2019-11-05 | Add special variable-length slice constructor | Nadrieril | -26/+72 |
| 2019-11-05 | Match on self first in subtract_constructor | Nadrieril | -21/+33 |
| 2019-11-05 | Rollup merge of #66047 - ecstatic-morse:issue-66016, r=eddyb | Pietro Albini | -0/+2 |
| 2019-11-05 | Auto merge of #66083 - RalfJung:miri-offset-from, r=oli-obk | bors | -3/+22 |
| 2019-11-05 | Rename Constructor::Slice to FixedLenSlice | Nadrieril | -13/+15 |
| 2019-11-05 | expand comment explaining integer exception | Ralf Jung | -2/+4 |
| 2019-11-04 | Auto merge of #65874 - Nadrieril:clarify-usefulness, r=varkor | bors | -798/+1047 |
| 2019-11-04 | bump smallvec to 1.0 | Ralf Jung | -1/+1 |
| 2019-11-04 | Miri: ptr_offset_from: support offset_from with twice the same non-null integer | Ralf Jung | -3/+20 |
| 2019-11-04 | Miri: offset_from: do int-to-ptr casts when needed | Ralf Jung | -2/+2 |
| 2019-11-04 | let caller of check_ptr_access_align control the error message | Ralf Jung | -6/+13 |
| 2019-11-03 | Don't extend lifetime of temp in `Repeat` expressions | Dylan MacKenzie | -18/+11 |
| 2019-11-03 | Mark entire local as promoted even if only part is used | Dylan MacKenzie | -18/+16 |
| 2019-11-02 | Auto merge of #63810 - oli-obk:const_offset_from, r=RalfJung,nikic | bors | -1/+51 |
| 2019-11-02 | Don't double-count `simd_shuffle` promotion candidates | Dylan MacKenzie | -0/+2 |
| 2019-11-02 | Simplify various `Symbol` use points. | Nicholas Nethercote | -11/+11 |
| 2019-11-01 | Rollup merge of #65946 - ecstatic-morse:refactor-promotion2, r=eddyb | Tyler Mandry | -18/+27 |
| 2019-11-01 | Rollup merge of #65112 - jack-t:type-parens-lint, r=varkor | Tyler Mandry | -1/+1 |
| 2019-11-01 | Clarifications suggested by varkor | Nadrieril | -15/+17 |
| 2019-11-01 | Factor out witness reconstruction | Nadrieril | -89/+131 |
| 2019-11-01 | Factor out constructor subtraction | Nadrieril | -27/+36 |
| 2019-11-01 | Define a MissingConstructors struct for cleanliness | Nadrieril | -41/+75 |
| 2019-11-01 | Wording | Nadrieril | -4/+4 |
| 2019-11-01 | `specialize` conceptually operates on a single pattern | Nadrieril | -16/+14 |
| 2019-11-01 | Clarify some variable names | Nadrieril | -29/+36 |
| 2019-11-01 | Refactor "wild constructor" construction | Nadrieril | -40/+33 |
| 2019-11-01 | Extract constructor application as a Constructor method | Nadrieril | -42/+64 |
| 2019-11-01 | Remove duplicate logic in compute_missing_constructors | Nadrieril | -84/+35 |
| 2019-11-01 | Remove some redundancy | Nadrieril | -40/+52 |
| 2019-11-01 | Factor out some pattern-stack related functions | Nadrieril | -12/+52 |