| Age | Commit message (Expand) | Author | Lines |
| 2021-01-08 | Rollup merge of #80521 - richkadel:llvm-coverage-counters-2.4.0, r=wesleywiser | Yuki Okushi | -0/+9 |
| 2021-01-07 | Auto merge of #80648 - Aaron1011:expn-data-private, r=petrochenkov | bors | -4/+4 |
| 2021-01-04 | Auto merge of #80624 - RalfJung:place-ref, r=oli-obk | bors | -93/+45 |
| 2021-01-04 | Inlining enabled by -mir-opt-level > 1 is incompatible with coverage | Rich Kadel | -0/+9 |
| 2021-01-04 | Auto merge of #80418 - oli-obk:this_could_have_been_so_simple, r=RalfJung | bors | -5/+98 |
| 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 | use PlaceRef more consistently instead of loosely coupled local+projection | Ralf Jung | -93/+45 |
| 2021-01-02 | reduce borrowing and (de)referencing around match patterns (clippy::match_ref... | Matthias Krüger | -3/+3 |
| 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-30 | Rollup merge of #80491 - RalfJung:dangling-of-val, r=oli-obk | Mara Bos | -3/+5 |
| 2020-12-30 | Rollup merge of #80458 - RalfJung:promotion-refactor, r=oli-obk | Mara Bos | -99/+115 |
| 2020-12-30 | Auto merge of #80510 - JohnTitor:rollup-gow7y0l, r=JohnTitor | bors | -12/+8 |
| 2020-12-30 | Auto merge of #79684 - usbalbin:const_copy, r=oli-obk | bors | -0/+23 |
| 2020-12-30 | where possible, pass slices instead of &Vec or &String (clippy::ptr_arg) | Matthias Krüger | -12/+8 |
| 2020-12-29 | Miri: make size/align_of_val work for dangling raw ptrs | Ralf Jung | -3/+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-26 | Constify intrinsics::copy[_nonoverlapping] | Albin Hedman | -0/+23 |
| 2020-12-25 | Auto merge of #80235 - RalfJung:validate-promoteds, r=oli-obk | bors | -27/+25 |
| 2020-12-25 | Auto merge of #80364 - Dylan-DPC:rollup-0y96okz, r=Dylan-DPC | bors | -12/+18 |
| 2020-12-25 | Rollup merge of #80330 - eltociear:patch-2, r=lcnr | Dylan DPC | -1/+1 |
| 2020-12-25 | Rollup merge of #79999 - hencrice:yenlinc/79799, r=oli-obk | Dylan DPC | -11/+17 |
| 2020-12-25 | Auto merge of #79762 - Swatinem:remap-doctest-coverage, r=Swatinem | bors | -1/+5 |
| 2020-12-24 | Auto merge of #77692 - PankajChaudhary5:issue-76630, r=davidtwco | bors | -3/+4 |
| 2020-12-23 | Fixed formatting | Yenlin Chen | -3/+1 |
| 2020-12-23 | Addressed feedbacks | Yenlin Chen | -17/+3 |
| 2020-12-23 | Fix typo in simplify_try.rs | Ikko Ashimine | -1/+1 |
| 2020-12-21 | Auto merge of #79270 - RalfJung:array-repeat-consts, r=oli-obk | bors | -37/+41 |
| 2020-12-21 | Rollup merge of #80199 - RalfJung:const-fake, r=oli-obk | Dylan DPC | -6/+5 |
| 2020-12-20 | promoteds in statics may refer to statics | Ralf Jung | -10/+18 |
| 2020-12-20 | validate promoteds | Ralf Jung | -19/+9 |
| 2020-12-20 | use exhaustive match for checking Rvalue::Repeat | Ralf Jung | -37/+41 |
| 2020-12-20 | Auto merge of #80163 - jackh726:binder-refactor-part-3, r=lcnr | bors | -8/+8 |
| 2020-12-19 | also const-check FakeRead | Ralf Jung | -6/+5 |