| Age | Commit message (Expand) | Author | Lines |
| 2025-01-19 | Rollup merge of #134858 - estebank:issue-81370, r=Noratrieb | Guillaume Gomez | -13/+52 |
| 2025-01-19 | Auto merge of #135709 - lqd:bring-back-len, r=compiler-errors | bors | -186/+237 |
| 2025-01-19 | Auto merge of #135715 - matthiaskrgr:rollup-9a18sxj, r=matthiaskrgr | bors | -1/+48 |
| 2025-01-19 | Rollup merge of #135705 - compiler-errors:lint, r=estebank | Matthias Krüger | -1/+1 |
| 2025-01-19 | Rollup merge of #135703 - estebank:empty-dfv, r=compiler-errors | Matthias Krüger | -0/+47 |
| 2025-01-19 | Rollup merge of #135663 - frank-king:fix/135614, r=compiler-errors | Matthias Krüger | -0/+107 |
| 2025-01-18 | add tests for issue 135671 | Rémy Rakic | -0/+30 |
| 2025-01-18 | Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=dav... | Rémy Rakic | -163/+207 |
| 2025-01-18 | Revert "Rollup merge of #134371 - scottmcm:fix-134352, r=oli-obk" | Rémy Rakic | -23/+0 |
| 2025-01-18 | Consolidate ad-hoc MIR lints into real pass-manager-based MIR lints | Michael Goulet | -1/+1 |
| 2025-01-18 | Provide suggestion for `#![feature(default_field_values)]` | Esteban Küber | -10/+40 |
| 2025-01-18 | Structured suggestion for "missing `feature` intrinsic" | Esteban Küber | -2/+8 |
| 2025-01-18 | Structured suggestion for "missing `feature` in unstable fn call" | Esteban Küber | -1/+4 |
| 2025-01-18 | Disallow `A { .. }` if `A` has no fields | Esteban Küber | -0/+47 |
| 2025-01-18 | Auto merge of #135682 - matthiaskrgr:rollup-cl7zlt1, r=matthiaskrgr | bors | -2/+8 |
| 2025-01-18 | Rollup merge of #133700 - RalfJung:const-non-null, r=lcnr | Matthias Krüger | -2/+8 |
| 2025-01-18 | Rollup merge of #135639 - lqd:trivial-builtin-impls, r=lcnr | Matthias Krüger | -1/+7 |
| 2025-01-18 | Rollup merge of #135611 - chenyukang:yukang-fix-135341-ice-crash, r=oli-obk | Matthias Krüger | -0/+13 |
| 2025-01-18 | const-eval: detect more pointers as definitely not-null | Ralf Jung | -2/+8 |
| 2025-01-18 | Fix ICE in resolving associated items as non-bindings | Frank King | -0/+107 |
| 2025-01-18 | Auto merge of #135618 - lcnr:coherence-unknown, r=compiler-errors | bors | -4/+70 |
| 2025-01-17 | new solver: prefer trivial builtin impls over where-clauses | Rémy Rakic | -1/+7 |
| 2025-01-17 | add test | lcnr | -0/+70 |
| 2025-01-17 | Rollup merge of #135601 - samueltardieu:push-xslotxrnooym, r=jieyouxu | Matthias Krüger | -0/+63 |
| 2025-01-17 | Rollup merge of #135558 - estebank:issue-133316, r=chenyukang | Matthias Krüger | -0/+42 |
| 2025-01-17 | remove unnecessary assertion for reference error | yukang | -0/+13 |
| 2025-01-17 | Auto merge of #135047 - Flakebi:amdgpu-kernel-cc, r=workingjubilee | bors | -153/+352 |
| 2025-01-16 | Auto merge of #135592 - matthiaskrgr:rollup-4t69l7i, r=matthiaskrgr | bors | -32/+393 |
| 2025-01-16 | Fix suggestion to convert dereference of raw pointer to ref | Samuel Tardieu | -0/+63 |
| 2025-01-16 | Auto merge of #134504 - oli-obk:push-rltsvnyttwll, r=compiler-errors | bors | -5/+34 |
| 2025-01-16 | Rollup merge of #135504 - veluca93:target-feature-cast-to-fn-ptr, r=oli-obk | Matthias Krüger | -2/+53 |
| 2025-01-16 | Rollup merge of #134754 - frank-king:feature/import_trait_associated_function... | Matthias Krüger | -30/+340 |
| 2025-01-16 | Rollup merge of #135249 - s-cerevisiae:fix-overflowing-literals-help, r=cheny... | Matthias Krüger | -8/+71 |
| 2025-01-16 | Coerce safe-to-call target_feature functions to fn pointers. | Luca Versari | -2/+53 |
| 2025-01-16 | Implement `use` associated items of traits | Frank King | -30/+340 |
| 2025-01-16 | Detect if-else chains with a missing final else in type errors | Esteban Küber | -0/+42 |
| 2025-01-16 | Add gpu-kernel calling convention | Flakebi | -153/+352 |
| 2025-01-15 | Auto merge of #135555 - matthiaskrgr:rollup-jnqdbuu, r=matthiaskrgr | bors | -15/+10 |
| 2025-01-15 | Rollup merge of #135523 - RalfJung:wrong-known-bug, r=compiler-errors | Matthias Krüger | -15/+10 |
| 2025-01-15 | Rollup merge of #135498 - compiler-errors:dyn-upcasting-completeness, r=lcnr | Guillaume Gomez | -0/+29 |
| 2025-01-15 | Rollup merge of #135003 - RalfJung:deprecate-allowed-through-unstable, r=davi... | Guillaume Gomez | -3/+25 |
| 2025-01-15 | Auto merge of #134353 - oli-obk:safe-target-feature-unsafe-by-default, r=wesl... | bors | -40/+62 |
| 2025-01-15 | Auto merge of #135525 - jhpratt:rollup-4gu2wpm, r=jhpratt | bors | -125/+177 |
| 2025-01-15 | Rollup merge of #132397 - m-ou-se:warn-missing-abi, r=Nadrieril | Jacob Pratt | -125/+177 |
| 2025-01-15 | Avoid notes that only make sense for unsafe functions | Oli Scherer | -13/+0 |
| 2025-01-15 | Try to render shorthand differently | Oli Scherer | -6/+3 |
| 2025-01-15 | Render fn defs with target_features attrs with the attribute [second site] | Oli Scherer | -24/+24 |
| 2025-01-15 | Render fn defs with target_features attrs with the attribute | Oli Scherer | -14/+15 |
| 2025-01-15 | Hide the internal unsafety of safe target_feature fn items | Oli Scherer | -1/+1 |
| 2025-01-15 | Treat safe target_feature functions as unsafe by default | Oli Scherer | -40/+77 |