| Age | Commit message (Expand) | Author | Lines |
| 2024-06-29 | Rollup merge of #127103 - compiler-errors:tighten-trait-bound-parsing, r=fmease | Matthias Krüger | -40/+62 |
| 2024-06-29 | Rollup merge of #127101 - matthiaskrgr:thonk, r=compiler-errors | Matthias Krüger | -5/+0 |
| 2024-06-29 | Rollup merge of #127075 - glaubitz:copy-and-paste-fix, r=SparrowLii | Matthias Krüger | -9/+7 |
| 2024-06-29 | Rollup merge of #127045 - compiler-errors:explicit, r=oli-obk | Matthias Krüger | -93/+67 |
| 2024-06-29 | Rollup merge of #126835 - Nadrieril:reify-decision-tree, r=matthewjasper | Matthias Krüger | -260/+250 |
| 2024-06-29 | Auto merge of #127096 - matthiaskrgr:rollup-kh7e0rh, r=matthiaskrgr | bors | -19/+46 |
| 2024-06-28 | Move binder and polarity parsing into parse_generic_ty_bound | Michael Goulet | -40/+62 |
| 2024-06-29 | remove some amusing but redundant code | Matthias Krüger | -5/+0 |
| 2024-06-28 | Revert "Rollup merge of #126938 - RalfJung:link_section, r=compiler-errors" | Rémy Rakic | -2/+10 |
| 2024-06-28 | Rollup merge of #127068 - compiler-errors:stall-drop, r=BoxyUwU | Matthias Krüger | -1/+11 |
| 2024-06-28 | Rollup merge of #127032 - tgross35:f16-f128-const-eval-cast, r=oli-obk | Matthias Krüger | -10/+17 |
| 2024-06-28 | Rollup merge of #127015 - Urgau:non_local_def-tmp-allow, r=lqd | Matthias Krüger | -1/+1 |
| 2024-06-28 | Rollup merge of #124091 - jieyouxu:ast-validation-top-level-docs, r=wesleywiser | Matthias Krüger | -7/+17 |
| 2024-06-28 | Don't inline drop shims with unsubstituted generic consts in MIR inliner | Michael Goulet | -1/+11 |
| 2024-06-28 | rustc_data_structures: Explicitly check for 64-bit atomics support | John Paul Adrian Glaubitz | -9/+7 |
| 2024-06-28 | Rollup merge of #127058 - compiler-errors:tighten-async-spans, r=oli-obk | Matthias Krüger | -18/+26 |
| 2024-06-28 | Rollup merge of #127022 - adwinwhite:attrs, r=celinval | Matthias Krüger | -0/+89 |
| 2024-06-28 | Rollup merge of #124741 - nebulark:patchable-function-entries-pr, r=estebank,... | Matthias Krüger | -7/+216 |
| 2024-06-28 | Add method to get all attributes on a definition | Adwin White | -27/+64 |
| 2024-06-28 | Support fetching `Attribute` of items. | Adwin White | -2/+54 |
| 2024-06-27 | Updated diagnostic messages | Florian Schmiderer | -17/+38 |
| 2024-06-27 | Tighten spans for async blocks | Michael Goulet | -18/+26 |
| 2024-06-27 | supertrait_def_ids was already implemented in middle | Michael Goulet | -37/+3 |
| 2024-06-27 | supertrait_def_ids | Michael Goulet | -3/+2 |
| 2024-06-27 | Make queries more explicit | Michael Goulet | -55/+64 |
| 2024-06-27 | Auto merge of #126993 - petrochenkov:atvisord3, r=BoxyUwU | bors | -286/+358 |
| 2024-06-27 | Enable const casting for `f16` and `f128` | Trevor Gross | -10/+17 |
| 2024-06-27 | Auto merge of #127014 - jhpratt:rollup-45ic8f5, r=jhpratt | bors | -61/+110 |
| 2024-06-27 | Rollup merge of #126983 - tgross35:f16-f128-smir, r=celinval | Jacob Pratt | -2/+6 |
| 2024-06-27 | Rollup merge of #126928 - nnethercote:124141-pre, r=oli-obk | Jacob Pratt | -2/+15 |
| 2024-06-27 | Rollup merge of #126721 - Zalathar:nested-cov-attr, r=oli-obk | Jacob Pratt | -25/+48 |
| 2024-06-27 | Rollup merge of #126571 - nnethercote:less-maybe_whole-expr-2, r=petrochenkov | Jacob Pratt | -32/+41 |
| 2024-06-27 | Switch back `non_local_definitions` lint to allow-by-default | Urgau | -1/+1 |
| 2024-06-27 | Auto merge of #126907 - glaubitz:sparc-fixes, r=nagisa | bors | -15/+19 |
| 2024-06-27 | Auto merge of #123918 - DianQK:clang-format, r=Kobzol | bors | -821/+764 |
| 2024-06-26 | Auto merge of #120924 - xFrednet:rfc-2383-stabilization-party, r=Urgau,blyxyas | bors | -41/+21 |
| 2024-06-26 | Clarify comment on changing to warn future breakage items
| Urgau | -5/+5 |
| 2024-06-26 | ast: Standardize visiting order | Vadim Petrochenkov | -286/+358 |
| 2024-06-26 | Auto merge of #126844 - scottmcm:more-ptr-cast-gvn, r=saethlin | bors | -49/+136 |
| 2024-06-26 | Format C++ files in `llvm-wrapper` | DianQK | -821/+764 |
| 2024-06-26 | Remove `f16` and `f128` ICE paths from smir | Trevor Gross | -2/+6 |
| 2024-06-26 | Rollup merge of #126973 - chenyukang:yukang-fix-126756-unsafe-suggestion-erro... | Matthias Krüger | -2/+2 |
| 2024-06-26 | Rollup merge of #126968 - lqd:issue-126670, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2024-06-26 | Rollup merge of #126954 - petrochenkov:globamb, r=compiler-errors | Matthias Krüger | -50/+42 |
| 2024-06-26 | Rollup merge of #126938 - RalfJung:link_section, r=compiler-errors | Matthias Krüger | -10/+2 |
| 2024-06-26 | Rollup merge of #126925 - surechen:fix_125631, r=compiler-errors | Matthias Krüger | -26/+76 |
| 2024-06-26 | Rollup merge of #126812 - compiler-errors:tcx-cx, r=lcnr | Matthias Krüger | -347/+333 |
| 2024-06-26 | Rollup merge of #126724 - nnethercote:fix-parse_ty_bare_fn-span, r=compiler-e... | Matthias Krüger | -2/+3 |
| 2024-06-26 | Fix bad replacement for unsafe extern block suggestion | yukang | -2/+2 |
| 2024-06-26 | coverage: Allow `#[coverage(..)]` on `impl` and `mod` | Zalathar | -3/+6 |