| Age | Commit message (Expand) | Author | Lines |
| 2023-07-04 | Auto merge of #113309 - chenyukang:yukang-fix-89640-space, r=Nilstrieb | bors | -0/+16 |
| 2023-07-04 | Detect extra space in keyword for better hint | yukang | -0/+16 |
| 2023-07-04 | Auto merge of #113303 - compiler-errors:yeet-chalk, r=lcnr | bors | -799/+3 |
| 2023-07-04 | Auto merge of #113304 - cuviper:indexmap-2, r=Mark-Simulacrum | bors | -10/+2 |
| 2023-07-04 | Auto merge of #113215 - compiler-errors:rpitit-predicates-tweaks, r=spastorino | bors | -15/+52 |
| 2023-07-04 | Auto merge of #112917 - chenyukang:yukang-fix-112590, r=estebank | bors | -9/+110 |
| 2023-07-03 | Remove compare mode | Michael Goulet | -3/+0 |
| 2023-07-03 | Remove chalk from the compiler | Michael Goulet | -796/+3 |
| 2023-07-03 | Bless ui-fulldeps/missing-rustc-driver-error | Josh Stone | -10/+2 |
| 2023-07-03 | Auto merge of #108611 - davidtwco:issue-94223-external-abi-fn-ptr-in-internal... | bors | -1/+178 |
| 2023-07-03 | Rollup merge of #113286 - fmease:iat-dont-select-if-not-enabled, r=compiler-e... | Guillaume Gomez | -41/+90 |
| 2023-07-03 | Rollup merge of #113285 - GuillaumeGomez:display-long-inline-cfg, r=notriddle | Guillaume Gomez | -1/+20 |
| 2023-07-03 | lint/ctypes: check other types for ext. fn-ptr ty | David Wood | -1/+127 |
| 2023-07-03 | lint/ctypes: multiple external fn-ptrs in ty | David Wood | -1/+23 |
| 2023-07-03 | abi: avoid ice for non-ffi-safe fn ptrs | David Wood | -0/+8 |
| 2023-07-03 | lint/ctypes: ext. abi fn-ptr in internal abi fn | David Wood | -1/+22 |
| 2023-07-03 | Don't perform selection if IATs are not enabled | León Orell Valerian Liehr | -41/+90 |
| 2023-07-03 | Add GUI test for long inline cfg labels display | Guillaume Gomez | -1/+20 |
| 2023-07-03 | Auto merge of #113086 - lcnr:rust8, r=compiler-errors | bors | -191/+366 |
| 2023-07-03 | update tests | lcnr | -191/+366 |
| 2023-07-02 | Rollup merge of #113258 - GuillaumeGomez:migrate-gui-test-color-19, r=notriddle | Matthias Krüger | -15/+15 |
| 2023-07-02 | Auto merge of #108537 - GuillaumeGomez:rustdoc-search-whitespace-as-separator... | bors | -115/+252 |
| 2023-07-02 | Auto merge of #113040 - Kobzol:llvm-remark-streamer, r=tmiasko | bors | -0/+18 |
| 2023-07-02 | Add `rustc` option to output LLVM optimization remarks to YAML files | Jakub Beránek | -0/+18 |
| 2023-07-02 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -15/+15 |
| 2023-07-02 | Rollup merge of #113231 - Urgau:fix_false_positive_drop_copy, r=Nilstrieb | Matthias Krüger | -0/+38 |
| 2023-07-02 | Rollup merge of #113228 - GuillaumeGomez:migrate-gui-test-color-18, r=notriddle | Matthias Krüger | -9/+9 |
| 2023-07-02 | add testcase for 112590 | yukang | -55/+88 |
| 2023-07-02 | Auto merge of #112910 - lqd:mcp510, r=petrochenkov | bors | -5/+21 |
| 2023-07-01 | Fix dropping_copy_types lint from linting in match-arm with side-effects | Urgau | -0/+38 |
| 2023-07-01 | Rollup merge of #113182 - compiler-errors:rpit-stricter-captures, r=oli-obk | Matthias Krüger | -24/+167 |
| 2023-07-01 | Rollup merge of #113174 - chenyukang:yukang-fix-102972-loop-next, r=compiler-... | Matthias Krüger | -0/+49 |
| 2023-07-01 | Rollup merge of #113168 - bvanjoi:fix-85992, r=petrochenkov | Matthias Krüger | -0/+27 |
| 2023-07-01 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -9/+9 |
| 2023-07-01 | Auto merge of #111992 - ferrocene:pa-panic-abort-tests-bench, r=m-ou-se | bors | -4/+14 |
| 2023-07-01 | fix(resolve): skip assertion judgment when `NonModule` is dummy | bohan | -0/+27 |
| 2023-06-30 | comment, and bless, unstable linker flavor test | Rémy Rakic | -4/+8 |
| 2023-06-30 | add end-to-end test | Rémy Rakic | -0/+12 |
| 2023-06-30 | bless test with new linker flavors | Rémy Rakic | -1/+1 |
| 2023-06-30 | Additional wf test | Michael Goulet | -10/+51 |
| 2023-06-30 | RPITITs inherit method predicates | Michael Goulet | -5/+1 |
| 2023-06-30 | Improve search-result-display.goml test | Guillaume Gomez | -4/+5 |
| 2023-06-30 | Better messages for next in a iterator inside for loops | yukang | -0/+49 |
| 2023-06-30 | Rollup merge of #113177 - estebank:hrlt-sugg, r=compiler-errors | Matthias Krüger | -61/+150 |
| 2023-06-30 | Rollup merge of #113171 - spastorino:new-rpitit-25, r=compiler-errors | Matthias Krüger | -0/+19 |
| 2023-06-30 | Rollup merge of #113165 - compiler-errors:rpitits-foreign-bounds, r=spastorino | Matthias Krüger | -0/+4 |
| 2023-06-30 | Rollup merge of #113071 - compiler-errors:no-parent-non-lifetime-args-in-apit... | Matthias Krüger | -9/+31 |
| 2023-06-30 | Rollup merge of #111403 - y21:suggest-slice-swap, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2023-06-30 | Auto merge of #113162 - matthiaskrgr:rollup-fct3wj7, r=matthiaskrgr | bors | -625/+276 |
| 2023-06-30 | Adapt tests from #105258 | Michael Goulet | -6/+151 |