| Age | Commit message (Expand) | Author | Lines |
| 2022-07-31 | Add issue reference | bjorn3 | -2/+2 |
| 2022-07-31 | Remove workarounds for issue 59998 | bjorn3 | -35/+5 |
| 2022-07-30 | Limit symbols exported from proc macros | bjorn3 | -0/+30 |
| 2022-07-30 | Auto merge of #99123 - mystor:crossbeam_bridge, r=eddyb | bors | -0/+1 |
| 2022-07-30 | Auto merge of #99925 - JohnTitor:rollup-4bt9ou3, r=JohnTitor | bors | -33/+178 |
| 2022-07-30 | Rollup merge of #99891 - compiler-errors:suggest-slicing-carefully, r=oli-obk | Yuki Okushi | -1/+17 |
| 2022-07-30 | Rollup merge of #99881 - compiler-errors:issue-99876, r=tmiasko | Yuki Okushi | -0/+9 |
| 2022-07-30 | Rollup merge of #99671 - TaKO8Ki:suggest-dereferencing-index, r=compiler-errors | Yuki Okushi | -32/+63 |
| 2022-07-30 | Rollup merge of #99518 - dingxiangfei2009:let-else-additional-tests, r=oli-obk | Yuki Okushi | -0/+89 |
| 2022-07-29 | Auto merge of #99730 - lcnr:bound-vars-anon, r=jackh726 | bors | -0/+14 |
| 2022-07-29 | proc_macro: use crossbeam channels for the proc_macro cross-thread bridge | Nika Layzell | -0/+1 |
| 2022-07-29 | Auto merge of #99467 - BelovDV:add_option_link_arg, r=petrochenkov | bors | -8/+67 |
| 2022-07-29 | Auto merge of #99715 - tmiasko:coverage-run-make, r=Mark-Simulacrum | bors | -11/+11 |
| 2022-07-29 | Auto merge of #99892 - JohnTitor:rollup-qi4fem8, r=JohnTitor | bors | -0/+56 |
| 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 | 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 | Auto merge of #99863 - Dylan-DPC:rollup-lq9w047, r=Dylan-DPC | bors | -22/+141 |
| 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 | 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-27 | add suggestion when there is a impl of external trait on pointer | Vincenzo Palazzo | -0/+56 |
| 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 settings in small device | Guillaume Gomez | -0/+9 |
| 2022-07-27 | Fix process-spawn-nonexistent on WSL | Nilstrieb | -5/+7 |
| 2022-07-27 | add tests and comment | ouz-a | -0/+15 |
| 2022-07-27 | lint: add bad opt access internal lint | David Wood | -0/+42 |
| 2022-07-27 | Rollup merge of #99704 - fee1-dead-contrib:add_self_tilde_const_trait, r=oli-obk | Yuki Okushi | -194/+164 |
| 2022-07-27 | Rollup merge of #99079 - compiler-errors:issue-99073, r=oli-obk | Yuki Okushi | -21/+20 |
| 2022-07-27 | Rollup merge of #99712 - davidtwco:translation-migrate-passes-2, r=compiler-e... | Yuki Okushi | -10/+10 |
| 2022-07-27 | Rollup merge of #99700 - est31:rustdoc_layout_heading, r=GuillaumeGomez | Yuki Okushi | -0/+1 |