| Age | Commit message (Expand) | Author | Lines |
| 2022-05-27 | Modify `derive(Debug)` to use `Self` in struct literal to avoid redundant error | Esteban Küber | -13/+6 |
| 2022-05-27 | Add test for #97343 | Esteban Küber | -0/+30 |
| 2022-05-26 | Auto merge of #97386 - nnethercote:optimize-pos-adjustments, r=bjorn3 | bors | -30/+21 |
| 2022-05-26 | Auto merge of #97434 - matthiaskrgr:rollup-7j3y16l, r=matthiaskrgr | bors | -46/+205 |
| 2022-05-26 | Rollup merge of #97424 - matthiaskrgr:clippy_complexity_may26, r=oli-obk | Matthias Krüger | -45/+28 |
| 2022-05-26 | Rollup merge of #97354 - GuillaumeGomez:browser-ui-test-update, r=notriddle | Matthias Krüger | -0/+0 |
| 2022-05-26 | Rollup merge of #96033 - yaahc:expect-elaboration, r=scottmcm | Matthias Krüger | -1/+177 |
| 2022-05-26 | Auto merge of #97046 - conradludgate:faster-ascii-case-conv-path, r=thomcc | bors | -5/+83 |
| 2022-05-26 | improve case conversion happy path | Conrad Ludgate | -5/+83 |
| 2022-05-26 | Auto merge of #97168 - SparrowLii:accesses, r=cjgillot | bors | -44/+66 |
| 2022-05-26 | clippy::complexity fixes | Matthias Krüger | -45/+28 |
| 2022-05-26 | Auto merge of #96742 - m-ou-se:bsd-no-ancillary, r=joshtriplett | bors | -173/+33 |
| 2022-05-26 | Auto merge of #97410 - jyn514:tool-std-features, r=Mark-Simulacrum | bors | -1/+6 |
| 2022-05-25 | Disable unix::net::ancillary on BSD. | Mara Bos | -173/+33 |
| 2022-05-26 | Auto merge of #97369 - tmiasko:codgen-ssa-atomic-ordering, r=michaelwoerister | bors | -32/+15 |
| 2022-05-26 | call `instantiation_mode` when pushing a new mono_item | SparrowLii | -44/+66 |
| 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 | -169/+150 |
| 2022-05-26 | Avoid adjusting file positions twice. | Nicholas Nethercote | -29/+18 |
| 2022-05-26 | Augment a comment. | Nicholas Nethercote | -1/+3 |
| 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 | -122/+71 |
| 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 | -122/+71 |
| 2022-05-25 | Auto merge of #97403 - arlosi:update-cargo, r=ehuss | bors | -5/+5 |
| 2022-05-25 | Update books | Eric Huss | -0/+0 |
| 2022-05-25 | fix broken doctest | Jane Lusby | -0/+1 |
| 2022-05-25 | update option and result references to expect message docs | Jane Lusby | -5/+27 |
| 2022-05-25 | fix links | Jane Lusby | -11/+13 |
| 2022-05-25 | Update cargo | Arlo Siemsen | -5/+5 |
| 2022-05-25 | Auto merge of #97401 - Dylan-DPC:rollup-fh9e61o, r=Dylan-DPC | bors | -42/+164 |
| 2022-05-25 | Rollup merge of #97400 - JohnTitor:typo-fix-substructure, r=cjgillot | Dylan DPC | -1/+1 |
| 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 | -30/+73 |
| 2022-05-25 | Rollup merge of #97328 - petrochenkov:nativice, r=michaelwoerister | Dylan DPC | -4/+16 |
| 2022-05-25 | Rollup merge of #97302 - compiler-errors:writeback-ascending, r=cjgillot | Dylan DPC | -7/+43 |
| 2022-05-25 | Auto merge of #94954 - SimonSapin:null-thin3, r=yaahc | bors | -1/+59 |
| 2022-05-25 | Fix a typo on Struct `Substructure` | Yuki Okushi | -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 |
| 2022-05-25 | Add new eslint rule "space-before-blocks" | Guillaume Gomez | -0/+1 |
| 2022-05-25 | Add new eslint rule "space-before-function-paren" | Guillaume Gomez | -7/+8 |
| 2022-05-25 | Add eslint rule "space-infix-ops" | Guillaume Gomez | -0/+1 |
| 2022-05-25 | Auto merge of #97388 - Dylan-DPC:rollup-tfuc4tf, r=Dylan-DPC | bors | -113/+678 |
| 2022-05-25 | Rollup merge of #97384 - nnethercote:fix-metadata-stats, r=bjorn3 | Dylan DPC | -23/+69 |
| 2022-05-25 | Rollup merge of #97370 - compiler-errors:else-no-if-2, r=Dylan-DPC | Dylan DPC | -18/+3 |