| Age | Commit message (Expand) | Author | Lines |
| 2024-05-26 | Auto merge of #125518 - saethlin:check-arguments-new-in-const, r=joboet | bors | -4/+4 |
| 2024-05-25 | Rollup merge of #124080 - oli-obk:define_opaque_types10, r=compiler-errors | Matthias Krüger | -119/+361 |
| 2024-05-24 | Move the checks for Arguments constructors to inline const | Ben Kimock | -4/+4 |
| 2024-05-24 | Auto merge of #125457 - fmease:gacs-diag-infer-plac-missing-ty, r=compiler-er... | bors | -0/+69 |
| 2024-05-24 | Handle trait/impl GAC mismatches when inferring missing/placeholder types | León Orell Valerian Liehr | -5/+25 |
| 2024-05-24 | Properly deal with missing/placeholder types inside GACs | León Orell Valerian Liehr | -0/+49 |
| 2024-05-23 | Rollup merge of #125412 - Urgau:check-cfg-less-build-rs, r=wesleywiser | Guillaume Gomez | -0/+65 |
| 2024-05-23 | Rollup merge of #122382 - mu001999:dead_code/enhance, r=petrochenkov | León Orell Valerian Liehr | -1/+51 |
| 2024-05-23 | Support constraining opaque types while trait upcasting with binders | Oli Scherer | -10/+2 |
| 2024-05-23 | Allow defining opaque types during trait object upcasting. | Oli Scherer | -19/+2 |
| 2024-05-23 | When checking whether an impl applies, constrain hidden types of opaque types. | Oli Scherer | -115/+126 |
| 2024-05-23 | Add more tests | Oli Scherer | -6/+262 |
| 2024-05-23 | Auto merge of #116123 - joboet:rewrite_native_tls, r=m-ou-se | bors | -81/+0 |
| 2024-05-23 | Rollup merge of #125416 - compiler-errors:param-env-missing-copy, r=lcnr | Matthias Krüger | -0/+21 |
| 2024-05-23 | Rollup merge of #125210 - fmease:fix-up-some-diags, r=davidtwco | Matthias Krüger | -20/+25 |
| 2024-05-23 | Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk | Matthias Krüger | -8/+1 |
| 2024-05-23 | Rollup merge of #124516 - oli-obk:taint_const_eval, r=RalfJung | Matthias Krüger | -0/+54 |
| 2024-05-23 | Rollup merge of #124297 - oli-obk:define_opaque_types13, r=jackh726 | Matthias Krüger | -0/+95 |
| 2024-05-23 | delete UI tests that only check internal implementation details of thread-locals | joboet | -81/+0 |
| 2024-05-23 | Allow const eval failures if the cause is a type layout issue | Oli Scherer | -14/+26 |
| 2024-05-23 | Add regression tests | Oli Scherer | -0/+42 |
| 2024-05-23 | Auto merge of #125436 - matthiaskrgr:rollup-uijo2ga, r=matthiaskrgr | bors | -67/+624 |
| 2024-05-23 | Rollup merge of #125392 - workingjubilee:unwind-a-problem-in-context, r=Amanieu | Matthias Krüger | -38/+20 |
| 2024-05-23 | Rollup merge of #125156 - zachs18:for_loops_over_fallibles_behind_refs, r=Nil... | Matthias Krüger | -1/+83 |
| 2024-05-23 | Rollup merge of #125054 - nnethercote:fix-124973, r=compiler-errors | Matthias Krüger | -0/+21 |
| 2024-05-23 | Rollup merge of #123623 - surechen:fix_123261, r=estebank | Matthias Krüger | -19/+140 |
| 2024-05-23 | Rollup merge of #122665 - ehuss:pub-priv-tests, r=davidtwco | Matthias Krüger | -9/+360 |
| 2024-05-23 | Auto merge of #125359 - RalfJung:interpret-overflowing-ops, r=oli-obk | bors | -3/+3 |
| 2024-05-23 | Handle `ReVar` in `note_and_explain_region`. | Nicholas Nethercote | -0/+21 |
| 2024-05-23 | Detect unused structs which implement private traits | r0cky | -1/+51 |
| 2024-05-22 | Auto merge of #125423 - fmease:rollup-ne4l9y4, r=fmease | bors | -0/+51 |
| 2024-05-22 | Rollup merge of #125306 - compiler-errors:closure-incongruency, r=oli-obk | León Orell Valerian Liehr | -0/+51 |
| 2024-05-22 | Add some tests for public-private dependencies. | Eric Huss | -9/+360 |
| 2024-05-22 | Cleanup: Fix up some diagnostics | León Orell Valerian Liehr | -20/+25 |
| 2024-05-22 | Don't suggest adding the unexpected cfgs the build-script it-self | Urgau | -0/+65 |
| 2024-05-22 | Rollup merge of #125259 - compiler-errors:fn-mut-as-a-treat, r=oli-obk | León Orell Valerian Liehr | -0/+23 |
| 2024-05-22 | Rollup merge of #125049 - dtolnay:castbrace, r=compiler-errors | León Orell Valerian Liehr | -282/+101 |
| 2024-05-22 | Rollup merge of #125015 - fmease:pat-tys-proh-gen-args-on-ct-params, r=spasto... | León Orell Valerian Liehr | -1/+49 |
| 2024-05-22 | Use correct param-env in MissingCopyImplementations | Michael Goulet | -0/+21 |
| 2024-05-22 | rustc: Use `tcx.used_crates(())` more | Vadim Petrochenkov | -8/+1 |
| 2024-05-22 | Auto merge of #117329 - RalfJung:offset-by-zero, r=oli-obk,scottmcm | bors | -89/+59 |
| 2024-05-22 | For OutsideLoop we should not suggest add 'block label in if block, or we wii... | surechen | -19/+140 |
| 2024-05-22 | Auto merge of #124227 - compiler-errors:hack-check-method-res, r=estebank | bors | -0/+42 |
| 2024-05-22 | Auto merge of #125326 - weiznich:move/do_not_recommend_to_diganostic_namespac... | bors | -132/+123 |
| 2024-05-21 | Wrap Context.ext in AssertUnwindSafe | Jubilee Young | -38/+20 |
| 2024-05-21 | Auto merge of #124417 - Xiretza:translate-early-lints, r=fmease | bors | -59/+59 |
| 2024-05-21 | Fix typo in deprecation lint message | Xiretza | -4/+4 |
| 2024-05-21 | Make early lints translatable | Xiretza | -19/+19 |
| 2024-05-21 | Convert unexpected_cfg_{name,value} to struct diagnostics | Xiretza | -36/+36 |
| 2024-05-21 | Rollup merge of #125310 - workingjubilee:muck-out-the-test-stables, r=Nilstrieb | Matthias Krüger | -44/+41 |