| Age | Commit message (Expand) | Author | Lines |
| 2021-01-04 | Move MIR body loading to a machine function | oli | -0/+7 |
| 2021-01-04 | Document all the things | oli | -0/+13 |
| 2021-01-04 | Simplify the `optimize_mir` query | oli | -17/+9 |
| 2021-01-04 | Differentiate between the availability of ctfe MIR and runtime MIR | oli | -12/+2 |
| 2021-01-04 | Keep an unoptimized duplicate of `const fn` around | oli | -0/+70 |
| 2021-01-04 | Stop optimizing promoteds | oli | -1/+0 |
| 2021-01-04 | Inlining enabled by -mir-opt-level > 1 is incompatible with coverage | Rich Kadel | -0/+9 |
| 2021-01-03 | Stylistic fixes to diagnostic messages | oli | -3/+3 |
| 2021-01-03 | Refactor the non-transient cell borrow error diagnostic | oli | -3/+22 |
| 2021-01-03 | Dangling pointers point to everything and nothing | Oli Scherer | -2/+1 |
| 2021-01-03 | Grammar fixes | Oli Scherer | -1/+1 |
| 2021-01-03 | Make `ExpnData` fields `krate` and `orig_id` private | Aaron Hill | -4/+4 |
| 2021-01-03 | Update now-more-precise operation with a preciser message | oli | -2/+2 |
| 2021-01-03 | Apply suggestions from code review | Oli Scherer | -4/+9 |
| 2021-01-03 | remove redundant closures (clippy::redundant_closure) | Matthias Krüger | -6/+6 |
| 2021-01-01 | Don't mix feature gates and hard errors, decide on one per op and stick with it | oli | -15/+18 |
| 2021-01-01 | Reinstate the error-code error over the feature gate error | oli | -9/+15 |
| 2021-01-01 | Enhance some comments | oli | -0/+2 |
| 2021-01-01 | Fix cell checks in const fn | oli | -0/+7 |
| 2021-01-01 | The proper name for the rule is "enclosing scope" | oli | -1/+1 |
| 2021-01-01 | Allow references to interior mutable data behind a feature gate | oli | -1/+53 |
| 2020-12-31 | remove move_val_init leftovers | Ralf Jung | -8/+0 |
| 2020-12-30 | Rollup merge of #80458 - RalfJung:promotion-refactor, r=oli-obk | Mara Bos | -99/+115 |
| 2020-12-30 | where possible, pass slices instead of &Vec or &String (clippy::ptr_arg) | Matthias Krüger | -5/+5 |
| 2020-12-29 | Remove `compile-fail` test suite | Vadim Petrochenkov | -1/+1 |
| 2020-12-29 | fix a comment | Ralf Jung | -1/+1 |
| 2020-12-29 | Auto merge of #79084 - simonvandel:instcombine-perf, r=oli-obk | bors | -4/+24 |
| 2020-12-28 | make more matches exhaustive | Ralf Jung | -20/+41 |
| 2020-12-28 | use exhaustive pattern match to prevent future bugs | Simon Vandel Sillesen | -4/+13 |
| 2020-12-28 | merge two match'es for more exhaustiveness | Ralf Jung | -39/+41 |
| 2020-12-28 | promotion: factor some common code into validate_ref | Ralf Jung | -57/+50 |
| 2020-12-25 | Auto merge of #80364 - Dylan-DPC:rollup-0y96okz, r=Dylan-DPC | bors | -1/+1 |
| 2020-12-25 | Auto merge of #79762 - Swatinem:remap-doctest-coverage, r=Swatinem | bors | -1/+5 |
| 2020-12-23 | Fix typo in simplify_try.rs | Ikko Ashimine | -1/+1 |
| 2020-12-19 | also const-check FakeRead | Ralf Jung | -6/+5 |
| 2020-12-19 | Remap instrument-coverage line numbers in doctests | Arpad Borsos | -1/+5 |
| 2020-12-17 | Suppress `CONST_ITEM_MUTATION` lint if a dereference occurs anywhere | Aaron Hill | -3/+5 |
| 2020-12-17 | Rollup merge of #80040 - tmiasko:always-lower-intrinsics, r=Dylan-DPC | Guillaume Gomez | -1/+1 |
| 2020-12-17 | Rollup merge of #80072 - richkadel:llvm-coverage-counters-2.2.1, r=tmandry | Yuki Okushi | -2/+2 |
| 2020-12-17 | Rollup merge of #79882 - wecing:master, r=oli-obk | Yuki Okushi | -0/+27 |
| 2020-12-15 | Fixed conflict with drop elaboration and coverage | Rich Kadel | -2/+2 |
| 2020-12-15 | Rollup merge of #79958 - richkadel:llvm-coverage-counters-2.2.0, r=tmandry | Guillaume Gomez | -20/+24 |
| 2020-12-15 | Auto merge of #78068 - RalfJung:union-safe-assign, r=nikomatsakis | bors | -72/+93 |
| 2020-12-15 | Auto merge of #73210 - wesleywiser:consts_in_debuginfo, r=oli-obk | bors | -14/+131 |
| 2020-12-15 | Auto merge of #79922 - tmiasko:lower-discriminant, r=nagisa | bors | -0/+15 |
| 2020-12-14 | Convenience funcs for `some_option.unwrap_or(...)` | Rich Kadel | -21/+11 |
| 2020-12-14 | Disable the constant debuginfo promotion pass by default | Wesley Wiser | -1/+5 |
| 2020-12-15 | Always run intrinsics lowering pass | Tomasz Miąsko | -1/+1 |
| 2020-12-14 | Improve warnings on incompatible options involving -Zinstrument-coverage | Rich Kadel | -19/+21 |
| 2020-12-13 | Rollup merge of #79984 - Nadrieril:remove-unused-dep, r=jyn514 | Yuki Okushi | -3/+0 |