| Age | Commit message (Expand) | Author | Lines |
| 2022-02-17 | Rollup merge of #94031 - danielhenrymantilla:diagnostics/union-drop-suggest-c... | Matthias Krüger | -27/+37 |
| 2022-02-17 | Rollup merge of #94030 - ChayimFriedman2:issue-94010, r=petrochenkov | Matthias Krüger | -42/+69 |
| 2022-02-17 | Rollup merge of #93996 - notriddle:notriddle/magically-becomes-a-function, r=... | Matthias Krüger | -0/+94 |
| 2022-02-17 | Rollup merge of #93981 - ChayimFriedman2:slice-pat-reference-option-result, r... | Matthias Krüger | -1/+30 |
| 2022-02-17 | Rollup merge of #93693 - rukai:91550, r=davidtwco | Matthias Krüger | -12/+125 |
| 2022-02-17 | Auto merge of #94040 - Mark-Simulacrum:destabilize-load-store, r=Amanieu | bors | -0/+71 |
| 2022-02-16 | Rollup merge of #94037 - tmiasko:verbose, r=Mark-Simulacrum | Matthias Krüger | -8/+23 |
| 2022-02-16 | Rollup merge of #94027 - GuillaumeGomez:update-browser-ui-test, r=notriddle | Matthias Krüger | -1/+1 |
| 2022-02-16 | Rollup merge of #94020 - tmiasko:pp, r=oli-obk | Matthias Krüger | -0/+72 |
| 2022-02-16 | Do not suggest "is a function" for free variables | Michael Howell | -0/+94 |
| 2022-02-16 | Destabilize cfg(target_has_atomic_load_store = ...) | Mark Rousskov | -0/+71 |
| 2022-02-16 | Add mentions to `Copy` for `union` fields | Daniel Henry-Mantilla | -27/+37 |
| 2022-02-16 | Correctly mark the span of captured arguments in `format_args!()` | Chayim Refael Friedman | -42/+69 |
| 2022-02-16 | Make implementation generic | Lucas Kent | -16/+16 |
| 2022-02-16 | Suggest deriving required supertraits | Lucas Kent | -0/+113 |
| 2022-02-16 | Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obk | bors | -43/+6 |
| 2022-02-16 | Fix inconsistent symbol mangling with -Zverbose | Tomasz Miąsko | -8/+23 |
| 2022-02-16 | Support pretty printing of invalid constants | Tomasz Miąsko | -0/+72 |
| 2022-02-15 | try to bless 32bit mir tests manually | b-naber | -11/+2 |
| 2022-02-15 | Auto merge of #93439 - abrown:cf-protection, r=nagisa | bors | -0/+38 |
| 2022-02-15 | Fix GUI test | Guillaume Gomez | -1/+1 |
| 2022-02-15 | bless mir-opt tests | b-naber | -4/+147 |
| 2022-02-15 | bless tests | b-naber | -179/+8 |
| 2022-02-15 | Auto merge of #93820 - compiler-errors:gat-wfcheck, r=jackh726 | bors | -4/+34 |
| 2022-02-15 | Add removed comments back in self-outlives-lint | Michael Goulet | -15/+18 |
| 2022-02-15 | add test for issue-93278, bless | Michael Goulet | -17/+44 |
| 2022-02-15 | Rollup merge of #93999 - barzamin:suggest-raw-strings, r=jackh726 | Matthias Krüger | -0/+29 |
| 2022-02-15 | Auto merge of #93148 - nnethercote:Uniq, r=fee1-dead | bors | -4/+4 |
| 2022-02-15 | Auto merge of #93176 - danielhenrymantilla:stack-pinning-macro, r=m-ou-se | bors | -0/+117 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -4/+4 |
| 2022-02-15 | Auto merge of #93752 - eholk:drop-tracking-break-continue, r=nikomatsakis | bors | -0/+19 |
| 2022-02-14 | suggest using raw string literals when invalid escapes appear | Erin Petra Sofiya Moon | -0/+29 |
| 2022-02-14 | Auto merge of #93652 - spastorino:fix-negative-overlap-check-regions, r=nikom... | bors | -6/+48 |
| 2022-02-14 | Add support for control-flow protection | Andrew Brown | -0/+38 |
| 2022-02-14 | Mark `unsafe_pin_internals` as `incomplete`. | Daniel Henry-Mantilla | -0/+31 |
| 2022-02-14 | Add failing test that should pass | Santiago Pastorino | -0/+23 |
| 2022-02-14 | Update `macro:print` typed-query rustdoc test to include `pin!` results | Daniel Henry-Mantilla | -0/+2 |
| 2022-02-14 | Write {ui,} tests for `pin_macro` and `pin!` | Daniel Henry-Mantilla | -0/+84 |
| 2022-02-14 | Properly check regions on negative overlap check | Santiago Pastorino | -6/+25 |
| 2022-02-14 | Auto merge of #93298 - lcnr:issue-92113, r=cjgillot | bors | -4/+74 |
| 2022-02-14 | further update `fuzzy_match_tys` | lcnr | -31/+58 |
| 2022-02-14 | fuzzify `fuzzy_match_tys` | lcnr | -18/+30 |
| 2022-02-14 | Make `find_similar_impl_candidates` a little fuzzier. | Ben Reeves | -1/+32 |
| 2022-02-14 | Auto merge of #93937 - bjorn3:simplifications3, r=cjgillot | bors | -1/+0 |
| 2022-02-14 | Fix suggestion to slice if scurtinee is a reference to `Result` or `Option` | Chayim Refael Friedman | -1/+30 |
| 2022-02-13 | Remove Config::stderr | bjorn3 | -1/+0 |
| 2022-02-13 | Auto merge of #93763 - jsha:re-space-empty-impls, r=GuillaumeGomez | bors | -1/+20 |
| 2022-02-13 | Rollup merge of #93810 - matthewjasper:chalk-and-canonical-universes, r=jackh726 | Matthias Krüger | -112/+119 |
| 2022-02-13 | Rollup merge of #90532 - fee1-dead:improve-const-fn-err-msg, r=oli-obk | Matthias Krüger | -119/+345 |
| 2022-02-13 | Auto merge of #93670 - erikdesjardins:noundef, r=nikic | bors | -88/+76 |