| Age | Commit message (Expand) | Author | Lines |
| 2020-03-09 | Added oli's multivariant test case (alpha renaming the enum name itself). | Felix S. Klock II | -3/+63 |
| 2020-03-09 | Fix #69191 | Felix S. Klock II | -0/+31 |
| 2020-02-27 | lit_to_const: gracefully bubble up type errors. | Mazdak Farrokhzad | -0/+26 |
| 2020-01-28 | Rollup merge of #68563 - Aaron1011:fix/fn-sig-closure, r=varkor | Yuki Okushi | -0/+26 |
| 2020-01-27 | Rollup merge of #68370 - Aaron1011:const-extern-test, r=RalfJung | Pietro Albini | -0/+44 |
| 2020-01-27 | Don't call `tcx.fn_sig` on closures | Aaron Hill | -0/+26 |
| 2020-01-26 | Ensure that we error when calling "const extern fn" with wrong convention | Aaron Hill | -0/+44 |
| 2020-01-24 | Do not ICE on multipart suggestions touching multiple files | Esteban Küber | -1/+1 |
| 2020-01-21 | Rollup merge of #68297 - Aaron1011:fix/new-const-prop-bounds, r=oli-obk | Yuki Okushi | -0/+43 |
| 2020-01-21 | Rollup merge of #68290 - petrochenkov:passcheck, r=oli-obk | Yuki Okushi | -25/+28 |
| 2020-01-20 | Rollup merge of #68335 - RalfJung:drop-in-place, r=Mark-Simulacrum | Dylan DPC | -3/+3 |
| 2020-01-18 | slice_patterns: remove gates in tests | Mazdak Farrokhzad | -1/+0 |
| 2020-01-18 | Auto merge of #68170 - wesleywiser:stop_const_prop_ref_taking, r=oli-obk | bors | -0/+77 |
| 2020-01-18 | adjust ui tests | Ralf Jung | -3/+3 |
| 2020-01-17 | Rollup merge of #68256 - estebank:bad-sugg-span, r=petrochenkov | Tyler Mandry | -1/+1 |
| 2020-01-18 | Fix some tests failing in `--pass check` mode | Vadim Petrochenkov | -25/+28 |
| 2020-01-17 | Add @weiznich's regression test | Aaron Hill | -0/+43 |
| 2020-01-16 | review comments | Esteban Küber | -1/+1 |
| 2020-01-16 | Do not ICE on malformed suggestion spans | Esteban Küber | -1/+1 |
| 2020-01-16 | Array repeat expression lengths must be monomorphic at MIR building time | Oliver Scherer | -0/+25 |
| 2020-01-16 | Rollup merge of #68096 - varkor:diagnostic-cleanup, r=Centril | Dylan DPC | -4/+4 |
| 2020-01-15 | Auto merge of #67603 - oli-obk:no_mut_static_ref_from_const, r=RalfJung | bors | -0/+5 |
| 2020-01-15 | Rollup merge of #68219 - oli-obk:fix_miri, r=RalfJung,wesleywiser | Yuki Okushi | -4/+30 |
| 2020-01-15 | Rollup merge of #67914 - Aaron1011:fix/const-prop-impossible, r=matthewjasper... | Yuki Okushi | -0/+20 |
| 2020-01-15 | Promoteds can contain raw pointers, but these must still only point to immuta... | Oliver Scherer | -0/+5 |
| 2020-01-15 | Add tests | Oliver Scherer | -4/+30 |
| 2020-01-14 | perf: eagerly convert literals to consts, this avoids creating loads on uneva... | Ben Lewis | -1/+1 |
| 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 |