| Age | Commit message (Expand) | Author | Lines |
| 2020-01-13 | Add additional regression test | Aaron Hill | -0/+20 |
| 2020-01-12 | Turn off const propagation of ref taking | Wesley Wiser | -0/+77 |
| 2020-01-12 | Add backticks in appropriate places | varkor | -1/+1 |
| 2020-01-12 | Diagnostics should not end with a full stop | varkor | -2/+2 |
| 2020-01-12 | Diagnostics should start lowercase | varkor | -1/+1 |
| 2020-01-11 | Auto merge of #67000 - spastorino:remove-promoted-from-place, r=oli-obk | bors | -114/+184 |
| 2020-01-11 | Rollup merge of #68114 - ecstatic-morse:fix-feature-gating, r=Centril | Mazdak Farrokhzad | -31/+27 |
| 2020-01-11 | Rollup merge of #68079 - varkor:E0013-clarify, r=Centril | Mazdak Farrokhzad | -2/+6 |
| 2020-01-10 | Remove unnecessary `const_fn` feature gates | Dylan MacKenzie | -31/+27 |
| 2020-01-11 | Rollup merge of #68014 - estebank:unify-e0599, r=cramertj | Yuki Okushi | -1/+1 |
| 2020-01-10 | Clarify suggestion for E0013 | varkor | -2/+6 |
| 2020-01-10 | Errors in promoteds may only cause lints not hard errors | Oliver Scherer | -162/+136 |
| 2020-01-10 | Promoteds also need param envs. | Oliver Scherer | -1/+1 |
| 2020-01-10 | Promote `Ref`s to constants instead of static | Santiago Pastorino | -27/+123 |
| 2020-01-10 | Rollup merge of #68073 - Centril:fix-68062, r=estebank | Mazdak Farrokhzad | -0/+41 |
| 2020-01-09 | expect `fn` after `const unsafe` / `const extern` | Mazdak Farrokhzad | -0/+41 |
| 2020-01-09 | Update tests | Vadim Petrochenkov | -11/+64 |
| 2020-01-08 | Remove `-Z continue-parse-after-error` | Vadim Petrochenkov | -1/+1 |
| 2020-01-08 | Unify output of "variant not found" errors | Esteban Küber | -1/+1 |
| 2020-01-05 | Add backticks to various diagnostics | varkor | -3/+3 |
| 2020-01-04 | Rollup merge of #67709 - petrochenkov:nodedup2, r=Centril | Dylan DPC | -1/+1 |
| 2020-01-03 | Introduce an option for disabling deduplication of diagnostics | Vadim Petrochenkov | -1/+1 |
| 2020-01-02 | Revert `const_err` lint checking of casts | Wesley Wiser | -27/+11 |
| 2019-12-30 | Lint overflowing integer casts in const prop | Wesley Wiser | -0/+31 |
| 2019-12-30 | Auto merge of #67667 - wesleywiser:speed_up_trivially_valid_constants, r=oli-obk | bors | -0/+87 |
| 2019-12-30 | Auto merge of #67631 - oli-obk:polymorphic_promotion, r=wesleywiser | bors | -0/+65 |
| 2019-12-29 | Resolve long compile times when evaluating always valid constants | Wesley Wiser | -0/+87 |
| 2019-12-28 | Ignore i586-unknown-linux-gnu and i586-unknown-musl in tests | Esteban Küber | -20/+29 |
| 2019-12-28 | Rollup merge of #67621 - matthewjasper:correct-static-type, r=oli-obk | Oliver Scherer | -0/+14 |
| 2019-12-27 | Fix `Instance::resolve()` incorrectly returning specialized instances | Wesley Wiser | -0/+65 |
| 2019-12-26 | Make ui test bitwidth independent | Oliver Scherer | -7/+11 |
| 2019-12-26 | Remove unintended noisy log statement | Oliver Scherer | -108/+0 |
| 2019-12-26 | Add regression test for ZST statics being allowed to "read" from themselves | Oliver Scherer | -0/+7 |
| 2019-12-26 | Prevent an ICE on invalid transmutes | Oliver Scherer | -0/+151 |
| 2019-12-26 | Don't ICE on the use of integer addresses for ZST constants in pattern matching | Oliver Scherer | -0/+13 |
| 2019-12-26 | A cycle error on a diverging function is now a const stack overflow again | Oliver Scherer | -16/+91 |
| 2019-12-26 | Auto merge of #67580 - RalfJung:miri-unleash-tests, r=oli-obk | bors | -17/+61 |
| 2019-12-25 | Use the correct type for static qualifs | Matthew Jasper | -0/+14 |
| 2019-12-25 | use error-pattern | Ralf Jung | -2/+2 |
| 2019-12-24 | Deprecate Error::description for real | David Tolnay | -1/+1 |
| 2019-12-24 | Auto merge of #67445 - llogiq:todo, r=dtolnay | bors | -3/+3 |
| 2019-12-24 | Differentiate todo! and unimplemented! | Andre Bogus | -3/+3 |
| 2019-12-24 | this has sysroot spans to let's ignore it the usual way | Ralf Jung | -3/+4 |
| 2019-12-24 | better variable names | Ralf Jung | -17/+17 |
| 2019-12-24 | add test for dropping in const | Ralf Jung | -0/+43 |
| 2019-12-24 | Rollup merge of #67337 - oli-obk:no_mut_static_ref_from_const, r=RalfJung | Mazdak Farrokhzad | -3/+225 |
| 2019-12-23 | Bless tests | Oliver Scherer | -1/+1 |
| 2019-12-23 | Rollup merge of #67546 - oli-obk:slice_pattern_ice, r=varkor | Mazdak Farrokhzad | -0/+9 |
| 2019-12-23 | Rollup merge of #67466 - oli-obk:const_intrinsic, r=Centril | Mazdak Farrokhzad | -0/+5 |
| 2019-12-23 | Show `const_err` lints | Oliver Scherer | -8/+45 |