| Age | Commit message (Expand) | Author | Lines |
| 2019-12-14 | Show const_err lint in addition to the hard error | Oliver Scherer | -2/+16 |
| 2019-12-14 | Ensure that we get a hard error on generic ZST constants if their body causes... | Oliver Scherer | -0/+27 |
| 2019-12-06 | [ConstProp] Avoid OOM crashes by not evaluating large Places | Wesley Wiser | -0/+20 |
| 2019-11-02 | Auto merge of #63810 - oli-obk:const_offset_from, r=RalfJung,nikic | bors | -0/+145 |
| 2019-11-02 | adjust for missing spans on x86 test runner | Ralf Jung | -8/+7 |
| 2019-10-28 | Auto merge of #65188 - matthewjasper:stabilize-const-constructor, r=Centril | bors | -98/+40 |
| 2019-10-27 | Stabilize `const_constructor` | Matthew Jasper | -98/+40 |
| 2019-10-27 | Implementation of const caller_location. | Adam Perry | -0/+23 |
| 2019-10-24 | Increase spacing for suggestions in diagnostics | Esteban Küber | -0/+1 |
| 2019-10-21 | Rollup merge of #65092 - tspiteri:const-is-pow2, r=oli-obk | Mazdak Farrokhzad | -0/+11 |
| 2019-10-21 | Rollup merge of #65629 - ecstatic-morse:remove-graphviz, r=Mark-Simulacrum | Mazdak Farrokhzad | -6/+3 |
| 2019-10-20 | Remove `borrowck_graphviz_postflow` from test | Dylan MacKenzie | -6/+3 |
| 2019-10-20 | Rollup merge of #65593 - RalfJung:non-const-fn, r=oli-obk | Mazdak Farrokhzad | -0/+42 |
| 2019-10-19 | Rollup merge of #65192 - estebank:restrict-bound, r=matthewjasper | Mazdak Farrokhzad | -2/+6 |
| 2019-10-19 | show the proper diagnostics | Ralf Jung | -2/+17 |
| 2019-10-19 | add test for calling non-const fn | Ralf Jung | -0/+27 |
| 2019-10-19 | Update ui output | Oliver Scherer | -6/+6 |
| 2019-10-19 | Auto merge of #64890 - wesleywiser:const_prop_rvalue, r=oli-obk | bors | -3/+52 |
| 2019-10-19 | Rollup merge of #65485 - ecstatic-morse:const-validation-mismatch-ugliness, r... | Mazdak Farrokhzad | -0/+24 |
| 2019-10-18 | Don't ICE when evaluating writes to uninhabited enum variants | Wesley Wiser | -0/+28 |
| 2019-10-18 | Ignore a test on musl because its ui output differs | Oliver Scherer | -0/+3 |
| 2019-10-18 | Adjust const eval code to reflect `offset_from` docs | Oliver Scherer | -30/+9 |
| 2019-10-18 | [const-prop] Handle MIR Rvalue::Aggregates | Wesley Wiser | -2/+16 |
| 2019-10-18 | [const-prop] Handle MIR Rvalue::Repeat | Wesley Wiser | -1/+8 |
| 2019-10-16 | Add regression test for #65394 | Dylan MacKenzie | -0/+24 |
| 2019-10-16 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -1/+0 |
| 2019-10-15 | Rollup merge of #65389 - ecstatic-morse:zero-sized-array-no-drop, r=eddyb | Tyler Mandry | -0/+23 |
| 2019-10-15 | Handle more cases involving `impl` and `trait` | Esteban Küber | -2/+6 |
| 2019-10-14 | Auto merge of #64987 - oli-obk:code_reuse_prevents_bugs, r=eddyb | bors | -0/+20 |
| 2019-10-13 | Add regression test for #65348 | Dylan MacKenzie | -0/+23 |
| 2019-10-13 | Rollup merge of #65320 - memoryruins:const_err, r=oli-obk | Mazdak Farrokhzad | -0/+38 |
| 2019-10-11 | Add regression test for CONST_ERR lints in extern macros | memoryruins | -0/+38 |
| 2019-10-11 | Make <*const/mut T>::offset_from `const fn` | Oliver Scherer | -0/+164 |
| 2019-10-09 | Suggest `if let` on `let` refutable binding | Esteban Küber | -0/+42 |
| 2019-10-09 | Move test next to likeminded ones | Oliver Scherer | -0/+20 |
| 2019-10-07 | Auto merge of #64906 - Aaron1011:feature/extern-const-fn, r=Centril | bors | -0/+229 |
| 2019-10-05 | Rollup merge of #65151 - tmandry:revert-emscripten-upgrade, r=tmandry | Tyler Mandry | -0/+1 |
| 2019-10-05 | Rollup merge of #65066 - wesleywiser:fix_const_prop_ice_on_polymorphic_promot... | Tyler Mandry | -11/+22 |
| 2019-10-05 | Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri... | Tyler Mandry | -0/+1 |
| 2019-10-04 | Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton | bors | -1/+0 |
| 2019-10-04 | [const-prop] Fix ICE when trying to eval polymorphic promoted MIR | Wesley Wiser | -11/+22 |
| 2019-10-04 | make is_power_of_two a const function | Trevor Spiteri | -0/+11 |
| 2019-10-04 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -1/+0 |
| 2019-10-04 | Rollup merge of #64749 - matthewjasper:liveness-opt, r=nikomatsakis | Mazdak Farrokhzad | -29/+0 |
| 2019-10-02 | Calculate liveness for the same locals with and without -Zpolonius | Matthew Jasper | -29/+0 |
| 2019-10-02 | Rollup merge of #64991 - wesleywiser:fix_too_eager_const_prop, r=oli-obk | Mazdak Farrokhzad | -0/+23 |
| 2019-10-02 | [const-prop] Correctly handle locals that can't be propagated | Wesley Wiser | -0/+23 |
| 2019-10-02 | Add support for 'extern const fn' | Aaron Hill | -0/+229 |
| 2019-10-01 | Add test cases for #64945 | Dylan MacKenzie | -0/+61 |
| 2019-09-30 | Rollup merge of #64921 - JohnTitor:add-test-enum, r=varkor | Tyler Mandry | -0/+25 |