| Age | Commit message (Expand) | Author | Lines |
| 2023-07-02 | Downgrade rustix | Nilstrieb | -0/+3 |
| 2023-07-02 | Downgrade tracing and syn | Nilstrieb | -2/+3 |
| 2023-07-02 | Auto merge of #113040 - Kobzol:llvm-remark-streamer, r=tmiasko | bors | -13/+162 |
| 2023-07-02 | Add `rustc` option to output LLVM optimization remarks to YAML files | Jakub Beránek | -13/+162 |
| 2023-07-02 | Auto merge of #113256 - matthiaskrgr:rollup-poex8w2, r=matthiaskrgr | bors | -5/+7 |
| 2023-07-02 | Rollup merge of #113233 - Nilstrieb:chaaalk, r=jackh726 | Matthias Krüger | -4/+6 |
| 2023-07-02 | Rollup merge of #113231 - Urgau:fix_false_positive_drop_copy, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-07-02 | Auto merge of #112718 - oli-obk:SIMD-destructure_mir_const, r=cjgillot | bors | -44/+44 |
| 2023-07-02 | Auto merge of #112910 - lqd:mcp510, r=petrochenkov | bors | -83/+376 |
| 2023-07-01 | Put `FnAbiError` behind reference to shrink result | Nilstrieb | -25/+20 |
| 2023-07-01 | Put `LayoutError` behind reference to shrink result | Nilstrieb | -54/+87 |
| 2023-07-01 | Update chalk | Nilstrieb | -4/+6 |
| 2023-07-01 | Fix dropping_copy_types lint from linting in match-arm with side-effects | Urgau | -1/+1 |
| 2023-07-01 | Auto merge of #113229 - matthiaskrgr:rollup-gunqun4, r=matthiaskrgr | bors | -42/+208 |
| 2023-07-01 | Rollup merge of #113196 - Bryanskiy:assoc_item, r=petrochenkov | Matthias Krüger | -4/+7 |
| 2023-07-01 | Rollup merge of #113182 - compiler-errors:rpit-stricter-captures, r=oli-obk | Matthias Krüger | -32/+116 |
| 2023-07-01 | Rollup merge of #113174 - chenyukang:yukang-fix-102972-loop-next, r=compiler-... | Matthias Krüger | -2/+80 |
| 2023-07-01 | Rollup merge of #113168 - bvanjoi:fix-85992, r=petrochenkov | Matthias Krüger | -4/+5 |
| 2023-07-01 | Auto merge of #112550 - loongarch-rs:fix-eflags, r=cjgillot | bors | -2/+13 |
| 2023-07-01 | fix(resolve): skip assertion judgment when `NonModule` is dummy | bohan | -4/+5 |
| 2023-07-01 | Auto merge of #113154 - lcnr:better-probe-check, r=compiler-errors | bors | -122/+80 |
| 2023-07-01 | Rollup merge of #113187 - compiler-errors:local-ty, r=b-naber | Matthias Krüger | -34/+22 |
| 2023-06-30 | require `-Zunstable-options` to use new link-self-contained values and | Rémy Rakic | -10/+53 |
| 2023-06-30 | implement `-C linker-flavor` modern flavors | Rémy Rakic | -8/+73 |
| 2023-06-30 | refactor `add_gcc_ld_path` into its final form | Rémy Rakic | -51/+68 |
| 2023-06-30 | use `LinkSelfContained` for `-C link-self-contained` | Rémy Rakic | -4/+91 |
| 2023-06-30 | add dedicated `-C link-self-contained` structure | Rémy Rakic | -1/+45 |
| 2023-06-30 | regroup `LinkerPluginLto` blocks | Rémy Rakic | -9/+9 |
| 2023-06-30 | add whether `LinkerFlavor` invokes the linker via a C/C++ compiler | Rémy Rakic | -0/+19 |
| 2023-06-30 | add whether `LinkerFlavor` uses `lld` | Rémy Rakic | -0/+18 |
| 2023-06-30 | Fix associated items effective visibility calculation for type privacy lints | Bryanskiy | -4/+7 |
| 2023-06-30 | Auto merge of #109524 - bzEq:aix-embed-llvmbc, r=nagisa | bors | -2/+19 |
| 2023-06-30 | Auto merge of #106619 - agausmann:avr-object-file, r=nagisa | bors | -1/+349 |
| 2023-06-30 | add typecheck for iterator | yukang | -20/+17 |
| 2023-06-30 | Better messages for next in a iterator inside for loops | yukang | -2/+83 |
| 2023-06-30 | Rollup merge of #113177 - estebank:hrlt-sugg, r=compiler-errors | Matthias Krüger | -3/+7 |
| 2023-06-30 | Rollup merge of #113171 - spastorino:new-rpitit-25, r=compiler-errors | Matthias Krüger | -9/+15 |
| 2023-06-30 | Rollup merge of #113165 - compiler-errors:rpitits-foreign-bounds, r=spastorino | Matthias Krüger | -0/+3 |
| 2023-06-30 | Rollup merge of #113071 - compiler-errors:no-parent-non-lifetime-args-in-apit... | Matthias Krüger | -6/+83 |
| 2023-06-30 | Rollup merge of #111403 - y21:suggest-slice-swap, r=compiler-errors | Matthias Krüger | -3/+4 |
| 2023-06-30 | No need to distinguish LocalTy from Ty | Michael Goulet | -34/+22 |
| 2023-06-30 | Auto merge of #113162 - matthiaskrgr:rollup-fct3wj7, r=matthiaskrgr | bors | -126/+342 |
| 2023-06-30 | Flip the order of binder instantiation for better diagnostics | Michael Goulet | -10/+7 |
| 2023-06-30 | Error for RPITIT hidden tys that capture more than their trait defn | Michael Goulet | -22/+109 |
| 2023-06-29 | Properly implement variances_of for RPITIT GAT | Santiago Pastorino | -9/+15 |
| 2023-06-30 | Auto merge of #113116 - nnethercote:codegen-opts, r=oli-obk | bors | -117/+32 |
| 2023-06-30 | Use structured suggestion when telling user about `for<'a>` | Esteban Küber | -3/+7 |
| 2023-06-29 | Auto merge of #112682 - spastorino:new-rpitit-21, r=compiler-errors | bors | -104/+203 |
| 2023-06-29 | Do not generate lifetime_mapping for RPIT no in_trait | Santiago Pastorino | -12/+32 |
| 2023-06-29 | Add bidirectional where clauses on RPITIT synthesized GATs | Santiago Pastorino | -36/+88 |