| Age | Commit message (Expand) | Author | Lines |
| 2021-02-26 | Rollup merge of #82491 - tmiasko:i, r=lcnr | Guillaume Gomez | -124/+146 |
| 2021-02-25 | Auto merge of #82338 - RalfJung:interp-error-allocs, r=oli-obk | bors | -2/+2 |
| 2021-02-24 | Auto merge of #82159 - BoxyUwU:uwu, r=varkor | bors | -3/+3 |
| 2021-02-24 | Auto merge of #80475 - simonvandel:fix-77355, r=oli-obk | bors | -18/+145 |
| 2021-02-24 | Consider inexpensive inlining criteria first | Tomasz Miąsko | -124/+146 |
| 2021-02-23 | yeet | Ellen | -3/+3 |
| 2021-02-23 | Rollup merge of #82091 - henryboisdequin:use-place-ref-more, r=RalfJung | Dylan DPC | -13/+13 |
| 2021-02-22 | New mir-opt pass to simplify gotos with const values | Simon Vandel Sillesen | -18/+145 |
| 2021-02-22 | Auto merge of #77551 - simonvandel:extend-simplify-branch-same, r=oli-obk | bors | -3/+207 |
| 2021-02-21 | New pass to deduplicate blocks | Simon Vandel Sillesen | -1/+196 |
| 2021-02-21 | Make MatchBranchSimplification clean up after itself | Simon Vandel Sillesen | -1/+10 |
| 2021-02-21 | Drive-by formatting of comment | Simon Vandel Sillesen | -2/+2 |
| 2021-02-21 | remove redundant wrapping of return types of allow_internal_unstable() and ru... | Matthias Krüger | -2/+1 |
| 2021-02-20 | all InterpError allocate now, so adjust alloc-error-check | Ralf Jung | -2/+2 |
| 2021-02-20 | make `super_projection` take a `PlaceRef` | Henry Boisdequin | -2/+1 |
| 2021-02-20 | Auto merge of #82124 - tmiasko:op-ty-ref, r=oli-obk | bors | -28/+28 |
| 2021-02-18 | Print -Ztime-passes (and misc stats/logs) on stderr, not stdout. | Eduard-Mihai Burtescu | -3/+3 |
| 2021-02-17 | Reduce size of InterpErrorInfo to 8 bytes | Tomasz Miąsko | -1/+1 |
| 2021-02-16 | ./x.py fmt | Tomasz Miąsko | -3/+3 |
| 2021-02-16 | Pass PlaceTy by reference not value | Tomasz Miąsko | -9/+9 |
| 2021-02-16 | Pass OpTy by reference not value | Tomasz Miąsko | -17/+17 |
| 2021-02-16 | make `visit_projection` take a `PlaceRef` | Henry Boisdequin | -12/+2 |
| 2021-02-16 | update formating | Henry Boisdequin | -6/+16 |
| 2021-02-15 | Rollup merge of #81503 - henryboisdequin:fix-const-fn-arr-err-msg, r=estebank | Jonas Schievink | -0/+35 |
| 2021-02-14 | use option<PlaceRef<'tcx>> to clean up mir code a little | Henry Boisdequin | -9/+10 |
| 2021-02-13 | Use debug log level for developer oriented logs | Tomasz Miąsko | -4/+7 |
| 2021-02-11 | Auto merge of #81350 - tmiasko:instrument-debug, r=lcnr | bors | -1/+1 |
| 2021-02-05 | Never MIR inline functions with a different instruction set | Tomasz Miąsko | -0/+5 |
| 2021-02-03 | added a suggestion to create a `const` item if the `fn` in the array repeat e... | Henry Boisdequin | -0/+35 |
| 2021-01-31 | Rollup merge of #80404 - JulianKnodt:arr_ref, r=oli-obk | Jonas Schievink | -63/+3 |
| 2021-01-30 | Remove const_in_array_rep_expr | kadmin | -64/+5 |
| 2021-01-28 | Avoid memory allocation when removing dead blocks | Tomasz Miąsko | -7/+6 |
| 2021-01-27 | Check that value is explicitly none | kadmin | -2/+1 |
| 2021-01-25 | Auto merge of #68828 - oli-obk:inline_cycle, r=wesleywiser | bors | -18/+254 |
| 2021-01-24 | Rollup merge of #78578 - oli-obk:const_mut_refs, r=RalfJung | Jonas Schievink | -30/+70 |
| 2021-01-24 | Reduce log level used by tracing instrumentation from info to debug | Tomasz Miąsko | -1/+1 |
| 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/+237 |
| 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 | 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 #81178 - tmiasko:no-landing-pads, r=oli-obk | Yuki Okushi | -23/+8 |
| 2021-01-19 | Fix typo in counters.rs | Ikko Ashimine | -1/+1 |