| Age | Commit message (Expand) | Author | Lines |
| 2024-03-03 | Properly deal with GATs when looking for method chains to point at | León Orell Valerian Liehr | -16/+14 |
| 2024-03-02 | Auto merge of #121914 - Nadrieril:rollup-ol98ncg, r=Nadrieril | bors | -88/+347 |
| 2024-03-02 | Rollup merge of #121841 - tgross35:f16-f128-step2-intrinsics, r=compiler-errors | Guillaume Boisseau | -10/+260 |
| 2024-03-02 | Rollup merge of #121731 - oli-obk:eager_opaque_checks, r=compiler-errors | Guillaume Boisseau | -22/+3 |
| 2024-03-02 | Rollup merge of #121716 - Nadrieril:simple-binding-order, r=matthewjasper | Guillaume Boisseau | -54/+24 |
| 2024-03-02 | Rollup merge of #120761 - rcvalle:rust-dfsan, r=nikic | Guillaume Boisseau | -2/+60 |
| 2024-03-02 | Add a new `wasm32-wasip1` target to rustc | Alex Crichton | -114/+64 |
| 2024-03-02 | Rollup merge of #121895 - matthiaskrgr:devec, r=fee1-dead | Matthias Krüger | -33/+20 |
| 2024-03-02 | Rollup merge of #121892 - Zalathar:expr-kind-let, r=Nadrieril | Matthias Krüger | -32/+6 |
| 2024-03-02 | Remove underscore from QNX target file name | Nilstrieb | -1/+1 |
| 2024-03-02 | Fix misleading message when using a named constant as a struct alignment/pack | yukang | -12/+47 |
| 2024-03-02 | avoid collecting into vecs in some places | Matthias Krüger | -33/+20 |
| 2024-03-02 | Auto merge of #121890 - matthiaskrgr:rollup-mv26uwt, r=matthiaskrgr | bors | -312/+369 |
| 2024-03-02 | The ordinary lowering of `thir::ExprKind::Let` is unreachable | Zalathar | -32/+6 |
| 2024-03-02 | Rollup merge of #121875 - estebank:e0277-drive-by, r=compiler-errors | Matthias Krüger | -12/+13 |
| 2024-03-02 | Rollup merge of #121815 - nnethercote:mv-gather_comments, r=est31 | Matthias Krüger | -127/+125 |
| 2024-03-02 | Rollup merge of #121739 - jieyouxu:loooong-typename, r=estebank | Matthias Krüger | -50/+75 |
| 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 | Auto merge of #121864 - compiler-errors:type-relating-variances, r=aliemjay | bors | -1/+21 |
| 2024-03-02 | Auto merge of #121657 - estebank:issue-119665, r=davidtwco | bors | -14/+83 |
| 2024-03-01 | Add initial support for DataFlowSanitizer | Ramon de C Valle | -2/+60 |
| 2024-03-02 | Account for unmet `T: !Copy` in E0277 message | Esteban Küber | -5/+12 |
| 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 | -17/+259 |
| 2024-03-01 | Rollup merge of #121803 - estebank:dont-mention-type-error-e0277, r=compiler-... | Matthias Krüger | -1/+5 |
| 2024-03-01 | Rollup merge of #121750 - Nadrieril:switchkind-if, r=matthewjasper | Matthias Krüger | -49/+45 |
| 2024-03-01 | Rollup merge of #121730 - ecnelises:aix_pgo, r=wesleywiser | Matthias Krüger | -1/+3 |
| 2024-03-01 | Rollup merge of #121706 - Nadrieril:simplify-sort-candidate, r=matthewjasper | Matthias Krüger | -34/+17 |
| 2024-03-01 | Rollup merge of #121497 - lcnr:coherence-suggest-increasing-recursion-limit, ... | Matthias Krüger | -188/+335 |
| 2024-03-01 | Rollup merge of #121153 - chenyukang:yukang-fix-105431-type-mismatch, r=estebank | Matthias Krüger | -41/+103 |
| 2024-03-01 | Rollup merge of #120305 - clubby789:unused-import-line, r=estebank | Matthias Krüger | -1/+11 |
| 2024-03-01 | Rollup merge of #111505 - GuillaumeGomez:turn-invalid-doc-attr-into-err, r=ru... | Matthias Krüger | -10/+1 |
| 2024-03-01 | Add support to new float types | Celina G. Val | -8/+31 |
| 2024-03-01 | Hoist only-executables check above producing crate ident | 许杰友 Jieyou Xu (Joe) | -3/+5 |
| 2024-03-01 | Avoid silently writing to a file when the involved ty is long | 许杰友 Jieyou Xu (Joe) | -6/+28 |
| 2024-03-01 | Implement missing ABI structures in StableMIR | Celina G. Val | -17/+236 |
| 2024-03-01 | Add `f16` and `f128` intrinsics to HIR | Trevor Gross | -1/+78 |
| 2024-03-01 | Add `f16` and `f128` to the AST | Trevor Gross | -0/+8 |
| 2024-03-01 | Add `f16` and `f128` LLVM intrinsics | Trevor Gross | -9/+174 |
| 2024-03-01 | Don't grab variances if we're invariant | Michael Goulet | -1/+21 |
| 2024-03-01 | Rollup merge of #121853 - lcnr:normalizes_to-polarity, r=compiler-errors | Matthias Krüger | -3/+16 |
| 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/+34 |
| 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 | -2/+8 |
| 2024-03-01 | Rollup merge of #121580 - Suyashtnt:issue-121502-fix, r=michaelwoerister | Matthias Krüger | -1/+1 |
| 2024-03-01 | Rollup merge of #121416 - veera-sivarajan:bugfix-120785, r=nnethercote | Matthias Krüger | -4/+41 |
| 2024-03-01 | Rollup merge of #120646 - clubby789:uninit-destructuring-sugg, r=michaelwoeri... | Matthias Krüger | -1/+6 |