| Age | Commit message (Expand) | Author | Lines |
| 2022-07-29 | Auto merge of #99467 - BelovDV:add_option_link_arg, r=petrochenkov | bors | -8/+67 |
| 2022-07-29 | Add diagnostic when using public instead of pub | Gimgim | -0/+29 |
| 2022-07-29 | Auto merge of #99715 - tmiasko:coverage-run-make, r=Mark-Simulacrum | bors | -11/+11 |
| 2022-07-29 | Add ui test for #99625 | Obei Sideg | -0/+34 |
| 2022-07-29 | Auto merge of #99892 - JohnTitor:rollup-qi4fem8, r=JohnTitor | bors | -0/+56 |
| 2022-07-29 | dont call type ascription 'cast' | Michael Goulet | -73/+73 |
| 2022-07-29 | Rollup merge of #99686 - vincenzopalazzo:macros/impl_on_ptr, r=compiler-errors | Yuki Okushi | -0/+56 |
| 2022-07-29 | Adjust an expr span to account for macros | Michael Goulet | -1/+17 |
| 2022-07-29 | Do not allow bad projection term to leak into the type checker | Michael Goulet | -6/+41 |
| 2022-07-29 | check if T is slice | Takayuki Maeda | -1/+1 |
| 2022-07-29 | Auto merge of #99660 - PrestonFrom:issue_99265, r=compiler-errors | bors | -24/+864 |
| 2022-07-29 | Auto merge of #99512 - nikic:llvm-15-fixes, r=cuviper | bors | -22/+14 |
| 2022-07-29 | fix ICE when computing codegen_fn_attrs on closure with non-fn parent | Michael Goulet | -0/+9 |
| 2022-07-28 | Remove guess_head_span. | Camille GILLOT | -56/+65 |
| 2022-07-28 | rustdoc: align invalid-html-tags lint with commonmark spec | Michael Howell | -1/+19 |
| 2022-07-28 | Auto merge of #99863 - Dylan-DPC:rollup-lq9w047, r=Dylan-DPC | bors | -22/+141 |
| 2022-07-28 | location-detail: disable all location details when passed `none` | Hudson Ayers | -1/+11 |
| 2022-07-28 | Rollup merge of #99807 - Nilstrieb:wsl-ui-test-fix, r=Mark-Simulacrum | Dylan DPC | -6/+11 |
| 2022-07-28 | Rollup merge of #99689 - dtolnay:write, r=Mark-Simulacrum | Dylan DPC | -16/+130 |
| 2022-07-28 | Auto merge of #99780 - Nilstrieb:mir-opt-test-line-no, r=oli-obk | bors | -9912/+9913 |
| 2022-07-28 | --bless tests | Maybe Waffle | -63/+119 |
| 2022-07-28 | orphan check: remove const generics fixme | lcnr | -0/+29 |
| 2022-07-28 | Revert "Rollup merge of #97346 - JohnTitor:remove-back-compat-hacks, r=oli-obk" | Oli Scherer | -57/+47 |
| 2022-07-28 | anonymize all bound vars, not just regions | lcnr | -0/+14 |
| 2022-07-28 | Diagnose missing make includes | Tomasz Miąsko | -4/+4 |
| 2022-07-28 | Move coverage tests from run-make-fulldeps to run-make | Tomasz Miąsko | -4/+4 |
| 2022-07-28 | bless mir opt tests | Nilstrieb | -9912/+9912 |
| 2022-07-28 | Rollup merge of #99810 - GuillaumeGomez:fix-settings-slider-small-width, r=no... | Dylan DPC | -0/+9 |
| 2022-07-28 | Rollup merge of #99714 - ouz-a:issue_57961, r=oli-obk | Dylan DPC | -1/+18 |
| 2022-07-28 | Use line numbers relative to function in mir opt tests | Nilstrieb | -0/+1 |
| 2022-07-28 | suggest adding/removing `ref` for binding patterns | Takayuki Maeda | -2/+111 |
| 2022-07-27 | add suggestion when there is a impl of external trait on pointer | Vincenzo Palazzo | -0/+56 |
| 2022-07-27 | safe transmute: reference tracking issue | Jack Wrenn | -1/+14 |
| 2022-07-27 | safe transmute: add `rustc_on_unimplemented` to `BikeshedIntrinsicFrom` | Jack Wrenn | -364/+482 |
| 2022-07-27 | safe transmute: test to ensure that trait is correctly feature-gated | Jack Wrenn | -0/+17 |
| 2022-07-27 | safe transmute: test when `ASSUME` params are passed indirectly | Jack Wrenn | -0/+73 |
| 2022-07-27 | safe transmute: gracefully handle const params of wrong types | Jack Wrenn | -0/+67 |
| 2022-07-27 | Initial (incomplete) implementation of transmutability trait. | Jack Wrenn | -0/+3840 |
| 2022-07-27 | Rollup merge of #99812 - GuillaumeGomez:fix-headings-colors, r=jsha,notriddle | Guillaume Gomez | -5/+103 |
| 2022-07-27 | Rollup merge of #99728 - cjgillot:ast-lifetimes-anon-clean, r=petrochenkov | Guillaume Gomez | -0/+24 |
| 2022-07-27 | Rollup merge of #99710 - davidtwco:internal-lint-opts, r=lcnr | Guillaume Gomez | -0/+42 |
| 2022-07-27 | Rollup merge of #99651 - compiler-errors:fn-and-raw-ptr-in-const-generics, r=... | Guillaume Gomez | -17/+71 |
| 2022-07-27 | Rollup merge of #99358 - compiler-errors:issue-99325, r=oli-obk | Guillaume Gomez | -0/+307 |
| 2022-07-27 | Add GUI tests for headings border and text color | Guillaume Gomez | -5/+103 |
| 2022-07-27 | Make CFI tests opaque pointers compatible | Nikita Popov | -7/+6 |
| 2022-07-27 | Remove outdated rustc_allocator test | Nikita Popov | -7/+0 |
| 2022-07-27 | Update codegen test for opaque pointers | Nikita Popov | -8/+8 |
| 2022-07-27 | Fix linkage-attr/issue-10755.rs ui test on WSL | Nilstrieb | -1/+4 |
| 2022-07-27 | Add GUI test for item info position | Guillaume Gomez | -8/+35 |
| 2022-07-27 | Add GUI test for settings in small device | Guillaume Gomez | -0/+9 |