| Age | Commit message (Expand) | Author | Lines |
| 2021-02-03 | added a suggestion to create a `const` item if the `fn` in the array repeat e... | Henry Boisdequin | -2/+46 |
| 2021-02-01 | Rollup merge of #81463 - matsujika:nll-ensure-c-case, r=varkor | Jonas Schievink | -60/+60 |
| 2021-01-31 | Rollup merge of #80404 - JulianKnodt:arr_ref, r=oli-obk | Jonas Schievink | -77/+4 |
| 2021-01-31 | Rollup merge of #80092 - sexxi-goose:restrict_precision, r=nikomatsakis | Jonas Schievink | -47/+84 |
| 2021-01-31 | Auto merge of #81327 - RalfJung:codegen-no-const-fail, r=oli-obk | bors | -0/+4 |
| 2021-01-30 | Remove const_in_array_rep_expr | kadmin | -78/+6 |
| 2021-01-30 | codegen: assume constants cannot fail to evaluate | Ralf Jung | -0/+4 |
| 2021-01-30 | Rollup merge of #80959 - jhpratt:unsigned_abs-stabilization, r=m-ou-se | Yuki Okushi | -2/+2 |
| 2021-01-29 | Fix typos | Aman Arora | -2/+2 |
| 2021-01-29 | Add fixme for precise path diagnostics | Aman Arora | -5/+7 |
| 2021-01-29 | Fix incorrect use mut diagnostics | Aman Arora | -35/+50 |
| 2021-01-29 | Fix unused 'mut' warning for capture's root variable | Aman Arora | -4/+29 |
| 2021-01-29 | Compute mutability of closure captures | Aman Arora | -7/+2 |
| 2021-01-29 | Auto merge of #81470 - tmiasko:remove-allocations, r=matthewjasper | bors | -7/+6 |
| 2021-01-29 | Auto merge of #81440 - tmiasko:always-live-locals, r=matthewjasper | bors | -19/+12 |
| 2021-01-29 | Rollup merge of #81333 - RalfJung:const-err-simplify, r=oli-obk | Yuki Okushi | -74/+28 |
| 2021-01-29 | Rollup merge of #81158 - 1000teslas:issue-80313-fix, r=Aaron1011 | Yuki Okushi | -1/+55 |
| 2021-01-28 | Auto merge of #81441 - tmiasko:ctfe-inline, r=oli-obk | bors | -0/+1 |
| 2021-01-28 | Rename NLL* to Nll* accordingly to C-CASE | Hirochika Matsumoto | -60/+60 |
| 2021-01-28 | Rollup merge of #79951 - LeSeulArtichaut:ty-ir, r=nikomatsakis | Yuki Okushi | -9/+6 |
| 2021-01-28 | Avoid memory allocation when removing dead blocks | Tomasz Miąsko | -7/+6 |
| 2021-01-27 | Inline MemPlace::offset | Tomasz Miąsko | -0/+1 |
| 2021-01-27 | Check that value is explicitly none | kadmin | -2/+1 |
| 2021-01-27 | Visit only statements in always live locals | Tomasz Miąsko | -19/+12 |
| 2021-01-27 | Rollup merge of #80900 - camelid:readpointerasbytes-ice, r=oli-obk | Yuki Okushi | -1/+5 |
| 2021-01-25 | Auto merge of #68828 - oli-obk:inline_cycle, r=wesleywiser | bors | -18/+256 |
| 2021-01-25 | Point to span of upvar making closure FnMut | 1000teslas | -1/+55 |
| 2021-01-24 | Rollup merge of #78578 - oli-obk:const_mut_refs, r=RalfJung | Jonas Schievink | -30/+70 |
| 2021-01-24 | clean up some const error reporting around promoteds | Ralf Jung | -74/+28 |
| 2021-01-24 | Reduce log level used by tracing instrumentation from info to debug | Tomasz Miąsko | -2/+2 |
| 2021-01-23 | Rollup merge of #81243 - osa1:fix_80742_2, r=RalfJung | Jonas Schievink | -0/+1 |
| 2021-01-23 | Rollup merge of #81072 - RalfJung:place-ref-ty, r=oli-obk | Jonas Schievink | -6/+8 |
| 2021-01-23 | Leave some notes for future changes to the MIR opt level of mir inlining | oli | -1/+9 |
| 2021-01-23 | Make sure that const prop does not produce unsilenceable lints after inlining | oli | -1/+9 |
| 2021-01-23 | Prevent query cycles during inlining | oli | -17/+239 |
| 2021-01-23 | Auto merge of #80579 - RalfJung:no-fallible-promotion, r=oli-obk | bors | -26/+86 |
| 2021-01-23 | Do not allow arbitrary mutable references in `static mut`, just keep with the... | oli | -6/+2 |
| 2021-01-23 | Adjust wording of a diagnostic | oli | -1/+1 |
| 2021-01-23 | Permit mutable references in all const contexts | oli | -28/+72 |
| 2021-01-22 | Auto merge of #81101 - tmiasko:combine-now, r=nagisa | bors | -284/+77 |
| 2021-01-22 | do promote array indexing if we know it is in-bounds | Ralf Jung | -15/+49 |
| 2021-01-22 | avoid promoting division, modulo and indexing operations that could fail | Ralf Jung | -13/+39 |
| 2021-01-21 | mir: Improve size_of handling when arg is unsized | Ömer Sinan Ağacan | -0/+1 |
| 2021-01-21 | Auto merge of #81122 - tmiasko:no-drop, r=davidtwco | bors | -41/+20 |
| 2021-01-21 | Rollup merge of #81187 - eltociear:patch-6, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2021-01-21 | Rollup merge of #81185 - osa1:fix_80742, r=oli-obk | Yuki Okushi | -4/+7 |
| 2021-01-21 | Rollup merge of #81178 - tmiasko:no-landing-pads, r=oli-obk | Yuki Okushi | -24/+9 |
| 2021-01-19 | Fix ICE in mir when evaluating SizeOf on unsized type | Ömer Sinan Ağacan | -4/+7 |
| 2021-01-19 | Fix typo in counters.rs | Ikko Ashimine | -1/+1 |
| 2021-01-19 | Auto merge of #81110 - LeSeulArtichaut:fix-unused-unsafe-label, r=RalfJung | bors | -8/+9 |