| Age | Commit message (Expand) | Author | Lines |
| 2022-08-01 | Auto merge of #99944 - bjorn3:hide_proc_macro_symbols, r=eddyb | bors | -35/+35 |
| 2022-07-31 | Rollup merge of #99986 - WaffleLapkin:record_struct_wrap_suggestion, r=compil... | Matthias Krüger | -5/+15 |
| 2022-07-31 | Rollup merge of #99973 - RalfJung:layout-things, r=eddyb | Matthias Krüger | -920/+920 |
| 2022-07-31 | Rollup merge of #99620 - hudson-ayers:fix-location-detail, r=davidtwco | Matthias Krüger | -1/+11 |
| 2022-07-31 | Rollup merge of #99519 - Urgau:check-cfg-implicit, r=petrochenkov | Matthias Krüger | -38/+63 |
| 2022-07-31 | --bless tests | Maybe Waffle | -5/+15 |
| 2022-07-31 | reorder fields in Laout debug output | Ralf Jung | -920/+920 |
| 2022-07-31 | Rollup merge of #99974 - TaKO8Ki:suggest-removing-semicolon-and-boxing-the-ex... | Dylan DPC | -0/+200 |
| 2022-07-31 | Rollup merge of #99741 - compiler-errors:copy-impl-impl-generics, r=fee1-dead | Dylan DPC | -0/+95 |
| 2022-07-31 | Add issue reference | bjorn3 | -2/+2 |
| 2022-07-31 | Remove workarounds for issue 59998 | bjorn3 | -35/+5 |
| 2022-07-31 | add a test to check if `suggest_remove_semi_or_return_binding` is working wel... | Takayuki Maeda | -0/+200 |
| 2022-07-30 | Auto merge of #99959 - cuviper:niche-size, r=eddyb | bors | -0/+469 |
| 2022-07-30 | Rollup merge of #99890 - compiler-errors:issue-99828, r=lcnr | Matthias Krüger | -6/+41 |
| 2022-07-30 | Rollup merge of #99873 - notriddle:notriddle/invalid-html-tags-webcomponents,... | Matthias Krüger | -1/+19 |
| 2022-07-30 | Test another enum niche with multiple ZST alignments | Josh Stone | -3/+132 |
| 2022-07-30 | Fix the size of niche enums with ZST alignment | Josh Stone | -0/+340 |
| 2022-07-30 | Rollup merge of #99903 - gimbles:pub, r=davidtwco | Dylan DPC | -0/+29 |
| 2022-07-30 | Rollup merge of #99895 - compiler-errors:type-ascription-aint-cast, r=davidtwco | Dylan DPC | -73/+73 |
| 2022-07-30 | Rollup merge of #99862 - WaffleLapkin:type_mismatch_fix, r=compiler-errors | Dylan DPC | -63/+119 |
| 2022-07-30 | Limit symbols exported from proc macros | bjorn3 | -0/+30 |
| 2022-07-30 | Auto merge of #99796 - compiler-errors:issue-53475, r=oli-obk | bors | -0/+27 |
| 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 | 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 | 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 | 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 | anonymize all bound vars, not just regions | lcnr | -0/+14 |