| 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 | Auto merge of #97433 - GuillaumeGomez:rm-refcell-context, r=notriddle | bors | -111/+128 |
| 2022-05-28 | Rollup merge of #97462 - GuillaumeGomez:more-eslint-rules, r=notriddle | Matthias Krüger | -6/+15 |
| 2022-05-28 | Rollup merge of #97458 - estebank:use-self-in-derive-macro, r=compiler-errors | Matthias Krüger | -0/+21 |
| 2022-05-28 | Rollup merge of #97457 - JohnTitor:issue-81899, r=compiler-errors | Matthias Krüger | -0/+30 |
| 2022-05-28 | Rollup merge of #97411 - raiyansayeed:print-stderr-consistently, r=Mark-Simul... | Matthias Krüger | -38/+38 |
| 2022-05-27 | Add "eqeqeq" eslint rule | Guillaume Gomez | -6/+7 |
| 2022-05-27 | Add "no-unused-vars" eslint rule | Guillaume Gomez | -0/+7 |
| 2022-05-27 | Add "arrow-parens" eslint rule | Guillaume Gomez | -0/+1 |
| 2022-05-27 | Pass Context as a &mut to allow to remove RefCell fields | Guillaume Gomez | -111/+128 |
| 2022-05-27 | Auto merge of #96790 - lqd:update_jemalloc, r=Mark-Simulacrum | bors | -3/+1 |
| 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 | -1/+20 |
| 2022-05-27 | Auto merge of #97444 - compiler-errors:rollup-2gvdav6, r=compiler-errors | bors | -114/+53 |
| 2022-05-26 | Rollup merge of #97066 - petrochenkov:nofragkind, r=camelid | Michael Goulet | -114/+53 |
| 2022-05-27 | libcore: Add `iter::from_generator` which is like `iter::from_fn`, but for co... | Vadim Petrochenkov | -7/+7 |
| 2022-05-26 | Formatting | hafeoz | -1/+3 |
| 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 | Use correct var for attribute completeness fn | hafeoz | -1/+1 |
| 2022-05-26 | Auto merge of #97410 - jyn514:tool-std-features, r=Mark-Simulacrum | bors | -1/+6 |
| 2022-05-25 | fix: undo old changes | Raiyan | -2/+2 |
| 2022-05-25 | feat: refactored bootstrap files to use stderr consistently | Raiyan | -40/+40 |
| 2022-05-25 | Only allow `compiletest` to use `feature(test)`, not any other feature | Joshua Nelson | -1/+6 |
| 2022-05-25 | Auto merge of #97409 - GuillaumeGomez:rollup-808v9ge, r=GuillaumeGomez | bors | -125/+125 |
| 2022-05-26 | Rollup merge of #97407 - ehuss:update-books, r=ehuss | Guillaume Gomez | -0/+0 |
| 2022-05-26 | Rollup merge of #97394 - GuillaumeGomez:more-eslint-rules, r=notriddle | Guillaume Gomez | -7/+14 |
| 2022-05-26 | Rollup merge of #97375 - petrochenkov:zgccld, r=bjorn3 | Guillaume Gomez | -78/+46 |
| 2022-05-26 | Rollup merge of #97317 - GuillaumeGomez:gui-settings-text-click, r=jsha | Guillaume Gomez | -40/+65 |
| 2022-05-25 | Simplify implementation of `-Z gcc-ld` | Vadim Petrochenkov | -78/+46 |
| 2022-05-25 | Auto merge of #97403 - arlosi:update-cargo, r=ehuss | bors | -0/+0 |
| 2022-05-25 | Update books | Eric Huss | -0/+0 |
| 2022-05-25 | Update cargo | Arlo Siemsen | -0/+0 |
| 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 | Add new eslint rule "eol-last" | Guillaume Gomez | -0/+1 |
| 2022-05-25 | Add new eslint rule "max-len" | Guillaume Gomez | -0/+1 |
| 2022-05-25 | Add new eslint rule "comma-style" | Guillaume Gomez | -0/+1 |
| 2022-05-25 | Add new eslint rule "comma-dangle" | Guillaume Gomez | -0/+1 |