| Age | Commit message (Expand) | Author | Lines |
| 2024-03-02 | Rollup merge of #121875 - estebank:e0277-drive-by, r=compiler-errors | Matthias Krüger | -16/+17 |
| 2024-03-02 | Rollup merge of #121861 - tbu-:pr_floating_point_exact_examples, r=workingjub... | Matthias Krüger | -22/+26 |
| 2024-03-02 | Rollup merge of #121847 - shamatar:btreemap_fix_implicits, r=cuviper | Matthias Krüger | -1/+1 |
| 2024-03-02 | Rollup merge of #121835 - nnethercote:mv-HandleStore, r=bjorn3 | Matthias Krüger | -86/+99 |
| 2024-03-02 | Rollup merge of #121815 - nnethercote:mv-gather_comments, r=est31 | Matthias Krüger | -127/+126 |
| 2024-03-02 | Rollup merge of #121739 - jieyouxu:loooong-typename, r=estebank | Matthias Krüger | -50/+117 |
| 2024-03-02 | Rollup merge of #121715 - Nadrieril:testcase-or, r=matthewjasper | Matthias Krüger | -122/+155 |
| 2024-03-02 | Rollup merge of #120684 - carschandler:patch-1, r=nnethercote | Matthias Krüger | -1/+1 |
| 2024-03-02 | Rollup merge of #109263 - squell:master, r=cuviper | Matthias Krüger | -5/+4 |
| 2024-03-02 | Auto merge of #121657 - estebank:issue-119665, r=davidtwco | bors | -57/+146 |
| 2024-03-02 | Auto merge of #121878 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-03-02 | Account for unmet `T: !Copy` in E0277 message | Esteban Küber | -9/+16 |
| 2024-03-01 | Update cargo | Weihang Lo | -0/+0 |
| 2024-03-02 | Auto merge of #121870 - matthiaskrgr:rollup-mfpa3jx, r=matthiaskrgr | bors | -708/+1165 |
| 2024-03-01 | Update E0716.md | carschandler | -3/+2 |
| 2024-03-01 | Rollup merge of #121824 - celinval:smir-scalar, r=oli-obk | Matthias Krüger | -25/+296 |
| 2024-03-01 | Rollup merge of #121811 - rcvalle:rust-cfi-move-ui-tests-to-sanitizer-directo... | Matthias Krüger | -4/+4 |
| 2024-03-01 | Rollup merge of #121803 - estebank:dont-mention-type-error-e0277, r=compiler-... | Matthias Krüger | -3/+5 |
| 2024-03-01 | Rollup merge of #121750 - Nadrieril:switchkind-if, r=matthewjasper | Matthias Krüger | -65/+59 |
| 2024-03-01 | Rollup merge of #121730 - ecnelises:aix_pgo, r=wesleywiser | Matthias Krüger | -1/+4 |
| 2024-03-01 | Rollup merge of #121706 - Nadrieril:simplify-sort-candidate, r=matthewjasper | Matthias Krüger | -34/+17 |
| 2024-03-01 | Rollup merge of #121634 - RavuAlHemio:slice-prefix-suffix-docs, r=cuviper | Matthias Krüger | -4/+10 |
| 2024-03-01 | Rollup merge of #121497 - lcnr:coherence-suggest-increasing-recursion-limit, ... | Matthias Krüger | -256/+342 |
| 2024-03-01 | Rollup merge of #121153 - chenyukang:yukang-fix-105431-type-mismatch, r=estebank | Matthias Krüger | -41/+308 |
| 2024-03-01 | Rollup merge of #120305 - clubby789:unused-import-line, r=estebank | Matthias Krüger | -27/+67 |
| 2024-03-01 | Rollup merge of #111505 - GuillaumeGomez:turn-invalid-doc-attr-into-err, r=ru... | Matthias Krüger | -251/+56 |
| 2024-03-01 | Auto merge of #121395 - nikic:update-llvm-21, r=cuviper | bors | -11/+32 |
| 2024-03-01 | Add support to new float types | Celina G. Val | -8/+31 |
| 2024-03-01 | Auto merge of #121859 - matthiaskrgr:rollup-i724wpm, r=matthiaskrgr | bors | -828/+505 |
| 2024-03-01 | Avoid silently writing to a file when the involved ty is long | 许杰友 Jieyou Xu (Joe) | -6/+30 |
| 2024-03-01 | Implement missing ABI structures in StableMIR | Celina G. Val | -25/+273 |
| 2024-03-01 | Use the guaranteed precision of a couple of float functions in docs | Tobias Bucher | -22/+26 |
| 2024-03-01 | Rollup merge of #121853 - lcnr:normalizes_to-polarity, r=compiler-errors | Matthias Krüger | -3/+38 |
| 2024-03-01 | Rollup merge of #121850 - reitermarkus:generic-nonzero-unsafe-trait, r=Nilstrieb | Matthias Krüger | -2/+6 |
| 2024-03-01 | Rollup merge of #121831 - gurry:fix-typo, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-03-01 | Rollup merge of #121828 - mu001999:clean, r=Nilstrieb | Matthias Krüger | -33/+0 |
| 2024-03-01 | Rollup merge of #121819 - nnethercote:fix-121812, r=oli-obk | Matthias Krüger | -28/+51 |
| 2024-03-01 | Rollup merge of #121818 - rcvalle:rust-cfi-remove-unused-typeid-for-fnsig, r=... | Matthias Krüger | -59/+2 |
| 2024-03-01 | Rollup merge of #121784 - Zalathar:if-or-converge, r=Nadrieril | Matthias Krüger | -50/+64 |
| 2024-03-01 | Rollup merge of #121736 - HTGAzureX1212:HTGAzureX1212/remove-mutex-unlock, r=... | Matthias Krüger | -20/+0 |
| 2024-03-01 | Rollup merge of #121580 - Suyashtnt:issue-121502-fix, r=michaelwoerister | Matthias Krüger | -7/+7 |
| 2024-03-01 | Rollup merge of #121475 - jieyouxu:tidy-stderr-check, r=the8472,compiler-errors | Matthias Krüger | -619/+202 |
| 2024-03-01 | Rollup merge of #121416 - veera-sivarajan:bugfix-120785, r=nnethercote | Matthias Krüger | -4/+79 |
| 2024-03-01 | Rollup merge of #120646 - clubby789:uninit-destructuring-sugg, r=michaelwoeri... | Matthias Krüger | -2/+55 |
| 2024-03-01 | Auto merge of #113026 - jieyouxu:run-make-v2, r=bjorn3 | bors | -32/+583 |
| 2024-03-01 | Handle new LLVM soname | Nikita Popov | -11/+32 |
| 2024-03-01 | Update to LLVM 18.1.0 rc 4 | Nikita Popov | -0/+0 |
| 2024-03-01 | normalizes-to: handle negative impls | lcnr | -3/+38 |
| 2024-03-01 | If suggestion would leave an empty line, delete it | clubby789 | -27/+67 |
| 2024-03-01 | Auto merge of #120264 - weihanglo:split-dward-kind-lto, r=michaelwoerister | bors | -5/+5 |