| Age | Commit message (Expand) | Author | Lines |
| 2023-04-26 | Auto merge of #110861 - m-ou-se:thread-local-restructure, r=workingjubilee | bors | -12/+10 |
| 2023-04-26 | Update tests. | Mara Bos | -12/+10 |
| 2023-04-26 | Auto merge of #110852 - matthiaskrgr:rollup-jz3eosr, r=matthiaskrgr | bors | -2/+51 |
| 2023-04-26 | Rollup merge of #110825 - notriddle:notriddle/issue-70082, r=compiler-errors | Matthias Krüger | -0/+27 |
| 2023-04-26 | Rollup merge of #110798 - ozkanonur:rustdoc-unused-extern-crates, r=jyn514 | Matthias Krüger | -1/+1 |
| 2023-04-26 | Rollup merge of #110550 - compiler-errors:deref-on-binop-rhs, r=wesleywiser | Matthias Krüger | -1/+23 |
| 2023-04-26 | Auto merge of #110822 - scottmcm:lower-offset-to-mir, r=compiler-errors | bors | -0/+35 |
| 2023-04-26 | Rollup merge of #110817 - fmease:fix-109759, r=compiler-errors | jyn | -0/+51 |
| 2023-04-26 | Rollup merge of #110329 - aDotInTheVoid:json-inline-again, r=jyn514 | jyn | -11/+26 |
| 2023-04-26 | Rollup merge of #109379 - flba-eb:108596_fixtest_sigpipe, r=jyn514 | jyn | -3/+7 |
| 2023-04-25 | Lower `intrinsics::offset` to `mir::BinOp::Offset` | Scott McMurray | -0/+35 |
| 2023-04-25 | Auto merge of #110811 - compiler-errors:vars-are-question-mark, r=WaffleLapkin | bors | -302/+302 |
| 2023-04-25 | Add regression tests for const-generic IATs | León Orell Valerian Liehr | -0/+51 |
| 2023-04-25 | diagnostics: add test case for already-solved issue | Michael Howell | -0/+27 |
| 2023-04-25 | vars are ? | Michael Goulet | -302/+302 |
| 2023-04-25 | Rollup merge of #110671 - compiler-errors:polarity, r=lcnr | Matthias Krüger | -0/+52 |
| 2023-04-25 | pass `unused_extern_crates` in `librustdoc::doctest::make_test` | ozkanonur | -1/+1 |
| 2023-04-25 | Auto merge of #110325 - obeis:hir-analysis-migrate-diagnostics-4, r=davidtwco | bors | -1/+3 |
| 2023-04-25 | Auto merge of #103093 - rytheo:linked-list-alloc-api, r=Mark-Simulacrum | bors | -2/+2 |
| 2023-04-25 | Auto merge of #101069 - zhaixiaojuan:loongarch64-inline-asm, r=Amanieu | bors | -0/+196 |
| 2023-04-25 | Add loongarch64 asm! support | zhaixiaojuan | -0/+196 |
| 2023-04-25 | Negative coherence test | Michael Goulet | -0/+52 |
| 2023-04-24 | Add support for allocators in LinkedList | Ryan Lowe | -2/+2 |
| 2023-04-25 | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | -4/+385 |
| 2023-04-25 | Revert "Rename -Zoom=panic to -Zoom=unwind" | Matthias Krüger | -1/+1 |
| 2023-04-25 | Revert "Adjust expected result for coverage test" | Matthias Krüger | -3/+3 |
| 2023-04-24 | Auto merge of #110778 - JohnTitor:rollup-7f51qwk, r=JohnTitor | bors | -2/+530 |
| 2023-04-25 | Rollup merge of #110760 - GuillaumeGomez:regression-60522, r=notriddle | Yuki Okushi | -0/+39 |
| 2023-04-25 | Rollup merge of #110667 - pcc:fix-pointer-auth-link-with-c, r=Mark-Simulacrum | Yuki Okushi | -2/+2 |
| 2023-04-25 | Rollup merge of #110590 - oli-obk:object_safe_assoc_types, r=jackh726 | Yuki Okushi | -0/+141 |
| 2023-04-25 | Rollup merge of #110480 - whtahy:105107/known-bug-tests-for-unsound-issues, r... | Yuki Okushi | -0/+348 |
| 2023-04-24 | Auto merge of #110713 - cjgillot:track-mir-opt, r=scottmcm | bors | -170/+757 |
| 2023-04-24 | Auto merge of #110672 - Ezrashaw:allow-array-simd-in-inline-asm, r=workingjub... | bors | -0/+25 |
| 2023-04-24 | Add regression test for #60522 | Guillaume Gomez | -0/+39 |
| 2023-04-24 | Rollup merge of #110706 - scottmcm:transmute_unchecked, r=oli-obk | Matthias Krüger | -33/+9 |
| 2023-04-24 | Rollup merge of #110566 - compiler-errors:bad-projection-term, r=cjgillot,Box... | Matthias Krüger | -0/+33 |
| 2023-04-24 | Rollup merge of #110255 - clubby789:proc-macro-test-help, r=jackh726 | Matthias Krüger | -0/+26 |
| 2023-04-23 | Don't create projection ty for const projection | Michael Goulet | -0/+33 |
| 2023-04-23 | Rollup merge of #110700 - compiler-errors:fn-ret-fn, r=oli-obk | Matthias Krüger | -0/+26 |
| 2023-04-23 | Rollup merge of #110661 - notriddle:notriddle/settings-js-handlekey, r=Guilla... | Matthias Krüger | -0/+9 |
| 2023-04-23 | Add mir-opt tests to track MIR quality. | Camille GILLOT | -170/+757 |
| 2023-04-23 | Auto merge of #110705 - saethlin:ignore-locals-cost, r=cjgillot | bors | -48/+450 |
| 2023-04-23 | Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillot | bors | -320/+309 |
| 2023-04-23 | allow array-style simd in inline asm | Ezra Shaw | -0/+25 |
| 2023-04-22 | Add `intrinsics::transmute_unchecked` | Scott McMurray | -33/+9 |
| 2023-04-22 | Remove the size of locals heuristic in MIR inlining | Ben Kimock | -48/+450 |
| 2023-04-23 | Fortify test. | Camille GILLOT | -7/+15 |
| 2023-04-22 | Turn on ConstDebugInfo pass. | Wesley Wiser | -74/+68 |
| 2023-04-22 | Don't infer fn return type to return itself | Michael Goulet | -0/+26 |
| 2023-04-22 | add known-bug test for unsound issue 104005 | whtahy | -0/+37 |