| Age | Commit message (Expand) | Author | Lines |
| 2022-05-28 | Auto merge of #97284 - b-naber:constraint-dyn-impl-suggestion, r=estebank | bors | -31/+82 |
| 2022-05-28 | Rollup merge of #97458 - estebank:use-self-in-derive-macro, r=compiler-errors | Matthias Krüger | -0/+21 |
| 2022-05-27 | Modify `derive(Debug)` to use `Self` in struct literal to avoid redundant error | Esteban Küber | -12/+3 |
| 2022-05-27 | Add test for #97343 | Esteban Küber | -0/+30 |
| 2022-05-28 | Add regression test for #81899 | Yuki Okushi | -0/+30 |
| 2022-05-27 | Auto merge of #96046 - oli-obk:const_typeck, r=cjgillot | bors | -397/+759 |
| 2022-05-27 | Update tests on aarch64 | Oli Scherer | -127/+183 |
| 2022-05-27 | Auto merge of #97442 - hafeoz:master, r=GuillaumeGomez | bors | -0/+17 |
| 2022-05-27 | libcore: Add `iter::from_generator` which is like `iter::from_fn`, but for co... | Vadim Petrochenkov | -7/+7 |
| 2022-05-26 | Remove few characters for tidy check to pass | hafeoz | -1/+1 |
| 2022-05-26 | Add tests | hafeoz | -0/+17 |
| 2022-05-26 | Rollup merge of #97317 - GuillaumeGomez:gui-settings-text-click, r=jsha | Guillaume Gomez | -2/+8 |
| 2022-05-25 | Auto merge of #97401 - Dylan-DPC:rollup-fh9e61o, r=Dylan-DPC | bors | -7/+109 |
| 2022-05-25 | bless existing test with compare-mode=nll and remove test | b-naber | -237/+66 |
| 2022-05-25 | update tests | b-naber | -15/+237 |
| 2022-05-25 | Rollup merge of #97398 - JohnTitor:issue-82830, r=compiler-errors | Dylan DPC | -0/+31 |
| 2022-05-25 | Rollup merge of #97351 - b-naber:adt-const-params-structural-match-violation,... | Dylan DPC | -2/+25 |
| 2022-05-25 | Rollup merge of #97328 - petrochenkov:nativice, r=michaelwoerister | Dylan DPC | -0/+11 |
| 2022-05-25 | Rollup merge of #97302 - compiler-errors:writeback-ascending, r=cjgillot | Dylan DPC | -5/+42 |
| 2022-05-25 | Auto merge of #94954 - SimonSapin:null-thin3, r=yaahc | bors | -1/+1 |
| 2022-05-25 | Add regression test for #82830 | Yuki Okushi | -0/+31 |
| 2022-05-25 | Rollup merge of #97370 - compiler-errors:else-no-if-2, r=Dylan-DPC | Dylan DPC | -10/+2 |
| 2022-05-25 | Rollup merge of #96913 - Urgau:rfc3239-part2, r=petrochenkov | Dylan DPC | -0/+152 |
| 2022-05-25 | Rollup merge of #95953 - JakobDegen:repeat-leak, r=oli-obk | Dylan DPC | -0/+164 |
| 2022-05-25 | Rollup merge of #97323 - 5225225:strict_init_checks, r=oli-obk | Dylan DPC | -6/+38 |
| 2022-05-25 | Rollup merge of #97105 - JulianKnodt:const_dep_gen_const_expr, r=lcnr | Dylan DPC | -0/+111 |
| 2022-05-24 | Minor improvement on else-no-if diagnostic | Michael Goulet | -10/+2 |
| 2022-05-25 | Rollup merge of #97266 - est31:unknown_lints_cfg_attr, r=lcnr | Yuki Okushi | -30/+195 |
| 2022-05-24 | Modify MIR building to drop `foo` in `[foo; 0]` | Jakob Degen | -0/+164 |
| 2022-05-24 | Update messages | Oli Scherer | -4/+4 |
| 2022-05-24 | Make a test independent of 64/32 bit | Oli Scherer | -14/+4 |
| 2022-05-24 | Add the transmute and asm checks to typeck as deferred checks | Oli Scherer | -263/+572 |
| 2022-05-24 | trait selection errors should poison the typeck results, too, so that const e... | Oli Scherer | -10/+17 |
| 2022-05-24 | Emit weird lint name lints after expansion | est31 | -30/+195 |
| 2022-05-24 | Rollup merge of #97298 - compiler-errors:if-else-stmt-braces, r=davidtwco | Dylan DPC | -0/+90 |
| 2022-05-24 | Add GUI test for click on setting text | Guillaume Gomez | -2/+8 |
| 2022-05-24 | Add flag for stricter checks on uninit/zeroed | 5225225 | -6/+38 |
| 2022-05-24 | RFC3239: Add tests for compact `cfg(target(..))` | Loïc BRANSTETT | -0/+152 |
| 2022-05-24 | add and update tests | b-naber | -2/+25 |
| 2022-05-24 | Auto merge of #96098 - JakobDegen:always-return-place, r=oli-obk | bors | -77/+79 |
| 2022-05-24 | Auto merge of #97342 - JohnTitor:rollup-zqxctaw, r=JohnTitor | bors | -0/+155 |
| 2022-05-23 | Parse expression after `else` as a condition if followed by `{` | Michael Goulet | -0/+90 |
| 2022-05-24 | Rollup merge of #97240 - TaKO8Ki:improve-errors-about-typos-on-variables, r=c... | Yuki Okushi | -0/+155 |
| 2022-05-24 | Auto merge of #97272 - jackh726:ban-compare-mode-nll, r=Mark-Simulacrum | bors | -5/+4 |
| 2022-05-23 | Refactor call terminator to always hold a destination place | Jakob Degen | -77/+79 |
| 2022-05-23 | Auto merge of #94053 - GuillaumeGomez:fields-stripped, r=notriddle | bors | -0/+3 |
| 2022-05-23 | rustc: Fix ICE in native library error reporting | Vadim Petrochenkov | -0/+11 |
| 2022-05-23 | Rollup merge of #97309 - JohnTitor:issue-90400, r=compiler-errors | Dylan DPC | -0/+106 |
| 2022-05-23 | add typo suggestions for all `AssocSuggestion` variants | Takayuki Maeda | -4/+104 |
| 2022-05-23 | Add some regression tests for #90400 | Yuki Okushi | -0/+106 |